Click or drag to resize

CommandListAppendEllipseRel Method

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

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

Public methodCode exampleAppendEllipseRel(Point3D, Double, Double, Double)

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

Public methodCode exampleAppendEllipseRel(Double, Double, Double, Double, Double)

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

Public methodCode exampleAppendEllipseRel(Double, Double, Double, Double, Double, Double)

Marks an elliptical arc 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.

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