Description:
Determines if custom render meshes will be built for a particular object.
Syntax:
public abstract bool WillBuildCustomMeshes(
ViewportInfo vp,
RhinoObject obj,
Guid requestingPlugIn,
bool preview
)
ViewportInfo vp,
RhinoObject obj,
Guid requestingPlugIn,
bool preview
)
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: bool
True if custom meshes will be built.
Available since:
5.7