Click or drag to resize

MeshVertexListAlign Method

Overload List
  NameDescription
Public methodAlign(Double, IEnumerableBoolean)
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 memberAlign(IEnumerableMesh, Double, IEnumerableIEnumerableBoolean)
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.

Top
See Also