Click or drag to resize

CommandListAppendArcRel Method

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

Marks a circular arc from the current position, described by the given relative center-point co-ordinates and sweep angle.

Public methodCode exampleAppendArcRel(Point3D, Double)

Marks a circular helix from the current position, described by the given relative center-point co-ordinates and sweep angle.

Public methodCode exampleAppendArcRel(Double, Double, Double)

Marks a circular arc from the current position, described by the given relative center-point co-ordinates and sweep angle.

Public methodCode exampleAppendArcRel(Double, Double, Double, Double)

Marks a circular helix from the current position, described by the given relative center-point co-ordinates and sweep angle.

Top
Remarks
The geometry of circular arcs, as implemented on the SP-ICE-3 Card, is discussed in 9.1.2 Arcs. Note that Transformation is only applied to the center point and not to the individual points on the circle.
See Also