HiddenLineDrawing.BoundingBox Method

HiddenLineDrawingBoundingBox Method

Get tight bounding box of the hidden line drawing.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public BoundingBox BoundingBox(
	bool includeHidden
)
Public Function BoundingBox ( 
	includeHidden As Boolean
) As BoundingBox

Parameters

includeHidden
Type: SystemBoolean
Include hidden objects.

Return Value

Type: BoundingBox
The tight bounding box.
Version Information

Rhino for Windows

Supported in: 6.14
See Also