|
CFx SDK Documentation 2026 SP0
|
#include <IfcTendonAutoImpl.h>
Public Member Functions | |
| IfcTendonTypeEnum | getPredefinedType () const |
| void | setPredefinedType (IfcTendonTypeEnum PredefinedType) |
| double | getNominalDiameter () const |
| void | setNominalDiameter (double NominalDiameter) |
| double | getCrossSectionArea () const |
| void | setCrossSectionArea (double CrossSectionArea) |
| double | getTensionForce () const |
| void | setTensionForce (double TensionForce) |
| double | getPreStress () const |
| void | setPreStress (double PreStress) |
| double | getFrictionCoefficient () const |
| void | setFrictionCoefficient (double FrictionCoefficient) |
| double | getAnchorageSlip () const |
| void | setAnchorageSlip (double AnchorageSlip) |
| double | getMinCurvatureRadius () const |
| void | setMinCurvatureRadius (double MinCurvatureRadius) |
| IfcTendon () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual OdRxValue | getAttr (const char *attrName) const override |
| virtual void | unsetAttr (const char *explicitAttrName) override |
| virtual bool | testAttr (const char *explicitAttrName) const override |
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) override |
| virtual bool | isKindOf (OdIfc::OdIfcEntityType entityType) const override |
| virtual OdIfc::OdIfcEntityType | type () const override |
| virtual OdRxValue | getAttr (const OdIfc::OdIfcAttribute attrDef) const override |
| virtual void | unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override |
| virtual bool | testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override |
| virtual bool | putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override |
Public Member Functions inherited from OdIfc2x2_final::IfcReinforcingElement | |
| const OdAnsiString & | getSteelGrade () const |
| void | setSteelGrade (const OdAnsiString &SteelGrade) |
| IfcReinforcingElement () | |
Public Member Functions inherited from OdIfc2x2_final::IfcElement | |
| const OdAnsiString & | getTag () const |
| void | setTag (const OdAnsiString &Tag) |
| void | getInvFillsVoids (OdDAIObjectIds &FillsVoids) const |
| void | getInvConnectedTo (OdDAIObjectIds &ConnectedTo) const |
| void | getInvHasCoverings (OdDAIObjectIds &HasCoverings) const |
| void | getInvHasProjections (OdDAIObjectIds &HasProjections) const |
| void | getInvHasPorts (OdDAIObjectIds &HasPorts) const |
| void | getInvHasOpenings (OdDAIObjectIds &HasOpenings) const |
| void | getInvIsConnectionRealization (OdDAIObjectIds &IsConnectionRealization) const |
| void | getInvProvidesBoundaries (OdDAIObjectIds &ProvidesBoundaries) const |
| void | getInvConnectedFrom (OdDAIObjectIds &ConnectedFrom) const |
| void | getInvContainedInStructure (OdDAIObjectIds &ContainedInStructure) const |
| IfcElement () | |
Public Member Functions inherited from OdIfc2x2_final::IfcProduct | |
| const OdDAIObjectId & | getObjectPlacement () const |
| void | setObjectPlacement (const OdDAIObjectId &ObjectPlacement) |
| const OdDAIObjectId & | getRepresentation () const |
| void | setRepresentation (const OdDAIObjectId &Representation) |
| void | getInvReferencedBy (OdDAIObjectIds &ReferencedBy) const |
Public Member Functions inherited from OdIfc2x2_final::IfcObject | |
| const OdAnsiString & | getObjectType () const |
| void | setObjectType (const OdAnsiString &ObjectType) |
| void | getInvIsDefinedBy (OdDAIObjectIds &IsDefinedBy) const |
| void | getInvHasAssociations (OdDAIObjectIds &HasAssociations) const |
| void | getInvHasAssignments (OdDAIObjectIds &HasAssignments) const |
| void | getInvDecomposes (OdDAIObjectIds &Decomposes) const |
| void | getInvIsDecomposedBy (OdDAIObjectIds &IsDecomposedBy) const |
| IfcObject () | |
Public Member Functions inherited from OdIfc2x2_final::IfcRoot | |
| OdDAI::CompressedGUID | getGlobalId () const |
| void | setGlobalId (OdDAI::CompressedGUID GlobalId) |
| const OdDAIObjectId & | getOwnerHistory () const |
| void | setOwnerHistory (const OdDAIObjectId &OwnerHistory) |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| IfcRoot () | |
Public Member Functions inherited from OdIfc::OdIfcInstance | |
| ODRX_DECLARE_MEMBERS (OdIfcInstance) | |
| OdIfcInstance () | |
| ~OdIfcInstance () | |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| IfcOpResult | resolved () |
| void | resolve (IfcOpResult resolved, void *resPtr) |
| void | unresolve () |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| virtual OdGsCache * | gsNode () const |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| virtual OdDbStub * | ownerId () const |
Protected Attributes | |
| OdDAI::Enum | m_PredefinedType |
| IfcPositiveLengthMeasure | m_NominalDiameter |
| double | m_CrossSectionArea |
| double | m_TensionForce |
| double | m_PreStress |
| IfcNormalisedRatioMeasure | m_FrictionCoefficient |
| IfcPositiveLengthMeasure | m_AnchorageSlip |
| IfcPositiveLengthMeasure | m_MinCurvatureRadius |
Protected Attributes inherited from OdIfc2x2_final::IfcReinforcingElement | |
| OdAnsiString | m_SteelGrade |
Protected Attributes inherited from OdIfc2x2_final::IfcElement | |
| OdAnsiString | m_Tag |
Protected Attributes inherited from OdIfc2x2_final::IfcProduct | |
| OdDAIObjectId | m_ObjectPlacement |
| OdDAIObjectId | m_Representation |
Protected Attributes inherited from OdIfc2x2_final::IfcObject | |
| OdAnsiString | m_ObjectType |
Protected Attributes inherited from OdIfc2x2_final::IfcRoot | |
| OdDAI::CompressedGUID | m_GlobalId |
| OdDAIObjectId | m_OwnerHistory |
| OdAnsiString | m_Name |
| OdAnsiString | m_Description |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcInstance | |
| static const OdGePoint3d * | asPoint3d (const OdIfcInstance *inst) |
| static const OdGePoint2d * | asPoint2d (const OdIfcInstance *inst) |
| static const OdGeVector3d * | asVector3d (const OdIfcInstance *inst) |
| static const OdGeVector2d * | asVector2d (const OdIfcInstance *inst) |
| static const OdGeMatrix2d * | asMatrix2d (const OdIfcInstance *inst) |
| static const OdGeMatrix3d * | asMatrix3d (const OdIfcInstance *inst) |
| static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcInstance > inst) |
| static const OdCmEntityColor * | asRgbColor (const OdIfcInstance *inst) |
A tendon is a steel element such as a wire, cable, bar, rod, or strand used to impart prestress to concrete when the element is tensioned.
Definition at line 47 of file Ifc2x2_Final/IfcTendonAutoImpl.h.
| OdIfc2x2_final::IfcTendon::IfcTendon | ( | ) |
Default constructor for the IfcTendon class.
| double OdIfc2x2_final::IfcTendon::getAnchorageSlip | ( | ) | const |
Returns the value of AnchorageSlip attribute. This attribute represents the deformation of an anchor or slippage of tendons when the prestressing device is released.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
| double OdIfc2x2_final::IfcTendon::getCrossSectionArea | ( | ) | const |
Returns the value of CrossSectionArea attribute. This attribute represents the effective cross-section area of the tendon.
| double OdIfc2x2_final::IfcTendon::getFrictionCoefficient | ( | ) | const |
Returns the value of FrictionCoefficient attribute. This attribute represents the friction coefficient between tendon and tendon sheet while the tendon is unbonded.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
| double OdIfc2x2_final::IfcTendon::getMinCurvatureRadius | ( | ) | const |
Returns the value of MinCurvatureRadius attribute. This attribute represents the smallest curvature radius calculated on the whole effective length of the tendon where the tension properties are still valid.
| double OdIfc2x2_final::IfcTendon::getNominalDiameter | ( | ) | const |
Returns the value of NominalDiameter attribute. This attribute represents the nominal diameter defining the cross-section size of the tendon.
| IfcTendonTypeEnum OdIfc2x2_final::IfcTendon::getPredefinedType | ( | ) | const |
Returns the value of PredefinedType attribute. This attribute represents predefined generic types for a tendon.
| double OdIfc2x2_final::IfcTendon::getPreStress | ( | ) | const |
Returns the value of PreStress attribute. This attribute represents the prestress to be applied on the tendon.
| double OdIfc2x2_final::IfcTendon::getTensionForce | ( | ) | const |
Returns the value of TensionForce attribute. This attribute represents the maximum allowed tension force that can be applied on the tendon.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
| void OdIfc2x2_final::IfcTendon::setAnchorageSlip | ( | double | AnchorageSlip | ) |
Sets the value of AnchorageSlip attribute. This attribute represents the deformation of an anchor or slippage of tendons when the prestressing device is released.
| AnchorageSlip | [in] Anchorage slip to set. |
| void OdIfc2x2_final::IfcTendon::setCrossSectionArea | ( | double | CrossSectionArea | ) |
Sets the value of CrossSectionArea attribute. This attribute represents the effective cross-section area of the tendon.
| CrossSectionArea | [in] Cross section area to set. |
| void OdIfc2x2_final::IfcTendon::setFrictionCoefficient | ( | double | FrictionCoefficient | ) |
Sets the value of FrictionCoefficient attribute. This attribute represents the friction coefficient between tendon and tendon sheet while the tendon is unbonded.
| FrictionCoefficient | [in] Friction coefficient to set. |
| void OdIfc2x2_final::IfcTendon::setMinCurvatureRadius | ( | double | MinCurvatureRadius | ) |
Sets the value of MinCurvatureRadius attribute. This attribute represents the smallest curvature radius calculated on the whole effective length of the tendon where the tension properties are still valid.
| MinCurvatureRadius | [in] Minimum curvature radius to set. |
| void OdIfc2x2_final::IfcTendon::setNominalDiameter | ( | double | NominalDiameter | ) |
Sets the value of NominalDiameter attribute. This attribute represents the nominal diameter defining the cross-section size of the tendon.
| NominalDiameter | [in] Nominal diameter to set. |
| void OdIfc2x2_final::IfcTendon::setPredefinedType | ( | IfcTendonTypeEnum | PredefinedType | ) |
Sets the value of PredefinedType attribute. This attribute represents predefined generic types for a tendon.
| PredefinedType | [in] Predefined type to set. |
| void OdIfc2x2_final::IfcTendon::setPreStress | ( | double | PreStress | ) |
Sets the value of PreStress attribute. This attribute represents the prestress to be applied on the tendon.
| PreStress | [in] PreStress to set. |
| void OdIfc2x2_final::IfcTendon::setTensionForce | ( | double | TensionForce | ) |
Sets the value of TensionForce attribute. This attribute represents the maximum allowed tension force that can be applied on the tendon.
| TensionForce | [in] Tension force to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc2x2_final::IfcReinforcingElement.
|
protected |
Definition at line 307 of file Ifc2x2_Final/IfcTendonAutoImpl.h.
|
protected |
Definition at line 303 of file Ifc2x2_Final/IfcTendonAutoImpl.h.
|
protected |
Definition at line 306 of file Ifc2x2_Final/IfcTendonAutoImpl.h.
|
protected |
Definition at line 308 of file Ifc2x2_Final/IfcTendonAutoImpl.h.
|
protected |
Definition at line 302 of file Ifc2x2_Final/IfcTendonAutoImpl.h.
|
protected |
Definition at line 301 of file Ifc2x2_Final/IfcTendonAutoImpl.h.
|
protected |
Definition at line 305 of file Ifc2x2_Final/IfcTendonAutoImpl.h.
|
protected |
Definition at line 304 of file Ifc2x2_Final/IfcTendonAutoImpl.h.