|
CFx SDK Documentation 2026 SP0
|
#include <IfcStructuralItemAutoImpl.h>
Public Member Functions | |
| void | getInvAssignedStructuralActivity (OdDAIObjectIds &AssignedStructuralActivity) const |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual void | unsetAttr (const char *explicitAttrName) override |
| virtual bool | testAttr (const char *explicitAttrName) const 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 OdIfc4x1::IfcProduct | |
| const OdDAIObjectId & | getObjectPlacement () const |
| void | setObjectPlacement (const OdDAIObjectId &ObjectPlacement) |
| const OdDAIObjectId & | getRepresentation () const |
| void | setRepresentation (const OdDAIObjectId &Representation) |
| void | getInvReferencedBy (OdDAIObjectIds &ReferencedBy) const |
| virtual void | setInverseCounterParts () override |
Public Member Functions inherited from OdIfc4x1::IfcObject | |
| const OdAnsiString & | getObjectType () const |
| void | setObjectType (const OdAnsiString &ObjectType) |
| void | getInvIsDeclaredBy (OdDAIObjectIds &IsDeclaredBy) const |
| void | getInvDeclares (OdDAIObjectIds &Declares) const |
| void | getInvIsTypedBy (OdDAIObjectIds &IsTypedBy) const |
| void | getInvIsDefinedBy (OdDAIObjectIds &IsDefinedBy) const |
| IfcObject () | |
Public Member Functions inherited from OdIfc4x1::IfcObjectDefinition | |
| void | getInvHasAssignments (OdDAIObjectIds &HasAssignments) const |
| void | getInvNests (OdDAIObjectIds &Nests) const |
| void | getInvIsNestedBy (OdDAIObjectIds &IsNestedBy) const |
| void | getInvHasContext (OdDAIObjectIds &HasContext) const |
| void | getInvIsDecomposedBy (OdDAIObjectIds &IsDecomposedBy) const |
| void | getInvDecomposes (OdDAIObjectIds &Decomposes) const |
| void | getInvHasAssociations (OdDAIObjectIds &HasAssociations) const |
Public Member Functions inherited from OdIfc4x1::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 OdIfc4x1::OdIfc4x1Instance | |
| 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 Member Functions | |
| virtual OdRxValue | getAttr (const char *attrName) const override |
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) override |
Friends | |
| class | IfcRelConnectsStructuralActivity |
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) |
Protected Attributes inherited from OdIfc4x1::IfcProduct | |
| OdDAIObjectId | m_ObjectPlacement |
| OdDAIObjectId | m_Representation |
Protected Attributes inherited from OdIfc4x1::IfcObject | |
| OdAnsiString | m_ObjectType |
Protected Attributes inherited from OdIfc4x1::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 |
The abstract entity IfcStructuralItem is the generalization of structural members and structural connections, that is, analysis idealizations of elements in the building model. It defines the relation between structural members and connections with structural activities (actions and reactions).
Coordinate Systems - The following coordinate systems are distinguished:
The so-called global coordinate system is the coordinate system shared by all items and activities which are grouped in a common IfcStructuralAnalysisModel. This coordinate system is established by SELF\IfcProduct.ObjectPlacement. (This coordinate system is not necessarily the same as the IfcProject's world coordinate system.) The so-called local coordinate system is a coordinate system local to a structural item (connection or member). This coordinate system is established by a Representation (attribute inherited from IfcProduct) in conjunction with further use definitions and attributes of subtypes of IfcStructuralItem.
Representation items in topology representations are always given within the ObjectPlacement, i.e. in so-called global coordinates (global with respect to the IfcStructuralAnalysisModel to which this item belongs).
Topology Representation - Instances of IfcStructuralItem have a topology representation given by an instance of a subtype of IfcTopologicalRepresentationItem, which should be the single item of IfcTopologyRepresentation.Items attribute. Depending on the dimensionality of the structural item, one of the following types of topological representation items can be used:
Point connections are represented by an IfcVertexPoint with an underlying IfcCartesianPoint. The Cartesian point is the reference point of the connection in the so-called global coordinate system. The following labels are used in the IfcTopologyRepresentation: RepresentationIdentifier: 'Reference' RepresentationType: 'Vertex'
Curve members and curve connections can either be represented by an IfcOrientedEdge, IfcEdgeCurve, or IfcEdge. The curve to which the IfcEdgeCurve (or an IfcOrientedEdge's underlying IfcEdgeCurve) refers to is the reference curve of the structural item in the global coordinate system. Start and end vertex of the edge is _IfcVertexPoint_s with underlying _IfcCartesianPoint_s. The following labels are used in the IfcTopologyRepresentation: RepresentationIdentifier: 'Reference' RepresentationType: 'Edge' Surface members and surface connections are represented by an IfcFaceSurface. The underlying surface defines the reference surface of the structural surface item in the global coordinate system. All edges in the bounds of the face conform to the rules for edge representations of structural curve item. The following labels are used in the IfcTopologyRepresentation: RepresentationIdentifier: 'Reference' RepresentationType: 'Face'
The reference point, reference curve, or reference surface partially or completely defines the local coordinate system of the represented structural item according to the following rules. In all cases, the local x,y,z directions form a right-handed Cartesian coordinate system.
Structural point items
The reference point in the representation is the origin of the local coordinate system of the structural item. The axes of the local coordinate system are either parallel with and directed like the so-called global coordinate axes, or are oriented according to definitions at the respective subtype of IfcStructuralItem.
Structural curve items
The u parameter origin of the reference curve in the representation is the origin of the local coordinate system of the structural item. The local x axis is parallel with the tangent on the curve and directed like the u parameter direction. The local y and z axes are oriented according to definitions at the respective subtypes of IfcStructuralItem.
Structural surface items
The u,v parameter origin of the reference surface in the representation is the origin of the local coordinate system of the structural item. The local x and y directions follow the tangents on the surface and are in parallel with and directed like u and v respectively. The local z direction is in parallel with and directed like the surface normal.
Definition at line 114 of file Ifc4x1/IfcStructuralItemAutoImpl.h.
|
overrideprotectedvirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, and OdIfc4x1::IfcStructuralSurfaceMember.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, and OdIfc4x1::IfcStructuralSurfaceMember.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralCurveMemberVarying, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, OdIfc4x1::IfcStructuralSurfaceConnection, OdIfc4x1::IfcStructuralSurfaceMember, and OdIfc4x1::IfcStructuralSurfaceMemberVarying.
| void OdIfc4x1::IfcStructuralItem::getInvAssignedStructuralActivity | ( | OdDAIObjectIds & | AssignedStructuralActivity | ) | const |
Returns the value of AssignedStructuralActivity attribute. This attribute represents inverse relationship to all structural activities (i.e. to actions or reactions) which are assigned to this structural member.
| AssignedStructuralActivity | [out] Receives the value of AssignedStructuralActivity attribute. |
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, and OdIfc4x1::IfcStructuralSurfaceMember.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralCurveMemberVarying, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, OdIfc4x1::IfcStructuralSurfaceConnection, OdIfc4x1::IfcStructuralSurfaceMember, and OdIfc4x1::IfcStructuralSurfaceMemberVarying.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, and OdIfc4x1::IfcStructuralSurfaceMember.
|
overrideprotectedvirtual |
Sets the specified attribute with a given value.
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, and OdIfc4x1::IfcStructuralSurfaceMember.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, and OdIfc4x1::IfcStructuralSurfaceMember.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, and OdIfc4x1::IfcStructuralSurfaceMember.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, and OdIfc4x1::IfcStructuralSurfaceMember.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralCurveMemberVarying, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, OdIfc4x1::IfcStructuralSurfaceConnection, OdIfc4x1::IfcStructuralSurfaceMember, and OdIfc4x1::IfcStructuralSurfaceMemberVarying.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, and OdIfc4x1::IfcStructuralSurfaceMember.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x1::IfcProduct.
Reimplemented in OdIfc4x1::IfcStructuralConnection, OdIfc4x1::IfcStructuralCurveConnection, OdIfc4x1::IfcStructuralCurveMember, OdIfc4x1::IfcStructuralMember, OdIfc4x1::IfcStructuralPointConnection, and OdIfc4x1::IfcStructuralSurfaceMember.
|
friend |
Definition at line 230 of file Ifc4x1/IfcStructuralItemAutoImpl.h.