M_Rhino_Geometry_Mesh_CreateRefinedCatmullClarkMesh - mcneel/rhinocommon-api-docs GitHub Wiki
Instantiates a new mesh that represents a Catmull-Clark subdivision of the mesh.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Mesh CreateRefinedCatmullClarkMesh(
Mesh mesh,
RefinementSettings settings = null
)
VB
Public Shared Function CreateRefinedCatmullClarkMesh (
mesh As Mesh,
Optional settings As RefinementSettings = Nothing
) As Mesh
- mesh
- Type: Rhino.Geometry.Mesh
The mesh to subdivide. - settings (Optional)
- Type: Rhino.Geometry.MeshRefinements.RefinementSettings
An instance of the settings class, or null for defaults.
Type: Mesh
A new mesh. null is never returned.
Supported in: 6.0.16224.21491