Members
auto_contour :boolean
- Description:
- No user defined contour levels
- Source:
No user defined contour levels
Type:
- boolean
calc_max :boolean
- Description:
- Calculate maximum contour values
- Source:
Calculate maximum contour values
Type:
- boolean
curr_state :number
- Description:
- Current state
- Source:
Current state
Type:
- number
exit_without_props :boolean
- Description:
- Exit script without changing properties
- Source:
Exit script without changing properties
Type:
- boolean
info
- Description:
- Model information for workflow model
- Source:
Model information for workflow model
initialised :boolean
- Description:
- Workflow initialisation
- Source:
Workflow initialisation
Type:
- boolean
list_non_yielding :Array.<number>
- Description:
- List of non-yielding parts
- Source:
List of non-yielding parts
Type:
- Array.<number>
list_yielding :Array.<number>
- Description:
- List of yielding parts
- Source:
List of yielding parts
Type:
- Array.<number>
model_id :number
- Description:
- Model ID for workflow model
- Source:
Model ID for workflow model
Type:
- number
plot_comp :number
- Description:
- D3PLOT plot component
- Source:
D3PLOT plot component
Type:
- number
plot_typ :number
- Description:
- D3PLOT plot type
- Source:
D3PLOT plot type
Type:
- number
prev_pt :number
- Description:
- Previous part
- Source:
Previous part
Type:
- number
prev_st :number
- Description:
- Previous state
- Source:
Previous state
Type:
- number
props_filename :string
- Description:
- Properties filename
- Source:
Properties filename
Type:
- string
test_yielding
- Description:
- Object with yielding & non_yielding lists
- Source:
Object with yielding & non_yielding lists
win_id :number
- Description:
- Window ID for workflow model
- Source:
Window ID for workflow model
Type:
- number
Methods
calc_window_id() → {number}
- Description:
- Callback function to calculate the window_id for model_id
- Source:
Returns:
Window ID
- Type
- number
check_parts_yielding()
- Description:
- Callback function to update yielding & non-yielding part lists
- Source:
exit_strength_check()
- Description:
- Callback function to give message on exit of workflow
- Source:
first_part()
- Description:
- Callback function corresponding to the firstPart button
- Source:
first_state()
- Description:
- Callback function corresponding to the firstState button
- Source:
last_part()
- Description:
- Callback function corresponding to the finalPart button
- Source:
last_state()
- Description:
- Callback function corresponding to the finalState button
- Source:
loop_buttons(option)
- Description:
- Callback function to update GUI: Ungrey buttons forlooping through yielding parts
- Source:
Parameters:
Name | Type | Description |
---|---|---|
option |
boolean | Switch looping buttons on/off |
next_part()
- Description:
- Callback function corresponding to the nextPart button
- Source:
next_state()
- Description:
- Callback function corresponding to the nextState button
- Source:
parts_grey_transparent()
- Description:
- Callback function to change non-yielding PARTs to grey_transparent (uses internal indices)
- Source:
plot_component(plot_without)
- Description:
- Callback function to do plot of plot_comp in plot_typ
- Source:
Parameters:
Name | Type | Description |
---|---|---|
plot_without |
boolean | If true, plot without user defined contour levels |
prev_part()
- Description:
- Callback function corresponding to the prevPart button
- Source:
prev_state()
- Description:
- Callback function corresponding to the prevState button
- Source:
update_plot()
- Description:
- Main callback function to update the yielding parts displayed
- Source:
workflow_manual()
- Description:
- Callback function to open workflow manual
- Source: