|
CFx SDK Documentation 2026 SP0
|
#include <FMSliceEngine.h>
Public Member Functions | |
| bool | contains (const OdGeExtents3d &, bool, const OdGeTol &) const |
| bool | intersects (const OdGeExtents3d &extents, bool planar, const OdGeTol &tol) const |
| FaceData () | |
Public Member Functions inherited from FacetModeler::SpatialFaceData | |
| const Face * | face () const |
| void | detach () |
| void | attach (Face *pFace) |
| bool | extents (OdGeExtents3d &extents) const |
| bool | extents (OdGeExtents2d &extents) const |
| bool | contains (const OdGeExtents3d &, bool, const OdGeTol &) const |
Public Member Functions inherited from OdSiShape | |
| virtual | ~OdSiShape () |
| virtual OdSiShape * | clone () const |
| virtual void | transform (const OdGeMatrix3d &) |
Public Attributes | |
| OdUInt32 | m_state |
Public Attributes inherited from FacetModeler::SpatialFaceData | |
| Face * | m_pFace |
| TagType | m_savedTag |
| OdGeExtents3d | m_ext3d |
| OdGeExtents2d | m_ext2d |
Additional Inherited Members | |
Static Public Member Functions inherited from FacetModeler::SpatialFaceData | |
| static void | extents (const Face *pFace, OdGeExtents3d &extents) |
| static void | extents (const Face *pFace, OdGeExtents2d &extents) |
Static Public Member Functions inherited from OdSiShape | |
| static bool | isOverallSpace (const OdSiShape *ptr) |
| static bool | isNoSpace (const OdSiShape *ptr) |
Static Public Attributes inherited from OdSiShape | |
| static ODSI_API_STATIC const OdSiShape & | kOverallSpace |
| static ODSI_API_STATIC const OdSiShape & | kNoSpace |
Definition at line 198 of file FMSliceEngine.h.
|
inline |
Definition at line 210 of file FMSliceEngine.h.
|
inlinevirtual |
Returns true if and only if this Shape object contains the specified extents.
| extents | [in] Any 3D extents box. |
| planar | [in] If and only if true, a planar computation is made. |
Implements OdSiShape.
Definition at line 200 of file FMSliceEngine.h.
|
inlinevirtual |
Returns true if and only if this Shape object intersects the specified extents.
| extents | [in] Any 3D extents box. |
| planar | [in] If and only if true, a planar computation is made. |
Implements OdSiShape.
Definition at line 205 of file FMSliceEngine.h.
| OdUInt32 FacetModeler::FaceData::m_state |
Definition at line 211 of file FMSliceEngine.h.