Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
can I ask you about smilar problem?
I have problem with "ssget" and "point list". after some code I got one point list like this....
((1322.2 31.6559) (1322.2 31.9501) (1313.8 31.9501) (1313.8 31.6559) (1314.04 31.4159) (1313.8 26.6457))
and I named it "ptlist" (also I have some other parameters for selection set like PAR1 PAR2.... )
(setq sec (ssget "CP" ptlist (list (cons 8 PAR1) (cons 40 PAR2) (cons 7 PAR3))))
when I use this code it is ending with
"; error: bad function: 1322.2"
where is my fault?
Solved! Go to Solution.