ssget "cc"

#1
Hi

How to use ssget "CC" (crossing circle) I used it but if I run the program always the error is "bad list of points".

Any thoughts?


Thanks

Tirso

Code: Select all


(value of point1 and point2)

x  = -25600.0
y = 67200.0
x2 = -25500.0
y2 = 67150.0

(SSGET "CC" (LIST x y)(LIST x2 y2)))

[/code]