AlignerAlignVertices Method |
| Name | Description | |
|---|---|---|
| AlignVertices(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 | |
| AlignVertices(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 |