/////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance"). // All rights reserved. // // This software and its documentation and related materials are owned by // the Alliance. The software may only be incorporated into application // programs owned by members of the Alliance, subject to a signed // Membership Agreement and Supplemental Software License Agreement with the // Alliance. The structure and organization of this software are the valuable // trade secrets of the Alliance and its suppliers. The software is also // protected by copyright law and international treaty provisions. Application // programs incorporating this software must include the following statement // with their copyright notices: // // This application incorporates Open Design Alliance software pursuant to a license // agreement with Open Design Alliance. // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance. // All rights reserved. // // By use of this software, its documentation or related materials, you // acknowledge and accept the above terms. /////////////////////////////////////////////////////////////////////////////// // This file is generated automatically. #ifndef _IFC4X3_RC1_IFCREINFORCINGMESH_AUTO_IMPL_H #define _IFC4X3_RC1_IFCREINFORCINGMESH_AUTO_IMPL_H #include "IfcReinforcingElementAutoImpl.h" #include "TD_PackPush.h" /** \details The namespace contains schema-dependent classes, definitions and sub routines for work with IFC4X3_RC1 express schema definitions. */ namespace OdIfc4x3_rc1 { /** \details A reinforcing mesh is a series of longitudinal and transverse wires or bars of various gauges, arranged at right angles to each other and welded at all points of intersection; usually used for concrete slab reinforcement. It is also known as welded wire fabric. - Mapped Geometry - The representation map could contain a representation of AdvancedSweptSolid type which holds an IfcSweptDiskSolid (including subtype IfcSweptDiskSolidPolygonal). Multiple IfcMappedItem's can be used to represent the bars within a mesh as one occurrence of IfcReinforcingMesh. - Object Typing - This concept can be applied to the following resources: * IfcReinforcingMeshType \changes * IFC4 changes: * Attribute LongitudinalBarCrossSectionArea is optional, changed from "False" to "True". * Attribute LongitudinalBarNominalDiameter is optional, changed from "False" to "True". * Attribute LongitudinalBarSpacing is optional, changed from "False" to "True". * Attribute TransverseBarCrossSectionArea is optional, changed from "False" to "True". * Attribute TransverseBarNominalDiameter is optional, changed from "False" to "True". * Attribute TransverseBarSpacing is optional, changed from "False" to "True". */ class IFC4X3_RC1_EXPORT IfcReinforcingMesh : public IfcReinforcingElement { //DOM-IGNORE-BEGIN OD_EXP_DECLARE_MEMBERS(OdIfc4x3_rc1::IfcReinforcingMesh); //DOM-IGNORE-END public: // // OdDAI early binding accessors // /** \details Returns the value of MeshLength attribute. This attribute represents the overall length of the mesh measured in its longitudinal direction. \returns Returns the value of MeshLength attribute. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ double getMeshLength() const; /** \details Sets the value of MeshLength attribute. This attribute represents the overall length of the mesh measured in its longitudinal direction. \param MeshLength [in] Mesh length to set. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ void setMeshLength(double MeshLength); /** \details Returns the value of MeshWidth attribute. This attribute represents the overall width of the mesh measured in its transversal direction. \returns Returns the value of MeshWidth attribute. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ double getMeshWidth() const; /** \details Sets the value of MeshWidth attribute. This attribute represents the overall width of the mesh measured in its transversal direction. \param MeshWidth [in] Mesh width to set. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ void setMeshWidth(double MeshWidth); /** \details Returns the value of LongitudinalBarNominalDiameter attribute. This attribute represents the nominal diameter denoting the cross-section size of the longitudinal bars. \returns Returns the value of LongitudinalBarNominalDiameter attribute. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ double getLongitudinalBarNominalDiameter() const; /** \details Sets the value of LongitudinalBarNominalDiameter attribute. This attribute represents the nominal diameter denoting the cross-section size of the longitudinal bars. \param LongitudinalBarNominalDiameter [in] Longitudinal bar nominal diameter to set. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ void setLongitudinalBarNominalDiameter(double LongitudinalBarNominalDiameter); /** \details Returns the value of TransverseBarNominalDiameter attribute. This attribute represents the nominal diameter denoting the cross-section size of the transverse bars. \returns Returns the value of TransverseBarNominalDiameter attribute. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ double getTransverseBarNominalDiameter() const; /** \details Sets the value of TransverseBarNominalDiameter attribute. This attribute represents the nominal diameter denoting the cross-section size of the transverse bars. \param TransverseBarNominalDiameter [in] Transverse bar nominal diameter to set. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ void setTransverseBarNominalDiameter(double TransverseBarNominalDiameter); /** \details Returns the value of LongitudinalBarCrossSectionArea attribute. This attribute represents the effective cross-section area of the longitudinal bars of the mesh. \returns Returns the value of LongitudinalBarCrossSectionArea attribute. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ double getLongitudinalBarCrossSectionArea() const; /** \details Sets the value of LongitudinalBarCrossSectionArea attribute. This attribute represents the effective cross-section area of the longitudinal bars of the mesh. \param LongitudinalBarCrossSectionArea [in] Longitudinal bar cross-section area to set. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ void setLongitudinalBarCrossSectionArea(double LongitudinalBarCrossSectionArea); /** \details Returns the value of TransverseBarCrossSectionArea attribute. This attribute represents the effective cross-section area of the transverse bars of the mesh. \returns Returns the value of TransverseBarCrossSectionArea attribute. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ double getTransverseBarCrossSectionArea() const; /** \details Sets the value of TransverseBarCrossSectionArea attribute. This attribute represents the effective cross-section area of the transverse bars of the mesh. \param TransverseBarCrossSectionArea [in] Transverse bar cross-section area to set. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ void setTransverseBarCrossSectionArea(double TransverseBarCrossSectionArea); /** \details Returns the value of LongitudinalBarSpacing attribute. This attribute represents the spacing between the longitudinal bars. \returns Returns the value of LongitudinalBarSpacing attribute. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ double getLongitudinalBarSpacing() const; /** \details Sets the value of LongitudinalBarSpacing attribute. This attribute represents the spacing between the longitudinal bars. \param LongitudinalBarSpacing [in] Longitudinal bar spacing to set. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ void setLongitudinalBarSpacing(double LongitudinalBarSpacing); /** \details Returns the value of TransverseBarSpacing attribute. This attribute represents the spacing between the transverse bars. \returns Returns the value of TransverseBarSpacing attribute. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ double getTransverseBarSpacing() const; /** \details Sets the value of TransverseBarSpacing attribute. This attribute represents the spacing between the transverse bars. \param TransverseBarSpacing [in] Transverse bar spacing to set. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ void setTransverseBarSpacing(double TransverseBarSpacing); /** \details Returns the value of PredefinedType attribute. This attribute represents predefined type of mesh. \returns Returns the value of PredefinedType attribute. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ IfcReinforcingMeshTypeEnum getPredefinedType() const; /** \details Sets the value of PredefinedType attribute. This attribute represents predefined type of mesh. \param PredefinedType [in] Predefined type to set. \remarks IFC4 CHANGE: Attribute is deprecated. Use corresponding attribute at IfcReinforcingMeshType instead. */ void setPredefinedType(IfcReinforcingMeshTypeEnum PredefinedType); public: /** \details Default constructor for the IfcReinforcingMesh class. */ IfcReinforcingMesh(); /** \details Reads object's data from the specified filer. \param rdFiler [in] Pointer to a filer from which to read the data. \returns A value of OdResult type that contains the result of the method execution. */ virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler) override; /** \details Writes object's data the the specified filer. \param wrFiler [in] Pointer to a filer to which to write the data. \returns A value of OdResult type that contains the result of the method execution. */ virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler) override; /** \details Returns a type of a class instance. \returns Pointer to the OdDAI::Entity type that determines an entity definition within a schema. */ virtual OdDAI::Entity* getInstanceType() const override; /** \details Returns an attribute value for the specified attribute name. \param attrName [in] Name of an attribute to query. \returns OdRxValue object that represents a generic variant type value. */ virtual OdRxValue getAttr(const char * attrName) const override; /** \details Early-bound version of instances comparison. \param pOther [in] Other application instance. \param ordering [out] Receives the ordering (comparison) status. \returns true if comparison was performed, false if method has no implementation, so late-bound version could be applied. \remarks If the method returns true, the ordering parameter can receive one of the following statuses: Name Value Description _kLessThan_ -1 This object < Other Object. _kEqual_ 0 This object = Other Object. _kGreaterThan_ 1 This object > Other Object. _kNotOrderable_ 2 This class is not orderable.
*/ virtual bool comparedToEarlyImpl(const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override; /** \details Resets a value for the specified attribute. \param explicitAttrName [in] Explicit name of the attribute to reset. */ virtual void unsetAttr(const char * explicitAttrName) override; /** \details Checks whether the specified attribute is set. \param explicitAttrName [in] Explicit name of the attribute to test. \returns true if the specified attribute is set, false otherwise. */ virtual bool testAttr(const char * explicitAttrName) const override; /** \details Sets the specified attribute with a given value. \param explicitAttrName [in] Explicit name of the attribute to set. \param val [in] Value to set. \returns true if the value is successfully set for the specified attribute, false otherwise. */ virtual bool putAttr(const char * explicitAttrName, const OdRxValue &val) override; /** \details Checks whether the specified instance is the object derived from or belongs to this class. \param entityType [in] Entity to check. \returns true if the specified instance is the object derived from or belongs to this class, false otherwise. */ virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const override; /** \details Returns the type of this entity. \returns A value of the OdIfc::OdIfcEntityType type that represents type of this entity. */ virtual OdIfc::OdIfcEntityType type() const override; /** \details Returns an attribute value for the specified attribute definition. \param attrDef [in] Attribute definition to query. \returns OdRxValue object that represents a generic variant type value. */ virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const override; /** \details Resets a value for the specified attribute. \param explicitAttrDef [in] Explicit definition that represents an attribute to reset. */ virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef) override; /** \details Checks whether the specified attribute is set. \param explicitAttrDef [in] Attribute definition to test. \returns true if the specified attribute is set, false otherwise. */ virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const override; /** \details Sets the specified attribute with a given value. \param explicitAttrDef [in] Explicit attribute definition to set. \param val [in] Value to set. \returns true if the value is successfully set for the specified attribute, false otherwise. */ virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override; protected: // Fields declaration: IfcPositiveLengthMeasure m_MeshLength; // IfcPositiveLengthMeasure [optional] IfcPositiveLengthMeasure m_MeshWidth; // IfcPositiveLengthMeasure [optional] IfcPositiveLengthMeasure m_LongitudinalBarNominalDiameter; // IfcPositiveLengthMeasure [optional] IfcPositiveLengthMeasure m_TransverseBarNominalDiameter; // IfcPositiveLengthMeasure [optional] double m_LongitudinalBarCrossSectionArea; // IfcAreaMeasure [optional] double m_TransverseBarCrossSectionArea; // IfcAreaMeasure [optional] IfcPositiveLengthMeasure m_LongitudinalBarSpacing; // IfcPositiveLengthMeasure [optional] IfcPositiveLengthMeasure m_TransverseBarSpacing; // IfcPositiveLengthMeasure [optional] OdDAI::Enum m_PredefinedType; // IfcReinforcingMeshTypeEnum [optional] }; /** \details A data type that represents a smart pointer to a IfcReinforcingMesh object. */ typedef OdSmartPtr IfcReinforcingMeshPtr; } // namespace #include "TD_PackPop.h" #endif // _IFC4X3_RC1_IFCREINFORCINGMESH_AUTO_IMPL_H