|
CFx SDK Documentation 2026 SP0
|
#include <IfcObjectAutoImpl.h>
Public Member Functions | |
| 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 () | |
| 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::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 | |
| 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 |
Friends | |
| class | IfcRelDefines |
| class | IfcRelAssociates |
| class | IfcRelAssigns |
| class | IfcRelDecomposes |
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) |
An IfcObject is the generalization of any semantically treated thing or process. Objects are things as they appear - i.e. occurrences.
Objects are independent pieces of information that might contain or reference other pieces of information. There are several relationships in which objects can be involved: Association to external/internal resource information - an association relationship that refers to external/internal sources of information. See supertype IfcObjectDefinition for more information. Assignment of other objects - an assignment relationship that refers to other types of objects. See supertype IfcObjectDefinition for more information. Aggregation of other objects - an aggregation relationship that establishes a whole/part relation. Objects can either be a whole, or a part, or both. See supertype IfcObjectDefinition for more information. Assignment of a type : IsTypedBy - a definition relationship IfcRelDefinesByType that uses a type definition to define the common characteristics of this occurrences, potentially including the common shape representation and common properties of all object occurrences assigned to this type. It is a specific - occurrence relationship with implied dependencies (as the occurrence properties depend on the properties of the type, but can override them). Assignment of a partial type : IsDeclaredBy, Declares - a definition relationship IfcRelDefinesByObject that uses a component of a type definition (a part of a type, called the "declaring part") to define a component of an occurrence (part of occurrence, called the "reflected part"). This is also referred to as a "deep copy". The common characteristics of all parts in the occurrence are defined by parts in the type. It is a specific - occurrence relationship with implied dependencies (as the occurrence properties depend on the properties of the type, but can override them). Assignment of property sets : IsDefinedBy - a definition relationship IfcRelDefinesByProperties that assigns property set definitions to the object occurrence.
Definition at line 58 of file Ifc2x2_Final/IfcObjectAutoImpl.h.
| OdIfc2x2_final::IfcObject::IfcObject | ( | ) |
Default constructor for the IfcObject class.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeam, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElement, OdIfc2x2_final::IfcBuildingElementComponent, OdIfc2x2_final::IfcBuildingElementPart, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcColumn, OdIfc2x2_final::IfcCondition, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionEquipmentResource, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionProductResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostItem, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCrewResource, OdIfc2x2_final::IfcCurtainWall, OdIfc2x2_final::IfcDiscreteAccessory, OdIfc2x2_final::IfcDistributionChamberElement, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalCircuit, OdIfc2x2_final::IfcElectricalElement, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElementComponent, OdIfc2x2_final::IfcEnergyConversionDevice, OdIfc2x2_final::IfcEquipmentElement, OdIfc2x2_final::IfcEquipmentStandard, OdIfc2x2_final::IfcFastener, OdIfc2x2_final::IfcFeatureElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFlowController, OdIfc2x2_final::IfcFlowFitting, OdIfc2x2_final::IfcFlowMovingDevice, OdIfc2x2_final::IfcFlowSegment, OdIfc2x2_final::IfcFlowStorageDevice, OdIfc2x2_final::IfcFlowTerminal, OdIfc2x2_final::IfcFlowTreatmentDevice, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnishingElement, OdIfc2x2_final::IfcFurnitureStandard, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMember, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPlate, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectionElement, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlight, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralCurveMemberVarying, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearAction, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarAction, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralPointAction, OdIfc2x2_final::IfcStructuralPointConnection, OdIfc2x2_final::IfcStructuralPointReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceConnection, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTendonAnchor, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcVirtualElement, OdIfc2x2_final::IfcWall, OdIfc2x2_final::IfcWallStandardCase, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcWorkPlan, OdIfc2x2_final::IfcWorkSchedule, and OdIfc2x2_final::IfcZone.
| void OdIfc2x2_final::IfcObject::getInvDecomposes | ( | OdDAIObjectIds & | Decomposes | ) | const |
Returns the value of Decomposes attribute. This attribute represents the references to the decomposition relationship, that allows this object to be a part of the decomposition. An object can only be part of a single decomposition (to allow hierarchical structures only).
| Decomposes | [out] Receives the value of Decomposes attribute. |
| void OdIfc2x2_final::IfcObject::getInvHasAssignments | ( | OdDAIObjectIds & | HasAssignments | ) | const |
Returns the value of HasAssignments attribute. This attribute represents the reference to the relationship objects, that assign (by an association relationship) other subtypes of IfcObject to this object instance. Examples are the association to products, processes, controls, resources or groups.
| HasAssignments | [out] Receives the value of HasAssignments attribute. |
| void OdIfc2x2_final::IfcObject::getInvHasAssociations | ( | OdDAIObjectIds & | HasAssociations | ) | const |
Returns the value of HasAssociations attribute. This attribute represents the reference to the relationship objects, that associates external references or other resource definitions to the object. Examples are the association to library, documentation or classification.
| HasAssociations | [out] Receives the value of HasAssociations attribute. |
| void OdIfc2x2_final::IfcObject::getInvIsDecomposedBy | ( | OdDAIObjectIds & | IsDecomposedBy | ) | const |
Returns the value of IsDecomposedBy attribute. This attribute represents the reference to the decomposition relationship, that allows this object to be the composition of other objects. An object can be decomposed by several other objects.
| IsDecomposedBy | [out] Receives the value of IsDecomposedBy attribute. |
| void OdIfc2x2_final::IfcObject::getInvIsDefinedBy | ( | OdDAIObjectIds & | IsDefinedBy | ) | const |
Returns the value of IsDefinedBy attribute. This attribute represents set of relationships to property set definitions attached to this object. Those statically or dynamically defined properties contain alphanumeric information content that further defines the object.
| IsDefinedBy | [out] Receives the value of IsDefinedBy attribute. |
| const OdAnsiString & OdIfc2x2_final::IfcObject::getObjectType | ( | ) | const |
Returns the value of ObjectType attribute. This attribute represents the type denotes a particular type that indicates the object further. The use has to be established at the level of instantiable subtypes. In particular it holds the user defined type, if the enumeration of the attribute PredefinedType is set to USERDEFINED.
|
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::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
|
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::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeam, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElement, OdIfc2x2_final::IfcBuildingElementComponent, OdIfc2x2_final::IfcBuildingElementPart, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcColumn, OdIfc2x2_final::IfcCondition, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionEquipmentResource, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionProductResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostItem, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCrewResource, OdIfc2x2_final::IfcCurtainWall, OdIfc2x2_final::IfcDiscreteAccessory, OdIfc2x2_final::IfcDistributionChamberElement, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalCircuit, OdIfc2x2_final::IfcElectricalElement, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElementComponent, OdIfc2x2_final::IfcEnergyConversionDevice, OdIfc2x2_final::IfcEquipmentElement, OdIfc2x2_final::IfcEquipmentStandard, OdIfc2x2_final::IfcFastener, OdIfc2x2_final::IfcFeatureElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFlowController, OdIfc2x2_final::IfcFlowFitting, OdIfc2x2_final::IfcFlowMovingDevice, OdIfc2x2_final::IfcFlowSegment, OdIfc2x2_final::IfcFlowStorageDevice, OdIfc2x2_final::IfcFlowTerminal, OdIfc2x2_final::IfcFlowTreatmentDevice, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnishingElement, OdIfc2x2_final::IfcFurnitureStandard, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMember, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPlate, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectionElement, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlight, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralCurveMemberVarying, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearAction, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarAction, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralPointAction, OdIfc2x2_final::IfcStructuralPointConnection, OdIfc2x2_final::IfcStructuralPointReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceConnection, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTendonAnchor, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcVirtualElement, OdIfc2x2_final::IfcWall, OdIfc2x2_final::IfcWallStandardCase, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcWorkPlan, OdIfc2x2_final::IfcWorkSchedule, and OdIfc2x2_final::IfcZone.
|
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::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
|
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::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
|
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::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
| void OdIfc2x2_final::IfcObject::setObjectType | ( | const OdAnsiString & | ObjectType | ) |
Sets the value of ObjectType attribute. This attribute represents the type denotes a particular type that indicates the object further. The use has to be established at the level of instantiable subtypes. In particular it holds the user defined type, if the enumeration of the attribute PredefinedType is set to USERDEFINED.
| ObjectType | [in] Object type to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBeam, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElement, OdIfc2x2_final::IfcBuildingElementComponent, OdIfc2x2_final::IfcBuildingElementPart, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcColumn, OdIfc2x2_final::IfcCondition, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionEquipmentResource, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionProductResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostItem, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcCrewResource, OdIfc2x2_final::IfcCurtainWall, OdIfc2x2_final::IfcDiscreteAccessory, OdIfc2x2_final::IfcDistributionChamberElement, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricalCircuit, OdIfc2x2_final::IfcElectricalElement, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcElementComponent, OdIfc2x2_final::IfcEnergyConversionDevice, OdIfc2x2_final::IfcEquipmentElement, OdIfc2x2_final::IfcEquipmentStandard, OdIfc2x2_final::IfcFastener, OdIfc2x2_final::IfcFeatureElement, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFlowController, OdIfc2x2_final::IfcFlowFitting, OdIfc2x2_final::IfcFlowMovingDevice, OdIfc2x2_final::IfcFlowSegment, OdIfc2x2_final::IfcFlowStorageDevice, OdIfc2x2_final::IfcFlowTerminal, OdIfc2x2_final::IfcFlowTreatmentDevice, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcFurnishingElement, OdIfc2x2_final::IfcFurnitureStandard, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMember, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPlate, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectionElement, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcRampFlight, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralCurveMemberVarying, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearAction, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarAction, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralPointAction, OdIfc2x2_final::IfcStructuralPointConnection, OdIfc2x2_final::IfcStructuralPointReaction, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceConnection, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTendonAnchor, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcVirtualElement, OdIfc2x2_final::IfcWall, OdIfc2x2_final::IfcWallStandardCase, OdIfc2x2_final::IfcWindow, OdIfc2x2_final::IfcWorkControl, OdIfc2x2_final::IfcWorkPlan, OdIfc2x2_final::IfcWorkSchedule, and OdIfc2x2_final::IfcZone.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc2x2_final::IfcRoot.
Reimplemented in OdIfc2x2_final::IfcActionRequest, OdIfc2x2_final::IfcActor, OdIfc2x2_final::IfcAnnotation, OdIfc2x2_final::IfcAsset, OdIfc2x2_final::IfcBuilding, OdIfc2x2_final::IfcBuildingElementProxy, OdIfc2x2_final::IfcBuildingStorey, OdIfc2x2_final::IfcChamferEdgeFeature, OdIfc2x2_final::IfcConditionCriterion, OdIfc2x2_final::IfcConstructionMaterialResource, OdIfc2x2_final::IfcConstructionResource, OdIfc2x2_final::IfcControl, OdIfc2x2_final::IfcCostSchedule, OdIfc2x2_final::IfcCovering, OdIfc2x2_final::IfcDistributionControlElement, OdIfc2x2_final::IfcDistributionFlowElement, OdIfc2x2_final::IfcDistributionPort, OdIfc2x2_final::IfcDoor, OdIfc2x2_final::IfcEdgeFeature, OdIfc2x2_final::IfcElectricDistributionPoint, OdIfc2x2_final::IfcElement, OdIfc2x2_final::IfcElementAssembly, OdIfc2x2_final::IfcFeatureElementAddition, OdIfc2x2_final::IfcFeatureElementSubtraction, OdIfc2x2_final::IfcFooting, OdIfc2x2_final::IfcGrid, OdIfc2x2_final::IfcGroup, OdIfc2x2_final::IfcInventory, OdIfc2x2_final::IfcLaborResource, OdIfc2x2_final::IfcMechanicalFastener, OdIfc2x2_final::IfcMove, OdIfc2x2_final::IfcOccupant, OdIfc2x2_final::IfcOpeningElement, OdIfc2x2_final::IfcOrderAction, OdIfc2x2_final::IfcPerformanceHistory, OdIfc2x2_final::IfcPermit, OdIfc2x2_final::IfcPile, OdIfc2x2_final::IfcPort, OdIfc2x2_final::IfcProcedure, OdIfc2x2_final::IfcProcess, OdIfc2x2_final::IfcProduct, OdIfc2x2_final::IfcProject, OdIfc2x2_final::IfcProjectOrder, OdIfc2x2_final::IfcProjectOrderRecord, OdIfc2x2_final::IfcProxy, OdIfc2x2_final::IfcRailing, OdIfc2x2_final::IfcRamp, OdIfc2x2_final::IfcReinforcingBar, OdIfc2x2_final::IfcReinforcingElement, OdIfc2x2_final::IfcReinforcingMesh, OdIfc2x2_final::IfcResource, OdIfc2x2_final::IfcRoof, OdIfc2x2_final::IfcRoundedEdgeFeature, OdIfc2x2_final::IfcScheduleTimeControl, OdIfc2x2_final::IfcServiceLife, OdIfc2x2_final::IfcSite, OdIfc2x2_final::IfcSlab, OdIfc2x2_final::IfcSpace, OdIfc2x2_final::IfcSpaceProgram, OdIfc2x2_final::IfcSpatialStructureElement, OdIfc2x2_final::IfcStair, OdIfc2x2_final::IfcStairFlight, OdIfc2x2_final::IfcStructuralAction, OdIfc2x2_final::IfcStructuralActivity, OdIfc2x2_final::IfcStructuralAnalysisModel, OdIfc2x2_final::IfcStructuralConnection, OdIfc2x2_final::IfcStructuralCurveMember, OdIfc2x2_final::IfcStructuralItem, OdIfc2x2_final::IfcStructuralLinearActionVarying, OdIfc2x2_final::IfcStructuralLoadGroup, OdIfc2x2_final::IfcStructuralMember, OdIfc2x2_final::IfcStructuralPlanarActionVarying, OdIfc2x2_final::IfcStructuralReaction, OdIfc2x2_final::IfcStructuralResultGroup, OdIfc2x2_final::IfcStructuralSurfaceMember, OdIfc2x2_final::IfcStructuralSurfaceMemberVarying, OdIfc2x2_final::IfcSubContractResource, OdIfc2x2_final::IfcSystem, OdIfc2x2_final::IfcTask, OdIfc2x2_final::IfcTendon, OdIfc2x2_final::IfcTimeSeriesSchedule, OdIfc2x2_final::IfcTransportElement, OdIfc2x2_final::IfcWindow, and OdIfc2x2_final::IfcWorkControl.
|
friend |
Definition at line 252 of file Ifc2x2_Final/IfcObjectAutoImpl.h.
|
friend |
Definition at line 251 of file Ifc2x2_Final/IfcObjectAutoImpl.h.
|
friend |
Definition at line 253 of file Ifc2x2_Final/IfcObjectAutoImpl.h.
|
friend |
Definition at line 250 of file Ifc2x2_Final/IfcObjectAutoImpl.h.
|
protected |
Definition at line 247 of file Ifc2x2_Final/IfcObjectAutoImpl.h.