Hi Leon,
Regarding your questions:
1. Which Algorithm is for the Routing exactly used?
The routing uses a modified A* path finding algorithm.
2. How far is it possible to customize/optimize the Behavior of the Routing?
like:
· to forbid overlap of the ConnectingLines?
Currently this is not a built in feature of the routing manager, as it simply tries to avoid obstacles in connectors paths.
· to reduce the waydirection changing to a minimum?
This can be controlled by the ChangeDirectionCost of the drawing.RoutingManager. The higher the cost the more reluctant connectors will be to make direction changes (turns).
3. Is it possible to build an minimal distance between 2 Diagrammshapes?
4. Is it possible to build minimal distance between 2 ConnectorLines?
Please elaborate. What do you mean by minimal distance, how should this distance be enforced etc.
4. Is it possible to create an nodal point for the connecting of Lines?
Please elaborate. What is a nodal point?
Best Regards,
Nevron Support Team