RhinoObjectCreateMeshes Method |
Create meshes used to render and analyze surface and polysurface objects.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
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:
Int32number of meshes created
See Also