Description:

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

Syntax:
public virtual int CreateMeshes(
MeshType meshType,
MeshingParameters parameters,
bool ignoreCustomParameters
)
virtual
Parameters:
  • meshType
  • Type: MeshType
  • type of meshes to create
  • parameters
  • Type: MeshingParameters
  • in parameters that control the quality of the meshes that are created
  • ignoreCustomParameters
  • Type: bool
  • Default should be false. Should the object ignore any custom meshing parameters on the object's attributes
Returns:
Type: int
number of meshes created
Available since:
5.0

CreateMeshes method

Class:  Rhino.DocObjects.RhinoObject

Nothing found