RhinoCommon API
MeshCreateRefinedLoopMesh Method |
Instantiates a new mesh that represents a Loop subdivision of the mesh.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public static Mesh CreateRefinedLoopMesh( Mesh mesh, LoopFormula formula = LoopFormula.WarrenWeimer, RefinementSettings settings = null )
Public Shared Function CreateRefinedLoopMesh ( mesh As Mesh, Optional formula As LoopFormula = LoopFormula.WarrenWeimer, Optional settings As RefinementSettings = Nothing ) As Mesh
Parameters
- mesh
- Type: Rhino.GeometryMesh
The mesh to subdivide. - formula (Optional)
- Type: Rhino.Geometry.MeshRefinementsLoopFormula
The Loop subdivision formula. - settings (Optional)
- Type: Rhino.Geometry.MeshRefinementsRefinementSettings
An instance of the settings class, or null for defaults.
Return Value
Type: MeshA new mesh. null is never returned.