CurveOverlapPointType Enumeration

An enumeration characterizing a point shared by two curves.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum CurveOverlapPointType
Members
Member nameValueDescription
Intersection1 The point marks a transverse intersection of the two curves.
IntervalEnd3 The point marks the end of an interval over which the two curves overlap.
IntervalStart2 The point marks the beginning of an interval over which the two curves overlap.
Uninitialized0 The value is uninitialized.
See Also