Changing hierarchy structure while keeping nested relationships

95 Views Asked by At

This is just an example, but lets say I have an IBD of context “vehicle”. In the IBD I have part properties “vehicle.car.navSystem” with proxy ports and connectors to “vehicle.car.navSystem.gps” and “vehicle.car.navSystem.display”.

I want to change the hierarchy “vehicle.car.navSystem” to “vehicle.truck.navSystem”, where the “truck” block already exists, but I want to keep both blocks “truck” and “car”, without having to manually remake all of the connectors and instances of part properties. So I’d end up with “vehicle.car” without the part “navSystem”, and in the IBD of “vehicle” I’d have “vehicle.truck.navSystem” with connectors to “vehicle.truck.navSystem.gps” and “vehicle.truck.navSystem.display”.

I hope that makes sense. Thank you.

0

There are 0 best solutions below