M_Rhino_Geometry_Mesh_CreateRefinedLoopMesh - mcneel/rhinocommon-api-docs GitHub Wiki
Instantiates a new mesh that represents a Loop subdivision of the mesh.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Mesh CreateRefinedLoopMesh(
Mesh mesh,
LoopFormula formula = LoopFormula.WarrenWeimer,
RefinementSettings settings = null
)
VB
Public Shared Function CreateRefinedLoopMesh (
mesh As Mesh,
Optional formula As LoopFormula = LoopFormula.WarrenWeimer,
Optional settings As RefinementSettings = Nothing
) As Mesh
- mesh
- Type: Rhino.Geometry.Mesh
The mesh to subdivide. - formula (Optional)
- Type: Rhino.Geometry.MeshRefinements.LoopFormula
The Loop subdivision formula. - 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