Description:
Syntax:
public BoundingBox BoundingBox(
ViewportInfo vp,
RhinoObject obj,
RhinoDoc doc,
Guid requestingPlugIn,
DisplayPipelineAttributes attrs
)
ViewportInfo vp,
RhinoObject obj,
RhinoDoc doc,
Guid requestingPlugIn,
DisplayPipelineAttributes attrs
)
Description:
Returns a bounding box for the custom render meshes for the given object.
Syntax:
public virtual BoundingBox BoundingBox(
ViewportInfo vp,
RhinoObject obj,
Guid requestingPlugIn,
bool preview
)
ViewportInfo vp,
RhinoObject obj,
Guid requestingPlugIn,
bool preview
)
virtual
deprecated in 6.0
Parameters:
- vp
- Type: ViewportInfo
- The viewport being rendered.
- obj
- Type: RhinoObject
- The Rhino object of interest. This can be None in the case where document meshes (not associated with any object) are being requested.
- requestingPlugIn
- Type: System.Guid
- UUID of the RDK plug-in requesting the meshes.
- preview
- Type: bool
- Type of mesh to build.
Returns:
Type: BoundingBox
A bounding box value.
Available since:
5.7