RhinoCommon API
RhinoObjectCreateMeshes Method |
Create meshes used to render and analyze surface and polysrf objects.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)

public virtual int CreateMeshes( MeshType meshType, MeshingParameters parameters, bool ignoreCustomParameters )
Public Overridable Function CreateMeshes ( meshType As MeshType, parameters As MeshingParameters, ignoreCustomParameters As Boolean ) As Integer
Parameters
- meshType
- Type: Rhino.GeometryMeshType
type of meshes to create - parameters
- Type: Rhino.GeometryMeshingParameters
in parameters that control the quality of the meshes that are created - ignoreCustomParameters
- Type: SystemBoolean
Default should be false. Should the object ignore any custom meshing parameters on the object's attributes
Return Value
Type: Int32number of meshes created

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8