Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to upgrade the existing code for inserting blocks into a drawing via the command line.
This code is for inserting a block from the folder in which it is permanently stored.
My goal is that immediately after insertion, this block will explode into elements
.
An example of the original code:
(command "_.insert" "C:\Users\\User\\\Documents\\\Library\\Gates and fences\Fence 2" pause "" "" "")
Is it possible to make code that included both of these commands: insertion and explode in one line?
Thanks,
Alex
Solved! Go to Solution.