Login Page - Create Account

Support Board


Date/Time: Fri, 21 Feb 2025 18:29:41 +0000



Post From: How to change drawing order (above|below) of subgraphs in ACSIL study?

[2021-01-18 07:19:20]
User164131 - Posts: 19
Yes, Flipper, I already tried to:

1. change subgraph numbers

SCSubgraphRef Subgraph_ExtensionLines = sc.Subgraph[0];
SCSubgraphRef Subgraph_VPOC = sc.Subgraph[1];
to
SCSubgraphRef Subgraph_ExtensionLines = sc.Subgraph[1];
SCSubgraphRef Subgraph_VPOC = sc.Subgraph[0];

2. change subgraphs order in "sc.SetDefaults" section

3. change subgraphs order in the main section of code

Same result — extension lines are above the dashes (see screenshot)
imageScreenshot (666).png / V - Attached On 2021-01-18 07:06:52 UTC - Size: 26.4 KB - 219 views