Click or drag to resize

ProxyObjectCreateMeshes Method

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

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Since: 5.0
Syntax
public override int CreateMeshes(
	MeshType meshType,
	MeshingParameters parameters,
	bool ignoreCustomParameters
)

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
See Also