Click or drag to resize

HiddenLineDrawingBoundingBox Method

Get tight bounding box of the hidden line drawing.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public BoundingBox BoundingBox(
	bool includeHidden
)

Parameters

includeHidden
Type: SystemBoolean
Include hidden objects.

Return Value

Type: BoundingBox
The tight bounding box.
See Also