Description:
Gets a polyline approximation of the input curve and then moves its control points to the closest point on the mesh. Then it "connects the points" over edges so that a polyline on the mesh is formed.
Syntax:
Parameters:
- curve
- Type: Curve
- A curve to pull.
- tolerance
- Type: double
- A tolerance value.
Returns:
Type: PolylineCurve
A polyline curve, or None if none could be constructed.
Available since:
7.0