Pathing not aligned - Parameter to tweak [message #1864484] |
Tue, 19 March 2024 09:21  |
Eclipse User |
|
|
|
Hi community,
working on a layout that produces some unintuitive pathing. Cable 10 (The first blue path) takes another route than the rest, while I would hope that all take directionally the same route.
Hoping that someone has some experience which parameters could be the right ones to tweak here. I already adjusted Thoroughness in both directions without success.
Thank you for any tip!
Current set up:
{
"elk.algorithm": "layered",
"elk.alignment": "TOP",
"elk.direction": "RIGHT",
"elk.layered.nodePlacement.favorStraightEdges": "FALSE",
"elk.layered.nodePlacement.bk.edgeStraightening": "NONE",
"elk.portAlignment.default": "BEGIN",
"elk.considerModelOrder.components": "FORCE_MODEL_ORDER",
"elk.font.size": "12",
"elk.aspectRatio": "1.13f",
"elk.spacing.componentComponent": "16",
"elk.spacing.edgeEdge": "16",
"elk.spacing.edgeEdgeBetweenLayers": "16",
"elk.spacing.nodeNode": "8",
"elk.spacing.edgeNode": "16",
"elk.spacing.portPort": "16",
"elk.layered.nodePlacement.strategy":
nodes.length === 2 ? "SIMPLE" : "BRANDES_KOEPF",
"elk.layered.considerModelOrder.strategy": "NODES_AND_EDGES",
"elk.layered.considerModelOrder.components": "NODES_AND_EDGES",
"elk.spacing.portsSurrounding": "[top=20,left=0,bottom=20,right=0]",
"elk.layered.thoroughness": "2",
"elk.layered.nodePlacement.bk.fixedAlignment": "LEFTUP",
},
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04661 seconds