Description:
Returns a set of custom render primitives for this object.
Syntax:
public RenderMeshes RenderMeshes(
MeshType mt,
ViewportInfo vp,
List<InstanceObject> ancestry,
ref Flags flags,
PlugIn plugin,
DisplayPipelineAttributes attrs
)
MeshType mt,
ViewportInfo vp,
List<InstanceObject> ancestry,
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
- ancestry
- Type: List<DocObjects.InstanceObject>
- The ancestry tree - only used for by-parent object properties assignments.
- 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: RenderMeshes
Returns a set of custom render primitives for this object
Available since:
8.0