CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
24 #ifndef __FMPROFILE2DBOOL_H__
25 #define __FMPROFILE2DBOOL_H__
83 : m_pProfile(0), m_pContour(&rC2D.impl()), m_uPriority(uPriority) { }
85 : m_pProfile(0), m_pContour(&rIC2D), m_uPriority(uPriority) { }
87 : m_pProfile(&rP2D), m_pContour(0), m_uPriority(uPriority) { }
167 bool bRegionIsOpen =
false );
258 #endif //__FMPROFILE2DBOOL_H__
Result evalPushedRegions(Operations eOper, Profile2D &rResult)
static FMGEOMETRY_API_STATIC OdGeTol gTol
Result stencilFlags(ArgStub rSource, ArgStub rStencilRegion, Profile2D &rResult, OdUInt32 uMask, OdUInt32 uInBits, OdUInt32 uOutBits=0, OdUInt32 uBoundaryBits=0)
Result evalRegions(Operations eOper, ArgStub rArg1, ArgStub rArg2, Profile2D &rResult)
OdUInt32 numContours() const
ArgStub(const Contour2D &rC2D, OdUInt32 uPriority=0)
ArgStub(const Profile2D &rP2D, OdUInt32 uPriority=0)
const IContour2D * contour() const
Result evalLines(Operations eOper, ArgStub rArg1, ArgStub rArg2, Profile2D &rResult)
ArgStub & setPriority(OdUInt32 uNewP)
bool isSame(const ArgStub &rOther) const
Profile2DBool(const OdGeTol &gTol=FMGeGbl::gTol)
Profile2DBool & reset(const OdGeTol &gTol=FMGeGbl::gTol)
OdUInt32 priority() const
ArgStub(const IContour2D &rIC2D, OdUInt32 uPriority=0)
Result evalLinesRegion(Operations eOper, ArgStub rLinesArg, ArgStub rRegionArg, Profile2D &rResult, bool bRegionIsOpen=false)
const Profile2D * profile() const
Result pushRegion(ArgStub rArg, bool bSaveCopy=true)
void copyTo(Profile2D &rResult) const