Draft. This manual is new and still growing. If something here does not match what you see in the software, the software is right — tell us and we will fix the page.
Solid post
Where it is
Not a setup-tree node. Embedded in the application.
Controls
VIEW
Field
- Control: choice (
ComboRow) - Bound to:
CaseState.solidResolvedField - Shown when:
root.ready
The in-app guidance depends on the case:
- One entry per mode or per frequency: this is the step the solver wrote, not a different quantity.
- What the body is coloured by. The colour bar in the viewport follows this.
Component
- Control: choice (
ComboRow) - Bound to:
CaseState.solidFieldComponents - Shown when:
root.ready && CaseState.solidFieldComponents.length > 1
Magnitude, or one direction of it. A displacement magnitude says how far the part moved; a single component says which way, which is what a clearance check needs.
STANDARD VIEWS
Front
- Control: action (
ToolButton2)
Back
- Control: action (
ToolButton2)
Left
- Control: action (
ToolButton2)
Right
- Control: action (
ToolButton2)
Top
- Control: action (
ToolButton2)
Bottom
- Control: action (
ToolButton2)
Iso
- Control: action (
ToolButton2)
Home
- Control: action (
ToolButton2)
REPORT SNAPSHOTS
Add this view
- Control: action (
ToolButton2) - Enabled when:
!ReportState.busy
Working…
Label changes with the case; the source gives these forms: Working…, One per field.
- Control: action (
ToolButton2) - Enabled when:
!ReportState.busy && root.fields.length > 0
EXPORT
Save image
- Control: action (
ToolButton2) - Shown when:
root.ready - Enabled when:
!PostState.animating
Stop (…)
Label changes with the case; the source gives these forms: Stop (…), Animate the deflection.
- Control: action (
ToolButton2) - Shown when:
root.ready - Enabled when:
!PostState.animating || PostState.animMode === "cycle"
Stop (…)
- Control: action (
ToolButton2) - Shown when:
root.ready && root.fields.length > 1 - Enabled when:
!PostState.animating || PostState.animMode === "fields"
Problems reported against this step
The application reports no problems against this step.
… marks a value the application computes at run time, so the source carries no fixed text for it.