Click or drag to resize

CommandListAppendEllipticCurveRel Method

These are used to mark elliptical arcs about a relative center-point.
Overload List
 NameDescription
Public methodCode exampleAppendEllipticCurveRel(Point2D, Double, Double, Double)

Marks an elliptical curve from the current position, described by the given parameters and relative center-point coordinates.

Public methodCode exampleAppendEllipticCurveRel(Point3D, Double, Double, Double)

Marks an elliptical curve from the current position, described by the given parameters and relative center-point coordinates.

Public methodCode exampleAppendEllipticCurveRel(Double, Double, Double, Double, Double)

Marks an elliptical curve from the current position, described by the given parameters and relative center-point coordinates.

Public methodCode exampleAppendEllipticCurveRel(Double, Double, Double, Double, Double, Double)

Marks an elliptical curve from the current position, described by the given parameters and relative center-point coordinates.

Top
Remarks

The geometry of elliptical arcs, as implemented on the SP-ICE-3 Card, is discussed in 9.1.3 Ellipses.

See Also