CFx SDK Documentation  2020SP3
IfcLinearPlacementAutoImpl.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 _IFCLINEARPLACEMENT_AUTO_IMPL_4x2_H
27 #define _IFCLINEARPLACEMENT_AUTO_IMPL_4x2_H
28 
30 
35 namespace OdIfc4x2 {
36 
38 {
39  //DOM-IGNORE-BEGIN
41  //DOM-IGNORE-END
42 
43 public:
44 
45 
46  //
47  // OdDAI early binding accessors
48  //
50  void setPlacementMeasuredAlong(OdDAIObjectId PlacementMeasuredAlong);
52  void setDistance(OdDAIObjectId Distance);
56  void setCartesianPosition(OdDAIObjectId CartesianPosition);
57 
58  virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
59  virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
60  virtual bool isKindOf(OdIfcEntityType entityType) const;
61  virtual bool isInstanceOf(OdIfcEntityType entityType) const;
62  virtual OdDAI::Entity* getInstanceType() const;
63  virtual OdIfcEntityType type() const;
64  virtual OdAnsiString typeName() const;
65  virtual OdRxValue getAttr(const OdAnsiString &attrName) const;
66  virtual void unsetAttr(const OdAnsiString &explicitAttrName);
67  virtual bool testAttr(const OdAnsiString &explicitAttrName) const;
68  virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val);
69  virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const;
70  virtual void unsetAttr(const OdIfcAttribute explicitAttrDef);
71  virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const;
72  virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val);
73 
74 protected:
75  // Fields declaration:
77  OdDAIObjectId m_Distance; // IfcDistanceExpression
78  OdDAIObjectId m_Orientation; // IfcOrientationExpression // optional
79  OdDAIObjectId m_CartesianPosition; // IfcAxis2Placement3D // optional
80 };
81 
82 } // namespace
83 
84 #endif // _IFCLINEARPLACEMENT_AUTO_IMPL_4x2_H
OdResult
OdResult
Definition: OdResult.h:29
OdIfc4x2::OdIfcLinearPlacementAuto
Definition: IfcLinearPlacementAutoImpl.h:38
IfcObjectPlacementAutoImpl.h
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
OdIfc4x2::OdIfcObjectPlacementAuto
Definition: Ifc4x2/IfcObjectPlacementAutoImpl.h:41
OdIfc4x2::OdIfcLinearPlacementAuto::m_Orientation
OdDAIObjectId m_Orientation
Definition: IfcLinearPlacementAutoImpl.h:78
OdDAIObjectId
Definition: daiObjectId.h:67
OdIfc4x2::OdIfcLinearPlacementAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
OdIfc4x2
Definition: Ifc4x2CollectionTypes.h:33
OdIfc4x2::OdIfcLinearPlacementAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
Orientation
Orientation
Definition: FxUIRadioGroup.h:28
OdIfc4x2::OdIfcLinearPlacementAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdIfc4x2::OdIfcLinearPlacementAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
IFC4X2_EXPORT
#define IFC4X2_EXPORT
Definition: IfcBuildOptions.h:52
OdIfc4x2::OdIfcLinearPlacementAuto::getPlacementMeasuredAlong
OdDAIObjectId getPlacementMeasuredAlong() const
OdRxValue
Definition: RxValue.h:64
OdIfc4x2::OdIfcLinearPlacementAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc4x2::OdIfcLinearPlacementAuto::getOrientation
OdDAIObjectId getOrientation() const
OdIfc4x2::OdIfcLinearPlacementAuto::m_PlacementMeasuredAlong
OdDAIObjectId m_PlacementMeasuredAlong
Definition: IfcLinearPlacementAutoImpl.h:76
OdIfc4x2::OdIfcLinearPlacementAuto::setDistance
void setDistance(OdDAIObjectId Distance)
OdIfc4x2::OdIfcLinearPlacementAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc4x2::OdIfcLinearPlacementAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
OdIfc4x2::OdIfcLinearPlacementAuto::setPlacementMeasuredAlong
void setPlacementMeasuredAlong(OdDAIObjectId PlacementMeasuredAlong)
OdIfc4x2::OdIfcLinearPlacementAuto::m_Distance
OdDAIObjectId m_Distance
Definition: IfcLinearPlacementAutoImpl.h:77
OdIfc4x2::OdIfcLinearPlacementAuto::typeName
virtual OdAnsiString typeName() const
OdIfc4x2::OdIfcLinearPlacementAuto::getDistance
OdDAIObjectId getDistance() const
OdIfc4x2::OdIfcLinearPlacementAuto::getCartesianPosition
OdDAIObjectId getCartesianPosition() const
OdIfc4x2::OdIfcLinearPlacementAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
OdIfc4x2::OdIfcLinearPlacementAuto::m_CartesianPosition
OdDAIObjectId m_CartesianPosition
Definition: IfcLinearPlacementAutoImpl.h:79
OdIfc4x2::OdIfcEntityType
OdIfcEntityType
Definition: Ifc4x2EntityTypes.h:34
OdIfc4x2::OdIfcLinearPlacementAuto::setOrientation
void setOrientation(OdDAIObjectId Orientation)
OdIfc4x2::OdIfcLinearPlacementAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
OdIfc4x2::OdIfcLinearPlacementAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdIfc4x2::OdIfcLinearPlacementAuto::setCartesianPosition
void setCartesianPosition(OdDAIObjectId CartesianPosition)
OdIfc4x2::OdIfcLinearPlacementAuto::type
virtual OdIfcEntityType type() const
OdIfc4x2::OdIfcLinearPlacementAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdIfc4x2::OdIfcLinearPlacementAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
OdIfc4x2::OdIfcLinearPlacementAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)