|
发表于 2022-7-6 17:35:29
|
显示全部楼层
I want to grab 2 out of the 3 I have.
See, I have 3 subs where I create my blocks, and then in my 'main' function I place them in my ModelSpace.
The placement of the tabletop is obvious, the table legs is with a few loops, ditto for the seats.
Currently I just did a bunch of "Set tafelblockreference = ThisDrawing.ModelSpace.InsertBlock(insertionpnt, "stoelblock", 1#, 1#, 1#, rotatiestoelen)" but I'm guessing/hoping there is a better way to do it so I can get my tabletop+table legs as a merged reference.
Either by changing the way I "set" them in my main or by selecting them, turning them into a new block, deleting the old reference and creating a reference for the new (merged) block? |
|