Page 1 of 1

ssget "cc"

Posted: Wed Sep 05, 2007 1:24 pm
by Jhun
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]

have you tried "W" or "C"

Posted: Fri Sep 07, 2007 10:01 am
by BJ
I used setq to set a point X and a point Y and it worked for me using this:

(ssget "C" x y )

also got it to work with "W"

(I'm using 6.2 premium edition)

ssget "cc"

Posted: Fri Sep 07, 2007 11:54 am
by Jhun
thanks bj for your reply. Actually it works for me too if using "C" but using "CC" it doesn't work which is I need it.


Thanks

Jhun