Development
|
iPOGO Development Center Report #143
| #143 DXFIN - Resolved - Circles being computed incorrectly
| |
BugNo |
143
| |
CodeModule |
DXFIN
| |
Status |
Resolved
| |
Title |
Circles being computed incorrectly
| |
Description |
Circles are being computed incorrectly with the 1 command. The syntax used to compute the circle points should be using a -1 or NE quadrant. The program is using the radius point number instead of the quadrant for the bearing. See comments for syntax example.
| |
Comments |
Bad syntax:
1 50000 16911 -16911 90 0 0 0.6858000000;
Good syntax:
1 50000 16911 -1 90 0 0 0.685800000;
| |
FiledBy |
set
| |
FiledDate |
03/12/2000
| |
ResolvedDate |
03/14/2000
| |
Resolution |
-
| |
VersionNo |
4.0 Beta
| |