CFx SDK Documentation 2024 SP0
|
#include <AECWallModifier.h>
Public Types | |
enum | ApplyTo { eLeft = 0 , eRight = 1 , eBoth = 2 } |
Public Member Functions | |
double | GetLength () const |
void | SetLength (double dLength) |
double | GetDepth () const |
void | SetDepth (double dDepth) |
OdDbObjectId | GetModStyle () const |
void | SetModStyle (const OdDbObjectId &id) |
OdUInt16 | GetComponentIndex () const |
void | SetComponentIndex (OdUInt16 iIndex) |
bool | IsDrawnSizeUsed () const |
void | SetIsDrawnSizeUsed (bool bUsed) |
bool | IsMirrorX () const |
void | SetIsMirrorX (bool bMirrored) |
bool | IsMirrorY () const |
void | SetIsMirrorY (bool bMirrored) |
ApplyTo | GetApplyFlag () const |
void | SetApplyFlag (ApplyTo eTo) |
AECAnchorToCurveXSubPtr | GetAnchorToCurveX () const |
AECWallElevSubPtr | GetBottomElevation () const |
AECWallElevSubPtr | GetTopElevation () const |
Public Member Functions inherited from AECImpObj | |
const OdString & | GetDescription () const |
void | SetDescription (const OdString &strDescription) |
virtual void | onObjectLoaded () |
virtual void | SubClose () |
DOM. | |
OdRxObject * | GetOwner () const |
OdRxObject * | GetOwner (OdRxClass *pClass) const |
void | addRefSubPtr () |
void | releaseSubPtr () |
void | assertReadEnabled () const |
void | assertWriteEnabled (bool autoUndo=true, bool recordModified=true) |
bool | isReadEnabled () const |
bool | isWriteEnabled () const |
OdDbDatabase * | database () const |
void | copyFrom (const OdRxObject *pOther) |
virtual OdUInt16 | minSupportedVersion () const |
void | SetOwner (OdDbObject *pOwner) |
DOM. | |
void | SetOwner (AECImpObj *pOwner) |
DOM. | |
class AECSIBase * | GetImpl () const |
DOM. | |
virtual OdResult | dwgInFieldsEx20 (AECDbDwgFiler *pFiler) |
DOM. | |
virtual OdResult | dwgInFieldsEx1 (AECDbDwgFiler *pFiler) |
DOM. | |
Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
OdRxObjectImpl () | |
void | addRef () |
void | release () |
long | numRefs () const |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
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. | |
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.