Click or drag to resize

CustomRenderMeshProviderBuildCustomMeshes Method

Build custom render mesh(es).

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax
public abstract bool BuildCustomMeshes(
	ViewportInfo vp,
	RenderPrimitiveList objMeshes,
	Guid requestingPlugIn,
	bool meshType
)

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: Boolean
true if operation was successful.
See Also