Description:
Pulls this curve to a brep face and returns the result of that operation.
Description:
Pull a curve to a BrepFace using closest point projection.
Parameters:
- curve
- Type: Curve
- Curve to pull.
- face
- Type: BrepFace
- Brep face that pulls.
- tolerance
- Type: double
- Tolerance to use for pulling.
- loose
- Type: bool
- If true, the curve's edit points are pulled back to the Brep face's underlying surface. If any edit point misses the surface, the curve will not be created.
Returns:
Type: Curve[]
An array of pulled curves, or an empty array on failure.
Available since:
8.17
Description:
Pull a curve to a BrepFace using closest point projection.