Click or drag to resize

AlignerAlignVertices Method

Overload List
  NameDescription
Public methodStatic memberAlignVertices(IEnumerableGeometryBase, Double, Boolean, Boolean)
Moves vertices that lie within the specified distance of one another onto the same location.

This is helpful to close the seams between separate pieces of geometry.

All vertices are considered, not only those on naked edges, unless onlyNaked says otherwise.

See the

_AlignVertices
Rhino command for more information.

Public methodStatic memberAlignVertices(IEnumerableGeometryBase, Double, Boolean, Boolean, IEnumerableIEnumerableBoolean)
Moves vertices that lie within the specified distance of one another onto the same location.

This is helpful to close the seams between separate pieces of geometry.

See the

_AlignVertices
Rhino command for more information.

Top
See Also