Skip to content

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>]
  • --view is optional.
  • grid-spacing matches the toolbar grid-spacing spin box.
  • rotate-axes matches the GUI Rotate axes dialog.
  • display-geometry does not support the analysis view.

grid-spacing

  • Gets or sets the toolbar grid spacing.
  • Syntax: grid-spacing get grid-spacing set <value>
  • Validation: set requires 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 axes dialog.
  • 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 axes dialog are also recorded into Remote Control History with the same command.

Example:

hfSectionVisualizer --remote rotate-axes 90