CurveOverlapPointType
Description:
An enumeration characterizing a point shared by two curves.
An enumeration characterizing a point shared by two curves.
public enum CurveOverlapPointType
| Name | Description |
|---|---|
| Intersection | The point marks a transverse intersection of the two curves. |
| IntervalEnd | The point marks the end of an interval over which the two curves overlap. |
| IntervalStart | The point marks the beginning of an interval over which the two curves overlap. |
| Uninitialized | The value is uninitialized. |