|
CFx SDK Documentation 2026 SP0
|
#include <IfcBoundaryNodeConditionAutoImpl.h>
Public Member Functions | |
| IfcTranslationalStiffnessSelect | translationalStiffnessX () |
| IfcTranslationalStiffnessSelect | translationalStiffnessY () |
| IfcTranslationalStiffnessSelect | translationalStiffnessZ () |
| IfcRotationalStiffnessSelect | rotationalStiffnessX () |
| IfcRotationalStiffnessSelect | rotationalStiffnessY () |
| IfcRotationalStiffnessSelect | rotationalStiffnessZ () |
| IfcBoundaryNodeCondition () | |
| 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 OdIfc4x2::IfcBoundaryCondition | |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| IfcBoundaryCondition () | |
Public Member Functions inherited from OdIfc4x2::OdIfc4x2Instance | |
| void | setInverseCounterParts () override |
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::Select | m_TranslationalStiffnessX |
| OdDAI::Select | m_TranslationalStiffnessY |
| OdDAI::Select | m_TranslationalStiffnessZ |
| OdDAI::Select | m_RotationalStiffnessX |
| OdDAI::Select | m_RotationalStiffnessY |
| OdDAI::Select | m_RotationalStiffnessZ |
Protected Attributes inherited from OdIfc4x2::IfcBoundaryCondition | |
| OdAnsiString | m_Name |
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) |
Describes linearly elastic support conditions or connection conditions. Applicability: Point supports and connections.
\changes
IFC4 changes: Attribute LinearStiffnessX renamed to TranslationalStiffnessX Type of the LinearStiffnessX attribute changed from "IfcLinearStiffnessMeasure" to "IfcTranslationalStiffnessSelect" Attribute LinearStiffnessY renamed to "TranslationalStiffnessY Type of the LinearStiffnessY attribute changed from "IfcLinearStiffnessMeasure" to "IfcTranslationalStiffnessSelect" Attribute LinearStiffnessZ renamed to TranslationalStiffnessZ Type of the LinearStiffnessZ attribute changed from "IfcLinearStiffnessMeasure" to "IfcTranslationalStiffnessSelect" Type of the RotationalStiffnessX attribute changed from "IfcRotationalStiffnessMeasure" to "IfcRotationalStiffnessSelect" Type of the RotationalStiffnessY attribute changed from "IfcRotationalStiffnessMeasure" to "IfcRotationalStiffnessSelect" Type of the RotationalStiffnessZ attribute changed from "IfcRotationalStiffnessMeasure" to "IfcRotationalStiffnessSelect"
Definition at line 55 of file Ifc4x2/IfcBoundaryNodeConditionAutoImpl.h.
| OdIfc4x2::IfcBoundaryNodeCondition::IfcBoundaryNodeCondition | ( | ) |
Default constructor for the IfcBoundaryNodeCondition class.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
|
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 OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
| IfcRotationalStiffnessSelect OdIfc4x2::IfcBoundaryNodeCondition::rotationalStiffnessX | ( | ) |
Returns the value of RotationalStiffnessX attribute. This attribute represents rotational stiffness value about the x-axis of the coordinate system defined by the instance which uses this resource object.
| IfcRotationalStiffnessSelect OdIfc4x2::IfcBoundaryNodeCondition::rotationalStiffnessY | ( | ) |
Returns the value of RotationalStiffnessY attribute. This attribute represents rotational stiffness value about the y-axis of the coordinate system defined by the instance which uses this resource object.
| IfcRotationalStiffnessSelect OdIfc4x2::IfcBoundaryNodeCondition::rotationalStiffnessZ | ( | ) |
Returns the value of RotationalStiffnessZ attribute. This attribute represents rotational stiffness value about the z-axis of the coordinate system defined by the instance which uses this resource object.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
| IfcTranslationalStiffnessSelect OdIfc4x2::IfcBoundaryNodeCondition::translationalStiffnessX | ( | ) |
Returns the value of TranslationalStiffnessX attribute. This attribute represents translational stiffness value in x-direction of the coordinate system defined by the instance which uses this resource object.
| IfcTranslationalStiffnessSelect OdIfc4x2::IfcBoundaryNodeCondition::translationalStiffnessY | ( | ) |
Returns the value of TranslationalStiffnessY attribute. This attribute represents translational stiffness value in y-direction of the coordinate system defined by the instance which uses this resource object.
| IfcTranslationalStiffnessSelect OdIfc4x2::IfcBoundaryNodeCondition::translationalStiffnessZ | ( | ) |
Returns the value of TranslationalStiffnessZ attribute. This attribute represents translational stiffness value in z-direction of the coordinate system defined by the instance which uses this resource object.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x2::IfcBoundaryCondition.
Reimplemented in OdIfc4x2::IfcBoundaryNodeConditionWarping.
|
protected |
Definition at line 230 of file Ifc4x2/IfcBoundaryNodeConditionAutoImpl.h.
|
protected |
Definition at line 231 of file Ifc4x2/IfcBoundaryNodeConditionAutoImpl.h.
|
protected |
Definition at line 232 of file Ifc4x2/IfcBoundaryNodeConditionAutoImpl.h.
|
protected |
Definition at line 227 of file Ifc4x2/IfcBoundaryNodeConditionAutoImpl.h.
|
protected |
Definition at line 228 of file Ifc4x2/IfcBoundaryNodeConditionAutoImpl.h.
|
protected |
Definition at line 229 of file Ifc4x2/IfcBoundaryNodeConditionAutoImpl.h.