CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
25 #ifndef OD_GE_CURVE_BOUNDARY_H
26 #define OD_GE_CURVE_BOUNDARY_H
28 #include "Ge/GeEntity3d.h"
94 bool makeCopy =
true);
151 bool** orientation3d,
152 bool** orientation2d)
const;
170 bool makeCopy =
true);
201 #endif // OD_GE_CURVE_BOUNDARY_H
GLsizei GLsizei GLchar * source
bool isDegenerate(OdGePosition3d °enPoint, OdGeCurve2d **paramCurve) const
OdGeCurveBoundary & set(int numCurves, const OdGeEntity3d *const *crv3d, const OdGeCurve2d *const *crv2d, bool *orientation3d, bool *orientation2d, bool makeCopy=true)
OdGeCurve2d ** m_pArrCrv2d
OdGeCurveBoundary(const OdGeCurveBoundary &source)
OdGeCurveBoundary & setToOwnCurves()
bool isDegenerate() const
void getContour(int &numCurves, OdGeEntity3d ***crv3d, OdGeCurve2d ***crv2d, bool **orientation3d, bool **orientation2d) const
#define GE_TOOLKIT_EXPORT
bool * m_bArrOrientation2d
OdGeEntity3d ** m_pArrCrv3d
bool * m_bArrOrientation3d
bool isOwnerOfCurves() const
OdGeCurveBoundary(int numCurves, const OdGeEntity3d *const *crv3d, const OdGeCurve2d *const *crv2d, bool *orientation3d, bool *orientation2d, bool makeCopy=true)