Specifies how much information will be computed and returned when calculating intersection of Curves.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum CurveIntersectResultOption
Members
| Member name | Value | Description |
|---|
| Detailed | 1 |
Return overlap points and intervals, in addition to the intersection's classification.
Note: selecting this option may cause additional calculations to be performed when determining the curve intersection.
|
| Simple | 0 |
Only return the SetComparisonResult classifying the type of intersection (or lack thereof).
|
See Also
Reference