Command |
Name | Description | |
---|---|---|
AppendCubicBezierAbs(Point2D, Point2D, Point2D) | Marks a cubic Bezier curve in 2D from the current position, using the control-point coordinates, to the end-point. | |
AppendCubicBezierAbs(Point3D, Point3D, Point3D) | Marks a cubic Bezier curve in 3D from the current position, using the control-point coordinates, to the end-point. | |
AppendCubicBezierAbs(Double, Double, Double, Double, Double, Double) | Marks a cubic Bezier curve in 2D from the current position, using the control-point coordinates, to the end-point. | |
AppendCubicBezierAbs(Double, Double, Double, Double, Double, Double, Double, Double, Double) | Marks a cubic Bezier curve in 3D from the current position, using the control-point coordinates, to the end-point. |