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
)
Public Function BoundingBox (
includeHidden As Boolean
) As BoundingBox
Parameters
- includeHidden
- Type: SystemBoolean
Include hidden objects.
Return Value
Type:
BoundingBoxThe tight bounding box.
See Also