CFx SDK Documentation  2023 SP0
Classes | Enumerations | Functions
AECSpaceRegen Namespace Reference

Classes

class  BlockRefPath
 DOM. More...
 
class  EntityReference
 DOM. More...
 
class  BoundingEnt
 DOM. More...
 

Enumerations

enum  BoundingMode { ebmAll , ebmWallCenterLines }
 

Functions

bool operator== (const BlockRefPath &rA, const BlockRefPath &rB)
 DOM. More...
 
bool operator!= (const BlockRefPath &rA, const BlockRefPath &rB)
 DOM. More...
 
bool operator== (const EntityReference &rA, const EntityReference &rB)
 DOM. More...
 
bool operator!= (const EntityReference &rA, const EntityReference &rB)
 DOM. More...
 
bool operator== (const BoundingEnt &rA, const BoundingEnt &rB)
 DOM. More...
 
bool operator!= (const BoundingEnt &rA, const BoundingEnt &rB)
 DOM. More...
 

Detailed Description

Automatic Space Calculator.

<group TA_API_Auxiliary_Classes>

Enumeration Type Documentation

◆ BoundingMode

Enumerator
ebmAll 
ebmWallCenterLines 

Definition at line 115 of file AECDbSpaceTools.h.

Function Documentation

◆ operator!=() [1/3]

bool AECSpaceRegen::operator!= ( const BlockRefPath rA,
const BlockRefPath rB 
)
inline

DOM.

Definition at line 69 of file AECDbSpaceTools.h.

◆ operator!=() [2/3]

bool AECSpaceRegen::operator!= ( const BoundingEnt rA,
const BoundingEnt rB 
)
inline

DOM.

Definition at line 177 of file AECDbSpaceTools.h.

◆ operator!=() [3/3]

bool AECSpaceRegen::operator!= ( const EntityReference rA,
const EntityReference rB 
)
inline

DOM.

Definition at line 108 of file AECDbSpaceTools.h.

◆ operator==() [1/3]

bool AECSpaceRegen::operator== ( const BlockRefPath rA,
const BlockRefPath rB 
)
inline

DOM.

Definition at line 63 of file AECDbSpaceTools.h.

◆ operator==() [2/3]

bool AECSpaceRegen::operator== ( const BoundingEnt rA,
const BoundingEnt rB 
)
inline

DOM.

Definition at line 171 of file AECDbSpaceTools.h.

◆ operator==() [3/3]

bool AECSpaceRegen::operator== ( const EntityReference rA,
const EntityReference rB 
)
inline

DOM.

Definition at line 102 of file AECDbSpaceTools.h.