CFx SDK Documentation  2020SP3
IfcGeneralProfilePropertiesAutoImpl.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2019, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Open Design Alliance software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Open Design Alliance Copyright (C) 2002-2019 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 // This file is generated automatically.
25 
26 #ifndef _IFCGENERALPROFILEPROPERTIES_AUTO_IMPL_2x3_H
27 #define _IFCGENERALPROFILEPROPERTIES_AUTO_IMPL_2x3_H
28 
30 
35 namespace OdIfc2x3 {
36 
38 {
39  //DOM-IGNORE-BEGIN
41  //DOM-IGNORE-END
42 
43 public:
44 
45 
46  //
47  // OdDAI early binding accessors
48  //
49  double getPhysicalWeight() const;
50  void setPhysicalWeight(double PhysicalWeight);
51  double getPerimeter() const;
52  void setPerimeter(double Perimeter);
53  double getMinimumPlateThickness() const;
54  void setMinimumPlateThickness(double MinimumPlateThickness);
55  double getMaximumPlateThickness() const;
56  void setMaximumPlateThickness(double MaximumPlateThickness);
57  double getCrossSectionArea() const;
58  void setCrossSectionArea(double CrossSectionArea);
59 
61  virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
62  virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
63  virtual bool isKindOf(OdIfcEntityType entityType) const;
64  virtual bool isInstanceOf(OdIfcEntityType entityType) const;
65  virtual OdDAI::Entity* getInstanceType() const;
66  virtual OdIfcEntityType type() const;
67  virtual OdAnsiString typeName() const;
68  virtual OdRxValue getAttr(const OdAnsiString &attrName) const;
69  virtual void unsetAttr(const OdAnsiString &explicitAttrName);
70  virtual bool testAttr(const OdAnsiString &explicitAttrName) const;
71  virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val);
72  virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const;
73  virtual void unsetAttr(const OdIfcAttribute explicitAttrDef);
74  virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const;
75  virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val);
76 
77 protected:
78  // Fields declaration:
79  double m_PhysicalWeight; // optional
80  double m_Perimeter; // optional
81  double m_MinimumPlateThickness; // optional
82  double m_MaximumPlateThickness; // optional
83  double m_CrossSectionArea; // optional
84 };
85 
86 } // namespace
87 
88 #endif // _IFCGENERALPROFILEPROPERTIES_AUTO_IMPL_2x3_H
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
OdResult
OdResult
Definition: OdResult.h:29
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
IFC2X3_EXPORT
#define IFC2X3_EXPORT
Definition: IfcBuildOptions.h:36
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::setMaximumPlateThickness
void setMaximumPlateThickness(double MaximumPlateThickness)
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::setPhysicalWeight
void setPhysicalWeight(double PhysicalWeight)
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::setMinimumPlateThickness
void setMinimumPlateThickness(double MinimumPlateThickness)
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)
IfcProfilePropertiesAutoImpl.h
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::type
virtual OdIfcEntityType type() const
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
OdIfc2x3
Definition: Ifc2DCompositeCurveAutoImpl.h:35
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::getMaximumPlateThickness
double getMaximumPlateThickness() const
OdRxValue
Definition: RxValue.h:64
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto
Definition: IfcGeneralProfilePropertiesAutoImpl.h:38
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::getCrossSectionArea
double getCrossSectionArea() const
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::m_Perimeter
double m_Perimeter
Definition: IfcGeneralProfilePropertiesAutoImpl.h:80
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::getPhysicalWeight
double getPhysicalWeight() const
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::m_MinimumPlateThickness
double m_MinimumPlateThickness
Definition: IfcGeneralProfilePropertiesAutoImpl.h:81
OdIfc2x3::OdIfcEntityType
OdIfcEntityType
Definition: Ifc2x3EntityTypes.h:34
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::m_MaximumPlateThickness
double m_MaximumPlateThickness
Definition: IfcGeneralProfilePropertiesAutoImpl.h:82
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::setCrossSectionArea
void setCrossSectionArea(double CrossSectionArea)
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::typeName
virtual OdAnsiString typeName() const
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::m_CrossSectionArea
double m_CrossSectionArea
Definition: IfcGeneralProfilePropertiesAutoImpl.h:83
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::getMinimumPlateThickness
double getMinimumPlateThickness() const
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::getPerimeter
double getPerimeter() const
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::setPerimeter
void setPerimeter(double Perimeter)
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::m_PhysicalWeight
double m_PhysicalWeight
Definition: IfcGeneralProfilePropertiesAutoImpl.h:79
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc2x3::OdIfcGeneralProfilePropertiesAuto::OdIfcGeneralProfilePropertiesAuto
OdIfcGeneralProfilePropertiesAuto()
OdIfc2x3::OdIfcProfilePropertiesAuto
Definition: Ifc2x3/IfcProfilePropertiesAutoImpl.h:41