MeshCreateRefinedLoopMesh Method |
Instantiates a new mesh that represents a Loop subdivision of the mesh.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Windows
Supported in: 6.8
See Also