Description:
Pulls a 3d curve back to the surface's parameter space.
Parameters:
- curve3d
- Type: Curve
- A curve.
- tolerance
- Type: double
- the maximum acceptable 3d distance between from surface(curve_2d(t)) to the locus of points on the surface that are closest to curve_3d.
- curve3dSubdomain
- Type: Interval
- A sub-domain of the curve to sample.
Returns:
Type: Curve
2d curve.
Available since:
5.0
Description:
Pulls a 3d curve back to the surface's parameter space.