Segment |
The LineConnectionStyleBaseSegmentRange type exposes the following members.
Name | Description | |
---|---|---|
GapAtSubRangeEnd | The gap at the end of the sub range. | |
GapAtSubRangeStart | The gap at the start of the sub range. | |
IndexAtSubRangeEnd | Zero based index of the last valid point of the sub range (except in the case of IsFullRangeClosedCurve==true). | |
IndexAtSubRangeStart | Zero based index of the start of the sub range. | |
IsFullRangeClosedCurve | If true, the subrange should be treated as a full range closed curve, i.e. a connection of all points of the range and additionally a connection of the last point back to the first point. In this case, IndexAtSubRangeEnd is set to IndexAtSubRangeStart. |