Method |
Description |
---|
CurveCurveIntersector3d.CurveCurveIntersector3d () | This default constructor is used as a placeholder where the curves are specified by a subsequent call to one of... more |
CurveCurveIntersector3d.CurveCurveIntersector3d (Curve3d, Curve3d, Interval, Interval, Vector3d) | Constructs an object that represents the intersection of the two input curves, curve1 and curve2. Intersection points and overlaps... more |
CurveCurveIntersector3d.CurveCurveIntersector3d (Curve3d, Curve3d, Interval, Interval, Vector3d, Autodesk.AutoCAD.Geometry.Tolerance) | This default constructor is used as a placeholder where the curves are specified by a subsequent call to one of... more |
CurveCurveIntersector3d.CurveCurveIntersector3d (Curve3d, Curve3d, Vector3d) | Constructs an object that represents the intersection of the two input curves. Intersection points are returned within the accuracy of... more |
CurveCurveIntersector3d.CurveCurveIntersector3d (Curve3d, Curve3d, Vector3d, Autodesk.AutoCAD.Geometry.Tolerance) | This default constructor is used as a placeholder where the curves are specified by a subsequent call to one of... more |