CFx SDK Documentation 2024 SP0
|
#include <AECWallStyleComp.h>
Classes | |
union | Flags |
DOM. More... | |
Public Member Functions | |
const OdString & | GetName () const |
void | SetName (const OdString &strName) |
OdInt16 | GetPriority () const |
void | SetPriority (OdInt16 iPriority) |
AECWallStyleCompPosSubPtr | GetPosition () const |
OdUInt16 | GetIndex () const |
void | SetIndex (OdUInt16 iIndex) |
const OdDbObjectId & | GetMaterial () const |
void | SetMaterial (const OdDbObjectId &id) |
AECDefs::WallComponentFunction | GetFunction () const |
void | SetFunction (AECDefs::WallComponentFunction eFunction) |
bool | IsDimensionLeft () const |
void | SetIsDimensionLeft (bool bDimension) |
bool | IsDimensionCenter () const |
void | SetIsDimensionCenter (bool bDimension) |
bool | IsDimensionRight () const |
void | SetIsDimensionRight (bool bDimension) |
bool | OwnsModifier (AECWallModifier *pModifier) const |
OdGeInterval | GetRealWidth (double dBaseWidth) 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 |
Protected Attributes | |
OdString | m_strName |
OdInt16 | m_iPriority |
AECWallStyleCompPosPtr | m_pPosition |
OdUInt16 | m_iIndex |
OdDbObjectId | m_hpidMaterial |
AECDefs::WallComponentFunction | m_eFunction |
Flags | m_iFlags |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. | |
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 Style Component.
<group TA_API_Subobjects_Wall>
Definition at line 37 of file AECWallStyleComp.h.
AECDefs::WallComponentFunction AECWallStyleComp::GetFunction | ( | ) | const |
Returns component function.
OdUInt16 AECWallStyleComp::GetIndex | ( | ) | const |
Returns component index.
const OdDbObjectId & AECWallStyleComp::GetMaterial | ( | ) | const |
Returns the Object ID of the material definition (AECDbMaterialDef) for this component.
const OdString & AECWallStyleComp::GetName | ( | ) | const |
Returns component name.
AECWallStyleCompPosSubPtr AECWallStyleComp::GetPosition | ( | ) | const |
Returns component position.
OdInt16 AECWallStyleComp::GetPriority | ( | ) | const |
Returns the priority.
OdGeInterval AECWallStyleComp::GetRealWidth | ( | double | dBaseWidth | ) | const |
Returns the bounding interval for component width.
dBaseWidth | [in] - Base width of the Wall. |
Return Values: Interval along Y axis.
bool AECWallStyleComp::IsDimensionCenter | ( | ) | const |
Returns whether center line of component is dimensioned by AEC dimension.
bool AECWallStyleComp::IsDimensionLeft | ( | ) | const |
Returns whether left side of component is dimensioned by AEC dimension.
bool AECWallStyleComp::IsDimensionRight | ( | ) | const |
Returns whether right side of component is dimensioned by AEC dimension.
bool AECWallStyleComp::OwnsModifier | ( | AECWallModifier * | pModifier | ) | const |
Returns whether this wall style component owns the specified wall modifier.
void AECWallStyleComp::SetFunction | ( | AECDefs::WallComponentFunction | eFunction | ) |
Sets component function.
void AECWallStyleComp::SetIsDimensionCenter | ( | bool | bDimension | ) |
Sets whether center line of component is dimensioned by AEC dimension.
void AECWallStyleComp::SetIsDimensionLeft | ( | bool | bDimension | ) |
Sets whether left side of component is dimensioned by AEC dimension.
void AECWallStyleComp::SetIsDimensionRight | ( | bool | bDimension | ) |
Sets whether right side of component is dimensioned by AEC dimension.
void AECWallStyleComp::SetMaterial | ( | const OdDbObjectId & | id | ) |
Sets the Object ID of the material definition (AECDbMaterialDef) for this component.
|
protected |
Definition at line 184 of file AECWallStyleComp.h.
|
protected |
Definition at line 181 of file AECWallStyleComp.h.
|
protected |
Definition at line 187 of file AECWallStyleComp.h.
|
protected |
Definition at line 178 of file AECWallStyleComp.h.
|
protected |
Definition at line 172 of file AECWallStyleComp.h.
|
protected |
Definition at line 175 of file AECWallStyleComp.h.
|
protected |
Definition at line 169 of file AECWallStyleComp.h.