Visualize all reactions for each support in a structural member
"beamReactions"
.
Parameter | Format | Default | Description |
---|---|---|---|
L | number | - | The length of the member |
dispR | array of strings | [] | Example: ["UltMax", "UltMin", "G", "Q"] . A list of the load types to plot in the reactions diagram. All load types, along with โUltโ, โUltMaxโ, and โUltMinโ are available |
dispTooltip | array of strings | dispR | A list of the load types to display in the tooltip |
allR | array of dicts | [] | Example: remote.plot.allR . All of the reactions data from the solver |
lenConvert | number | 1 | Conversion factor for length |
lenUnit | string | "m" | Unit for lengths |
bearingUnit | string | "mm" | Unit for length of bearing, if different |
plUnit | string | "kN" | (defaults to "kN" ) Unit for point reactions |
mlUnit | string | "kNm" | (defaults to "kNm" ) Unit for moment reactions |
column | boolean | false | (defaults to false ) Plots the reactions on a vertical axis and adjusts other text locations appropriately |
scaleArrows | boolean | true | (defaults to true ) Whether or not to scale the reaction arrows according to the absolute value of the ultimate maximum reactions |
upstreamReferenceId | string | - | If you want to display a button to link the reaction to other sheets as an upstream sheet |
allR
parameter contains comprehensive reaction data from the solver:
dispR
to control which load combinations are displayed:
Common Load Type Codes
column: true
:
upstreamReferenceId
parameter enables linking reactions to upstream sheets:
linkMembersY
.Clicking the button will open a modal with options of which sheets you can link to the reaction. Compatible sheets are those with templates where this upstreamReferenceId
value is in the importReferenceIds
array of the template.importReferenceIds
:
scaleArrows
:
scaleArrows: true
helps visualize the relative magnitude of reactions, making it easier to identify critical supports.upstreamReferenceId
can currently be passed per diagram. If you need multiple linking options, consider using separate diagrams or custom implementations.allR
data structure with reactions for all specified load combinations.