Insert multiple blocks based on single client input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good afternoon!
I'm back with more questions.
My newer lisp project is based on detail drawing that have multiple dimensions involved.
Now the dimensions base we use are not set to a perfect scale. So they are not ordinary dims.
However I made a block out of them. A dynamic block that has all dimensions included in it separated by visibility states, one for each dimension for height and length.
But since each detail drawing most likely having multiple dimensions including multiple heights (74 variations) and lengths (46 variations) it becomes too complicated to set up variations in the visibility states.
My plan is to have a lisp to insert that single dynamic block multiple times but at different visibility states based on user input.
That would be set up with two repeating client get int.
First one for Heights, 0 or any invalid input should jump to the second step, Lengths, 0 or any invalid input would then insert all selected heights and lengths selected by client at a insertion point selected by client, rotation 0 and explode all blocks inserted.
I found this post about Inserting Dynamic Block with Visibility State Pre-selected here as a good starting point, but haven't figured out a way to insert multiple blocks based upon one (actually two) looping client input and most important aspect of this question, a single insertion point selection.
Any help would be greatly appreciated 🙂