We've the requirement to have 2 layers in the application.
1. Layer 1 will contain rectangular boxes(shapes) representing containers.
2. Layer 2 will contain basic shapes and connector connecting these Layer 2 shapes.
3. At any point only one layer is active
4. When any shapes are connected together in layer 2 using Dynamic HV connector...it's treating layer boxes as obstacle and routing the connector outside and then connecting the shapes. Please ref attachment.
5.If any other connector - side to side or nstep connector it is contained within layer 2.
Please let us know how avoid the behaviour as seen point 4.
//Pramod
Hi,
in order to have routing you must use routable connectors such as Dynamic Polyline or Dynamic HV. All other connector types are not routable. Note that for the routable connectors you can also use the RouteAutomatically property to make them reroute if an obstacle is placed on them.
Best Regards,Nevron Support Team
Hello Pramod,
Yes, this is the default behavior. You need to set the RoutObstacleType to RouteThrough for the rectangle (in layer 1), by default it is RouteAround.
Hopefully this helps.