BoundingBoxUnion Method (BoundingBox) |
Updates this BoundingBox to represent the union of itself and another box.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic void Union(
BoundingBox other
)
Public Sub Union (
other As BoundingBox
)
Parameters
- other
- Type: Rhino.GeometryBoundingBox
Box to include in this union.
RemarksIf either this BoundingBox or the other BoundingBox is InValid,
the Valid BoundingBox will be the only one included in the union.
See Also