CFx SDK Documentation
2023 SP0
|
#include <AECWallModifier.h>
Public Types | |
enum | ApplyTo { eLeft = 0 , eRight = 1 , eBoth = 2 } |
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 () | |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. More... | |
OdUInt16 | m_iMinSupportedVersion |
Contains set of variants of how the modifier is be applied.
Enumerator | |
---|---|
eLeft | |
eRight | |
eBoth |
Definition at line 46 of file AECWallModifier.h.
AECAnchorToCurveXSubPtr AECWallModifier::GetAnchorToCurveX | ( | ) | const |
Returns the object, which binds the modifier to the wall.
ApplyTo AECWallModifier::GetApplyFlag | ( | ) | const |
Returns how the modifier affects the wall.
AECWallElevSubPtr AECWallModifier::GetBottomElevation | ( | ) | const |
Returns the bottom elevation.
OdUInt16 AECWallModifier::GetComponentIndex | ( | ) | const |
Returns the index of the component the modifier is applied to.
double AECWallModifier::GetDepth | ( | ) | const |
Returns the depth of the modifier.
double AECWallModifier::GetLength | ( | ) | const |
Return the length of wall modifier.
OdDbObjectId AECWallModifier::GetModStyle | ( | ) | const |
Returns the Object ID of wall modifier style.
AECWallElevSubPtr AECWallModifier::GetTopElevation | ( | ) | const |
Returns the top elevation.
bool AECWallModifier::IsDrawnSizeUsed | ( | ) | const |
Returns "Use Drawn Size" flag.
bool AECWallModifier::IsMirrorX | ( | ) | const |
Returns whether the modifier is mirrored about X axis.
bool AECWallModifier::IsMirrorY | ( | ) | const |
Returns whether the modifier is mirrored about Y axis.
Sets the index of the component the modifier is applied to.
void AECWallModifier::SetDepth | ( | double | dDepth | ) |
Sets the depth of the modifier.
void AECWallModifier::SetIsDrawnSizeUsed | ( | bool | bUsed | ) |
Sets "Use Drawn Size" flag.
void AECWallModifier::SetIsMirrorX | ( | bool | bMirrored | ) |
Sets whether the modifier is mirrored about X axis.
void AECWallModifier::SetIsMirrorY | ( | bool | bMirrored | ) |
Sets whether the modifier is mirrored about Y axis.
void AECWallModifier::SetLength | ( | double | dLength | ) |
Sets the length of the modifier.
void AECWallModifier::SetModStyle | ( | const OdDbObjectId & | id | ) |
Sets the Object ID of wall modifier style.