hfVisualizer Remote Control Distribution
distribution
hfVisualizer --remote [--target <id>] distribution <type> (--content <text> | --content-file <file>)
- Applies one
*Distribution, TYPE=<type>block. - Exactly one of
--contentor--content-fileis required. distributionruns only in preprocessing mode.<type>must not be empty.- Supported distribution types are:
SectionBeamCSBeamEndReleaseEmbeddedLineSplineEmbeddedLineHostElsetMCKElementScaleFactorMCKElementCSMovingSpringInitialPosition- Content is passed directly to
readDistribution()after the IPC layer prepends the*Distributionkeyword line. - Inside
--content, use\nfor line breaks.\\nstays literal. - Empty content is rejected.
- Successful apply refreshes topology, selection-topology, and the render pipeline, matching the GUI
Distributionwidget behavior.
Example:
hfVisualizer --remote distribution Section --content "left, girderSection\nright, deckSection"
hfVisualizer --remote distribution BeamCS --content-file D:\Work\beamcs-distribution.txt