|
CFx SDK Documentation
2023 SP0
|
#include <AECDbSpaceTools.h>
Public Member Functions | |
| bool | HasBoundaryWithEntity (OdDbObjectId idObj) |
| bool | GetBoundaryOverlappedWith (const FacetModeler::Segment2D &aBoundarySeg, OdDbObjectId idBE, FacetModeler::Segment2D &segOverlappedPart) |
| AECSpaceRegen::BoundingEnt | GetBEForSegment (const FacetModeler::Segment2D &seg) |
Public Attributes | |
| AECDbSpacePtr | m_ptrSpace |
| FacetModeler::Profile2D | rBoundary |
| std::vector< AECSpaceRegen::BoundingEnt > | m_boundingEnts |
| std::set< OdDbObjectId > | m_boundingEntsIds |
<group TA_API_Auxiliary_Classes>
Definition at line 189 of file AECDbSpaceTools.h.
|
inline |
Definition at line 201 of file AECDbSpaceTools.h.
| bool SpaceBoundary::GetBoundaryOverlappedWith | ( | const FacetModeler::Segment2D & | aBoundarySeg, |
| OdDbObjectId | idBE, | ||
| FacetModeler::Segment2D & | segOverlappedPart | ||
| ) |
|
inline |
Definition at line 192 of file AECDbSpaceTools.h.
| std::vector< AECSpaceRegen::BoundingEnt > SpaceBoundary::m_boundingEnts |
Definition at line 212 of file AECDbSpaceTools.h.
| std::set<OdDbObjectId> SpaceBoundary::m_boundingEntsIds |
Definition at line 213 of file AECDbSpaceTools.h.
| AECDbSpacePtr SpaceBoundary::m_ptrSpace |
Definition at line 210 of file AECDbSpaceTools.h.
| FacetModeler::Profile2D SpaceBoundary::rBoundary |
Definition at line 211 of file AECDbSpaceTools.h.