Message 1 of 5
Insert all the shapes in current support paths to drawing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My case is that I need to check the validity of shapes in .shx-files. My first thought was to insert them into a drawing with the "shape" -command but it might not be the best way.
What I'm asking is:
- Is there a way to get all the used (in the current dwg) shape names, and the reference .shx-file in a list (or two) via autolisp?
- Is there a way to check the geometry of ALL the shapes in ALL the shx listed in the support file paths?
Why I'm asking is because we use some special linetypes and there is a fear that some of the shx-files have faulty definitions. Atm I am not aware of a method of doing this efficiently.
I was thinking of doing this
- Via script: load all .shx-files I am interested in into the current drawing
https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to... - Use a lisp utilizing the "shape"-command to draw them in a grid with corresponding shx-sourcefile references as texts next to the shape
- Profit
I'm open to other suggestions and all help is appreciated 😃
- F