hfSectionVisualizer Remote Control View
View
hfSectionVisualizer --remote [--target <id>] fit [--view <active|left|right|analysis>]
hfSectionVisualizer --remote [--target <id>] grid-spacing <get|set> [<value>]
hfSectionVisualizer --remote [--target <id>] rotate-axes <angle-deg>
hfSectionVisualizer --remote [--target <id>] display-axis <on|off> [--view <active|left|right|analysis>]
hfSectionVisualizer --remote [--target <id>] display-grid <on|off> [--view <active|left|right|analysis>]
hfSectionVisualizer --remote [--target <id>] display-geometry <on|off> [--view <active|left|right|analysis>]
hfSectionVisualizer --remote [--target <id>] ortho-mode <on|off> [--view <active|left|right|analysis>]
hfSectionVisualizer --remote [--target <id>] snap-to-grid <on|off> [--view <active|left|right|analysis>]
hfSectionVisualizer --remote [--target <id>] snap-to-geometry <on|off> [--view <active|left|right|analysis>]
--viewis optional.grid-spacingmatches the toolbar grid-spacing spin box.rotate-axesmatches the GUIRotate axesdialog.display-geometrydoes not support the analysis view.
grid-spacing
- Gets or sets the toolbar grid spacing.
- Syntax:
grid-spacing getgrid-spacing set <value> - Validation:
setrequires one positive finite number. - Behavior: In the Section tab it applies to both left/right section views at once. In the Analysis tab it applies to the analysis view. GUI changes from the grid-spacing spin box are also recorded into Remote Control History with the same command.
Example:
hfSectionVisualizer --remote grid-spacing set 25
hfSectionVisualizer --remote grid-spacing get
rotate-axes
- Sets the axes angle shown by the GUI
Rotate axesdialog. - Syntax:
rotate-axes <angle-deg> - Validation:
Angle must be a finite number within
[-360, 360]. - Behavior:
In the Section tab it applies to both left/right section views at once.
In the Analysis tab it applies to the analysis view.
GUI changes from the
Rotate axesdialog are also recorded into Remote Control History with the same command.
Example:
hfSectionVisualizer --remote rotate-axes 90