RhinoCommon API
RhinoObjectGetMeshes Method |
Get existing meshes used to render and analyze surface and polysurface objects.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public virtual Mesh[] GetMeshes( MeshType meshType )
Public Overridable Function GetMeshes ( meshType As MeshType ) As Mesh()
Parameters
- meshType
- Type: Rhino.GeometryMeshType
[Missing <param name="meshType"/> documentation for "M:Rhino.DocObjects.RhinoObject.GetMeshes(Rhino.Geometry.MeshType)"]
Return Value
Type: MeshAn array of meshes.
