hfVisualizer 원격 제어 Distribution
distribution
hfVisualizer --remote [--target <id>] distribution <type> (--content <text> | --content-file <file>)
*Distribution, TYPE=<type>블록 하나를 적용합니다.--content와--content-file중 정확히 하나가 필요합니다.distribution은 preprocessing mode에서만 동작합니다.<type>은 비어 있으면 안 됩니다.- 지원 distribution type:
SectionBeamCSBeamEndReleaseEmbeddedLineSplineEmbeddedLineHostElsetMCKElementScaleFactorMCKElementCSMovingSpringInitialPosition- IPC 계층이
*Distributionkeyword line을 앞에 붙인 뒤 내용을readDistribution()에 전달합니다. --content안에서는 줄바꿈을\n으로 씁니다.\\n은 문자 그대로 유지됩니다.- 빈 내용은 허용되지 않습니다.
- 성공적으로 적용되면 GUI
Distribution위젯과 같이 topology, selection-topology, render pipeline을 refresh합니다.
예시:
hfVisualizer --remote distribution Section --content "left, girderSection\nright, deckSection"
hfVisualizer --remote distribution BeamCS --content-file D:\Work\beamcs-distribution.txt