Global

Methods

first_state()

Description:
  • Function that changes it to the first state when first button is pressed. Remember that the first state is state 0 and not state 1
Source:

keep_view_updated()

Description:
  • If the Keep View Updated checkbox is ticked, the function resets the camera to the default view anytime the plot state or reference state is changed
Source:

last_state()

Description:
  • Function that changes it to the last state when final button is pressed
Source:

next_state()

Description:
  • Function that changes it to the next state when next button is pressed. Checks to see if it is at the last state, in which it can't go any further forward and prints warning message
Source:

prev_state()

Description:
  • Function that changes it to the previous state when prev button is pressed. Checks to see if it is at the first state, in which case it can't go back any further and prints warning message
Source:

ref_state()

Description:
  • If the reference state button is pressed. This is where the resultant displacement is calculated based off a selected state and model rather than state 0 of each model
Source:

update_plot()

Description:
  • Entered when the user manually changes the state value. Checks if the state is valuid, if not prints warning message and changes it to the last state via the last state function
Source:

workflow_manual()

Description:
  • Opens up the clickhelp manual when the help button is pressed
Source: