2027 Enumeration
Changes 7
E

CurveOverlapPointType

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