Hi, does anyone know how to replace multiple instances of sibling component at the same time (within a dynamic component)?
I have created a dynamic component which is a simple cabinet with a framed door (the door component is a direct sibling component and takes it’s dimension attributes from the parent component). I have created a different style door, which also takes its values from whichever parent component it’s inside of and I can use the ‘Reload’ tool to swap the doors - it works fine and resizes accordingly when reloading in just a single parent component.
But when I make copies of the same main cabinet component they become ‘instances’ (if I understand correctly) so when I reload the door in the main component, the copies don’t update, like they would have if it was a normal ‘non-dynamic’ component.
Thanks, but I actually need to do the opposite - make it ‘un-unique’ sort of. When I create the copy it makes it unique automatically (unlike with a regular non-dynamic component).