Description:

Called when Rhino wants the bounding box of this object. Viewpoert can be null. This is the default base class version that will go through to the C++ base class if it is called from the custom object

Syntax:
protected virtual BoundingBox GetBoundingBox(
RhinoViewport viewport
)
protected
virtual
Parameters:
  • viewport
  • Type: RhinoViewport
  • For objects like labels or lights, the viewport in which the bounding box should be calculated. Otherwise null.
Returns:
The bounding box.

GetBoundingBox method

Class:  Rhino.DocObjects.RhinoObject

Nothing found