- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've just spent the last 2 years formatting a pile of new title blocks and borders and details for use on customer outline drawings. The detail blocks in specific are the problem. Right now they are set up with visibility states allowing the user to select from dozens of options. This however becomes a problem if and when we send the AutoCAD file to the customer because now the customer can see all of the different options they have available to them. No, we can't stop sending the .dwg file for "reasons".
Btw, all of the below is done via .NET with AutoCAD 2018. Yes, we've considered macros however we're concerned that the .NET code will run faster than the macro which obviously wouldn't work out well.
My initial solution was to go through and explode the relevant blocks when the drafter finishes the design and uploads it to our document management system. The visibility states will produce only the chosen detail, however I totally forgot some of the details use attributes - exploding the block displays the attribute instead of text in the attribute.
My second solution that I spent the last 4 days scrambling to figure out how to use the "burst" command instead of explode. Burst does the same thing, however it automatically preserves the text in any attributes. The problem now is that it is preserving the text in all of the attributes, regardless of the visibility state.. So I'm ending up with a dozen random placeholder texts for a detail that doesn't need it.
So, my question. Does anyone have any thoughts as to how to tackle this? Bottom line, the final .dwg file needs to have specific details that do not have all the potential options. The final details do not need to be blocks - if there's a detail revision the drafter will just insert a fresh block.
Solved! Go to Solution.