ObjectTable.BoundingBoxVisible Property

ObjectTableBoundingBoxVisible Property

Gets the boundingbox for all visible objects (normal and locked) in this document that exist in "model" space. This bounding box does not include hidden objects or any objects that exist in layout space.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public BoundingBox BoundingBoxVisible { get; }
Public ReadOnly Property BoundingBoxVisible As BoundingBox
	Get

Property Value

Type: BoundingBox
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also