Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
To filter a SSGET by APPID
How it can be filter a SSGET by is APPID name ??
At the dwg , that come from CADWORKS , have appid named "CPD1" and "CPD2" .
It is a pipe 3d layout .
I use it
Code:
(setq ent (ssname (ssget ":s" '(( 0 . "3DSOLID"))) 0)) (setq appid-name (caadr(assoc -3 (entget ent (list "*")))))
Thanks in advance.
Solved! Go to Solution.