Development
|
iPOGO Development Center Report #138
| #138 WHIP! - Resolved - 6 command draws arcs incorrectly
| |
BugNo |
138
| |
CodeModule |
WHIP!
| |
Status |
Resolved
| |
Title |
6 command draws arcs incorrectly
| |
Description |
The 6 command draws arcs incorrectly. See the example in the comment below. The arc is being drawn counter clockwise incorrectly by default.
When the radius point is positive, the arc must always be drawn with the delta less than or equal to 180°.
When the radius point is negative, the arc must always be drawn with the delta greater than 180°.
| |
Comments |
$ Example data set for the 6,n (Inverse Pairs) command
$ Set the points
0 2 0 0 ;
1 3 2 -4 32 46 20 53.67 ;
1 6 3 -1 74 21 30 115.37 ;
1 8 2 -2 77 23 17 86.653 ;
5 7 6 8 3 159 159 ;
$ Setup feature codes with
$ cmd feature, layer, color, style, thickness
15.1 L1 LINES1 1 1 1 ;
$ Turn plot on
91 ;
$ Activate the L1 feature
15 L1 ;
$ draw the lines
6 1
6 7.1 8
8 2
2 3
3 6 ;
| |
FiledBy |
set
| |
FiledDate |
03/12/2000
| |
ResolvedDate |
03/14/2000
| |
Resolution |
-
| |
VersionNo |
4.0 Beta
| |