RhinoObject.CreateMeshes Method

RhinoObjectCreateMeshes Method

Create meshes used to render and analyze surface and polysrf objects.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: Int32
number of meshes created
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also