An enumeration characterizing a point shared by two curves.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum CurveOverlapPointType
Members
| Member name | Value | Description |
|---|---|---|
| Intersection | 1 | The point marks a transverse intersection of the two curves. |
| IntervalEnd | 3 | The point marks the end of an interval over which the two curves overlap. |
| IntervalStart | 2 | The point marks the beginning of an interval over which the two curves overlap. |
| Uninitialized | 0 | The value is uninitialized. |
