Click or drag to resize

MeshVertexListAlign Method

Overload List
  NameDescription
Public methodAlign(Double, IEnumerableBoolean)
Moves mesh vertices 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.

All vertices are considered, not only those on naked edges. Use whichVertices to restrict which ones are moved.

See the

_AlignVertices
Rhino command for more information.

Public methodAlign(Double, Boolean, Boolean)
Moves mesh vertices 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

_AlignVertices
Rhino command for more information.

Public methodAlign(Double, Boolean, IEnumerableBoolean)
Moves mesh vertices 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.

All vertices are considered, not only those on naked edges. Use whichVertices to restrict which ones are moved.

See the

_AlignVertices
Rhino command for more information.

Public methodStatic memberAlign(IEnumerableMesh, Double, IEnumerableIEnumerableBoolean)
Moves mesh vertices 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.

All vertices are considered, not only those on naked edges. Use whichVertices to restrict which ones are moved.

See the

_AlignVertices
Rhino command for more information.

Public methodStatic memberAlign(IEnumerableMesh, Double, Boolean, Boolean)
Moves mesh vertices 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

_AlignVertices
Rhino command for more information.

Public methodStatic memberAlign(IEnumerableMesh, Double, Boolean, IEnumerableIEnumerableBoolean)
Moves mesh vertices 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.

All vertices are considered, not only those on naked edges. Use whichVertices to restrict which ones are moved.

See the

_AlignVertices
Rhino command for more information.

Top
See Also