Click or drag to resize

CommandListAppendEllipticCurveAbs Method

These are used to mark elliptical arcs about an absolute center-point.
Overload List
 NameDescription
Public methodCode exampleAppendEllipticCurveAbs(Point2D, Double, Double, Double)

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

Public methodCode exampleAppendEllipticCurveAbs(Point3D, Double, Double, Double)

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

Public methodCode exampleAppendEllipticCurveAbs(Double, Double, Double, Double, Double)

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

Public methodCode exampleAppendEllipticCurveAbs(Double, Double, Double, Double, Double, Double)

Marks an elliptical curve from the current position, described by the given parameters and absolute 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.

Note that Transformation is only applied to the center point and not to the individual points on the ellipse path.
See Also