ENUM_CAD_LINE_INTERSECT_FLAGS Enumeration
Members
Member | Value | Description |
---|---|---|
CAD_INTERSECT_CLOSEST_ORIGIN | 1 | Return intersection closest to the line point. By default, the intersection at the maximum line parameter is returned. |
CAD_POSITIVE_PARAMETER_INTERSECTIONS_ONLY | 2 | Only return intersections at positive line parameters (treat the line as a ray). |