|
Name |
Description |
|
CurveCurveIntersector3d
|
Default constructor for the CurveCurveIntersector3d class.
Creates a default corresponding C++ object with intersection curves
set to NULL, default tolerance and flag that indicates whether data
is initialized is set to false. |
|
CurveCurveIntersector3d(Curve3d,
Curve3d, Vector3d)
|
Constructor for the CurveCurveIntersector3d class. Creates an
intersector with two passed curves. |
|
CurveCurveIntersector3d(Curve3d,
Curve3d, Vector3d, Tolerance)
|
Constructor for the CurveCurveIntersector3d class. Creates an
intersector with two passed curves and a geometric tolerance. |
|
CurveCurveIntersector3d(Curve3d,
Curve3d, Interval, Interval, Vector3d)
|
Constructor for the CurveCurveIntersector3d class. Creates an
intersector with two passed curves limited by the specified
intervals. |
|
CurveCurveIntersector3d(Curve3d,
Curve3d, Interval, Interval, Vector3d, Tolerance)
|
Constructor for the CurveCurveIntersector3d class. Creates an
intersector with two passed curves limited by the specified
intervals. |