RhinoCommon API
CustomRenderMeshProviderBuildCustomMeshes Method |
Build custom render mesh(es).
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.7

public abstract bool BuildCustomMeshes( ViewportInfo vp, RenderPrimitiveList objMeshes, Guid requestingPlugIn, bool meshType )
Public MustOverride Function BuildCustomMeshes ( vp As ViewportInfo, objMeshes As RenderPrimitiveList, requestingPlugIn As Guid, meshType As Boolean ) As Boolean
Parameters
- vp
- Type: Rhino.DocObjectsViewportInfo
The viewport being rendered. - objMeshes
- Type: Rhino.RenderRenderPrimitiveList
The meshes class to populate with custom meshes. - requestingPlugIn
- Type: SystemGuid
UUID of the RDK plug-in requesting the meshes. - meshType
- Type: SystemBoolean
Type of mesh to build.
Return Value
Type: Booleantrue if operation was successful.
