Share

CurveIntersectResultOption Enumeration

Specifies how much information will be computed and returned when calculating intersection of Curves.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public enum CurveIntersectResultOption

Members

Member nameValueDescription
Detailed1 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.
Simple0 Only return the SetComparisonResult classifying the type of intersection (or lack thereof).

See Also

Reference

Was this information helpful?