ReadAssessmentValue

ReadAssessmentValue

Class used to return results from the body part Read functions

Constructor

new ReadAssessmentValue(parameter, value, unitsopt)

Source:
Example
let values = [
    new ReadAssessmentValue(`max shear`, curve_shear.ymax, `kN`),
    new ReadAssessmentValue(`min shear`, curve_shear.ymin, `kN`)
];
Parameters:
Name Type Attributes Description
parameter string The name of the parameter being reported
value number The numerical value
units string <optional>
The units associated with the value (default none - empty string)