
Contents |
Align some destination layers according to the source layer.
layalign igl:=1 destlayer:=2 direction:=bottom;
layalign igp:=graph2 source:=1 destlayer:=3;
| 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.