Merge concentric contiguous arcs into one up to a maximum arc angle of REAL1 degrees according to tolerance REAL2 Mergearcs() will remove concentric back tracks in the profile as well.
|
||
Merge colinear contiguous lines into one according to tolerance supplied.
Mergelines() will remove colinear backtracks in the profile as well. |
||
The REAL argument is an index to an edge in the Profile. Returns the nearest point on this edge to the POSITION supplied. This is the same as .near (POSITION) but restricted to a single edge.
|
||