Global

Members

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

model_id :number

Description:
  • Model ID for workflow model
Source:
Model ID for workflow model
Type:
  • number

nbeam :number

Description:
  • Number of BEAMs in workflow model
Source:
Number of BEAMs in workflow model
Type:
  • number

nshell :number

Description:
  • Number of SHELLs in workflow model
Source:
Number of SHELLs in workflow model
Type:
  • number

nsolid :number

Description:
  • Number of SOLIDs in workflow model
Source:
Number of SOLIDs in workflow model
Type:
  • number

ntshell :number

Description:
  • Number of TSHELLs in workflow model
Source:
Number of TSHELLs in workflow model
Type:
  • number

prev_cst :number

Description:
  • To store the previous comp_state
Source:
To store the previous comp_state
Type:
  • number

prev_st :number

Description:
  • To store the previous state
Source:
To store the previous state
Type:
  • number

props_filename :string

Description:
  • Properties filename
Source:
Properties filename
Type:
  • string

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. Returns -1 if a window can't be found (can happen if the window containing the model has been deleted, but not the model [Window -> Close Window -> Leave Model]
Source:
Returns:
Window ID
Type
number

colour_elements(items, colour)

Description:
  • Callback function that sets the colour for elements (BEAM, SHELL, SOLID & TSHELL)
Source:
Parameters:
Name Type Description
items string Element items to set the colour. Can be "ALL", "AV" etc.
colour string Colour: "RED", "GREY" etc.

exit_eroded_elements()

Description:
  • Callback function to give message on exit of workflow
Source:

first_state()

Description:
  • Callback function corresponding to the firstState button
Source:

last_state()

Description:
  • Callback function corresponding to the finalState button
Source:

next_state()

Description:
  • Callback function corresponding to the nextState button
Source:

prev_state()

Description:
  • Callback function corresponding to the prevState button
Source:

transparency_elements(items, percentage)

Description:
  • Callback function that sets the transparency for elements (BEAM, SHELL, SOLID & TSHELL)
Source:
Parameters:
Name Type Description
items string Element items to set the transparency. Can be "ALL", "AV" etc.
percentage string Percentage transparency: "0", "50" etc.

update_plot()

Description:
  • Main callback function to update the deleted elements displayed
Source:

workflow_manual()

Description:
  • Callback function to open workflow manual
Source: