TransformTransformBoundingBox Method |
Computes a new boundingbox that is the smallest axis aligned
boundingbox that contains the transformed result of its 8 original corner
points.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic BoundingBox TransformBoundingBox(
BoundingBox bbox
)
Public Function TransformBoundingBox (
bbox As BoundingBox
) As BoundingBox
Parameters
- bbox
- Type: Rhino.GeometryBoundingBox
[Missing <param name="bbox"/> documentation for "M:Rhino.Geometry.Transform.TransformBoundingBox(Rhino.Geometry.BoundingBox)"]
Return Value
Type:
BoundingBoxA new bounding box.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also