CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
24 #ifndef OD_GE_CURVE_CURVE_INT_2D_H
25 #define OD_GE_CURVE_CURVE_INT_2D_H
27 #include "Ge/GeEntity2d.h"
156 double& param2)
const;
365 #endif // OD_GE_CURVE_CURVE_INT_2D_H
double intPointTol(int intNum) const
OdGeCurveCurveInt2d(const OdGeCurve2d &curve1, const OdGeCurve2d &curve2, const OdGeTol &tol=OdGeContext::gTol)
OdGeCurveCurveInt2d & set(const OdGeCurve2d &curve1, const OdGeCurve2d &curve2, const OdGeInterval &range1, const OdGeInterval &range2, const OdGeTol &tol=OdGeContext::gTol)
const OdGeCurve2d * curve1() const
void getPointOnCurve2(int intNum, OdGePointOnCurve2d &intPnt) const
const OdGeCurve2d * curve2() const
void getIntParams(int intNum, double ¶m1, double ¶m2) const
GLsizei GLsizei GLchar * source
OdGeTol tolerance() const
bool isTangential(int intNum) const
void getIntConfigs(int intNum, OdGe::OdGeXConfig &config1wrt2, OdGe::OdGeXConfig &config2wrt1) const
void getOverlapRanges(int overlapNum, OdGeInterval &range1, OdGeInterval &range2) const
OdGeCurveCurveInt2d & set(const OdGeCurve2d &curve1, const OdGeCurve2d &curve2, const OdGeTol &tol=OdGeContext::gTol)
OdGeEntity2d & operator=(const OdGeEntity2d &entity)
bool overlapDirection() const
OdGeCurveCurveInt2d & orderWrt1()
OdGeCurveCurveInt2d & orderWrt2()
void getIntRanges(OdGeInterval &range1, OdGeInterval &range2) const
OdGeCurveCurveInt2d(const OdGeCurveCurveInt2d &source)
OdGePoint2d intPoint(int intNum) const
void getPointOnCurve1(int intNum, OdGePointOnCurve2d &intPnt) const
static GE_STATIC_EXPORT OdGeTol gTol
#define GE_TOOLKIT_EXPORT
bool isTransversal(int intNum) const
OdGeCurveCurveInt2d(const OdGeCurve2d &curve1, const OdGeCurve2d &curve2, const OdGeInterval &range1, const OdGeInterval &range2, const OdGeTol &tol=OdGeContext::gTol)