|
CFx SDK Documentation
2023 SP0
|
#include <AECWallStyleComp.h>
Classes | |
| union | Flags |
| DOM. More... | |
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. 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 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.