pointsFromCurveByDistance

The user can draw several points along a selected curve. The points are generated along a curve when the desired length of a subcurve (the input curve is not split) is reached.

Inline mode usage

pointsFromCurveByDistance -h
Prints command usage.
pointsFromCurveByDistance –s <name_curve> -p <distance>
Extract points from the curve <name_curve> separated <distance>.

Interactive mode usage

Invocation
pointsFromCurveByDistance
Parameters
  • Curve
  • Distance

Example

For this example, one curve must be defined.

> pointsFromCurveByDistance
Select one curve (Press enter when done):
Distance between points [double]:0.1
> 

Result



Figure 1. Extracted points from a curve by distance