de_draw_arc()
Adds a circular arc to a polygon or polyline in simulator units. Typically, this is used in artwork creation macros rather than in the de_add_arc() function. Returns: none.
See also: de_draw_arc1(), de_draw_arc2(), de_draw_arc3(), de_draw_arc4().
Syntax:
de_draw_arc(x,y, angle);
where
x,y is the center of the arc.
angle is the sweep angle of the arc.
- Negative = clockwise
- Positive = counterclockwise
Example:
de_add_polyline(); de_draw_point(0,0); de_draw_arc(20,0,90.0); de_draw_point(40,60); de_end();
Where Used:
Schematic, Layout
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()