Click or drag to resize

IReadonlyMesh Methods

The IReadonlyMesh type exposes the following members.

Methods
  NameDescription
Public methodCopy
Returns a copy of the mesh.
Public methodGetVertex
Gets the vertex at index.
Top
Extension Methods
  NameDescription
Public Extension MethodConvert
Converts to Rhino's Mesh. If the mesh is already of type RhinoMesh, the underlying mesh Mesh is returned without creating a copy of it. Otherwise, a new rhino mesh instance is created from the supplied mesh.
(Defined by ToRhino.)
Top
See Also