Description:
Syntax:
public bool CustomRenderMeshesBoundingBox(
MeshType mt,
ViewportInfo vp,
ref Flags flags,
PlugIn plugin,
DisplayPipelineAttributes attrs,
out BoundingBox boundingBox
)
MeshType mt,
ViewportInfo vp,
ref Flags flags,
PlugIn plugin,
DisplayPipelineAttributes attrs,
out BoundingBox boundingBox
)
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.
- boundingBox
- Type: BoundingBox
- The requested bounding box
Returns:
Type: bool
True if the process was a success