Description:
Syntax:
public static NurbsCurve CreateParabolaFromFocus(
Point3d focus,
Point3d startPoint,
Point3d endPoint
)
Point3d focus,
Point3d startPoint,
Point3d endPoint
)
Parameters:
- focus
- Type: Point3d
- The focal point.
- startPoint
- Type: Point3d
- The start point.
- endPoint
- Type: Point3d
- The end point
Returns:
Type: NurbsCurve
A 2 degree NURBS curve if successful, False otherwise.