ReadAssessmentOutput

ReadAssessmentOutput

Class used to return results from the occupant Read functions

Constructor

new ReadAssessmentOutput(graph_title, curvesnullable, model_id, location, component, values)

Source:
Example
let output = new ReadAssessmentOutput(graph_title, [curve_shear], model.id, occupant.position, OccupantBodyPart.NECK, values);
Parameters:
Name Type Attributes Description
graph_title string Graph title (also used in curve labels)
curves Array.<Curve> <nullable>
Output curves
model_id number Model ID
location string Occupant position or `Structure`
component string Body part type or structure component type
values Array.<ReadAssessmentValue> Array of ReadAssessmentValue objects