CFx SDK Documentation
2023 SP0
|
#include <AECWallInterference.h>
Public Types | |
enum | ShrinkwrapEffect { eIgnore = 0 , eAdditive = 1 , eSubtractive = 2 } |
Protected Attributes | |
AECInterferenceEntityDataPtr | m_pInterferenceData |
OdInt16 | m_iShrinkwrapEffect |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. More... | |
OdUInt16 | m_iMinSupportedVersion |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
static OdSmartPtr< AECImpObj > | createObject () |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
ODRX_HEAP_OPERATORS () | |
Wall Interference.
<group TA_API_Subobjects_Wall>
Definition at line 34 of file AECWallInterference.h.
The way shrink wrap is applied to the interference object.
Enumerator | |
---|---|
eIgnore | |
eAdditive | |
eSubtractive |
Definition at line 43 of file AECWallInterference.h.
AECSmartReference AECWallInterference::GetInterferenceObject | ( | ) | const |
Returns the Object ID of interference object.
ShrinkwrapEffect AECWallInterference::GetShrinkwrapEffect | ( | ) | const |
Returns the shrink wrap effect.
void AECWallInterference::SetInterferenceObject | ( | const AECSmartReference & | sref | ) |
Sets the Object ID of interference object.
void AECWallInterference::SetShrinkwrapEffect | ( | ShrinkwrapEffect | eEffect | ) |
Sets the shrink wrap effect.
|
protected |
Definition at line 76 of file AECWallInterference.h.
|
protected |
Definition at line 73 of file AECWallInterference.h.