The RangeData stores data on ranges and on the current value within these ranges. It is typically used with the LodObject. The RangeData class is defined in the customgui_range.h
header file. The ID is CUSTOMDATATYPE_RANGE.
RangeData data is typically accessed from a LodObject. See LodObject Manual.
RangeData objects are created with the usual tools, see Entity Creation and Destruction Manual (Classic).
A RangeData object must be initialized:
A RangeData stores a value between 0.0 and 1.0:
Multiple knots can be added to a RangeData object. These knots define the borders of the ranges.
A single knot can be selected:
Value ranges are defined as the space confined by knots:
The ranges between knots can be colored in different ways:
The dimensions of a range are stored with a RangePair object:
The RangePair class includes: