Method |
Description |
---|
CurveCurveIntersector2d.CurveCurveIntersector2d () | This default constructor would typically be used as a placeholder where the curves would be specified by a subsequent call... more |
CurveCurveIntersector2d.CurveCurveIntersector2d (Curve2d, Curve2d) | Constructs an object that represents the intersection of the two input curves. Intersection points are returned within the accuracy of... more |
CurveCurveIntersector2d.CurveCurveIntersector2d (Curve2d, Curve2d, Autodesk.AutoCAD.Geometry.Tolerance) | This default constructor would typically be used as a placeholder where the curves would be specified by a subsequent call... more |
CurveCurveIntersector2d.CurveCurveIntersector2d (Curve2d, Curve2d, Interval, Interval) | Constructs an object that represents the intersection of the two input curves. Intersection points and overlaps are only returned if... more |
CurveCurveIntersector2d.CurveCurveIntersector2d (Curve2d, Curve2d, Interval, Interval, Autodesk.AutoCAD.Geometry.Tolerance) | This default constructor would typically be used as a placeholder where the curves would be specified by a subsequent call... more |