rakes
Aerospace
- Jul 6, 2001
- 25
I am writing a program in AutoLISP which reads geometry created in AutoCAD and processes information regarding start point of line etc, for output to a file. my problem is in using "=" function. I read start angle of an arc using "entget" and "assoc" functions. But when I compare this angle with another got using "angle" function,
(= theta st_ang) ,I am getting nil output. But the values are numerically equal! Can anyone help with tips?
(= theta st_ang) ,I am getting nil output. But the values are numerically equal! Can anyone help with tips?