Description:
Creates a parabola from vertex and end points.
Syntax:
public static NurbsCurve CreateParabolaFromVertex(
Point3d vertex,
Point3d startPoint,
Point3d endPoint
)
Point3d vertex,
Point3d startPoint,
Point3d endPoint
)
Parameters:
- vertex
- Type: Point3d
- The vertex 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.
Available since:
6.0