LinearlyReferencedRange
Represents a non-empty range of positions along a path as a pair linearly-referenced positions. For example, the pair [0.25, 0.5] represents the range beginning 25% of the distance from the start of the path and ending 50% of the distance from the path
Underlying type: list<float64>
Constraints
- Linear reference range constraint (0.0 to 1.0). (
LinearReferenceRangeConstraint) ≥ 0.0(fromLinearlyReferencedPosition)≤ 1.0(fromLinearlyReferencedPosition)