CurveOverlapPointType Enumeration |
An enumeration characterizing a point shared by two curves.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum CurveOverlapPointType
Public Enumeration CurveOverlapPointType
public enum class CurveOverlapPointType
type CurveOverlapPointType
MembersMember 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.
|
See Also