RhinoCommon API
RenderPrimitiveListMesh Method |
Get the mesh for the primitive at the specified index. If the item at
this index is a primitive type other than a mesh then it mesh
representation is returned.
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.7

Parameters
- index
- Type: SystemInt32
The zero based index of the item in the list. Valid values are greater than or equal to 0 and less than Count.
Return Value
Type: MeshReturns the mesh for the primitive at the specified index. If the item at this index is a primitive type other than a mesh then it mesh representation is returned.
