The function offers two possiblities:
- Transform a spline into an entity with a point distribution
using the arclength to the knots of the base polygon.
This is helpful if imported or extracted curves
should have an identical point distribution.
- Map a point distribution of another curve onto a destination curve
while taking the different arc lengths into account.
The direction of the mapping can be reversed.
Usage:
- Select curve entity (destination)
- Select same curve entity or another with a point distribution (source)
- Choose mapping direction
Result:
- curve entity with point distribution
Script process and parameter: map_pts
- Index of entity (destination)
- Index of entity (source)
- Mapping direction (1=positiv , -1=negativ)
{Rebuild 17.2.98 by megacads}