Command |
Name | Description | |
---|---|---|
AppendCubicBezierRel(Point2D, Point2D, Point2D) | Marks a cubic Bezier curve in 2D from the current position, using the control-point coordinates, to the end-point. | |
AppendCubicBezierRel(Point3D, Point3D, Point3D) | Marks a cubic Bezier curve in 3D from the current position, using the control-point coordinates, to the end-point. | |
AppendCubicBezierRel(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. | |
AppendCubicBezierRel(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. |