This command allows the viewing properties of the Layout Editor to be retrieved.
| Syntax | Description |
|---|---|
| outstring = getview; |
Returns a list of the view properties that can be set. The command
will return
|
| out = getview("property"); |
Returns the current value of any of the view properties. For example,
will return the current zoom setting of the perspective view relative to the default level. |
|
Note: The "extent" and "zoom" options for this command are not available in Lumerical Multiphysics. |
Example
The properties that can be obtained with getview are described in setview .
?getview;
extent, zoom, theta, phiSee Also