Skip to main content

CurveData

Class Description

Multi-purpose data points for defining a curve. The use of this generic class is discouraged if a more specific class can be used to specify the X and Y axis values along with their specific data types.

Attributes

NameTypeDescription
xvalueFloatThe data value of the X-axis variable, depending on the X-axis units.
y1valueFloatThe data value of the first Y-axis variable, depending on the Y-axis units.
y2valueFloatThe data value of the second Y-axis variable (if present), depending on the Y-axis units.
y3valueFloatThe data value of the third Y-axis variable (if present), depending on the Y-axis units.

Relationships

Ancestors

No ancestor classes

Descendents

Associations

Source ClassSource CardinalityTargetTarget CardinalitySource NameSource Assoc. DescriptionTarget NameTarget Assoc. Description
CurveData0..*Curve1CurveDatasThe point data values that define this curve.CurveThe curve of this curve data point.