Click or drag to resize

CommandListAppendArcRel(Point2D, Double) Method

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


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendArcRel(
	Point2D point,
	double sweep
)

Parameters

point  Point2D
The relative coordinates of the center-point.
sweep  Double
The sweep angle at the center-point (rad).
Remarks

Appends a MARK_ARC_REL command to the list.

The geometry of circular arcs, as implemented on the SP-ICE-3 Card, is discussed in 9.1.2 Arcs.

Example
Please refer to 9.1.2 Arcs for examples using this, and similar, methods.
See Also