SELECTIONSET FILTERS
The example for ssget in the help-files does not seem to work. (ssget "X" '((0 . "CIRCLE") (62 . 1) (-4 . "<") (40 . 15.0)))The trouble seems to be in the "-4" filter group.Anyone else had this problem or is there a setting I am missing.Thanks Rick
Comments
-
I have always used the form: (ssget "x" (list (cons 0 "TEXT"))) etc. I'm certainly not an expert, but don't know what assoc -4 is and of course if any one of the "assoc's" is not in the file {like if there are no circles with (-4."<")}, it will come up with nothing and/or bomb out.
0 -
The "-4" filter group allows the use of logic operators when creating a selectionset. Whith out this filter the "ssget "x" " fuction is impaired. If this is a bug then it has been around for many versions of Intellicad and I hope it can soon be resolved. Thanks , Rick
0