CurveIntersectResultOption
Description:
Specifies how much information will be computed and returned when calculating intersection of Curves.
Specifies how much information will be computed and returned when calculating intersection of Curves.
public enum CurveIntersectResultOption
| Name | Description |
|---|---|
| Detailed | 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 | Only return the SetComparisonResult classifying the type of intersection (or lack thereof). |