Description:
Syntax:
public BoundingBox BoundingBox(
ViewportInfo vp,
RhinoObject obj,
RhinoDoc doc,
Guid requestingPlugIn,
DisplayPipelineAttributes attrs
)
deprecated in 6.0
Returns:
Available since:
6.0

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
)
virtual
deprecated in 6.0
Parameters:
  • 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:
A bounding box value.
Available since:
5.7

Nothing found