#include <FMSliceEngine.h>
|
bool | contains (const OdGeExtents3d &, bool, const OdGeTol &) const |
|
bool | intersects (const OdGeExtents3d &extents, bool planar, const OdGeTol &tol) const |
|
| FaceData () |
|
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 |
|
virtual bool | extents (OdGeExtents3d &extents) const =0 |
|
virtual bool | contains (const OdGeExtents3d &extents, bool planar, const OdGeTol &tol=OdGeContext::gTol) const =0 |
|
virtual bool | intersects (const OdGeExtents3d &extents, bool planar, const OdGeTol &tol=OdGeContext::gTol) const =0 |
|
virtual | ~OdSiShape () |
|
virtual OdSiShape * | clone () const |
|
virtual void | transform (const OdGeMatrix3d &) |
|
Definition at line 198 of file FMSliceEngine.h.
◆ FaceData()
FacetModeler::FaceData::FaceData |
( |
| ) |
|
|
inline |
◆ contains()
bool FacetModeler::FaceData::contains |
( |
const OdGeExtents3d & |
extents, |
|
|
bool |
planar, |
|
|
const OdGeTol & |
tol |
|
) |
| const |
|
inlinevirtual |
Returns true if and only if this Shape object contains the specfied extents.
- Parameters
-
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.
◆ intersects()
bool FacetModeler::FaceData::intersects |
( |
const OdGeExtents3d & |
extents, |
|
|
bool |
planar, |
|
|
const OdGeTol & |
tol |
|
) |
| const |
|
inlinevirtual |
Returns true if and only if this Shape object intersects the specfied extents.
- Parameters
-
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.
◆ m_state
OdUInt32 FacetModeler::FaceData::m_state |
The documentation for this struct was generated from the following file: