Angelo2449
Guest
Hello everyone,
provided that all variables are valued, these few lines of code :
They're acting weird.
if I draw the circles also the line is drawn, otherwise I get the message :
"internal point: zero length line created in point (-1100.06, 59.85, 0.00)"
How is it possible?
Thank you.
provided that all variables are valued, these few lines of code :
Code:
(setq davsx (polar psex agsx 0.05))
;;(command "_circle" davsx 0.05)
(setq davsx1 (polar davsx agsu 0.05)
;;(command "_circle" davsx1 0.05)
(command "_line" davsx1 davsx "")
if I draw the circles also the line is drawn, otherwise I get the message :
"internal point: zero length line created in point (-1100.06, 59.85, 0.00)"
How is it possible?
Thank you.