Zitat:
Original erstellt von fca_mi2:
hallo,warum funktioniert folgender ausdruck nicht :
(ssget "_X" (list (cons -3 "fc_ebt")))
Tja, weils falsch aufgeschrieben wurrde 
Hier ein Auszug aus der AutoCAD Hilfe:
Zitat:
Using the ssgetfilter-list, you can select all entities containing extended data for a particular application. (See Extended Data - xdata.) To do this, use the –3 group code, as shown in the following example:(ssget "X" ’((0 . "CIRCLE") (-3 ("APPNAME"))))
...
Richtig wäre also so:
(ssget "_X" (list (list -3 (list "fc_ebt"))))
------------------
Mit freundlichem Gruß
Udo Hübner
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP