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
Parameters:
- viewport
- Type: RhinoViewport
- For objects like labels or lights, the viewport in which the bounding box should be calculated. Otherwise null.
Returns:
Type: BoundingBox
The bounding box.