
Contents |
Extract to Graphs
Extract specified layers to separate graph windows
1. layextract igp:=graph1 fullpage:=1;
2. layextract layer:="1:4" keep:=0;
3. layextract layer:=1:4 keep:=0;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input Graph | igp |
Input GraphPage | |
Specifies the graph to manipulate. By default, this active graph will be used as input. |
| Extracted Layers | layer |
Input string | |
Specifies the layers to extract. Note: to specify multiple layers, use colon to separate the first layer and the last layer to be manipulated. For example, "1:3" means the first, second and the third layer. |
| Keep Source Graph | keep |
Input int | |
Specifies whether or not to keep the source graph. The default is 1, which means that the source graph will be kept. |
| Full Page for Extracted | fullpage |
Input int | |
Specifies whether to resize the layers to full page after they are extracted. The default is 0, which means that the extracted layers will not be resized. |
This X-Function can be used to extract graph layers to separate graph windows.