Message 1 of 4
Programmatically add body modifier to WALL object

Not applicable
11-22-2018
03:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I'm writing a program (in Matlab) that creates a text file with AutoCAD commands. I can execute these commands by copying them to AutoCAD's command line.
I have a need for adding a body modifier to a wall object with this approach: adding the body modifier only from the command line without any POP-op windows. This gives me trouble!! I can't find a way to avoid the POP-op window:-(
I hope that there is a way around this? Perhaps a LISP script (VBA/VLA) that can be loaded into AutoCAD and then called from the command line?
Any help/input would be greatly appreciated.
Best Regards
Jesper, Denmark
I need to programmatically add a body modifer to a wall element.