OccupantWidgets

OccupantWidgets

Class representing the body part widgets for an occupant

Constructor

new OccupantWidgets(name, body_part_widgets)

Source:
Example
let occupant_widgets = new OccupantWidgets(
                           WorkflowOccupant.HUMANETICS_HIII_50M_V1_5,
                           body_part_widgets);
Parameters:
Name Type Description
name string Occupant name
body_part_widgets Array.<BodyPartWidgets> Array of body part widgets

Members

body_part_widgets :Array.<BodyPartWidgets>

Description:
  • Array of body part widgets
Source:
Array of body part widgets
Type:

name :string

Description:
  • Occupant name
Source:
Occupant name
Type:
  • string

Methods

Hide()

Description:
  • Hide all the body part widgets for this occupant
Source:
Example
occupant_widgets.Hide();

Show()

Description:
  • Show all the body part widgets for this occupant
Source:
Example
occupant_widgets.Show();