cmick31
Mechanical
- Jun 1, 2021
- 19
Evening all,
Quick run through of my issue at hand:
I have a Tool - That tool has Units - Those Units have specific components
Program I'm writing processes through components on the assembly level & prompts user input to apply attribute to the component.
It applies to the component on assembly level, but if I go to the unit (parent of component) it won't be applied in there, and I need it shown on both levels.
Now I would simply get the Part of the component and apply on that level, which would then pass that attribute up to all levels, but parts are locked and cannot be altered.
Asking for the more experienced on guidance on how to handle this.
My initial thought is setting Parent of the component to Display and applying attribute, going back to assembly & applying attribute once more, but how can I make sure its the same instance on assembly level? Does Component Tag remain consistent throughout the tree of assembly?
Any guidance or boilerplate to get me started would be much appreciated, I've got the rest figured out.
Quick run through of my issue at hand:
I have a Tool - That tool has Units - Those Units have specific components
Program I'm writing processes through components on the assembly level & prompts user input to apply attribute to the component.
It applies to the component on assembly level, but if I go to the unit (parent of component) it won't be applied in there, and I need it shown on both levels.
Now I would simply get the Part of the component and apply on that level, which would then pass that attribute up to all levels, but parts are locked and cannot be altered.
Asking for the more experienced on guidance on how to handle this.
My initial thought is setting Parent of the component to Display and applying attribute, going back to assembly & applying attribute once more, but how can I make sure its the same instance on assembly level? Does Component Tag remain consistent throughout the tree of assembly?
Any guidance or boilerplate to get me started would be much appreciated, I've got the rest figured out.