a week ago
I created a Custom Window. Part of this window is also a slab, which I would like to hide when generating the drawing scheme. This part is modeled as a slab, to which I assigned an ID. I can find this ID inside the 3D Script, but I do not know which slab it refers to. Is there a way to determine this? There is Attachment. The IDs of the desired slabs are "parapet" and "obok".
I know how to hide tihs parts in Window List. I just want to find IDs in 3D Script.
Operating system used: Windows
a week ago
It should be the group directly before the ID in the script.
Barry.
yesterday
yesterday
Seems it may not be the prism above the ID when there are a lot of prisms.
Process of elimination (commenting out each prism), I found one.
I have to go now so no time to find the other just at the moment.
Maybe I will get to try again later.
Barry.
16 hours ago
The parapet is this prism.
I found them by commenting out the 'Placegroup' commands at the end of the script.
When the part you want disappears, you will know the group number for it.
Search for that group number in the script and you will find it placed as another group.
Then search for that new group number and that will be the prism that creates it.
Barry.