Subassembly Composer - Are Conditionals Subs Possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to create a conditional subassembly in composer that will allow two different sets of subs based on whether a surface exists in that section or not.
The stock ConditionalCutFill sub can be used for when the surface is found, but it doesn't work for when the surface is not found.
When I try to build this in composer, it always adds any subassemblys attached to it regardless of if the condition is met. In the assembly properties, it does not show the attached subs correctly nested as it should for a conditional.
I tried to manually edit the atc file to add the
<ConditionalSubassembly>true</ConditionalSubassembly>
as per this post: https://forums.autodesk.com/t5/civil-3d-customization-forum/conditional-subassembly-visual-basic-bra...
However, it is still not working.
Is it possible to make conditional subs with composer?