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

Name Type Description
xvalue Float The data value of the X-axis variable, depending on the X-axis units.
y1value Float The data value of the first Y-axis variable, depending on the Y-axis units.
y2value Float The data value of the second Y-axis variable (if present), depending on the Y-axis units.
y3value Float The data value of the third Y-axis variable (if present), depending on the Y-axis units.

Relationships

Inherits from

  • None

Descendant classes

Leaf/Root class

IsLeaf IsRoot
False False

Associations

Source Class Cardinality Source Target Class Cardinality Target Source Name Source Assoc. Description Target Name Target Assoc. Description
CurveData 0..* Curve 1 CurveDatas The point data values that define this curve. Curve The curve of this curve data point.