LineSegment.IntersectWithCurve Method
Parent Object: LineSegmentDescription
Method that returns Point objects that represent the points at the intersection of the Line/LineSegment and the input curve. Returns Nothing if the curves overlap or are parallel.
Syntax
LineSegment.IntersectWithCurve( Curve As Object, [Tolerance] As Double ) As ObjectsEnumeratorParameters
Name | Type | Description |
Curve | Object | Input object. This can be a Line, LineSegment, Arc3d, EllipticalArc, Circle, EllipseFull, or a BSplineCurve. |
Tolerance | Double | Optional input Double that specifies the linear tolerance to use for intersection computation. If not specified, the default internal tolerance is used. This is an optional argument whose default value is 0.0. |