Description:
Loft a bezier through a list of points
Syntax:
Parameters:
- points
- Type: IEnumerable<Point2d>
- 2 or more points to interpolate
Returns:
Type: BezierCurve
new bezier curve if successful
Available since:
5.0
Description:
Loft a bezier through a list of points
Syntax:
Parameters:
- points
- Type: IEnumerable<Point3d>
- 2 or more points to interpolate
Returns:
Type: BezierCurve
new bezier curve if successful
Available since:
5.0