CPSET/ARCLEN,obj,arclength,results
Distributes a series of points along an existing curve according to an input arclength. The calculation begins from the starting point of the curve.
Parameter |
Description |
ARCLEN |
Minor word indicating that the point set is to be created along an existing curve according to an input arc length. |
obj |
Existing curve object upon which points are distributed. |
arclength |
The input arclength. This value must be greater than 0.0 or less than or equal to the total arclength of the existing curve. |
results |
Object array containing the newly created points. |