Align graph layers to chosen layer
layalign igl:=1 destlayer:=2 direction:=bottom;
layalign igp:=graph2 source:=1 destlayer:=3;
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input Graph | igp |
Input GraphPage |
|
Specifies the graph to manipulate. By default, the active graph is used as input. |
Input Graph | igl |
Input GraphLayer |
|
Specifies the source layer. |
Destination Layer | destlayer |
Input string |
|
Specifies the destination layer. |
Direction | direction |
Input int |
|
Specifies the alignment.
|
This X-Function can be used to align two layers by their edges.