Overload_Rhino_Geometry_Collections_MeshVertexList_Align - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexList.Align Method

Overload List

 

Name Description
Public method Align(Double, IEnumerable(Boolean)) Moves mesh vertices that belong to naked edges to neighboring vertices, within the specified distance. This forces unaligned mesh vertices to the same location and is helpful to clean meshes for 3D printing.

See the

_AlignMeshVertices

Rhino command for more information.

Public methodStatic member Align(IEnumerable(Mesh), Double, IEnumerable(IEnumerable(Boolean))) Moves mesh vertices that belong to naked edges to neighboring vertices, within the specified distance. This forces unaligned mesh vertices to the same location and is helpful to clean meshes for 3D printing.

See the

_AlignMeshVertices

Rhino command for more information.

  Back to Top

See Also

Reference

MeshVertexList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️