Click or drag to resize

RenderMeshProviderNonObjectIds Property

A provider may optionally return a collection of non-object Ids that it will provide custom render primitives for. An example of this is Grasshopper, which which will typically return a collection of the Ids of each CustomPreview component.

Namespace:  Rhino.Render.CustomRenderMeshes
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public virtual List<Guid> NonObjectIds { get; }

Property Value

Type: ListGuid
See Also