GeometryBaseGetBoundingBox Method (Transform) |
Aligned Boundingbox solver. Gets the world axis aligned boundingbox for the transformed geometry.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic BoundingBox GetBoundingBox(
Transform xform
)
Public Function GetBoundingBox (
xform As Transform
) As BoundingBox
Parameters
- xform
- Type: Rhino.GeometryTransform
Transformation to apply to object prior to the BoundingBox computation.
The geometry itself is not modified.
Return Value
Type:
BoundingBoxThe accurate boundingbox of the transformed geometry in world coordinates
or BoundingBox.Empty if not bounding box could be found.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also