Click or drag to resize

TransformTransformBoundingBox Method

Computes a new bounding box that is the smallest axis aligned bounding box that contains the transformed result of its 8 original corner points.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public BoundingBox TransformBoundingBox(
	BoundingBox bbox
)

Parameters

bbox
Type: Rhino.GeometryBoundingBox

[Missing <param name="bbox"/> documentation for "M:Rhino.Geometry.Transform.TransformBoundingBox(Rhino.Geometry.BoundingBox)"]

Return Value

Type: BoundingBox
A new bounding box.
See Also