Description:
Returns True if the document has a set of custom render primitives - ie, CustomRenderMeshes will return non-null.
Syntax:
public bool HasCustomRenderMeshes(
MeshType mt,
ViewportInfo vp,
ref Flags flags,
PlugIn plugin,
DisplayPipelineAttributes attrs
)
MeshType mt,
ViewportInfo vp,
ref Flags flags,
PlugIn plugin,
DisplayPipelineAttributes attrs
)
Parameters:
- mt
- Type: MeshType
- The mesh type requested (render or analysis).
- vp
- Type: ViewportInfo
- The viewport being rendered.
- flags
- Type: RenderMeshProvider.Flags
- See MeshProvider.Flags
- plugin
- Type: PlugIns.PlugIn
- The requesting plug-in (typically the calling plugin)
- attrs
- Type: Display.DisplayPipelineAttributes
- Display attributes for the caller - None if this is a full rendering.
Returns:
Type: bool
Returns True if the object will has a set of custom render primitives
Available since:
8.0