M_Rhino_Geometry_Transform_TransformBoundingBox - mcneel/rhinocommon-api-docs GitHub Wiki

Transform.TransformBoundingBox 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) Version: Rhino 6.0

Syntax

C#

public BoundingBox TransformBoundingBox(
	BoundingBox bbox
)

VB

Public Function TransformBoundingBox ( 
	bbox As BoundingBox
) As BoundingBox

Parameters

 

bbox
Type: Rhino.Geometry.BoundingBox
[Missing documentation for "M:Rhino.Geometry.Transform.TransformBoundingBox(Rhino.Geometry.BoundingBox)"]

Return Value

Type: BoundingBox
A new bounding box.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Transform Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️