CFx SDK Documentation  2020SP3
Ifc4x2Enum.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 _IFC4X2_ENUM_4x2_H
27 #define _IFC4X2_ENUM_4x2_H
28 
29 
30 using namespace OdIfc;
31 
32 namespace OdIfc4x2 {
33 
36 
38 {
47 };
48 
51 public:
53  IfcActionRequestTypeEnum(const IfcActionRequestTypeEnum &other) : m_val(other.m_val) {};
55  int exists() const { return m_val != kIfcActionRequestTypeEnum_unset ? 1 : 0; };
57  operator IfcActionRequestTypeEnum_() const { return m_val; };
58  operator unsigned long () const { return (unsigned long)m_val; };
59  IfcActionRequestTypeEnum& operator = (const IfcActionRequestTypeEnum_ val) { if (val < kIfcActionRequestTypeEnum_unset) m_val = val; else m_val = kIfcActionRequestTypeEnum_unset; return *this; };
60  bool operator == (const IfcActionRequestTypeEnum &other) const { return m_val == other.m_val; };
61  OdAnsiString toStr();
62 
63 };
64 
68 {
97 };
98 
101 public:
103  IfcActionSourceTypeEnum(const IfcActionSourceTypeEnum &other) : m_val(other.m_val) {};
105  int exists() const { return m_val != kIfcActionSourceTypeEnum_unset ? 1 : 0; };
107  operator IfcActionSourceTypeEnum_() const { return m_val; };
108  operator unsigned long () const { return (unsigned long)m_val; };
109  IfcActionSourceTypeEnum& operator = (const IfcActionSourceTypeEnum_ val) { if (val < kIfcActionSourceTypeEnum_unset) m_val = val; else m_val = kIfcActionSourceTypeEnum_unset; return *this; };
110  bool operator == (const IfcActionSourceTypeEnum &other) const { return m_val == other.m_val; };
111  OdAnsiString toStr();
112 
113 };
114 
118 {
125 };
126 
128  IfcActionTypeEnum_ m_val;
129 public:
131  IfcActionTypeEnum(const IfcActionTypeEnum &other) : m_val(other.m_val) {};
132  IfcActionTypeEnum(IfcActionTypeEnum_ val) : m_val(val) {};
133  int exists() const { return m_val != kIfcActionTypeEnum_unset ? 1 : 0; };
134  void nullify() { m_val = kIfcActionTypeEnum_unset; };
135  operator IfcActionTypeEnum_() const { return m_val; };
136  operator unsigned long () const { return (unsigned long)m_val; };
137  IfcActionTypeEnum& operator = (const IfcActionTypeEnum_ val) { if (val < kIfcActionTypeEnum_unset) m_val = val; else m_val = kIfcActionTypeEnum_unset; return *this; };
138  bool operator == (const IfcActionTypeEnum &other) const { return m_val == other.m_val; };
139  OdAnsiString toStr();
140 
141 };
142 
146 {
155 };
156 
158  IfcActuatorTypeEnum_ m_val;
159 public:
161  IfcActuatorTypeEnum(const IfcActuatorTypeEnum &other) : m_val(other.m_val) {};
163  int exists() const { return m_val != kIfcActuatorTypeEnum_unset ? 1 : 0; };
164  void nullify() { m_val = kIfcActuatorTypeEnum_unset; };
165  operator IfcActuatorTypeEnum_() const { return m_val; };
166  operator unsigned long () const { return (unsigned long)m_val; };
167  IfcActuatorTypeEnum& operator = (const IfcActuatorTypeEnum_ val) { if (val < kIfcActuatorTypeEnum_unset) m_val = val; else m_val = kIfcActuatorTypeEnum_unset; return *this; };
168  bool operator == (const IfcActuatorTypeEnum &other) const { return m_val == other.m_val; };
169  OdAnsiString toStr();
170 
171 };
172 
176 {
183 };
184 
186  IfcAddressTypeEnum_ m_val;
187 public:
189  IfcAddressTypeEnum(const IfcAddressTypeEnum &other) : m_val(other.m_val) {};
191  int exists() const { return m_val != kIfcAddressTypeEnum_unset ? 1 : 0; };
192  void nullify() { m_val = kIfcAddressTypeEnum_unset; };
193  operator IfcAddressTypeEnum_() const { return m_val; };
194  operator unsigned long () const { return (unsigned long)m_val; };
195  IfcAddressTypeEnum& operator = (const IfcAddressTypeEnum_ val) { if (val < kIfcAddressTypeEnum_unset) m_val = val; else m_val = kIfcAddressTypeEnum_unset; return *this; };
196  bool operator == (const IfcAddressTypeEnum &other) const { return m_val == other.m_val; };
197  OdAnsiString toStr();
198 
199 };
200 
204 {
211 };
212 
215 public:
217  IfcAirTerminalBoxTypeEnum(const IfcAirTerminalBoxTypeEnum &other) : m_val(other.m_val) {};
219  int exists() const { return m_val != kIfcAirTerminalBoxTypeEnum_unset ? 1 : 0; };
221  operator IfcAirTerminalBoxTypeEnum_() const { return m_val; };
222  operator unsigned long () const { return (unsigned long)m_val; };
223  IfcAirTerminalBoxTypeEnum& operator = (const IfcAirTerminalBoxTypeEnum_ val) { if (val < kIfcAirTerminalBoxTypeEnum_unset) m_val = val; else m_val = kIfcAirTerminalBoxTypeEnum_unset; return *this; };
224  bool operator == (const IfcAirTerminalBoxTypeEnum &other) const { return m_val == other.m_val; };
225  OdAnsiString toStr();
226 
227 };
228 
232 {
240 };
241 
244 public:
246  IfcAirTerminalTypeEnum(const IfcAirTerminalTypeEnum &other) : m_val(other.m_val) {};
248  int exists() const { return m_val != kIfcAirTerminalTypeEnum_unset ? 1 : 0; };
250  operator IfcAirTerminalTypeEnum_() const { return m_val; };
251  operator unsigned long () const { return (unsigned long)m_val; };
252  IfcAirTerminalTypeEnum& operator = (const IfcAirTerminalTypeEnum_ val) { if (val < kIfcAirTerminalTypeEnum_unset) m_val = val; else m_val = kIfcAirTerminalTypeEnum_unset; return *this; };
253  bool operator == (const IfcAirTerminalTypeEnum &other) const { return m_val == other.m_val; };
254  OdAnsiString toStr();
255 
256 };
257 
261 {
274 };
275 
278 public:
282  int exists() const { return m_val != kIfcAirToAirHeatRecoveryTypeEnum_unset ? 1 : 0; };
284  operator IfcAirToAirHeatRecoveryTypeEnum_() const { return m_val; };
285  operator unsigned long () const { return (unsigned long)m_val; };
287  bool operator == (const IfcAirToAirHeatRecoveryTypeEnum &other) const { return m_val == other.m_val; };
288  OdAnsiString toStr();
289 
290 };
291 
295 {
305 };
306 
308  IfcAlarmTypeEnum_ m_val;
309 public:
311  IfcAlarmTypeEnum(const IfcAlarmTypeEnum &other) : m_val(other.m_val) {};
312  IfcAlarmTypeEnum(IfcAlarmTypeEnum_ val) : m_val(val) {};
313  int exists() const { return m_val != kIfcAlarmTypeEnum_unset ? 1 : 0; };
314  void nullify() { m_val = kIfcAlarmTypeEnum_unset; };
315  operator IfcAlarmTypeEnum_() const { return m_val; };
316  operator unsigned long () const { return (unsigned long)m_val; };
317  IfcAlarmTypeEnum& operator = (const IfcAlarmTypeEnum_ val) { if (val < kIfcAlarmTypeEnum_unset) m_val = val; else m_val = kIfcAlarmTypeEnum_unset; return *this; };
318  bool operator == (const IfcAlarmTypeEnum &other) const { return m_val == other.m_val; };
319  OdAnsiString toStr();
320 
321 };
322 
323 bool operator>> (const OdRxValue &out, IfcAlarmTypeEnum &in);
326 {
330 };
331 
333  IfcAlignmentTypeEnum_ m_val;
334 public:
336  IfcAlignmentTypeEnum(const IfcAlignmentTypeEnum &other) : m_val(other.m_val) {};
338  int exists() const { return m_val != kIfcAlignmentTypeEnum_unset ? 1 : 0; };
340  operator IfcAlignmentTypeEnum_() const { return m_val; };
341  operator unsigned long () const { return (unsigned long)m_val; };
342  IfcAlignmentTypeEnum& operator = (const IfcAlignmentTypeEnum_ val) { if (val < kIfcAlignmentTypeEnum_unset) m_val = val; else m_val = kIfcAlignmentTypeEnum_unset; return *this; };
343  bool operator == (const IfcAlignmentTypeEnum &other) const { return m_val == other.m_val; };
344  OdAnsiString toStr();
345 
346 };
347 
351 {
358 };
359 
362 public:
364  IfcAnalysisModelTypeEnum(const IfcAnalysisModelTypeEnum &other) : m_val(other.m_val) {};
366  int exists() const { return m_val != kIfcAnalysisModelTypeEnum_unset ? 1 : 0; };
368  operator IfcAnalysisModelTypeEnum_() const { return m_val; };
369  operator unsigned long () const { return (unsigned long)m_val; };
370  IfcAnalysisModelTypeEnum& operator = (const IfcAnalysisModelTypeEnum_ val) { if (val < kIfcAnalysisModelTypeEnum_unset) m_val = val; else m_val = kIfcAnalysisModelTypeEnum_unset; return *this; };
371  bool operator == (const IfcAnalysisModelTypeEnum &other) const { return m_val == other.m_val; };
372  OdAnsiString toStr();
373 
374 };
375 
379 {
387 };
388 
391 public:
393  IfcAnalysisTheoryTypeEnum(const IfcAnalysisTheoryTypeEnum &other) : m_val(other.m_val) {};
395  int exists() const { return m_val != kIfcAnalysisTheoryTypeEnum_unset ? 1 : 0; };
397  operator IfcAnalysisTheoryTypeEnum_() const { return m_val; };
398  operator unsigned long () const { return (unsigned long)m_val; };
399  IfcAnalysisTheoryTypeEnum& operator = (const IfcAnalysisTheoryTypeEnum_ val) { if (val < kIfcAnalysisTheoryTypeEnum_unset) m_val = val; else m_val = kIfcAnalysisTheoryTypeEnum_unset; return *this; };
400  bool operator == (const IfcAnalysisTheoryTypeEnum &other) const { return m_val == other.m_val; };
401  OdAnsiString toStr();
402 
403 };
404 
408 {
414 };
415 
418 public:
420  IfcArithmeticOperatorEnum(const IfcArithmeticOperatorEnum &other) : m_val(other.m_val) {};
422  int exists() const { return m_val != kIfcArithmeticOperatorEnum_unset ? 1 : 0; };
424  operator IfcArithmeticOperatorEnum_() const { return m_val; };
425  operator unsigned long () const { return (unsigned long)m_val; };
426  IfcArithmeticOperatorEnum& operator = (const IfcArithmeticOperatorEnum_ val) { if (val < kIfcArithmeticOperatorEnum_unset) m_val = val; else m_val = kIfcArithmeticOperatorEnum_unset; return *this; };
427  bool operator == (const IfcArithmeticOperatorEnum &other) const { return m_val == other.m_val; };
428  OdAnsiString toStr();
429 
430 };
431 
435 {
440 };
441 
443  IfcAssemblyPlaceEnum_ m_val;
444 public:
446  IfcAssemblyPlaceEnum(const IfcAssemblyPlaceEnum &other) : m_val(other.m_val) {};
448  int exists() const { return m_val != kIfcAssemblyPlaceEnum_unset ? 1 : 0; };
450  operator IfcAssemblyPlaceEnum_() const { return m_val; };
451  operator unsigned long () const { return (unsigned long)m_val; };
452  IfcAssemblyPlaceEnum& operator = (const IfcAssemblyPlaceEnum_ val) { if (val < kIfcAssemblyPlaceEnum_unset) m_val = val; else m_val = kIfcAssemblyPlaceEnum_unset; return *this; };
453  bool operator == (const IfcAssemblyPlaceEnum &other) const { return m_val == other.m_val; };
454  OdAnsiString toStr();
455 
456 };
457 
461 {
476 };
477 
480 public:
484  int exists() const { return m_val != kIfcAudioVisualApplianceTypeEnum_unset ? 1 : 0; };
486  operator IfcAudioVisualApplianceTypeEnum_() const { return m_val; };
487  operator unsigned long () const { return (unsigned long)m_val; };
489  bool operator == (const IfcAudioVisualApplianceTypeEnum &other) const { return m_val == other.m_val; };
490  OdAnsiString toStr();
491 
492 };
493 
497 {
505 };
506 
508  IfcBSplineCurveForm_ m_val;
509 public:
511  IfcBSplineCurveForm(const IfcBSplineCurveForm &other) : m_val(other.m_val) {};
513  int exists() const { return m_val != kIfcBSplineCurveForm_unset ? 1 : 0; };
514  void nullify() { m_val = kIfcBSplineCurveForm_unset; };
515  operator IfcBSplineCurveForm_() const { return m_val; };
516  operator unsigned long () const { return (unsigned long)m_val; };
517  IfcBSplineCurveForm& operator = (const IfcBSplineCurveForm_ val) { if (val < kIfcBSplineCurveForm_unset) m_val = val; else m_val = kIfcBSplineCurveForm_unset; return *this; };
518  bool operator == (const IfcBSplineCurveForm &other) const { return m_val == other.m_val; };
519  OdAnsiString toStr();
520 
521 };
522 
526 {
539 };
540 
543 public:
545  IfcBSplineSurfaceForm(const IfcBSplineSurfaceForm &other) : m_val(other.m_val) {};
547  int exists() const { return m_val != kIfcBSplineSurfaceForm_unset ? 1 : 0; };
549  operator IfcBSplineSurfaceForm_() const { return m_val; };
550  operator unsigned long () const { return (unsigned long)m_val; };
551  IfcBSplineSurfaceForm& operator = (const IfcBSplineSurfaceForm_ val) { if (val < kIfcBSplineSurfaceForm_unset) m_val = val; else m_val = kIfcBSplineSurfaceForm_unset; return *this; };
552  bool operator == (const IfcBSplineSurfaceForm &other) const { return m_val == other.m_val; };
553  OdAnsiString toStr();
554 
555 };
556 
560 {
576 };
577 
579  IfcBeamTypeEnum_ m_val;
580 public:
582  IfcBeamTypeEnum(const IfcBeamTypeEnum &other) : m_val(other.m_val) {};
583  IfcBeamTypeEnum(IfcBeamTypeEnum_ val) : m_val(val) {};
584  int exists() const { return m_val != kIfcBeamTypeEnum_unset ? 1 : 0; };
585  void nullify() { m_val = kIfcBeamTypeEnum_unset; };
586  operator IfcBeamTypeEnum_() const { return m_val; };
587  operator unsigned long () const { return (unsigned long)m_val; };
588  IfcBeamTypeEnum& operator = (const IfcBeamTypeEnum_ val) { if (val < kIfcBeamTypeEnum_unset) m_val = val; else m_val = kIfcBeamTypeEnum_unset; return *this; };
589  bool operator == (const IfcBeamTypeEnum &other) const { return m_val == other.m_val; };
590  OdAnsiString toStr();
591 
592 };
593 
594 bool operator>> (const OdRxValue &out, IfcBeamTypeEnum &in);
597 {
604 };
605 
608 public:
610  IfcBearingTypeDisplacementEnum(const IfcBearingTypeDisplacementEnum &other) : m_val(other.m_val) {};
612  int exists() const { return m_val != kIfcBearingTypeDisplacementEnum_unset ? 1 : 0; };
614  operator IfcBearingTypeDisplacementEnum_() const { return m_val; };
615  operator unsigned long () const { return (unsigned long)m_val; };
617  bool operator == (const IfcBearingTypeDisplacementEnum &other) const { return m_val == other.m_val; };
618  OdAnsiString toStr();
619 
620 };
621 
625 {
637 };
638 
640  IfcBearingTypeEnum_ m_val;
641 public:
643  IfcBearingTypeEnum(const IfcBearingTypeEnum &other) : m_val(other.m_val) {};
645  int exists() const { return m_val != kIfcBearingTypeEnum_unset ? 1 : 0; };
646  void nullify() { m_val = kIfcBearingTypeEnum_unset; };
647  operator IfcBearingTypeEnum_() const { return m_val; };
648  operator unsigned long () const { return (unsigned long)m_val; };
649  IfcBearingTypeEnum& operator = (const IfcBearingTypeEnum_ val) { if (val < kIfcBearingTypeEnum_unset) m_val = val; else m_val = kIfcBearingTypeEnum_unset; return *this; };
650  bool operator == (const IfcBearingTypeEnum &other) const { return m_val == other.m_val; };
651  OdAnsiString toStr();
652 
653 };
654 
658 {
670 };
671 
673  IfcBenchmarkEnum_ m_val;
674 public:
676  IfcBenchmarkEnum(const IfcBenchmarkEnum &other) : m_val(other.m_val) {};
677  IfcBenchmarkEnum(IfcBenchmarkEnum_ val) : m_val(val) {};
678  int exists() const { return m_val != kIfcBenchmarkEnum_unset ? 1 : 0; };
679  void nullify() { m_val = kIfcBenchmarkEnum_unset; };
680  operator IfcBenchmarkEnum_() const { return m_val; };
681  operator unsigned long () const { return (unsigned long)m_val; };
682  IfcBenchmarkEnum& operator = (const IfcBenchmarkEnum_ val) { if (val < kIfcBenchmarkEnum_unset) m_val = val; else m_val = kIfcBenchmarkEnum_unset; return *this; };
683  bool operator == (const IfcBenchmarkEnum &other) const { return m_val == other.m_val; };
684  OdAnsiString toStr();
685 
686 };
687 
688 bool operator>> (const OdRxValue &out, IfcBenchmarkEnum &in);
691 {
697 };
698 
700  IfcBoilerTypeEnum_ m_val;
701 public:
703  IfcBoilerTypeEnum(const IfcBoilerTypeEnum &other) : m_val(other.m_val) {};
704  IfcBoilerTypeEnum(IfcBoilerTypeEnum_ val) : m_val(val) {};
705  int exists() const { return m_val != kIfcBoilerTypeEnum_unset ? 1 : 0; };
706  void nullify() { m_val = kIfcBoilerTypeEnum_unset; };
707  operator IfcBoilerTypeEnum_() const { return m_val; };
708  operator unsigned long () const { return (unsigned long)m_val; };
709  IfcBoilerTypeEnum& operator = (const IfcBoilerTypeEnum_ val) { if (val < kIfcBoilerTypeEnum_unset) m_val = val; else m_val = kIfcBoilerTypeEnum_unset; return *this; };
710  bool operator == (const IfcBoilerTypeEnum &other) const { return m_val == other.m_val; };
711  OdAnsiString toStr();
712 
713 };
714 
718 {
723 };
724 
726  IfcBooleanOperator_ m_val;
727 public:
729  IfcBooleanOperator(const IfcBooleanOperator &other) : m_val(other.m_val) {};
731  int exists() const { return m_val != kIfcBooleanOperator_unset ? 1 : 0; };
732  void nullify() { m_val = kIfcBooleanOperator_unset; };
733  operator IfcBooleanOperator_() const { return m_val; };
734  operator unsigned long () const { return (unsigned long)m_val; };
735  IfcBooleanOperator& operator = (const IfcBooleanOperator_ val) { if (val < kIfcBooleanOperator_unset) m_val = val; else m_val = kIfcBooleanOperator_unset; return *this; };
736  bool operator == (const IfcBooleanOperator &other) const { return m_val == other.m_val; };
737  OdAnsiString toStr();
738 
739 };
740 
744 {
758 };
759 
762 public:
764  IfcBridgePartTypeEnum(const IfcBridgePartTypeEnum &other) : m_val(other.m_val) {};
766  int exists() const { return m_val != kIfcBridgePartTypeEnum_unset ? 1 : 0; };
768  operator IfcBridgePartTypeEnum_() const { return m_val; };
769  operator unsigned long () const { return (unsigned long)m_val; };
770  IfcBridgePartTypeEnum& operator = (const IfcBridgePartTypeEnum_ val) { if (val < kIfcBridgePartTypeEnum_unset) m_val = val; else m_val = kIfcBridgePartTypeEnum_unset; return *this; };
771  bool operator == (const IfcBridgePartTypeEnum &other) const { return m_val == other.m_val; };
772  OdAnsiString toStr();
773 
774 };
775 
779 {
791 };
792 
794  IfcBridgeTypeEnum_ m_val;
795 public:
797  IfcBridgeTypeEnum(const IfcBridgeTypeEnum &other) : m_val(other.m_val) {};
798  IfcBridgeTypeEnum(IfcBridgeTypeEnum_ val) : m_val(val) {};
799  int exists() const { return m_val != kIfcBridgeTypeEnum_unset ? 1 : 0; };
800  void nullify() { m_val = kIfcBridgeTypeEnum_unset; };
801  operator IfcBridgeTypeEnum_() const { return m_val; };
802  operator unsigned long () const { return (unsigned long)m_val; };
803  IfcBridgeTypeEnum& operator = (const IfcBridgeTypeEnum_ val) { if (val < kIfcBridgeTypeEnum_unset) m_val = val; else m_val = kIfcBridgeTypeEnum_unset; return *this; };
804  bool operator == (const IfcBridgeTypeEnum &other) const { return m_val == other.m_val; };
805  OdAnsiString toStr();
806 
807 };
808 
812 {
819 };
820 
823 public:
825  IfcBuildingElementPartTypeEnum(const IfcBuildingElementPartTypeEnum &other) : m_val(other.m_val) {};
827  int exists() const { return m_val != kIfcBuildingElementPartTypeEnum_unset ? 1 : 0; };
829  operator IfcBuildingElementPartTypeEnum_() const { return m_val; };
830  operator unsigned long () const { return (unsigned long)m_val; };
832  bool operator == (const IfcBuildingElementPartTypeEnum &other) const { return m_val == other.m_val; };
833  OdAnsiString toStr();
834 
835 };
836 
840 {
849 };
850 
853 public:
857  int exists() const { return m_val != kIfcBuildingElementProxyTypeEnum_unset ? 1 : 0; };
859  operator IfcBuildingElementProxyTypeEnum_() const { return m_val; };
860  operator unsigned long () const { return (unsigned long)m_val; };
862  bool operator == (const IfcBuildingElementProxyTypeEnum &other) const { return m_val == other.m_val; };
863  OdAnsiString toStr();
864 
865 };
866 
870 {
882 };
883 
886 public:
888  IfcBuildingSystemTypeEnum(const IfcBuildingSystemTypeEnum &other) : m_val(other.m_val) {};
890  int exists() const { return m_val != kIfcBuildingSystemTypeEnum_unset ? 1 : 0; };
892  operator IfcBuildingSystemTypeEnum_() const { return m_val; };
893  operator unsigned long () const { return (unsigned long)m_val; };
894  IfcBuildingSystemTypeEnum& operator = (const IfcBuildingSystemTypeEnum_ val) { if (val < kIfcBuildingSystemTypeEnum_unset) m_val = val; else m_val = kIfcBuildingSystemTypeEnum_unset; return *this; };
895  bool operator == (const IfcBuildingSystemTypeEnum &other) const { return m_val == other.m_val; };
896  OdAnsiString toStr();
897 
898 };
899 
903 {
907 };
908 
910  IfcBurnerTypeEnum_ m_val;
911 public:
913  IfcBurnerTypeEnum(const IfcBurnerTypeEnum &other) : m_val(other.m_val) {};
914  IfcBurnerTypeEnum(IfcBurnerTypeEnum_ val) : m_val(val) {};
915  int exists() const { return m_val != kIfcBurnerTypeEnum_unset ? 1 : 0; };
916  void nullify() { m_val = kIfcBurnerTypeEnum_unset; };
917  operator IfcBurnerTypeEnum_() const { return m_val; };
918  operator unsigned long () const { return (unsigned long)m_val; };
919  IfcBurnerTypeEnum& operator = (const IfcBurnerTypeEnum_ val) { if (val < kIfcBurnerTypeEnum_unset) m_val = val; else m_val = kIfcBurnerTypeEnum_unset; return *this; };
920  bool operator == (const IfcBurnerTypeEnum &other) const { return m_val == other.m_val; };
921  OdAnsiString toStr();
922 
923 };
924 
928 {
936 };
937 
940 public:
942  IfcCableCarrierFittingTypeEnum(const IfcCableCarrierFittingTypeEnum &other) : m_val(other.m_val) {};
944  int exists() const { return m_val != kIfcCableCarrierFittingTypeEnum_unset ? 1 : 0; };
946  operator IfcCableCarrierFittingTypeEnum_() const { return m_val; };
947  operator unsigned long () const { return (unsigned long)m_val; };
949  bool operator == (const IfcCableCarrierFittingTypeEnum &other) const { return m_val == other.m_val; };
950  OdAnsiString toStr();
951 
952 };
953 
957 {
965 };
966 
969 public:
971  IfcCableCarrierSegmentTypeEnum(const IfcCableCarrierSegmentTypeEnum &other) : m_val(other.m_val) {};
973  int exists() const { return m_val != kIfcCableCarrierSegmentTypeEnum_unset ? 1 : 0; };
975  operator IfcCableCarrierSegmentTypeEnum_() const { return m_val; };
976  operator unsigned long () const { return (unsigned long)m_val; };
978  bool operator == (const IfcCableCarrierSegmentTypeEnum &other) const { return m_val == other.m_val; };
979  OdAnsiString toStr();
980 
981 };
982 
986 {
995 };
996 
999 public:
1001  IfcCableFittingTypeEnum(const IfcCableFittingTypeEnum &other) : m_val(other.m_val) {};
1003  int exists() const { return m_val != kIfcCableFittingTypeEnum_unset ? 1 : 0; };
1005  operator IfcCableFittingTypeEnum_() const { return m_val; };
1006  operator unsigned long () const { return (unsigned long)m_val; };
1007  IfcCableFittingTypeEnum& operator = (const IfcCableFittingTypeEnum_ val) { if (val < kIfcCableFittingTypeEnum_unset) m_val = val; else m_val = kIfcCableFittingTypeEnum_unset; return *this; };
1008  bool operator == (const IfcCableFittingTypeEnum &other) const { return m_val == other.m_val; };
1009  OdAnsiString toStr();
1010 
1011 };
1012 
1016 {
1024 };
1025 
1028 public:
1030  IfcCableSegmentTypeEnum(const IfcCableSegmentTypeEnum &other) : m_val(other.m_val) {};
1032  int exists() const { return m_val != kIfcCableSegmentTypeEnum_unset ? 1 : 0; };
1034  operator IfcCableSegmentTypeEnum_() const { return m_val; };
1035  operator unsigned long () const { return (unsigned long)m_val; };
1036  IfcCableSegmentTypeEnum& operator = (const IfcCableSegmentTypeEnum_ val) { if (val < kIfcCableSegmentTypeEnum_unset) m_val = val; else m_val = kIfcCableSegmentTypeEnum_unset; return *this; };
1037  bool operator == (const IfcCableSegmentTypeEnum &other) const { return m_val == other.m_val; };
1038  OdAnsiString toStr();
1039 
1040 };
1041 
1045 {
1051 };
1052 
1055 public:
1057  IfcCaissonFoundationTypeEnum(const IfcCaissonFoundationTypeEnum &other) : m_val(other.m_val) {};
1059  int exists() const { return m_val != kIfcCaissonFoundationTypeEnum_unset ? 1 : 0; };
1061  operator IfcCaissonFoundationTypeEnum_() const { return m_val; };
1062  operator unsigned long () const { return (unsigned long)m_val; };
1064  bool operator == (const IfcCaissonFoundationTypeEnum &other) const { return m_val == other.m_val; };
1065  OdAnsiString toStr();
1066 
1067 };
1068 
1072 {
1079 };
1080 
1082  IfcChangeActionEnum_ m_val;
1083 public:
1085  IfcChangeActionEnum(const IfcChangeActionEnum &other) : m_val(other.m_val) {};
1087  int exists() const { return m_val != kIfcChangeActionEnum_unset ? 1 : 0; };
1089  operator IfcChangeActionEnum_() const { return m_val; };
1090  operator unsigned long () const { return (unsigned long)m_val; };
1091  IfcChangeActionEnum& operator = (const IfcChangeActionEnum_ val) { if (val < kIfcChangeActionEnum_unset) m_val = val; else m_val = kIfcChangeActionEnum_unset; return *this; };
1092  bool operator == (const IfcChangeActionEnum &other) const { return m_val == other.m_val; };
1093  OdAnsiString toStr();
1094 
1095 };
1096 
1100 {
1107 };
1108 
1110  IfcChillerTypeEnum_ m_val;
1111 public:
1113  IfcChillerTypeEnum(const IfcChillerTypeEnum &other) : m_val(other.m_val) {};
1115  int exists() const { return m_val != kIfcChillerTypeEnum_unset ? 1 : 0; };
1116  void nullify() { m_val = kIfcChillerTypeEnum_unset; };
1117  operator IfcChillerTypeEnum_() const { return m_val; };
1118  operator unsigned long () const { return (unsigned long)m_val; };
1119  IfcChillerTypeEnum& operator = (const IfcChillerTypeEnum_ val) { if (val < kIfcChillerTypeEnum_unset) m_val = val; else m_val = kIfcChillerTypeEnum_unset; return *this; };
1120  bool operator == (const IfcChillerTypeEnum &other) const { return m_val == other.m_val; };
1121  OdAnsiString toStr();
1122 
1123 };
1124 
1128 {
1132 };
1133 
1135  IfcChimneyTypeEnum_ m_val;
1136 public:
1138  IfcChimneyTypeEnum(const IfcChimneyTypeEnum &other) : m_val(other.m_val) {};
1140  int exists() const { return m_val != kIfcChimneyTypeEnum_unset ? 1 : 0; };
1141  void nullify() { m_val = kIfcChimneyTypeEnum_unset; };
1142  operator IfcChimneyTypeEnum_() const { return m_val; };
1143  operator unsigned long () const { return (unsigned long)m_val; };
1144  IfcChimneyTypeEnum& operator = (const IfcChimneyTypeEnum_ val) { if (val < kIfcChimneyTypeEnum_unset) m_val = val; else m_val = kIfcChimneyTypeEnum_unset; return *this; };
1145  bool operator == (const IfcChimneyTypeEnum &other) const { return m_val == other.m_val; };
1146  OdAnsiString toStr();
1147 
1148 };
1149 
1153 {
1164 };
1165 
1167  IfcCoilTypeEnum_ m_val;
1168 public:
1170  IfcCoilTypeEnum(const IfcCoilTypeEnum &other) : m_val(other.m_val) {};
1171  IfcCoilTypeEnum(IfcCoilTypeEnum_ val) : m_val(val) {};
1172  int exists() const { return m_val != kIfcCoilTypeEnum_unset ? 1 : 0; };
1173  void nullify() { m_val = kIfcCoilTypeEnum_unset; };
1174  operator IfcCoilTypeEnum_() const { return m_val; };
1175  operator unsigned long () const { return (unsigned long)m_val; };
1176  IfcCoilTypeEnum& operator = (const IfcCoilTypeEnum_ val) { if (val < kIfcCoilTypeEnum_unset) m_val = val; else m_val = kIfcCoilTypeEnum_unset; return *this; };
1177  bool operator == (const IfcCoilTypeEnum &other) const { return m_val == other.m_val; };
1178  OdAnsiString toStr();
1179 
1180 };
1181 
1182 bool operator>> (const OdRxValue &out, IfcCoilTypeEnum &in);
1185 {
1194 };
1195 
1197  IfcColumnTypeEnum_ m_val;
1198 public:
1200  IfcColumnTypeEnum(const IfcColumnTypeEnum &other) : m_val(other.m_val) {};
1202  int exists() const { return m_val != kIfcColumnTypeEnum_unset ? 1 : 0; };
1203  void nullify() { m_val = kIfcColumnTypeEnum_unset; };
1204  operator IfcColumnTypeEnum_() const { return m_val; };
1205  operator unsigned long () const { return (unsigned long)m_val; };
1206  IfcColumnTypeEnum& operator = (const IfcColumnTypeEnum_ val) { if (val < kIfcColumnTypeEnum_unset) m_val = val; else m_val = kIfcColumnTypeEnum_unset; return *this; };
1207  bool operator == (const IfcColumnTypeEnum &other) const { return m_val == other.m_val; };
1208  OdAnsiString toStr();
1209 
1210 };
1211 
1215 {
1231 };
1232 
1235 public:
1239  int exists() const { return m_val != kIfcCommunicationsApplianceTypeEnum_unset ? 1 : 0; };
1241  operator IfcCommunicationsApplianceTypeEnum_() const { return m_val; };
1242  operator unsigned long () const { return (unsigned long)m_val; };
1244  bool operator == (const IfcCommunicationsApplianceTypeEnum &other) const { return m_val == other.m_val; };
1245  OdAnsiString toStr();
1246 
1247 };
1248 
1252 {
1256 };
1257 
1260 public:
1264  int exists() const { return m_val != kIfcComplexPropertyTemplateTypeEnum_unset ? 1 : 0; };
1266  operator IfcComplexPropertyTemplateTypeEnum_() const { return m_val; };
1267  operator unsigned long () const { return (unsigned long)m_val; };
1269  bool operator == (const IfcComplexPropertyTemplateTypeEnum &other) const { return m_val == other.m_val; };
1270  OdAnsiString toStr();
1271 
1272 };
1273 
1277 {
1296 };
1297 
1299  IfcCompressorTypeEnum_ m_val;
1300 public:
1302  IfcCompressorTypeEnum(const IfcCompressorTypeEnum &other) : m_val(other.m_val) {};
1304  int exists() const { return m_val != kIfcCompressorTypeEnum_unset ? 1 : 0; };
1306  operator IfcCompressorTypeEnum_() const { return m_val; };
1307  operator unsigned long () const { return (unsigned long)m_val; };
1308  IfcCompressorTypeEnum& operator = (const IfcCompressorTypeEnum_ val) { if (val < kIfcCompressorTypeEnum_unset) m_val = val; else m_val = kIfcCompressorTypeEnum_unset; return *this; };
1309  bool operator == (const IfcCompressorTypeEnum &other) const { return m_val == other.m_val; };
1310  OdAnsiString toStr();
1311 
1312 };
1313 
1317 {
1328 };
1329 
1331  IfcCondenserTypeEnum_ m_val;
1332 public:
1334  IfcCondenserTypeEnum(const IfcCondenserTypeEnum &other) : m_val(other.m_val) {};
1336  int exists() const { return m_val != kIfcCondenserTypeEnum_unset ? 1 : 0; };
1338  operator IfcCondenserTypeEnum_() const { return m_val; };
1339  operator unsigned long () const { return (unsigned long)m_val; };
1340  IfcCondenserTypeEnum& operator = (const IfcCondenserTypeEnum_ val) { if (val < kIfcCondenserTypeEnum_unset) m_val = val; else m_val = kIfcCondenserTypeEnum_unset; return *this; };
1341  bool operator == (const IfcCondenserTypeEnum &other) const { return m_val == other.m_val; };
1342  OdAnsiString toStr();
1343 
1344 };
1345 
1349 {
1355 };
1356 
1358  IfcConnectionTypeEnum_ m_val;
1359 public:
1361  IfcConnectionTypeEnum(const IfcConnectionTypeEnum &other) : m_val(other.m_val) {};
1363  int exists() const { return m_val != kIfcConnectionTypeEnum_unset ? 1 : 0; };
1365  operator IfcConnectionTypeEnum_() const { return m_val; };
1366  operator unsigned long () const { return (unsigned long)m_val; };
1367  IfcConnectionTypeEnum& operator = (const IfcConnectionTypeEnum_ val) { if (val < kIfcConnectionTypeEnum_unset) m_val = val; else m_val = kIfcConnectionTypeEnum_unset; return *this; };
1368  bool operator == (const IfcConnectionTypeEnum &other) const { return m_val == other.m_val; };
1369  OdAnsiString toStr();
1370 
1371 };
1372 
1376 {
1383 };
1384 
1386  IfcConstraintEnum_ m_val;
1387 public:
1389  IfcConstraintEnum(const IfcConstraintEnum &other) : m_val(other.m_val) {};
1391  int exists() const { return m_val != kIfcConstraintEnum_unset ? 1 : 0; };
1392  void nullify() { m_val = kIfcConstraintEnum_unset; };
1393  operator IfcConstraintEnum_() const { return m_val; };
1394  operator unsigned long () const { return (unsigned long)m_val; };
1395  IfcConstraintEnum& operator = (const IfcConstraintEnum_ val) { if (val < kIfcConstraintEnum_unset) m_val = val; else m_val = kIfcConstraintEnum_unset; return *this; };
1396  bool operator == (const IfcConstraintEnum &other) const { return m_val == other.m_val; };
1397  OdAnsiString toStr();
1398 
1399 };
1400 
1404 {
1416 };
1417 
1420 public:
1424  int exists() const { return m_val != kIfcConstructionEquipmentResourceTypeEnum_unset ? 1 : 0; };
1426  operator IfcConstructionEquipmentResourceTypeEnum_() const { return m_val; };
1427  operator unsigned long () const { return (unsigned long)m_val; };
1429  bool operator == (const IfcConstructionEquipmentResourceTypeEnum &other) const { return m_val == other.m_val; };
1430  OdAnsiString toStr();
1431 
1432 };
1433 
1437 {
1450 };
1451 
1454 public:
1458  int exists() const { return m_val != kIfcConstructionMaterialResourceTypeEnum_unset ? 1 : 0; };
1460  operator IfcConstructionMaterialResourceTypeEnum_() const { return m_val; };
1461  operator unsigned long () const { return (unsigned long)m_val; };
1463  bool operator == (const IfcConstructionMaterialResourceTypeEnum &other) const { return m_val == other.m_val; };
1464  OdAnsiString toStr();
1465 
1466 };
1467 
1471 {
1477 };
1478 
1481 public:
1485  int exists() const { return m_val != kIfcConstructionProductResourceTypeEnum_unset ? 1 : 0; };
1487  operator IfcConstructionProductResourceTypeEnum_() const { return m_val; };
1488  operator unsigned long () const { return (unsigned long)m_val; };
1490  bool operator == (const IfcConstructionProductResourceTypeEnum &other) const { return m_val == other.m_val; };
1491  OdAnsiString toStr();
1492 
1493 };
1494 
1498 {
1507 };
1508 
1510  IfcControllerTypeEnum_ m_val;
1511 public:
1513  IfcControllerTypeEnum(const IfcControllerTypeEnum &other) : m_val(other.m_val) {};
1515  int exists() const { return m_val != kIfcControllerTypeEnum_unset ? 1 : 0; };
1517  operator IfcControllerTypeEnum_() const { return m_val; };
1518  operator unsigned long () const { return (unsigned long)m_val; };
1519  IfcControllerTypeEnum& operator = (const IfcControllerTypeEnum_ val) { if (val < kIfcControllerTypeEnum_unset) m_val = val; else m_val = kIfcControllerTypeEnum_unset; return *this; };
1520  bool operator == (const IfcControllerTypeEnum &other) const { return m_val == other.m_val; };
1521  OdAnsiString toStr();
1522 
1523 };
1524 
1528 {
1534 };
1535 
1537  IfcCooledBeamTypeEnum_ m_val;
1538 public:
1540  IfcCooledBeamTypeEnum(const IfcCooledBeamTypeEnum &other) : m_val(other.m_val) {};
1542  int exists() const { return m_val != kIfcCooledBeamTypeEnum_unset ? 1 : 0; };
1544  operator IfcCooledBeamTypeEnum_() const { return m_val; };
1545  operator unsigned long () const { return (unsigned long)m_val; };
1546  IfcCooledBeamTypeEnum& operator = (const IfcCooledBeamTypeEnum_ val) { if (val < kIfcCooledBeamTypeEnum_unset) m_val = val; else m_val = kIfcCooledBeamTypeEnum_unset; return *this; };
1547  bool operator == (const IfcCooledBeamTypeEnum &other) const { return m_val == other.m_val; };
1548  OdAnsiString toStr();
1549 
1550 };
1551 
1555 {
1562 };
1563 
1566 public:
1568  IfcCoolingTowerTypeEnum(const IfcCoolingTowerTypeEnum &other) : m_val(other.m_val) {};
1570  int exists() const { return m_val != kIfcCoolingTowerTypeEnum_unset ? 1 : 0; };
1572  operator IfcCoolingTowerTypeEnum_() const { return m_val; };
1573  operator unsigned long () const { return (unsigned long)m_val; };
1574  IfcCoolingTowerTypeEnum& operator = (const IfcCoolingTowerTypeEnum_ val) { if (val < kIfcCoolingTowerTypeEnum_unset) m_val = val; else m_val = kIfcCoolingTowerTypeEnum_unset; return *this; };
1575  bool operator == (const IfcCoolingTowerTypeEnum &other) const { return m_val == other.m_val; };
1576  OdAnsiString toStr();
1577 
1578 };
1579 
1583 {
1587 };
1588 
1590  IfcCostItemTypeEnum_ m_val;
1591 public:
1593  IfcCostItemTypeEnum(const IfcCostItemTypeEnum &other) : m_val(other.m_val) {};
1595  int exists() const { return m_val != kIfcCostItemTypeEnum_unset ? 1 : 0; };
1597  operator IfcCostItemTypeEnum_() const { return m_val; };
1598  operator unsigned long () const { return (unsigned long)m_val; };
1599  IfcCostItemTypeEnum& operator = (const IfcCostItemTypeEnum_ val) { if (val < kIfcCostItemTypeEnum_unset) m_val = val; else m_val = kIfcCostItemTypeEnum_unset; return *this; };
1600  bool operator == (const IfcCostItemTypeEnum &other) const { return m_val == other.m_val; };
1601  OdAnsiString toStr();
1602 
1603 };
1604 
1608 {
1619 };
1620 
1623 public:
1625  IfcCostScheduleTypeEnum(const IfcCostScheduleTypeEnum &other) : m_val(other.m_val) {};
1627  int exists() const { return m_val != kIfcCostScheduleTypeEnum_unset ? 1 : 0; };
1629  operator IfcCostScheduleTypeEnum_() const { return m_val; };
1630  operator unsigned long () const { return (unsigned long)m_val; };
1631  IfcCostScheduleTypeEnum& operator = (const IfcCostScheduleTypeEnum_ val) { if (val < kIfcCostScheduleTypeEnum_unset) m_val = val; else m_val = kIfcCostScheduleTypeEnum_unset; return *this; };
1632  bool operator == (const IfcCostScheduleTypeEnum &other) const { return m_val == other.m_val; };
1633  OdAnsiString toStr();
1634 
1635 };
1636 
1640 {
1655 };
1656 
1658  IfcCoveringTypeEnum_ m_val;
1659 public:
1661  IfcCoveringTypeEnum(const IfcCoveringTypeEnum &other) : m_val(other.m_val) {};
1663  int exists() const { return m_val != kIfcCoveringTypeEnum_unset ? 1 : 0; };
1665  operator IfcCoveringTypeEnum_() const { return m_val; };
1666  operator unsigned long () const { return (unsigned long)m_val; };
1667  IfcCoveringTypeEnum& operator = (const IfcCoveringTypeEnum_ val) { if (val < kIfcCoveringTypeEnum_unset) m_val = val; else m_val = kIfcCoveringTypeEnum_unset; return *this; };
1668  bool operator == (const IfcCoveringTypeEnum &other) const { return m_val == other.m_val; };
1669  OdAnsiString toStr();
1670 
1671 };
1672 
1676 {
1682 };
1683 
1686 public:
1688  IfcCrewResourceTypeEnum(const IfcCrewResourceTypeEnum &other) : m_val(other.m_val) {};
1690  int exists() const { return m_val != kIfcCrewResourceTypeEnum_unset ? 1 : 0; };
1692  operator IfcCrewResourceTypeEnum_() const { return m_val; };
1693  operator unsigned long () const { return (unsigned long)m_val; };
1694  IfcCrewResourceTypeEnum& operator = (const IfcCrewResourceTypeEnum_ val) { if (val < kIfcCrewResourceTypeEnum_unset) m_val = val; else m_val = kIfcCrewResourceTypeEnum_unset; return *this; };
1695  bool operator == (const IfcCrewResourceTypeEnum &other) const { return m_val == other.m_val; };
1696  OdAnsiString toStr();
1697 
1698 };
1699 
1703 {
1707 };
1708 
1711 public:
1713  IfcCurtainWallTypeEnum(const IfcCurtainWallTypeEnum &other) : m_val(other.m_val) {};
1715  int exists() const { return m_val != kIfcCurtainWallTypeEnum_unset ? 1 : 0; };
1717  operator IfcCurtainWallTypeEnum_() const { return m_val; };
1718  operator unsigned long () const { return (unsigned long)m_val; };
1719  IfcCurtainWallTypeEnum& operator = (const IfcCurtainWallTypeEnum_ val) { if (val < kIfcCurtainWallTypeEnum_unset) m_val = val; else m_val = kIfcCurtainWallTypeEnum_unset; return *this; };
1720  bool operator == (const IfcCurtainWallTypeEnum &other) const { return m_val == other.m_val; };
1721  OdAnsiString toStr();
1722 
1723 };
1724 
1728 {
1734 };
1735 
1738 public:
1740  IfcCurveInterpolationEnum(const IfcCurveInterpolationEnum &other) : m_val(other.m_val) {};
1742  int exists() const { return m_val != kIfcCurveInterpolationEnum_unset ? 1 : 0; };
1744  operator IfcCurveInterpolationEnum_() const { return m_val; };
1745  operator unsigned long () const { return (unsigned long)m_val; };
1746  IfcCurveInterpolationEnum& operator = (const IfcCurveInterpolationEnum_ val) { if (val < kIfcCurveInterpolationEnum_unset) m_val = val; else m_val = kIfcCurveInterpolationEnum_unset; return *this; };
1747  bool operator == (const IfcCurveInterpolationEnum &other) const { return m_val == other.m_val; };
1748  OdAnsiString toStr();
1749 
1750 };
1751 
1755 {
1770 };
1771 
1773  IfcDamperTypeEnum_ m_val;
1774 public:
1776  IfcDamperTypeEnum(const IfcDamperTypeEnum &other) : m_val(other.m_val) {};
1778  int exists() const { return m_val != kIfcDamperTypeEnum_unset ? 1 : 0; };
1779  void nullify() { m_val = kIfcDamperTypeEnum_unset; };
1780  operator IfcDamperTypeEnum_() const { return m_val; };
1781  operator unsigned long () const { return (unsigned long)m_val; };
1782  IfcDamperTypeEnum& operator = (const IfcDamperTypeEnum_ val) { if (val < kIfcDamperTypeEnum_unset) m_val = val; else m_val = kIfcDamperTypeEnum_unset; return *this; };
1783  bool operator == (const IfcDamperTypeEnum &other) const { return m_val == other.m_val; };
1784  OdAnsiString toStr();
1785 
1786 };
1787 
1791 {
1798 };
1799 
1801  IfcDataOriginEnum_ m_val;
1802 public:
1804  IfcDataOriginEnum(const IfcDataOriginEnum &other) : m_val(other.m_val) {};
1806  int exists() const { return m_val != kIfcDataOriginEnum_unset ? 1 : 0; };
1807  void nullify() { m_val = kIfcDataOriginEnum_unset; };
1808  operator IfcDataOriginEnum_() const { return m_val; };
1809  operator unsigned long () const { return (unsigned long)m_val; };
1810  IfcDataOriginEnum& operator = (const IfcDataOriginEnum_ val) { if (val < kIfcDataOriginEnum_unset) m_val = val; else m_val = kIfcDataOriginEnum_unset; return *this; };
1811  bool operator == (const IfcDataOriginEnum &other) const { return m_val == other.m_val; };
1812  OdAnsiString toStr();
1813 
1814 };
1815 
1819 {
1874 };
1875 
1877  IfcDerivedUnitEnum_ m_val;
1878 public:
1880  IfcDerivedUnitEnum(const IfcDerivedUnitEnum &other) : m_val(other.m_val) {};
1882  int exists() const { return m_val != kIfcDerivedUnitEnum_unset ? 1 : 0; };
1883  void nullify() { m_val = kIfcDerivedUnitEnum_unset; };
1884  operator IfcDerivedUnitEnum_() const { return m_val; };
1885  operator unsigned long () const { return (unsigned long)m_val; };
1886  IfcDerivedUnitEnum& operator = (const IfcDerivedUnitEnum_ val) { if (val < kIfcDerivedUnitEnum_unset) m_val = val; else m_val = kIfcDerivedUnitEnum_unset; return *this; };
1887  bool operator == (const IfcDerivedUnitEnum &other) const { return m_val == other.m_val; };
1888  OdAnsiString toStr();
1889 
1890 };
1891 
1895 {
1899 };
1900 
1902  IfcDirectionSenseEnum_ m_val;
1903 public:
1905  IfcDirectionSenseEnum(const IfcDirectionSenseEnum &other) : m_val(other.m_val) {};
1907  int exists() const { return m_val != kIfcDirectionSenseEnum_unset ? 1 : 0; };
1909  operator IfcDirectionSenseEnum_() const { return m_val; };
1910  operator unsigned long () const { return (unsigned long)m_val; };
1911  IfcDirectionSenseEnum& operator = (const IfcDirectionSenseEnum_ val) { if (val < kIfcDirectionSenseEnum_unset) m_val = val; else m_val = kIfcDirectionSenseEnum_unset; return *this; };
1912  bool operator == (const IfcDirectionSenseEnum &other) const { return m_val == other.m_val; };
1913  OdAnsiString toStr();
1914 
1915 };
1916 
1920 {
1928 };
1929 
1932 public:
1934  IfcDiscreteAccessoryTypeEnum(const IfcDiscreteAccessoryTypeEnum &other) : m_val(other.m_val) {};
1936  int exists() const { return m_val != kIfcDiscreteAccessoryTypeEnum_unset ? 1 : 0; };
1938  operator IfcDiscreteAccessoryTypeEnum_() const { return m_val; };
1939  operator unsigned long () const { return (unsigned long)m_val; };
1941  bool operator == (const IfcDiscreteAccessoryTypeEnum &other) const { return m_val == other.m_val; };
1942  OdAnsiString toStr();
1943 
1944 };
1945 
1949 {
1961 };
1962 
1965 public:
1969  int exists() const { return m_val != kIfcDistributionChamberElementTypeEnum_unset ? 1 : 0; };
1971  operator IfcDistributionChamberElementTypeEnum_() const { return m_val; };
1972  operator unsigned long () const { return (unsigned long)m_val; };
1974  bool operator == (const IfcDistributionChamberElementTypeEnum &other) const { return m_val == other.m_val; };
1975  OdAnsiString toStr();
1976 
1977 };
1978 
1982 {
1990 };
1991 
1994 public:
1996  IfcDistributionPortTypeEnum(const IfcDistributionPortTypeEnum &other) : m_val(other.m_val) {};
1998  int exists() const { return m_val != kIfcDistributionPortTypeEnum_unset ? 1 : 0; };
2000  operator IfcDistributionPortTypeEnum_() const { return m_val; };
2001  operator unsigned long () const { return (unsigned long)m_val; };
2002  IfcDistributionPortTypeEnum& operator = (const IfcDistributionPortTypeEnum_ val) { if (val < kIfcDistributionPortTypeEnum_unset) m_val = val; else m_val = kIfcDistributionPortTypeEnum_unset; return *this; };
2003  bool operator == (const IfcDistributionPortTypeEnum &other) const { return m_val == other.m_val; };
2004  OdAnsiString toStr();
2005 
2006 };
2007 
2011 {
2057 };
2058 
2061 public:
2063  IfcDistributionSystemEnum(const IfcDistributionSystemEnum &other) : m_val(other.m_val) {};
2065  int exists() const { return m_val != kIfcDistributionSystemEnum_unset ? 1 : 0; };
2067  operator IfcDistributionSystemEnum_() const { return m_val; };
2068  operator unsigned long () const { return (unsigned long)m_val; };
2069  IfcDistributionSystemEnum& operator = (const IfcDistributionSystemEnum_ val) { if (val < kIfcDistributionSystemEnum_unset) m_val = val; else m_val = kIfcDistributionSystemEnum_unset; return *this; };
2070  bool operator == (const IfcDistributionSystemEnum &other) const { return m_val == other.m_val; };
2071  OdAnsiString toStr();
2072 
2073 };
2074 
2078 {
2086 };
2087 
2090 public:
2094  int exists() const { return m_val != kIfcDocumentConfidentialityEnum_unset ? 1 : 0; };
2096  operator IfcDocumentConfidentialityEnum_() const { return m_val; };
2097  operator unsigned long () const { return (unsigned long)m_val; };
2099  bool operator == (const IfcDocumentConfidentialityEnum &other) const { return m_val == other.m_val; };
2100  OdAnsiString toStr();
2101 
2102 };
2103 
2107 {
2114 };
2115 
2117  IfcDocumentStatusEnum_ m_val;
2118 public:
2120  IfcDocumentStatusEnum(const IfcDocumentStatusEnum &other) : m_val(other.m_val) {};
2122  int exists() const { return m_val != kIfcDocumentStatusEnum_unset ? 1 : 0; };
2124  operator IfcDocumentStatusEnum_() const { return m_val; };
2125  operator unsigned long () const { return (unsigned long)m_val; };
2126  IfcDocumentStatusEnum& operator = (const IfcDocumentStatusEnum_ val) { if (val < kIfcDocumentStatusEnum_unset) m_val = val; else m_val = kIfcDocumentStatusEnum_unset; return *this; };
2127  bool operator == (const IfcDocumentStatusEnum &other) const { return m_val == other.m_val; };
2128  OdAnsiString toStr();
2129 
2130 };
2131 
2135 {
2146 };
2147 
2150 public:
2152  IfcDoorPanelOperationEnum(const IfcDoorPanelOperationEnum &other) : m_val(other.m_val) {};
2154  int exists() const { return m_val != kIfcDoorPanelOperationEnum_unset ? 1 : 0; };
2156  operator IfcDoorPanelOperationEnum_() const { return m_val; };
2157  operator unsigned long () const { return (unsigned long)m_val; };
2158  IfcDoorPanelOperationEnum& operator = (const IfcDoorPanelOperationEnum_ val) { if (val < kIfcDoorPanelOperationEnum_unset) m_val = val; else m_val = kIfcDoorPanelOperationEnum_unset; return *this; };
2159  bool operator == (const IfcDoorPanelOperationEnum &other) const { return m_val == other.m_val; };
2160  OdAnsiString toStr();
2161 
2162 };
2163 
2167 {
2173 };
2174 
2177 public:
2179  IfcDoorPanelPositionEnum(const IfcDoorPanelPositionEnum &other) : m_val(other.m_val) {};
2181  int exists() const { return m_val != kIfcDoorPanelPositionEnum_unset ? 1 : 0; };
2183  operator IfcDoorPanelPositionEnum_() const { return m_val; };
2184  operator unsigned long () const { return (unsigned long)m_val; };
2185  IfcDoorPanelPositionEnum& operator = (const IfcDoorPanelPositionEnum_ val) { if (val < kIfcDoorPanelPositionEnum_unset) m_val = val; else m_val = kIfcDoorPanelPositionEnum_unset; return *this; };
2186  bool operator == (const IfcDoorPanelPositionEnum &other) const { return m_val == other.m_val; };
2187  OdAnsiString toStr();
2188 
2189 };
2190 
2194 {
2205 };
2206 
2209 public:
2211  IfcDoorStyleConstructionEnum(const IfcDoorStyleConstructionEnum &other) : m_val(other.m_val) {};
2213  int exists() const { return m_val != kIfcDoorStyleConstructionEnum_unset ? 1 : 0; };
2215  operator IfcDoorStyleConstructionEnum_() const { return m_val; };
2216  operator unsigned long () const { return (unsigned long)m_val; };
2218  bool operator == (const IfcDoorStyleConstructionEnum &other) const { return m_val == other.m_val; };
2219  OdAnsiString toStr();
2220 
2221 };
2222 
2226 {
2246 };
2247 
2250 public:
2252  IfcDoorStyleOperationEnum(const IfcDoorStyleOperationEnum &other) : m_val(other.m_val) {};
2254  int exists() const { return m_val != kIfcDoorStyleOperationEnum_unset ? 1 : 0; };
2256  operator IfcDoorStyleOperationEnum_() const { return m_val; };
2257  operator unsigned long () const { return (unsigned long)m_val; };
2258  IfcDoorStyleOperationEnum& operator = (const IfcDoorStyleOperationEnum_ val) { if (val < kIfcDoorStyleOperationEnum_unset) m_val = val; else m_val = kIfcDoorStyleOperationEnum_unset; return *this; };
2259  bool operator == (const IfcDoorStyleOperationEnum &other) const { return m_val == other.m_val; };
2260  OdAnsiString toStr();
2261 
2262 };
2263 
2267 {
2274 };
2275 
2277  IfcDoorTypeEnum_ m_val;
2278 public:
2280  IfcDoorTypeEnum(const IfcDoorTypeEnum &other) : m_val(other.m_val) {};
2281  IfcDoorTypeEnum(IfcDoorTypeEnum_ val) : m_val(val) {};
2282  int exists() const { return m_val != kIfcDoorTypeEnum_unset ? 1 : 0; };
2283  void nullify() { m_val = kIfcDoorTypeEnum_unset; };
2284  operator IfcDoorTypeEnum_() const { return m_val; };
2285  operator unsigned long () const { return (unsigned long)m_val; };
2286  IfcDoorTypeEnum& operator = (const IfcDoorTypeEnum_ val) { if (val < kIfcDoorTypeEnum_unset) m_val = val; else m_val = kIfcDoorTypeEnum_unset; return *this; };
2287  bool operator == (const IfcDoorTypeEnum &other) const { return m_val == other.m_val; };
2288  OdAnsiString toStr();
2289 
2290 };
2291 
2292 bool operator>> (const OdRxValue &out, IfcDoorTypeEnum &in);
2295 {
2317 };
2318 
2321 public:
2323  IfcDoorTypeOperationEnum(const IfcDoorTypeOperationEnum &other) : m_val(other.m_val) {};
2325  int exists() const { return m_val != kIfcDoorTypeOperationEnum_unset ? 1 : 0; };
2327  operator IfcDoorTypeOperationEnum_() const { return m_val; };
2328  operator unsigned long () const { return (unsigned long)m_val; };
2329  IfcDoorTypeOperationEnum& operator = (const IfcDoorTypeOperationEnum_ val) { if (val < kIfcDoorTypeOperationEnum_unset) m_val = val; else m_val = kIfcDoorTypeOperationEnum_unset; return *this; };
2330  bool operator == (const IfcDoorTypeOperationEnum &other) const { return m_val == other.m_val; };
2331  OdAnsiString toStr();
2332 
2333 };
2334 
2338 {
2349 };
2350 
2353 public:
2355  IfcDuctFittingTypeEnum(const IfcDuctFittingTypeEnum &other) : m_val(other.m_val) {};
2357  int exists() const { return m_val != kIfcDuctFittingTypeEnum_unset ? 1 : 0; };
2359  operator IfcDuctFittingTypeEnum_() const { return m_val; };
2360  operator unsigned long () const { return (unsigned long)m_val; };
2361  IfcDuctFittingTypeEnum& operator = (const IfcDuctFittingTypeEnum_ val) { if (val < kIfcDuctFittingTypeEnum_unset) m_val = val; else m_val = kIfcDuctFittingTypeEnum_unset; return *this; };
2362  bool operator == (const IfcDuctFittingTypeEnum &other) const { return m_val == other.m_val; };
2363  OdAnsiString toStr();
2364 
2365 };
2366 
2370 {
2376 };
2377 
2380 public:
2382  IfcDuctSegmentTypeEnum(const IfcDuctSegmentTypeEnum &other) : m_val(other.m_val) {};
2384  int exists() const { return m_val != kIfcDuctSegmentTypeEnum_unset ? 1 : 0; };
2386  operator IfcDuctSegmentTypeEnum_() const { return m_val; };
2387  operator unsigned long () const { return (unsigned long)m_val; };
2388  IfcDuctSegmentTypeEnum& operator = (const IfcDuctSegmentTypeEnum_ val) { if (val < kIfcDuctSegmentTypeEnum_unset) m_val = val; else m_val = kIfcDuctSegmentTypeEnum_unset; return *this; };
2389  bool operator == (const IfcDuctSegmentTypeEnum &other) const { return m_val == other.m_val; };
2390  OdAnsiString toStr();
2391 
2392 };
2393 
2397 {
2404 };
2405 
2408 public:
2410  IfcDuctSilencerTypeEnum(const IfcDuctSilencerTypeEnum &other) : m_val(other.m_val) {};
2412  int exists() const { return m_val != kIfcDuctSilencerTypeEnum_unset ? 1 : 0; };
2414  operator IfcDuctSilencerTypeEnum_() const { return m_val; };
2415  operator unsigned long () const { return (unsigned long)m_val; };
2416  IfcDuctSilencerTypeEnum& operator = (const IfcDuctSilencerTypeEnum_ val) { if (val < kIfcDuctSilencerTypeEnum_unset) m_val = val; else m_val = kIfcDuctSilencerTypeEnum_unset; return *this; };
2417  bool operator == (const IfcDuctSilencerTypeEnum &other) const { return m_val == other.m_val; };
2418  OdAnsiString toStr();
2419 
2420 };
2421 
2425 {
2445 };
2446 
2449 public:
2451  IfcElectricApplianceTypeEnum(const IfcElectricApplianceTypeEnum &other) : m_val(other.m_val) {};
2453  int exists() const { return m_val != kIfcElectricApplianceTypeEnum_unset ? 1 : 0; };
2455  operator IfcElectricApplianceTypeEnum_() const { return m_val; };
2456  operator unsigned long () const { return (unsigned long)m_val; };
2458  bool operator == (const IfcElectricApplianceTypeEnum &other) const { return m_val == other.m_val; };
2459  OdAnsiString toStr();
2460 
2461 };
2462 
2466 {
2474 };
2475 
2478 public:
2482  int exists() const { return m_val != kIfcElectricDistributionBoardTypeEnum_unset ? 1 : 0; };
2484  operator IfcElectricDistributionBoardTypeEnum_() const { return m_val; };
2485  operator unsigned long () const { return (unsigned long)m_val; };
2487  bool operator == (const IfcElectricDistributionBoardTypeEnum &other) const { return m_val == other.m_val; };
2488  OdAnsiString toStr();
2489 
2490 };
2491 
2495 {
2504 };
2505 
2508 public:
2512  int exists() const { return m_val != kIfcElectricFlowStorageDeviceTypeEnum_unset ? 1 : 0; };
2514  operator IfcElectricFlowStorageDeviceTypeEnum_() const { return m_val; };
2515  operator unsigned long () const { return (unsigned long)m_val; };
2517  bool operator == (const IfcElectricFlowStorageDeviceTypeEnum &other) const { return m_val == other.m_val; };
2518  OdAnsiString toStr();
2519 
2520 };
2521 
2525 {
2532 };
2533 
2536 public:
2538  IfcElectricGeneratorTypeEnum(const IfcElectricGeneratorTypeEnum &other) : m_val(other.m_val) {};
2540  int exists() const { return m_val != kIfcElectricGeneratorTypeEnum_unset ? 1 : 0; };
2542  operator IfcElectricGeneratorTypeEnum_() const { return m_val; };
2543  operator unsigned long () const { return (unsigned long)m_val; };
2545  bool operator == (const IfcElectricGeneratorTypeEnum &other) const { return m_val == other.m_val; };
2546  OdAnsiString toStr();
2547 
2548 };
2549 
2553 {
2562 };
2563 
2566 public:
2568  IfcElectricMotorTypeEnum(const IfcElectricMotorTypeEnum &other) : m_val(other.m_val) {};
2570  int exists() const { return m_val != kIfcElectricMotorTypeEnum_unset ? 1 : 0; };
2572  operator IfcElectricMotorTypeEnum_() const { return m_val; };
2573  operator unsigned long () const { return (unsigned long)m_val; };
2574  IfcElectricMotorTypeEnum& operator = (const IfcElectricMotorTypeEnum_ val) { if (val < kIfcElectricMotorTypeEnum_unset) m_val = val; else m_val = kIfcElectricMotorTypeEnum_unset; return *this; };
2575  bool operator == (const IfcElectricMotorTypeEnum &other) const { return m_val == other.m_val; };
2576  OdAnsiString toStr();
2577 
2578 };
2579 
2583 {
2590 };
2591 
2594 public:
2598  int exists() const { return m_val != kIfcElectricTimeControlTypeEnum_unset ? 1 : 0; };
2600  operator IfcElectricTimeControlTypeEnum_() const { return m_val; };
2601  operator unsigned long () const { return (unsigned long)m_val; };
2603  bool operator == (const IfcElectricTimeControlTypeEnum &other) const { return m_val == other.m_val; };
2604  OdAnsiString toStr();
2605 
2606 };
2607 
2611 {
2629 };
2630 
2633 public:
2635  IfcElementAssemblyTypeEnum(const IfcElementAssemblyTypeEnum &other) : m_val(other.m_val) {};
2637  int exists() const { return m_val != kIfcElementAssemblyTypeEnum_unset ? 1 : 0; };
2639  operator IfcElementAssemblyTypeEnum_() const { return m_val; };
2640  operator unsigned long () const { return (unsigned long)m_val; };
2641  IfcElementAssemblyTypeEnum& operator = (const IfcElementAssemblyTypeEnum_ val) { if (val < kIfcElementAssemblyTypeEnum_unset) m_val = val; else m_val = kIfcElementAssemblyTypeEnum_unset; return *this; };
2642  bool operator == (const IfcElementAssemblyTypeEnum &other) const { return m_val == other.m_val; };
2643  OdAnsiString toStr();
2644 
2645 };
2646 
2650 {
2655 };
2656 
2659 public:
2661  IfcElementCompositionEnum(const IfcElementCompositionEnum &other) : m_val(other.m_val) {};
2663  int exists() const { return m_val != kIfcElementCompositionEnum_unset ? 1 : 0; };
2665  operator IfcElementCompositionEnum_() const { return m_val; };
2666  operator unsigned long () const { return (unsigned long)m_val; };
2667  IfcElementCompositionEnum& operator = (const IfcElementCompositionEnum_ val) { if (val < kIfcElementCompositionEnum_unset) m_val = val; else m_val = kIfcElementCompositionEnum_unset; return *this; };
2668  bool operator == (const IfcElementCompositionEnum &other) const { return m_val == other.m_val; };
2669  OdAnsiString toStr();
2670 
2671 };
2672 
2676 {
2682 };
2683 
2685  IfcEngineTypeEnum_ m_val;
2686 public:
2688  IfcEngineTypeEnum(const IfcEngineTypeEnum &other) : m_val(other.m_val) {};
2690  int exists() const { return m_val != kIfcEngineTypeEnum_unset ? 1 : 0; };
2691  void nullify() { m_val = kIfcEngineTypeEnum_unset; };
2692  operator IfcEngineTypeEnum_() const { return m_val; };
2693  operator unsigned long () const { return (unsigned long)m_val; };
2694  IfcEngineTypeEnum& operator = (const IfcEngineTypeEnum_ val) { if (val < kIfcEngineTypeEnum_unset) m_val = val; else m_val = kIfcEngineTypeEnum_unset; return *this; };
2695  bool operator == (const IfcEngineTypeEnum &other) const { return m_val == other.m_val; };
2696  OdAnsiString toStr();
2697 
2698 };
2699 
2703 {
2716 };
2717 
2720 public:
2722  IfcEvaporativeCoolerTypeEnum(const IfcEvaporativeCoolerTypeEnum &other) : m_val(other.m_val) {};
2724  int exists() const { return m_val != kIfcEvaporativeCoolerTypeEnum_unset ? 1 : 0; };
2726  operator IfcEvaporativeCoolerTypeEnum_() const { return m_val; };
2727  operator unsigned long () const { return (unsigned long)m_val; };
2729  bool operator == (const IfcEvaporativeCoolerTypeEnum &other) const { return m_val == other.m_val; };
2730  OdAnsiString toStr();
2731 
2732 };
2733 
2737 {
2747 };
2748 
2750  IfcEvaporatorTypeEnum_ m_val;
2751 public:
2753  IfcEvaporatorTypeEnum(const IfcEvaporatorTypeEnum &other) : m_val(other.m_val) {};
2755  int exists() const { return m_val != kIfcEvaporatorTypeEnum_unset ? 1 : 0; };
2757  operator IfcEvaporatorTypeEnum_() const { return m_val; };
2758  operator unsigned long () const { return (unsigned long)m_val; };
2759  IfcEvaporatorTypeEnum& operator = (const IfcEvaporatorTypeEnum_ val) { if (val < kIfcEvaporatorTypeEnum_unset) m_val = val; else m_val = kIfcEvaporatorTypeEnum_unset; return *this; };
2760  bool operator == (const IfcEvaporatorTypeEnum &other) const { return m_val == other.m_val; };
2761  OdAnsiString toStr();
2762 
2763 };
2764 
2768 {
2776 };
2777 
2780 public:
2782  IfcEventTriggerTypeEnum(const IfcEventTriggerTypeEnum &other) : m_val(other.m_val) {};
2784  int exists() const { return m_val != kIfcEventTriggerTypeEnum_unset ? 1 : 0; };
2786  operator IfcEventTriggerTypeEnum_() const { return m_val; };
2787  operator unsigned long () const { return (unsigned long)m_val; };
2788  IfcEventTriggerTypeEnum& operator = (const IfcEventTriggerTypeEnum_ val) { if (val < kIfcEventTriggerTypeEnum_unset) m_val = val; else m_val = kIfcEventTriggerTypeEnum_unset; return *this; };
2789  bool operator == (const IfcEventTriggerTypeEnum &other) const { return m_val == other.m_val; };
2790  OdAnsiString toStr();
2791 
2792 };
2793 
2797 {
2804 };
2805 
2807  IfcEventTypeEnum_ m_val;
2808 public:
2810  IfcEventTypeEnum(const IfcEventTypeEnum &other) : m_val(other.m_val) {};
2811  IfcEventTypeEnum(IfcEventTypeEnum_ val) : m_val(val) {};
2812  int exists() const { return m_val != kIfcEventTypeEnum_unset ? 1 : 0; };
2813  void nullify() { m_val = kIfcEventTypeEnum_unset; };
2814  operator IfcEventTypeEnum_() const { return m_val; };
2815  operator unsigned long () const { return (unsigned long)m_val; };
2816  IfcEventTypeEnum& operator = (const IfcEventTypeEnum_ val) { if (val < kIfcEventTypeEnum_unset) m_val = val; else m_val = kIfcEventTypeEnum_unset; return *this; };
2817  bool operator == (const IfcEventTypeEnum &other) const { return m_val == other.m_val; };
2818  OdAnsiString toStr();
2819 
2820 };
2821 
2825 {
2833 };
2834 
2837 public:
2841  int exists() const { return m_val != kIfcExternalSpatialElementTypeEnum_unset ? 1 : 0; };
2843  operator IfcExternalSpatialElementTypeEnum_() const { return m_val; };
2844  operator unsigned long () const { return (unsigned long)m_val; };
2846  bool operator == (const IfcExternalSpatialElementTypeEnum &other) const { return m_val == other.m_val; };
2847  OdAnsiString toStr();
2848 
2849 };
2850 
2854 {
2865 };
2866 
2868  IfcFanTypeEnum_ m_val;
2869 public:
2871  IfcFanTypeEnum(const IfcFanTypeEnum &other) : m_val(other.m_val) {};
2872  IfcFanTypeEnum(IfcFanTypeEnum_ val) : m_val(val) {};
2873  int exists() const { return m_val != kIfcFanTypeEnum_unset ? 1 : 0; };
2874  void nullify() { m_val = kIfcFanTypeEnum_unset; };
2875  operator IfcFanTypeEnum_() const { return m_val; };
2876  operator unsigned long () const { return (unsigned long)m_val; };
2877  IfcFanTypeEnum& operator = (const IfcFanTypeEnum_ val) { if (val < kIfcFanTypeEnum_unset) m_val = val; else m_val = kIfcFanTypeEnum_unset; return *this; };
2878  bool operator == (const IfcFanTypeEnum &other) const { return m_val == other.m_val; };
2879  OdAnsiString toStr();
2880 
2881 };
2882 
2883 bool operator>> (const OdRxValue &out, IfcFanTypeEnum &in);
2886 {
2893 };
2894 
2896  IfcFastenerTypeEnum_ m_val;
2897 public:
2899  IfcFastenerTypeEnum(const IfcFastenerTypeEnum &other) : m_val(other.m_val) {};
2901  int exists() const { return m_val != kIfcFastenerTypeEnum_unset ? 1 : 0; };
2903  operator IfcFastenerTypeEnum_() const { return m_val; };
2904  operator unsigned long () const { return (unsigned long)m_val; };
2905  IfcFastenerTypeEnum& operator = (const IfcFastenerTypeEnum_ val) { if (val < kIfcFastenerTypeEnum_unset) m_val = val; else m_val = kIfcFastenerTypeEnum_unset; return *this; };
2906  bool operator == (const IfcFastenerTypeEnum &other) const { return m_val == other.m_val; };
2907  OdAnsiString toStr();
2908 
2909 };
2910 
2914 {
2924 };
2925 
2927  IfcFilterTypeEnum_ m_val;
2928 public:
2930  IfcFilterTypeEnum(const IfcFilterTypeEnum &other) : m_val(other.m_val) {};
2932  int exists() const { return m_val != kIfcFilterTypeEnum_unset ? 1 : 0; };
2933  void nullify() { m_val = kIfcFilterTypeEnum_unset; };
2934  operator IfcFilterTypeEnum_() const { return m_val; };
2935  operator unsigned long () const { return (unsigned long)m_val; };
2936  IfcFilterTypeEnum& operator = (const IfcFilterTypeEnum_ val) { if (val < kIfcFilterTypeEnum_unset) m_val = val; else m_val = kIfcFilterTypeEnum_unset; return *this; };
2937  bool operator == (const IfcFilterTypeEnum &other) const { return m_val == other.m_val; };
2938  OdAnsiString toStr();
2939 
2940 };
2941 
2945 {
2954 };
2955 
2958 public:
2962  int exists() const { return m_val != kIfcFireSuppressionTerminalTypeEnum_unset ? 1 : 0; };
2964  operator IfcFireSuppressionTerminalTypeEnum_() const { return m_val; };
2965  operator unsigned long () const { return (unsigned long)m_val; };
2967  bool operator == (const IfcFireSuppressionTerminalTypeEnum &other) const { return m_val == other.m_val; };
2968  OdAnsiString toStr();
2969 
2970 };
2971 
2975 {
2981 };
2982 
2984  IfcFlowDirectionEnum_ m_val;
2985 public:
2987  IfcFlowDirectionEnum(const IfcFlowDirectionEnum &other) : m_val(other.m_val) {};
2989  int exists() const { return m_val != kIfcFlowDirectionEnum_unset ? 1 : 0; };
2991  operator IfcFlowDirectionEnum_() const { return m_val; };
2992  operator unsigned long () const { return (unsigned long)m_val; };
2993  IfcFlowDirectionEnum& operator = (const IfcFlowDirectionEnum_ val) { if (val < kIfcFlowDirectionEnum_unset) m_val = val; else m_val = kIfcFlowDirectionEnum_unset; return *this; };
2994  bool operator == (const IfcFlowDirectionEnum &other) const { return m_val == other.m_val; };
2995  OdAnsiString toStr();
2996 
2997 };
2998 
3002 {
3014 };
3015 
3018 public:
3020  IfcFlowInstrumentTypeEnum(const IfcFlowInstrumentTypeEnum &other) : m_val(other.m_val) {};
3022  int exists() const { return m_val != kIfcFlowInstrumentTypeEnum_unset ? 1 : 0; };
3024  operator IfcFlowInstrumentTypeEnum_() const { return m_val; };
3025  operator unsigned long () const { return (unsigned long)m_val; };
3026  IfcFlowInstrumentTypeEnum& operator = (const IfcFlowInstrumentTypeEnum_ val) { if (val < kIfcFlowInstrumentTypeEnum_unset) m_val = val; else m_val = kIfcFlowInstrumentTypeEnum_unset; return *this; };
3027  bool operator == (const IfcFlowInstrumentTypeEnum &other) const { return m_val == other.m_val; };
3028  OdAnsiString toStr();
3029 
3030 };
3031 
3035 {
3043 };
3044 
3046  IfcFlowMeterTypeEnum_ m_val;
3047 public:
3049  IfcFlowMeterTypeEnum(const IfcFlowMeterTypeEnum &other) : m_val(other.m_val) {};
3051  int exists() const { return m_val != kIfcFlowMeterTypeEnum_unset ? 1 : 0; };
3053  operator IfcFlowMeterTypeEnum_() const { return m_val; };
3054  operator unsigned long () const { return (unsigned long)m_val; };
3055  IfcFlowMeterTypeEnum& operator = (const IfcFlowMeterTypeEnum_ val) { if (val < kIfcFlowMeterTypeEnum_unset) m_val = val; else m_val = kIfcFlowMeterTypeEnum_unset; return *this; };
3056  bool operator == (const IfcFlowMeterTypeEnum &other) const { return m_val == other.m_val; };
3057  OdAnsiString toStr();
3058 
3059 };
3060 
3064 {
3073 };
3074 
3076  IfcFootingTypeEnum_ m_val;
3077 public:
3079  IfcFootingTypeEnum(const IfcFootingTypeEnum &other) : m_val(other.m_val) {};
3081  int exists() const { return m_val != kIfcFootingTypeEnum_unset ? 1 : 0; };
3082  void nullify() { m_val = kIfcFootingTypeEnum_unset; };
3083  operator IfcFootingTypeEnum_() const { return m_val; };
3084  operator unsigned long () const { return (unsigned long)m_val; };
3085  IfcFootingTypeEnum& operator = (const IfcFootingTypeEnum_ val) { if (val < kIfcFootingTypeEnum_unset) m_val = val; else m_val = kIfcFootingTypeEnum_unset; return *this; };
3086  bool operator == (const IfcFootingTypeEnum &other) const { return m_val == other.m_val; };
3087  OdAnsiString toStr();
3088 
3089 };
3090 
3094 {
3105 };
3106 
3108  IfcFurnitureTypeEnum_ m_val;
3109 public:
3111  IfcFurnitureTypeEnum(const IfcFurnitureTypeEnum &other) : m_val(other.m_val) {};
3113  int exists() const { return m_val != kIfcFurnitureTypeEnum_unset ? 1 : 0; };
3115  operator IfcFurnitureTypeEnum_() const { return m_val; };
3116  operator unsigned long () const { return (unsigned long)m_val; };
3117  IfcFurnitureTypeEnum& operator = (const IfcFurnitureTypeEnum_ val) { if (val < kIfcFurnitureTypeEnum_unset) m_val = val; else m_val = kIfcFurnitureTypeEnum_unset; return *this; };
3118  bool operator == (const IfcFurnitureTypeEnum &other) const { return m_val == other.m_val; };
3119  OdAnsiString toStr();
3120 
3121 };
3122 
3126 {
3132 };
3133 
3136 public:
3138  IfcGeographicElementTypeEnum(const IfcGeographicElementTypeEnum &other) : m_val(other.m_val) {};
3140  int exists() const { return m_val != kIfcGeographicElementTypeEnum_unset ? 1 : 0; };
3142  operator IfcGeographicElementTypeEnum_() const { return m_val; };
3143  operator unsigned long () const { return (unsigned long)m_val; };
3145  bool operator == (const IfcGeographicElementTypeEnum &other) const { return m_val == other.m_val; };
3146  OdAnsiString toStr();
3147 
3148 };
3149 
3153 {
3164 };
3165 
3168 public:
3170  IfcGeometricProjectionEnum(const IfcGeometricProjectionEnum &other) : m_val(other.m_val) {};
3172  int exists() const { return m_val != kIfcGeometricProjectionEnum_unset ? 1 : 0; };
3174  operator IfcGeometricProjectionEnum_() const { return m_val; };
3175  operator unsigned long () const { return (unsigned long)m_val; };
3176  IfcGeometricProjectionEnum& operator = (const IfcGeometricProjectionEnum_ val) { if (val < kIfcGeometricProjectionEnum_unset) m_val = val; else m_val = kIfcGeometricProjectionEnum_unset; return *this; };
3177  bool operator == (const IfcGeometricProjectionEnum &other) const { return m_val == other.m_val; };
3178  OdAnsiString toStr();
3179 
3180 };
3181 
3185 {
3189 };
3190 
3192  IfcGlobalOrLocalEnum_ m_val;
3193 public:
3195  IfcGlobalOrLocalEnum(const IfcGlobalOrLocalEnum &other) : m_val(other.m_val) {};
3197  int exists() const { return m_val != kIfcGlobalOrLocalEnum_unset ? 1 : 0; };
3199  operator IfcGlobalOrLocalEnum_() const { return m_val; };
3200  operator unsigned long () const { return (unsigned long)m_val; };
3201  IfcGlobalOrLocalEnum& operator = (const IfcGlobalOrLocalEnum_ val) { if (val < kIfcGlobalOrLocalEnum_unset) m_val = val; else m_val = kIfcGlobalOrLocalEnum_unset; return *this; };
3202  bool operator == (const IfcGlobalOrLocalEnum &other) const { return m_val == other.m_val; };
3203  OdAnsiString toStr();
3204 
3205 };
3206 
3210 {
3218 };
3219 
3221  IfcGridTypeEnum_ m_val;
3222 public:
3224  IfcGridTypeEnum(const IfcGridTypeEnum &other) : m_val(other.m_val) {};
3225  IfcGridTypeEnum(IfcGridTypeEnum_ val) : m_val(val) {};
3226  int exists() const { return m_val != kIfcGridTypeEnum_unset ? 1 : 0; };
3227  void nullify() { m_val = kIfcGridTypeEnum_unset; };
3228  operator IfcGridTypeEnum_() const { return m_val; };
3229  operator unsigned long () const { return (unsigned long)m_val; };
3230  IfcGridTypeEnum& operator = (const IfcGridTypeEnum_ val) { if (val < kIfcGridTypeEnum_unset) m_val = val; else m_val = kIfcGridTypeEnum_unset; return *this; };
3231  bool operator == (const IfcGridTypeEnum &other) const { return m_val == other.m_val; };
3232  OdAnsiString toStr();
3233 
3234 };
3235 
3236 bool operator>> (const OdRxValue &out, IfcGridTypeEnum &in);
3239 {
3245 };
3246 
3249 public:
3251  IfcHeatExchangerTypeEnum(const IfcHeatExchangerTypeEnum &other) : m_val(other.m_val) {};
3253  int exists() const { return m_val != kIfcHeatExchangerTypeEnum_unset ? 1 : 0; };
3255  operator IfcHeatExchangerTypeEnum_() const { return m_val; };
3256  operator unsigned long () const { return (unsigned long)m_val; };
3257  IfcHeatExchangerTypeEnum& operator = (const IfcHeatExchangerTypeEnum_ val) { if (val < kIfcHeatExchangerTypeEnum_unset) m_val = val; else m_val = kIfcHeatExchangerTypeEnum_unset; return *this; };
3258  bool operator == (const IfcHeatExchangerTypeEnum &other) const { return m_val == other.m_val; };
3259  OdAnsiString toStr();
3260 
3261 };
3262 
3266 {
3283 };
3284 
3286  IfcHumidifierTypeEnum_ m_val;
3287 public:
3289  IfcHumidifierTypeEnum(const IfcHumidifierTypeEnum &other) : m_val(other.m_val) {};
3291  int exists() const { return m_val != kIfcHumidifierTypeEnum_unset ? 1 : 0; };
3293  operator IfcHumidifierTypeEnum_() const { return m_val; };
3294  operator unsigned long () const { return (unsigned long)m_val; };
3295  IfcHumidifierTypeEnum& operator = (const IfcHumidifierTypeEnum_ val) { if (val < kIfcHumidifierTypeEnum_unset) m_val = val; else m_val = kIfcHumidifierTypeEnum_unset; return *this; };
3296  bool operator == (const IfcHumidifierTypeEnum &other) const { return m_val == other.m_val; };
3297  OdAnsiString toStr();
3298 
3299 };
3300 
3304 {
3312 };
3313 
3316 public:
3318  IfcInterceptorTypeEnum(const IfcInterceptorTypeEnum &other) : m_val(other.m_val) {};
3320  int exists() const { return m_val != kIfcInterceptorTypeEnum_unset ? 1 : 0; };
3322  operator IfcInterceptorTypeEnum_() const { return m_val; };
3323  operator unsigned long () const { return (unsigned long)m_val; };
3324  IfcInterceptorTypeEnum& operator = (const IfcInterceptorTypeEnum_ val) { if (val < kIfcInterceptorTypeEnum_unset) m_val = val; else m_val = kIfcInterceptorTypeEnum_unset; return *this; };
3325  bool operator == (const IfcInterceptorTypeEnum &other) const { return m_val == other.m_val; };
3326  OdAnsiString toStr();
3327 
3328 };
3329 
3333 {
3341 };
3342 
3345 public:
3347  IfcInternalOrExternalEnum(const IfcInternalOrExternalEnum &other) : m_val(other.m_val) {};
3349  int exists() const { return m_val != kIfcInternalOrExternalEnum_unset ? 1 : 0; };
3351  operator IfcInternalOrExternalEnum_() const { return m_val; };
3352  operator unsigned long () const { return (unsigned long)m_val; };
3353  IfcInternalOrExternalEnum& operator = (const IfcInternalOrExternalEnum_ val) { if (val < kIfcInternalOrExternalEnum_unset) m_val = val; else m_val = kIfcInternalOrExternalEnum_unset; return *this; };
3354  bool operator == (const IfcInternalOrExternalEnum &other) const { return m_val == other.m_val; };
3355  OdAnsiString toStr();
3356 
3357 };
3358 
3362 {
3369 };
3370 
3372  IfcInventoryTypeEnum_ m_val;
3373 public:
3375  IfcInventoryTypeEnum(const IfcInventoryTypeEnum &other) : m_val(other.m_val) {};
3377  int exists() const { return m_val != kIfcInventoryTypeEnum_unset ? 1 : 0; };
3379  operator IfcInventoryTypeEnum_() const { return m_val; };
3380  operator unsigned long () const { return (unsigned long)m_val; };
3381  IfcInventoryTypeEnum& operator = (const IfcInventoryTypeEnum_ val) { if (val < kIfcInventoryTypeEnum_unset) m_val = val; else m_val = kIfcInventoryTypeEnum_unset; return *this; };
3382  bool operator == (const IfcInventoryTypeEnum &other) const { return m_val == other.m_val; };
3383  OdAnsiString toStr();
3384 
3385 };
3386 
3390 {
3396 };
3397 
3400 public:
3402  IfcJunctionBoxTypeEnum(const IfcJunctionBoxTypeEnum &other) : m_val(other.m_val) {};
3404  int exists() const { return m_val != kIfcJunctionBoxTypeEnum_unset ? 1 : 0; };
3406  operator IfcJunctionBoxTypeEnum_() const { return m_val; };
3407  operator unsigned long () const { return (unsigned long)m_val; };
3408  IfcJunctionBoxTypeEnum& operator = (const IfcJunctionBoxTypeEnum_ val) { if (val < kIfcJunctionBoxTypeEnum_unset) m_val = val; else m_val = kIfcJunctionBoxTypeEnum_unset; return *this; };
3409  bool operator == (const IfcJunctionBoxTypeEnum &other) const { return m_val == other.m_val; };
3410  OdAnsiString toStr();
3411 
3412 };
3413 
3417 {
3423 };
3424 
3426  IfcKnotType_ m_val;
3427 public:
3429  IfcKnotType(const IfcKnotType &other) : m_val(other.m_val) {};
3430  IfcKnotType(IfcKnotType_ val) : m_val(val) {};
3431  int exists() const { return m_val != kIfcKnotType_unset ? 1 : 0; };
3432  void nullify() { m_val = kIfcKnotType_unset; };
3433  operator IfcKnotType_() const { return m_val; };
3434  operator unsigned long () const { return (unsigned long)m_val; };
3435  IfcKnotType& operator = (const IfcKnotType_ val) { if (val < kIfcKnotType_unset) m_val = val; else m_val = kIfcKnotType_unset; return *this; };
3436  bool operator == (const IfcKnotType &other) const { return m_val == other.m_val; };
3437  OdAnsiString toStr();
3438 
3439 };
3440 
3441 bool operator>> (const OdRxValue &out, IfcKnotType &in);
3442 IfcKnotType StrToIfcKnotType(OdAnsiString val);
3444 {
3467 };
3468 
3471 public:
3473  IfcLaborResourceTypeEnum(const IfcLaborResourceTypeEnum &other) : m_val(other.m_val) {};
3475  int exists() const { return m_val != kIfcLaborResourceTypeEnum_unset ? 1 : 0; };
3477  operator IfcLaborResourceTypeEnum_() const { return m_val; };
3478  operator unsigned long () const { return (unsigned long)m_val; };
3479  IfcLaborResourceTypeEnum& operator = (const IfcLaborResourceTypeEnum_ val) { if (val < kIfcLaborResourceTypeEnum_unset) m_val = val; else m_val = kIfcLaborResourceTypeEnum_unset; return *this; };
3480  bool operator == (const IfcLaborResourceTypeEnum &other) const { return m_val == other.m_val; };
3481  OdAnsiString toStr();
3482 
3483 };
3484 
3488 {
3501 };
3502 
3504  IfcLampTypeEnum_ m_val;
3505 public:
3507  IfcLampTypeEnum(const IfcLampTypeEnum &other) : m_val(other.m_val) {};
3508  IfcLampTypeEnum(IfcLampTypeEnum_ val) : m_val(val) {};
3509  int exists() const { return m_val != kIfcLampTypeEnum_unset ? 1 : 0; };
3510  void nullify() { m_val = kIfcLampTypeEnum_unset; };
3511  operator IfcLampTypeEnum_() const { return m_val; };
3512  operator unsigned long () const { return (unsigned long)m_val; };
3513  IfcLampTypeEnum& operator = (const IfcLampTypeEnum_ val) { if (val < kIfcLampTypeEnum_unset) m_val = val; else m_val = kIfcLampTypeEnum_unset; return *this; };
3514  bool operator == (const IfcLampTypeEnum &other) const { return m_val == other.m_val; };
3515  OdAnsiString toStr();
3516 
3517 };
3518 
3519 bool operator>> (const OdRxValue &out, IfcLampTypeEnum &in);
3522 {
3527 };
3528 
3531 public:
3533  IfcLayerSetDirectionEnum(const IfcLayerSetDirectionEnum &other) : m_val(other.m_val) {};
3535  int exists() const { return m_val != kIfcLayerSetDirectionEnum_unset ? 1 : 0; };
3537  operator IfcLayerSetDirectionEnum_() const { return m_val; };
3538  operator unsigned long () const { return (unsigned long)m_val; };
3539  IfcLayerSetDirectionEnum& operator = (const IfcLayerSetDirectionEnum_ val) { if (val < kIfcLayerSetDirectionEnum_unset) m_val = val; else m_val = kIfcLayerSetDirectionEnum_unset; return *this; };
3540  bool operator == (const IfcLayerSetDirectionEnum &other) const { return m_val == other.m_val; };
3541  OdAnsiString toStr();
3542 
3543 };
3544 
3548 {
3554 };
3555 
3558 public:
3560  IfcLightDistributionCurveEnum(const IfcLightDistributionCurveEnum &other) : m_val(other.m_val) {};
3562  int exists() const { return m_val != kIfcLightDistributionCurveEnum_unset ? 1 : 0; };
3564  operator IfcLightDistributionCurveEnum_() const { return m_val; };
3565  operator unsigned long () const { return (unsigned long)m_val; };
3567  bool operator == (const IfcLightDistributionCurveEnum &other) const { return m_val == other.m_val; };
3568  OdAnsiString toStr();
3569 
3570 };
3571 
3575 {
3588 };
3589 
3592 public:
3594  IfcLightEmissionSourceEnum(const IfcLightEmissionSourceEnum &other) : m_val(other.m_val) {};
3596  int exists() const { return m_val != kIfcLightEmissionSourceEnum_unset ? 1 : 0; };
3598  operator IfcLightEmissionSourceEnum_() const { return m_val; };
3599  operator unsigned long () const { return (unsigned long)m_val; };
3600  IfcLightEmissionSourceEnum& operator = (const IfcLightEmissionSourceEnum_ val) { if (val < kIfcLightEmissionSourceEnum_unset) m_val = val; else m_val = kIfcLightEmissionSourceEnum_unset; return *this; };
3601  bool operator == (const IfcLightEmissionSourceEnum &other) const { return m_val == other.m_val; };
3602  OdAnsiString toStr();
3603 
3604 };
3605 
3609 {
3616 };
3617 
3620 public:
3622  IfcLightFixtureTypeEnum(const IfcLightFixtureTypeEnum &other) : m_val(other.m_val) {};
3624  int exists() const { return m_val != kIfcLightFixtureTypeEnum_unset ? 1 : 0; };
3626  operator IfcLightFixtureTypeEnum_() const { return m_val; };
3627  operator unsigned long () const { return (unsigned long)m_val; };
3628  IfcLightFixtureTypeEnum& operator = (const IfcLightFixtureTypeEnum_ val) { if (val < kIfcLightFixtureTypeEnum_unset) m_val = val; else m_val = kIfcLightFixtureTypeEnum_unset; return *this; };
3629  bool operator == (const IfcLightFixtureTypeEnum &other) const { return m_val == other.m_val; };
3630  OdAnsiString toStr();
3631 
3632 };
3633 
3637 {
3644 };
3645 
3647  IfcLoadGroupTypeEnum_ m_val;
3648 public:
3650  IfcLoadGroupTypeEnum(const IfcLoadGroupTypeEnum &other) : m_val(other.m_val) {};
3652  int exists() const { return m_val != kIfcLoadGroupTypeEnum_unset ? 1 : 0; };
3654  operator IfcLoadGroupTypeEnum_() const { return m_val; };
3655  operator unsigned long () const { return (unsigned long)m_val; };
3656  IfcLoadGroupTypeEnum& operator = (const IfcLoadGroupTypeEnum_ val) { if (val < kIfcLoadGroupTypeEnum_unset) m_val = val; else m_val = kIfcLoadGroupTypeEnum_unset; return *this; };
3657  bool operator == (const IfcLoadGroupTypeEnum &other) const { return m_val == other.m_val; };
3658  OdAnsiString toStr();
3659 
3660 };
3661 
3665 {
3672 };
3673 
3676 public:
3678  IfcLogicalOperatorEnum(const IfcLogicalOperatorEnum &other) : m_val(other.m_val) {};
3680  int exists() const { return m_val != kIfcLogicalOperatorEnum_unset ? 1 : 0; };
3682  operator IfcLogicalOperatorEnum_() const { return m_val; };
3683  operator unsigned long () const { return (unsigned long)m_val; };
3684  IfcLogicalOperatorEnum& operator = (const IfcLogicalOperatorEnum_ val) { if (val < kIfcLogicalOperatorEnum_unset) m_val = val; else m_val = kIfcLogicalOperatorEnum_unset; return *this; };
3685  bool operator == (const IfcLogicalOperatorEnum &other) const { return m_val == other.m_val; };
3686  OdAnsiString toStr();
3687 
3688 };
3689 
3693 {
3708 };
3709 
3712 public:
3714  IfcMechanicalFastenerTypeEnum(const IfcMechanicalFastenerTypeEnum &other) : m_val(other.m_val) {};
3716  int exists() const { return m_val != kIfcMechanicalFastenerTypeEnum_unset ? 1 : 0; };
3718  operator IfcMechanicalFastenerTypeEnum_() const { return m_val; };
3719  operator unsigned long () const { return (unsigned long)m_val; };
3721  bool operator == (const IfcMechanicalFastenerTypeEnum &other) const { return m_val == other.m_val; };
3722  OdAnsiString toStr();
3723 
3724 };
3725 
3729 {
3738 };
3739 
3742 public:
3744  IfcMedicalDeviceTypeEnum(const IfcMedicalDeviceTypeEnum &other) : m_val(other.m_val) {};
3746  int exists() const { return m_val != kIfcMedicalDeviceTypeEnum_unset ? 1 : 0; };
3748  operator IfcMedicalDeviceTypeEnum_() const { return m_val; };
3749  operator unsigned long () const { return (unsigned long)m_val; };
3750  IfcMedicalDeviceTypeEnum& operator = (const IfcMedicalDeviceTypeEnum_ val) { if (val < kIfcMedicalDeviceTypeEnum_unset) m_val = val; else m_val = kIfcMedicalDeviceTypeEnum_unset; return *this; };
3751  bool operator == (const IfcMedicalDeviceTypeEnum &other) const { return m_val == other.m_val; };
3752  OdAnsiString toStr();
3753 
3754 };
3755 
3759 {
3780 };
3781 
3783  IfcMemberTypeEnum_ m_val;
3784 public:
3786  IfcMemberTypeEnum(const IfcMemberTypeEnum &other) : m_val(other.m_val) {};
3788  int exists() const { return m_val != kIfcMemberTypeEnum_unset ? 1 : 0; };
3789  void nullify() { m_val = kIfcMemberTypeEnum_unset; };
3790  operator IfcMemberTypeEnum_() const { return m_val; };
3791  operator unsigned long () const { return (unsigned long)m_val; };
3792  IfcMemberTypeEnum& operator = (const IfcMemberTypeEnum_ val) { if (val < kIfcMemberTypeEnum_unset) m_val = val; else m_val = kIfcMemberTypeEnum_unset; return *this; };
3793  bool operator == (const IfcMemberTypeEnum &other) const { return m_val == other.m_val; };
3794  OdAnsiString toStr();
3795 
3796 };
3797 
3801 {
3808 };
3809 
3812 public:
3814  IfcMotorConnectionTypeEnum(const IfcMotorConnectionTypeEnum &other) : m_val(other.m_val) {};
3816  int exists() const { return m_val != kIfcMotorConnectionTypeEnum_unset ? 1 : 0; };
3818  operator IfcMotorConnectionTypeEnum_() const { return m_val; };
3819  operator unsigned long () const { return (unsigned long)m_val; };
3820  IfcMotorConnectionTypeEnum& operator = (const IfcMotorConnectionTypeEnum_ val) { if (val < kIfcMotorConnectionTypeEnum_unset) m_val = val; else m_val = kIfcMotorConnectionTypeEnum_unset; return *this; };
3821  bool operator == (const IfcMotorConnectionTypeEnum &other) const { return m_val == other.m_val; };
3822  OdAnsiString toStr();
3823 
3824 };
3825 
3829 {
3832 };
3833 
3835  IfcNullStyle_ m_val;
3836 public:
3838  IfcNullStyle(const IfcNullStyle &other) : m_val(other.m_val) {};
3839  IfcNullStyle(IfcNullStyle_ val) : m_val(val) {};
3840  int exists() const { return m_val != kIfcNullStyle_unset ? 1 : 0; };
3841  void nullify() { m_val = kIfcNullStyle_unset; };
3842  operator IfcNullStyle_() const { return m_val; };
3843  operator unsigned long () const { return (unsigned long)m_val; };
3844  IfcNullStyle& operator = (const IfcNullStyle_ val) { if (val < kIfcNullStyle_unset) m_val = val; else m_val = kIfcNullStyle_unset; return *this; };
3845  bool operator == (const IfcNullStyle &other) const { return m_val == other.m_val; };
3846  OdAnsiString toStr();
3847 
3848 };
3849 
3850 bool operator>> (const OdRxValue &out, IfcNullStyle &in);
3853 {
3863 };
3864 
3866  IfcObjectTypeEnum_ m_val;
3867 public:
3869  IfcObjectTypeEnum(const IfcObjectTypeEnum &other) : m_val(other.m_val) {};
3871  int exists() const { return m_val != kIfcObjectTypeEnum_unset ? 1 : 0; };
3872  void nullify() { m_val = kIfcObjectTypeEnum_unset; };
3873  operator IfcObjectTypeEnum_() const { return m_val; };
3874  operator unsigned long () const { return (unsigned long)m_val; };
3875  IfcObjectTypeEnum& operator = (const IfcObjectTypeEnum_ val) { if (val < kIfcObjectTypeEnum_unset) m_val = val; else m_val = kIfcObjectTypeEnum_unset; return *this; };
3876  bool operator == (const IfcObjectTypeEnum &other) const { return m_val == other.m_val; };
3877  OdAnsiString toStr();
3878 
3879 };
3880 
3884 {
3899 };
3900 
3902  IfcObjectiveEnum_ m_val;
3903 public:
3905  IfcObjectiveEnum(const IfcObjectiveEnum &other) : m_val(other.m_val) {};
3906  IfcObjectiveEnum(IfcObjectiveEnum_ val) : m_val(val) {};
3907  int exists() const { return m_val != kIfcObjectiveEnum_unset ? 1 : 0; };
3908  void nullify() { m_val = kIfcObjectiveEnum_unset; };
3909  operator IfcObjectiveEnum_() const { return m_val; };
3910  operator unsigned long () const { return (unsigned long)m_val; };
3911  IfcObjectiveEnum& operator = (const IfcObjectiveEnum_ val) { if (val < kIfcObjectiveEnum_unset) m_val = val; else m_val = kIfcObjectiveEnum_unset; return *this; };
3912  bool operator == (const IfcObjectiveEnum &other) const { return m_val == other.m_val; };
3913  OdAnsiString toStr();
3914 
3915 };
3916 
3920 {
3931 };
3932 
3934  IfcOccupantTypeEnum_ m_val;
3935 public:
3937  IfcOccupantTypeEnum(const IfcOccupantTypeEnum &other) : m_val(other.m_val) {};
3939  int exists() const { return m_val != kIfcOccupantTypeEnum_unset ? 1 : 0; };
3941  operator IfcOccupantTypeEnum_() const { return m_val; };
3942  operator unsigned long () const { return (unsigned long)m_val; };
3943  IfcOccupantTypeEnum& operator = (const IfcOccupantTypeEnum_ val) { if (val < kIfcOccupantTypeEnum_unset) m_val = val; else m_val = kIfcOccupantTypeEnum_unset; return *this; };
3944  bool operator == (const IfcOccupantTypeEnum &other) const { return m_val == other.m_val; };
3945  OdAnsiString toStr();
3946 
3947 };
3948 
3952 {
3958 };
3959 
3962 public:
3964  IfcOpeningElementTypeEnum(const IfcOpeningElementTypeEnum &other) : m_val(other.m_val) {};
3966  int exists() const { return m_val != kIfcOpeningElementTypeEnum_unset ? 1 : 0; };
3968  operator IfcOpeningElementTypeEnum_() const { return m_val; };
3969  operator unsigned long () const { return (unsigned long)m_val; };
3970  IfcOpeningElementTypeEnum& operator = (const IfcOpeningElementTypeEnum_ val) { if (val < kIfcOpeningElementTypeEnum_unset) m_val = val; else m_val = kIfcOpeningElementTypeEnum_unset; return *this; };
3971  bool operator == (const IfcOpeningElementTypeEnum &other) const { return m_val == other.m_val; };
3972  OdAnsiString toStr();
3973 
3974 };
3975 
3979 {
3988 };
3989 
3991  IfcOutletTypeEnum_ m_val;
3992 public:
3994  IfcOutletTypeEnum(const IfcOutletTypeEnum &other) : m_val(other.m_val) {};
3996  int exists() const { return m_val != kIfcOutletTypeEnum_unset ? 1 : 0; };
3997  void nullify() { m_val = kIfcOutletTypeEnum_unset; };
3998  operator IfcOutletTypeEnum_() const { return m_val; };
3999  operator unsigned long () const { return (unsigned long)m_val; };
4000  IfcOutletTypeEnum& operator = (const IfcOutletTypeEnum_ val) { if (val < kIfcOutletTypeEnum_unset) m_val = val; else m_val = kIfcOutletTypeEnum_unset; return *this; };
4001  bool operator == (const IfcOutletTypeEnum &other) const { return m_val == other.m_val; };
4002  OdAnsiString toStr();
4003 
4004 };
4005 
4009 {
4013 };
4014 
4017 public:
4019  IfcPerformanceHistoryTypeEnum(const IfcPerformanceHistoryTypeEnum &other) : m_val(other.m_val) {};
4021  int exists() const { return m_val != kIfcPerformanceHistoryTypeEnum_unset ? 1 : 0; };
4023  operator IfcPerformanceHistoryTypeEnum_() const { return m_val; };
4024  operator unsigned long () const { return (unsigned long)m_val; };
4026  bool operator == (const IfcPerformanceHistoryTypeEnum &other) const { return m_val == other.m_val; };
4027  OdAnsiString toStr();
4028 
4029 };
4030 
4034 {
4041 };
4042 
4045 public:
4049  int exists() const { return m_val != kIfcPermeableCoveringOperationEnum_unset ? 1 : 0; };
4051  operator IfcPermeableCoveringOperationEnum_() const { return m_val; };
4052  operator unsigned long () const { return (unsigned long)m_val; };
4054  bool operator == (const IfcPermeableCoveringOperationEnum &other) const { return m_val == other.m_val; };
4055  OdAnsiString toStr();
4056 
4057 };
4058 
4062 {
4069 };
4070 
4072  IfcPermitTypeEnum_ m_val;
4073 public:
4075  IfcPermitTypeEnum(const IfcPermitTypeEnum &other) : m_val(other.m_val) {};
4077  int exists() const { return m_val != kIfcPermitTypeEnum_unset ? 1 : 0; };
4078  void nullify() { m_val = kIfcPermitTypeEnum_unset; };
4079  operator IfcPermitTypeEnum_() const { return m_val; };
4080  operator unsigned long () const { return (unsigned long)m_val; };
4081  IfcPermitTypeEnum& operator = (const IfcPermitTypeEnum_ val) { if (val < kIfcPermitTypeEnum_unset) m_val = val; else m_val = kIfcPermitTypeEnum_unset; return *this; };
4082  bool operator == (const IfcPermitTypeEnum &other) const { return m_val == other.m_val; };
4083  OdAnsiString toStr();
4084 
4085 };
4086 
4090 {
4095 };
4096 
4099 public:
4101  IfcPhysicalOrVirtualEnum(const IfcPhysicalOrVirtualEnum &other) : m_val(other.m_val) {};
4103  int exists() const { return m_val != kIfcPhysicalOrVirtualEnum_unset ? 1 : 0; };
4105  operator IfcPhysicalOrVirtualEnum_() const { return m_val; };
4106  operator unsigned long () const { return (unsigned long)m_val; };
4107  IfcPhysicalOrVirtualEnum& operator = (const IfcPhysicalOrVirtualEnum_ val) { if (val < kIfcPhysicalOrVirtualEnum_unset) m_val = val; else m_val = kIfcPhysicalOrVirtualEnum_unset; return *this; };
4108  bool operator == (const IfcPhysicalOrVirtualEnum &other) const { return m_val == other.m_val; };
4109  OdAnsiString toStr();
4110 
4111 };
4112 
4116 {
4124 };
4125 
4128 public:
4130  IfcPileConstructionEnum(const IfcPileConstructionEnum &other) : m_val(other.m_val) {};
4132  int exists() const { return m_val != kIfcPileConstructionEnum_unset ? 1 : 0; };
4134  operator IfcPileConstructionEnum_() const { return m_val; };
4135  operator unsigned long () const { return (unsigned long)m_val; };
4136  IfcPileConstructionEnum& operator = (const IfcPileConstructionEnum_ val) { if (val < kIfcPileConstructionEnum_unset) m_val = val; else m_val = kIfcPileConstructionEnum_unset; return *this; };
4137  bool operator == (const IfcPileConstructionEnum &other) const { return m_val == other.m_val; };
4138  OdAnsiString toStr();
4139 
4140 };
4141 
4145 {
4155 };
4156 
4158  IfcPileTypeEnum_ m_val;
4159 public:
4161  IfcPileTypeEnum(const IfcPileTypeEnum &other) : m_val(other.m_val) {};
4162  IfcPileTypeEnum(IfcPileTypeEnum_ val) : m_val(val) {};
4163  int exists() const { return m_val != kIfcPileTypeEnum_unset ? 1 : 0; };
4164  void nullify() { m_val = kIfcPileTypeEnum_unset; };
4165  operator IfcPileTypeEnum_() const { return m_val; };
4166  operator unsigned long () const { return (unsigned long)m_val; };
4167  IfcPileTypeEnum& operator = (const IfcPileTypeEnum_ val) { if (val < kIfcPileTypeEnum_unset) m_val = val; else m_val = kIfcPileTypeEnum_unset; return *this; };
4168  bool operator == (const IfcPileTypeEnum &other) const { return m_val == other.m_val; };
4169  OdAnsiString toStr();
4170 
4171 };
4172 
4173 bool operator>> (const OdRxValue &out, IfcPileTypeEnum &in);
4176 {
4187 };
4188 
4191 public:
4193  IfcPipeFittingTypeEnum(const IfcPipeFittingTypeEnum &other) : m_val(other.m_val) {};
4195  int exists() const { return m_val != kIfcPipeFittingTypeEnum_unset ? 1 : 0; };
4197  operator IfcPipeFittingTypeEnum_() const { return m_val; };
4198  operator unsigned long () const { return (unsigned long)m_val; };
4199  IfcPipeFittingTypeEnum& operator = (const IfcPipeFittingTypeEnum_ val) { if (val < kIfcPipeFittingTypeEnum_unset) m_val = val; else m_val = kIfcPipeFittingTypeEnum_unset; return *this; };
4200  bool operator == (const IfcPipeFittingTypeEnum &other) const { return m_val == other.m_val; };
4201  OdAnsiString toStr();
4202 
4203 };
4204 
4208 {
4217 };
4218 
4221 public:
4223  IfcPipeSegmentTypeEnum(const IfcPipeSegmentTypeEnum &other) : m_val(other.m_val) {};
4225  int exists() const { return m_val != kIfcPipeSegmentTypeEnum_unset ? 1 : 0; };
4227  operator IfcPipeSegmentTypeEnum_() const { return m_val; };
4228  operator unsigned long () const { return (unsigned long)m_val; };
4229  IfcPipeSegmentTypeEnum& operator = (const IfcPipeSegmentTypeEnum_ val) { if (val < kIfcPipeSegmentTypeEnum_unset) m_val = val; else m_val = kIfcPipeSegmentTypeEnum_unset; return *this; };
4230  bool operator == (const IfcPipeSegmentTypeEnum &other) const { return m_val == other.m_val; };
4231  OdAnsiString toStr();
4232 
4233 };
4234 
4238 {
4251 };
4252 
4254  IfcPlateTypeEnum_ m_val;
4255 public:
4257  IfcPlateTypeEnum(const IfcPlateTypeEnum &other) : m_val(other.m_val) {};
4258  IfcPlateTypeEnum(IfcPlateTypeEnum_ val) : m_val(val) {};
4259  int exists() const { return m_val != kIfcPlateTypeEnum_unset ? 1 : 0; };
4260  void nullify() { m_val = kIfcPlateTypeEnum_unset; };
4261  operator IfcPlateTypeEnum_() const { return m_val; };
4262  operator unsigned long () const { return (unsigned long)m_val; };
4263  IfcPlateTypeEnum& operator = (const IfcPlateTypeEnum_ val) { if (val < kIfcPlateTypeEnum_unset) m_val = val; else m_val = kIfcPlateTypeEnum_unset; return *this; };
4264  bool operator == (const IfcPlateTypeEnum &other) const { return m_val == other.m_val; };
4265  OdAnsiString toStr();
4266 
4267 };
4268 
4272 {
4277 };
4278 
4281 public:
4285  int exists() const { return m_val != kIfcPreferredSurfaceCurveRepresentation_unset ? 1 : 0; };
4287  operator IfcPreferredSurfaceCurveRepresentation_() const { return m_val; };
4288  operator unsigned long () const { return (unsigned long)m_val; };
4290  bool operator == (const IfcPreferredSurfaceCurveRepresentation &other) const { return m_val == other.m_val; };
4291  OdAnsiString toStr();
4292 
4293 };
4294 
4298 {
4309 };
4310 
4312  IfcProcedureTypeEnum_ m_val;
4313 public:
4315  IfcProcedureTypeEnum(const IfcProcedureTypeEnum &other) : m_val(other.m_val) {};
4317  int exists() const { return m_val != kIfcProcedureTypeEnum_unset ? 1 : 0; };
4319  operator IfcProcedureTypeEnum_() const { return m_val; };
4320  operator unsigned long () const { return (unsigned long)m_val; };
4321  IfcProcedureTypeEnum& operator = (const IfcProcedureTypeEnum_ val) { if (val < kIfcProcedureTypeEnum_unset) m_val = val; else m_val = kIfcProcedureTypeEnum_unset; return *this; };
4322  bool operator == (const IfcProcedureTypeEnum &other) const { return m_val == other.m_val; };
4323  OdAnsiString toStr();
4324 
4325 };
4326 
4330 {
4334 };
4335 
4337  IfcProfileTypeEnum_ m_val;
4338 public:
4340  IfcProfileTypeEnum(const IfcProfileTypeEnum &other) : m_val(other.m_val) {};
4342  int exists() const { return m_val != kIfcProfileTypeEnum_unset ? 1 : 0; };
4343  void nullify() { m_val = kIfcProfileTypeEnum_unset; };
4344  operator IfcProfileTypeEnum_() const { return m_val; };
4345  operator unsigned long () const { return (unsigned long)m_val; };
4346  IfcProfileTypeEnum& operator = (const IfcProfileTypeEnum_ val) { if (val < kIfcProfileTypeEnum_unset) m_val = val; else m_val = kIfcProfileTypeEnum_unset; return *this; };
4347  bool operator == (const IfcProfileTypeEnum &other) const { return m_val == other.m_val; };
4348  OdAnsiString toStr();
4349 
4350 };
4351 
4355 {
4364 };
4365 
4368 public:
4370  IfcProjectOrderTypeEnum(const IfcProjectOrderTypeEnum &other) : m_val(other.m_val) {};
4372  int exists() const { return m_val != kIfcProjectOrderTypeEnum_unset ? 1 : 0; };
4374  operator IfcProjectOrderTypeEnum_() const { return m_val; };
4375  operator unsigned long () const { return (unsigned long)m_val; };
4376  IfcProjectOrderTypeEnum& operator = (const IfcProjectOrderTypeEnum_ val) { if (val < kIfcProjectOrderTypeEnum_unset) m_val = val; else m_val = kIfcProjectOrderTypeEnum_unset; return *this; };
4377  bool operator == (const IfcProjectOrderTypeEnum &other) const { return m_val == other.m_val; };
4378  OdAnsiString toStr();
4379 
4380 };
4381 
4385 {
4389 };
4390 
4393 public:
4395  IfcProjectedOrTrueLengthEnum(const IfcProjectedOrTrueLengthEnum &other) : m_val(other.m_val) {};
4397  int exists() const { return m_val != kIfcProjectedOrTrueLengthEnum_unset ? 1 : 0; };
4399  operator IfcProjectedOrTrueLengthEnum_() const { return m_val; };
4400  operator unsigned long () const { return (unsigned long)m_val; };
4402  bool operator == (const IfcProjectedOrTrueLengthEnum &other) const { return m_val == other.m_val; };
4403  OdAnsiString toStr();
4404 
4405 };
4406 
4410 {
4416 };
4417 
4420 public:
4422  IfcProjectionElementTypeEnum(const IfcProjectionElementTypeEnum &other) : m_val(other.m_val) {};
4424  int exists() const { return m_val != kIfcProjectionElementTypeEnum_unset ? 1 : 0; };
4426  operator IfcProjectionElementTypeEnum_() const { return m_val; };
4427  operator unsigned long () const { return (unsigned long)m_val; };
4429  bool operator == (const IfcProjectionElementTypeEnum &other) const { return m_val == other.m_val; };
4430  OdAnsiString toStr();
4431 
4432 };
4433 
4437 {
4447 };
4448 
4451 public:
4455  int exists() const { return m_val != kIfcPropertySetTemplateTypeEnum_unset ? 1 : 0; };
4457  operator IfcPropertySetTemplateTypeEnum_() const { return m_val; };
4458  operator unsigned long () const { return (unsigned long)m_val; };
4460  bool operator == (const IfcPropertySetTemplateTypeEnum &other) const { return m_val == other.m_val; };
4461  OdAnsiString toStr();
4462 
4463 };
4464 
4468 {
4476 };
4477 
4480 public:
4484  int exists() const { return m_val != kIfcProtectiveDeviceTrippingUnitTypeEnum_unset ? 1 : 0; };
4486  operator IfcProtectiveDeviceTrippingUnitTypeEnum_() const { return m_val; };
4487  operator unsigned long () const { return (unsigned long)m_val; };
4489  bool operator == (const IfcProtectiveDeviceTrippingUnitTypeEnum &other) const { return m_val == other.m_val; };
4490  OdAnsiString toStr();
4491 
4492 };
4493 
4497 {
4508 };
4509 
4512 public:
4514  IfcProtectiveDeviceTypeEnum(const IfcProtectiveDeviceTypeEnum &other) : m_val(other.m_val) {};
4516  int exists() const { return m_val != kIfcProtectiveDeviceTypeEnum_unset ? 1 : 0; };
4518  operator IfcProtectiveDeviceTypeEnum_() const { return m_val; };
4519  operator unsigned long () const { return (unsigned long)m_val; };
4520  IfcProtectiveDeviceTypeEnum& operator = (const IfcProtectiveDeviceTypeEnum_ val) { if (val < kIfcProtectiveDeviceTypeEnum_unset) m_val = val; else m_val = kIfcProtectiveDeviceTypeEnum_unset; return *this; };
4521  bool operator == (const IfcProtectiveDeviceTypeEnum &other) const { return m_val == other.m_val; };
4522  OdAnsiString toStr();
4523 
4524 };
4525 
4529 {
4540 };
4541 
4543  IfcPumpTypeEnum_ m_val;
4544 public:
4546  IfcPumpTypeEnum(const IfcPumpTypeEnum &other) : m_val(other.m_val) {};
4547  IfcPumpTypeEnum(IfcPumpTypeEnum_ val) : m_val(val) {};
4548  int exists() const { return m_val != kIfcPumpTypeEnum_unset ? 1 : 0; };
4549  void nullify() { m_val = kIfcPumpTypeEnum_unset; };
4550  operator IfcPumpTypeEnum_() const { return m_val; };
4551  operator unsigned long () const { return (unsigned long)m_val; };
4552  IfcPumpTypeEnum& operator = (const IfcPumpTypeEnum_ val) { if (val < kIfcPumpTypeEnum_unset) m_val = val; else m_val = kIfcPumpTypeEnum_unset; return *this; };
4553  bool operator == (const IfcPumpTypeEnum &other) const { return m_val == other.m_val; };
4554  OdAnsiString toStr();
4555 
4556 };
4557 
4558 bool operator>> (const OdRxValue &out, IfcPumpTypeEnum &in);
4561 {
4568 };
4569 
4571  IfcRailingTypeEnum_ m_val;
4572 public:
4574  IfcRailingTypeEnum(const IfcRailingTypeEnum &other) : m_val(other.m_val) {};
4576  int exists() const { return m_val != kIfcRailingTypeEnum_unset ? 1 : 0; };
4577  void nullify() { m_val = kIfcRailingTypeEnum_unset; };
4578  operator IfcRailingTypeEnum_() const { return m_val; };
4579  operator unsigned long () const { return (unsigned long)m_val; };
4580  IfcRailingTypeEnum& operator = (const IfcRailingTypeEnum_ val) { if (val < kIfcRailingTypeEnum_unset) m_val = val; else m_val = kIfcRailingTypeEnum_unset; return *this; };
4581  bool operator == (const IfcRailingTypeEnum &other) const { return m_val == other.m_val; };
4582  OdAnsiString toStr();
4583 
4584 };
4585 
4589 {
4595 };
4596 
4598  IfcRampFlightTypeEnum_ m_val;
4599 public:
4601  IfcRampFlightTypeEnum(const IfcRampFlightTypeEnum &other) : m_val(other.m_val) {};
4603  int exists() const { return m_val != kIfcRampFlightTypeEnum_unset ? 1 : 0; };
4605  operator IfcRampFlightTypeEnum_() const { return m_val; };
4606  operator unsigned long () const { return (unsigned long)m_val; };
4607  IfcRampFlightTypeEnum& operator = (const IfcRampFlightTypeEnum_ val) { if (val < kIfcRampFlightTypeEnum_unset) m_val = val; else m_val = kIfcRampFlightTypeEnum_unset; return *this; };
4608  bool operator == (const IfcRampFlightTypeEnum &other) const { return m_val == other.m_val; };
4609  OdAnsiString toStr();
4610 
4611 };
4612 
4616 {
4626 };
4627 
4629  IfcRampTypeEnum_ m_val;
4630 public:
4632  IfcRampTypeEnum(const IfcRampTypeEnum &other) : m_val(other.m_val) {};
4633  IfcRampTypeEnum(IfcRampTypeEnum_ val) : m_val(val) {};
4634  int exists() const { return m_val != kIfcRampTypeEnum_unset ? 1 : 0; };
4635  void nullify() { m_val = kIfcRampTypeEnum_unset; };
4636  operator IfcRampTypeEnum_() const { return m_val; };
4637  operator unsigned long () const { return (unsigned long)m_val; };
4638  IfcRampTypeEnum& operator = (const IfcRampTypeEnum_ val) { if (val < kIfcRampTypeEnum_unset) m_val = val; else m_val = kIfcRampTypeEnum_unset; return *this; };
4639  bool operator == (const IfcRampTypeEnum &other) const { return m_val == other.m_val; };
4640  OdAnsiString toStr();
4641 
4642 };
4643 
4644 bool operator>> (const OdRxValue &out, IfcRampTypeEnum &in);
4647 {
4657 };
4658 
4660  IfcRecurrenceTypeEnum_ m_val;
4661 public:
4663  IfcRecurrenceTypeEnum(const IfcRecurrenceTypeEnum &other) : m_val(other.m_val) {};
4665  int exists() const { return m_val != kIfcRecurrenceTypeEnum_unset ? 1 : 0; };
4667  operator IfcRecurrenceTypeEnum_() const { return m_val; };
4668  operator unsigned long () const { return (unsigned long)m_val; };
4669  IfcRecurrenceTypeEnum& operator = (const IfcRecurrenceTypeEnum_ val) { if (val < kIfcRecurrenceTypeEnum_unset) m_val = val; else m_val = kIfcRecurrenceTypeEnum_unset; return *this; };
4670  bool operator == (const IfcRecurrenceTypeEnum &other) const { return m_val == other.m_val; };
4671  OdAnsiString toStr();
4672 
4673 };
4674 
4678 {
4685 };
4686 
4688  IfcReferentTypeEnum_ m_val;
4689 public:
4691  IfcReferentTypeEnum(const IfcReferentTypeEnum &other) : m_val(other.m_val) {};
4693  int exists() const { return m_val != kIfcReferentTypeEnum_unset ? 1 : 0; };
4695  operator IfcReferentTypeEnum_() const { return m_val; };
4696  operator unsigned long () const { return (unsigned long)m_val; };
4697  IfcReferentTypeEnum& operator = (const IfcReferentTypeEnum_ val) { if (val < kIfcReferentTypeEnum_unset) m_val = val; else m_val = kIfcReferentTypeEnum_unset; return *this; };
4698  bool operator == (const IfcReferentTypeEnum &other) const { return m_val == other.m_val; };
4699  OdAnsiString toStr();
4700 
4701 };
4702 
4706 {
4718 };
4719 
4722 public:
4724  IfcReflectanceMethodEnum(const IfcReflectanceMethodEnum &other) : m_val(other.m_val) {};
4726  int exists() const { return m_val != kIfcReflectanceMethodEnum_unset ? 1 : 0; };
4728  operator IfcReflectanceMethodEnum_() const { return m_val; };
4729  operator unsigned long () const { return (unsigned long)m_val; };
4730  IfcReflectanceMethodEnum& operator = (const IfcReflectanceMethodEnum_ val) { if (val < kIfcReflectanceMethodEnum_unset) m_val = val; else m_val = kIfcReflectanceMethodEnum_unset; return *this; };
4731  bool operator == (const IfcReflectanceMethodEnum &other) const { return m_val == other.m_val; };
4732  OdAnsiString toStr();
4733 
4734 };
4735 
4739 {
4751 };
4752 
4755 public:
4757  IfcReinforcingBarRoleEnum(const IfcReinforcingBarRoleEnum &other) : m_val(other.m_val) {};
4759  int exists() const { return m_val != kIfcReinforcingBarRoleEnum_unset ? 1 : 0; };
4761  operator IfcReinforcingBarRoleEnum_() const { return m_val; };
4762  operator unsigned long () const { return (unsigned long)m_val; };
4763  IfcReinforcingBarRoleEnum& operator = (const IfcReinforcingBarRoleEnum_ val) { if (val < kIfcReinforcingBarRoleEnum_unset) m_val = val; else m_val = kIfcReinforcingBarRoleEnum_unset; return *this; };
4764  bool operator == (const IfcReinforcingBarRoleEnum &other) const { return m_val == other.m_val; };
4765  OdAnsiString toStr();
4766 
4767 };
4768 
4772 {
4776 };
4777 
4780 public:
4782  IfcReinforcingBarSurfaceEnum(const IfcReinforcingBarSurfaceEnum &other) : m_val(other.m_val) {};
4784  int exists() const { return m_val != kIfcReinforcingBarSurfaceEnum_unset ? 1 : 0; };
4786  operator IfcReinforcingBarSurfaceEnum_() const { return m_val; };
4787  operator unsigned long () const { return (unsigned long)m_val; };
4789  bool operator == (const IfcReinforcingBarSurfaceEnum &other) const { return m_val == other.m_val; };
4790  OdAnsiString toStr();
4791 
4792 };
4793 
4797 {
4810 };
4811 
4814 public:
4816  IfcReinforcingBarTypeEnum(const IfcReinforcingBarTypeEnum &other) : m_val(other.m_val) {};
4818  int exists() const { return m_val != kIfcReinforcingBarTypeEnum_unset ? 1 : 0; };
4820  operator IfcReinforcingBarTypeEnum_() const { return m_val; };
4821  operator unsigned long () const { return (unsigned long)m_val; };
4822  IfcReinforcingBarTypeEnum& operator = (const IfcReinforcingBarTypeEnum_ val) { if (val < kIfcReinforcingBarTypeEnum_unset) m_val = val; else m_val = kIfcReinforcingBarTypeEnum_unset; return *this; };
4823  bool operator == (const IfcReinforcingBarTypeEnum &other) const { return m_val == other.m_val; };
4824  OdAnsiString toStr();
4825 
4826 };
4827 
4831 {
4835 };
4836 
4839 public:
4841  IfcReinforcingMeshTypeEnum(const IfcReinforcingMeshTypeEnum &other) : m_val(other.m_val) {};
4843  int exists() const { return m_val != kIfcReinforcingMeshTypeEnum_unset ? 1 : 0; };
4845  operator IfcReinforcingMeshTypeEnum_() const { return m_val; };
4846  operator unsigned long () const { return (unsigned long)m_val; };
4847  IfcReinforcingMeshTypeEnum& operator = (const IfcReinforcingMeshTypeEnum_ val) { if (val < kIfcReinforcingMeshTypeEnum_unset) m_val = val; else m_val = kIfcReinforcingMeshTypeEnum_unset; return *this; };
4848  bool operator == (const IfcReinforcingMeshTypeEnum &other) const { return m_val == other.m_val; };
4849  OdAnsiString toStr();
4850 
4851 };
4852 
4856 {
4881 };
4882 
4884  IfcRoleEnum_ m_val;
4885 public:
4887  IfcRoleEnum(const IfcRoleEnum &other) : m_val(other.m_val) {};
4888  IfcRoleEnum(IfcRoleEnum_ val) : m_val(val) {};
4889  int exists() const { return m_val != kIfcRoleEnum_unset ? 1 : 0; };
4890  void nullify() { m_val = kIfcRoleEnum_unset; };
4891  operator IfcRoleEnum_() const { return m_val; };
4892  operator unsigned long () const { return (unsigned long)m_val; };
4893  IfcRoleEnum& operator = (const IfcRoleEnum_ val) { if (val < kIfcRoleEnum_unset) m_val = val; else m_val = kIfcRoleEnum_unset; return *this; };
4894  bool operator == (const IfcRoleEnum &other) const { return m_val == other.m_val; };
4895  OdAnsiString toStr();
4896 
4897 };
4898 
4899 bool operator>> (const OdRxValue &out, IfcRoleEnum &in);
4900 IfcRoleEnum StrToIfcRoleEnum(OdAnsiString val);
4902 {
4919 };
4920 
4922  IfcRoofTypeEnum_ m_val;
4923 public:
4925  IfcRoofTypeEnum(const IfcRoofTypeEnum &other) : m_val(other.m_val) {};
4926  IfcRoofTypeEnum(IfcRoofTypeEnum_ val) : m_val(val) {};
4927  int exists() const { return m_val != kIfcRoofTypeEnum_unset ? 1 : 0; };
4928  void nullify() { m_val = kIfcRoofTypeEnum_unset; };
4929  operator IfcRoofTypeEnum_() const { return m_val; };
4930  operator unsigned long () const { return (unsigned long)m_val; };
4931  IfcRoofTypeEnum& operator = (const IfcRoofTypeEnum_ val) { if (val < kIfcRoofTypeEnum_unset) m_val = val; else m_val = kIfcRoofTypeEnum_unset; return *this; };
4932  bool operator == (const IfcRoofTypeEnum &other) const { return m_val == other.m_val; };
4933  OdAnsiString toStr();
4934 
4935 };
4936 
4937 bool operator>> (const OdRxValue &out, IfcRoofTypeEnum &in);
4940 {
4958 };
4959 
4961  IfcSIPrefix_ m_val;
4962 public:
4964  IfcSIPrefix(const IfcSIPrefix &other) : m_val(other.m_val) {};
4965  IfcSIPrefix(IfcSIPrefix_ val) : m_val(val) {};
4966  int exists() const { return m_val != kIfcSIPrefix_unset ? 1 : 0; };
4967  void nullify() { m_val = kIfcSIPrefix_unset; };
4968  operator IfcSIPrefix_() const { return m_val; };
4969  operator unsigned long () const { return (unsigned long)m_val; };
4970  IfcSIPrefix& operator = (const IfcSIPrefix_ val) { if (val < kIfcSIPrefix_unset) m_val = val; else m_val = kIfcSIPrefix_unset; return *this; };
4971  bool operator == (const IfcSIPrefix &other) const { return m_val == other.m_val; };
4972  OdAnsiString toStr();
4973 
4974 };
4975 
4976 bool operator>> (const OdRxValue &out, IfcSIPrefix &in);
4977 IfcSIPrefix StrToIfcSIPrefix(OdAnsiString val);
4979 {
5011 };
5012 
5014  IfcSIUnitName_ m_val;
5015 public:
5017  IfcSIUnitName(const IfcSIUnitName &other) : m_val(other.m_val) {};
5018  IfcSIUnitName(IfcSIUnitName_ val) : m_val(val) {};
5019  int exists() const { return m_val != kIfcSIUnitName_unset ? 1 : 0; };
5020  void nullify() { m_val = kIfcSIUnitName_unset; };
5021  operator IfcSIUnitName_() const { return m_val; };
5022  operator unsigned long () const { return (unsigned long)m_val; };
5023  IfcSIUnitName& operator = (const IfcSIUnitName_ val) { if (val < kIfcSIUnitName_unset) m_val = val; else m_val = kIfcSIUnitName_unset; return *this; };
5024  bool operator == (const IfcSIUnitName &other) const { return m_val == other.m_val; };
5025  OdAnsiString toStr();
5026 
5027 };
5028 
5029 bool operator>> (const OdRxValue &out, IfcSIUnitName &in);
5032 {
5046 };
5047 
5050 public:
5052  IfcSanitaryTerminalTypeEnum(const IfcSanitaryTerminalTypeEnum &other) : m_val(other.m_val) {};
5054  int exists() const { return m_val != kIfcSanitaryTerminalTypeEnum_unset ? 1 : 0; };
5056  operator IfcSanitaryTerminalTypeEnum_() const { return m_val; };
5057  operator unsigned long () const { return (unsigned long)m_val; };
5058  IfcSanitaryTerminalTypeEnum& operator = (const IfcSanitaryTerminalTypeEnum_ val) { if (val < kIfcSanitaryTerminalTypeEnum_unset) m_val = val; else m_val = kIfcSanitaryTerminalTypeEnum_unset; return *this; };
5059  bool operator == (const IfcSanitaryTerminalTypeEnum &other) const { return m_val == other.m_val; };
5060  OdAnsiString toStr();
5061 
5062 };
5063 
5067 {
5071 };
5072 
5074  IfcSectionTypeEnum_ m_val;
5075 public:
5077  IfcSectionTypeEnum(const IfcSectionTypeEnum &other) : m_val(other.m_val) {};
5079  int exists() const { return m_val != kIfcSectionTypeEnum_unset ? 1 : 0; };
5080  void nullify() { m_val = kIfcSectionTypeEnum_unset; };
5081  operator IfcSectionTypeEnum_() const { return m_val; };
5082  operator unsigned long () const { return (unsigned long)m_val; };
5083  IfcSectionTypeEnum& operator = (const IfcSectionTypeEnum_ val) { if (val < kIfcSectionTypeEnum_unset) m_val = val; else m_val = kIfcSectionTypeEnum_unset; return *this; };
5084  bool operator == (const IfcSectionTypeEnum &other) const { return m_val == other.m_val; };
5085  OdAnsiString toStr();
5086 
5087 };
5088 
5092 {
5120 };
5121 
5123  IfcSensorTypeEnum_ m_val;
5124 public:
5126  IfcSensorTypeEnum(const IfcSensorTypeEnum &other) : m_val(other.m_val) {};
5128  int exists() const { return m_val != kIfcSensorTypeEnum_unset ? 1 : 0; };
5129  void nullify() { m_val = kIfcSensorTypeEnum_unset; };
5130  operator IfcSensorTypeEnum_() const { return m_val; };
5131  operator unsigned long () const { return (unsigned long)m_val; };
5132  IfcSensorTypeEnum& operator = (const IfcSensorTypeEnum_ val) { if (val < kIfcSensorTypeEnum_unset) m_val = val; else m_val = kIfcSensorTypeEnum_unset; return *this; };
5133  bool operator == (const IfcSensorTypeEnum &other) const { return m_val == other.m_val; };
5134  OdAnsiString toStr();
5135 
5136 };
5137 
5141 {
5149 };
5150 
5152  IfcSequenceEnum_ m_val;
5153 public:
5155  IfcSequenceEnum(const IfcSequenceEnum &other) : m_val(other.m_val) {};
5156  IfcSequenceEnum(IfcSequenceEnum_ val) : m_val(val) {};
5157  int exists() const { return m_val != kIfcSequenceEnum_unset ? 1 : 0; };
5158  void nullify() { m_val = kIfcSequenceEnum_unset; };
5159  operator IfcSequenceEnum_() const { return m_val; };
5160  operator unsigned long () const { return (unsigned long)m_val; };
5161  IfcSequenceEnum& operator = (const IfcSequenceEnum_ val) { if (val < kIfcSequenceEnum_unset) m_val = val; else m_val = kIfcSequenceEnum_unset; return *this; };
5162  bool operator == (const IfcSequenceEnum &other) const { return m_val == other.m_val; };
5163  OdAnsiString toStr();
5164 
5165 };
5166 
5167 bool operator>> (const OdRxValue &out, IfcSequenceEnum &in);
5170 {
5177 };
5178 
5181 public:
5183  IfcShadingDeviceTypeEnum(const IfcShadingDeviceTypeEnum &other) : m_val(other.m_val) {};
5185  int exists() const { return m_val != kIfcShadingDeviceTypeEnum_unset ? 1 : 0; };
5187  operator IfcShadingDeviceTypeEnum_() const { return m_val; };
5188  operator unsigned long () const { return (unsigned long)m_val; };
5189  IfcShadingDeviceTypeEnum& operator = (const IfcShadingDeviceTypeEnum_ val) { if (val < kIfcShadingDeviceTypeEnum_unset) m_val = val; else m_val = kIfcShadingDeviceTypeEnum_unset; return *this; };
5190  bool operator == (const IfcShadingDeviceTypeEnum &other) const { return m_val == other.m_val; };
5191  OdAnsiString toStr();
5192 
5193 };
5194 
5198 {
5212 };
5213 
5216 public:
5220  int exists() const { return m_val != kIfcSimplePropertyTemplateTypeEnum_unset ? 1 : 0; };
5222  operator IfcSimplePropertyTemplateTypeEnum_() const { return m_val; };
5223  operator unsigned long () const { return (unsigned long)m_val; };
5225  bool operator == (const IfcSimplePropertyTemplateTypeEnum &other) const { return m_val == other.m_val; };
5226  OdAnsiString toStr();
5227 
5228 };
5229 
5233 {
5245 };
5246 
5248  IfcSlabTypeEnum_ m_val;
5249 public:
5251  IfcSlabTypeEnum(const IfcSlabTypeEnum &other) : m_val(other.m_val) {};
5252  IfcSlabTypeEnum(IfcSlabTypeEnum_ val) : m_val(val) {};
5253  int exists() const { return m_val != kIfcSlabTypeEnum_unset ? 1 : 0; };
5254  void nullify() { m_val = kIfcSlabTypeEnum_unset; };
5255  operator IfcSlabTypeEnum_() const { return m_val; };
5256  operator unsigned long () const { return (unsigned long)m_val; };
5257  IfcSlabTypeEnum& operator = (const IfcSlabTypeEnum_ val) { if (val < kIfcSlabTypeEnum_unset) m_val = val; else m_val = kIfcSlabTypeEnum_unset; return *this; };
5258  bool operator == (const IfcSlabTypeEnum &other) const { return m_val == other.m_val; };
5259  OdAnsiString toStr();
5260 
5261 };
5262 
5263 bool operator>> (const OdRxValue &out, IfcSlabTypeEnum &in);
5266 {
5272 };
5273 
5276 public:
5278  IfcSolarDeviceTypeEnum(const IfcSolarDeviceTypeEnum &other) : m_val(other.m_val) {};
5280  int exists() const { return m_val != kIfcSolarDeviceTypeEnum_unset ? 1 : 0; };
5282  operator IfcSolarDeviceTypeEnum_() const { return m_val; };
5283  operator unsigned long () const { return (unsigned long)m_val; };
5284  IfcSolarDeviceTypeEnum& operator = (const IfcSolarDeviceTypeEnum_ val) { if (val < kIfcSolarDeviceTypeEnum_unset) m_val = val; else m_val = kIfcSolarDeviceTypeEnum_unset; return *this; };
5285  bool operator == (const IfcSolarDeviceTypeEnum &other) const { return m_val == other.m_val; };
5286  OdAnsiString toStr();
5287 
5288 };
5289 
5293 {
5299 };
5300 
5303 public:
5305  IfcSpaceHeaterTypeEnum(const IfcSpaceHeaterTypeEnum &other) : m_val(other.m_val) {};
5307  int exists() const { return m_val != kIfcSpaceHeaterTypeEnum_unset ? 1 : 0; };
5309  operator IfcSpaceHeaterTypeEnum_() const { return m_val; };
5310  operator unsigned long () const { return (unsigned long)m_val; };
5311  IfcSpaceHeaterTypeEnum& operator = (const IfcSpaceHeaterTypeEnum_ val) { if (val < kIfcSpaceHeaterTypeEnum_unset) m_val = val; else m_val = kIfcSpaceHeaterTypeEnum_unset; return *this; };
5312  bool operator == (const IfcSpaceHeaterTypeEnum &other) const { return m_val == other.m_val; };
5313  OdAnsiString toStr();
5314 
5315 };
5316 
5320 {
5329 };
5330 
5332  IfcSpaceTypeEnum_ m_val;
5333 public:
5335  IfcSpaceTypeEnum(const IfcSpaceTypeEnum &other) : m_val(other.m_val) {};
5336  IfcSpaceTypeEnum(IfcSpaceTypeEnum_ val) : m_val(val) {};
5337  int exists() const { return m_val != kIfcSpaceTypeEnum_unset ? 1 : 0; };
5338  void nullify() { m_val = kIfcSpaceTypeEnum_unset; };
5339  operator IfcSpaceTypeEnum_() const { return m_val; };
5340  operator unsigned long () const { return (unsigned long)m_val; };
5341  IfcSpaceTypeEnum& operator = (const IfcSpaceTypeEnum_ val) { if (val < kIfcSpaceTypeEnum_unset) m_val = val; else m_val = kIfcSpaceTypeEnum_unset; return *this; };
5342  bool operator == (const IfcSpaceTypeEnum &other) const { return m_val == other.m_val; };
5343  OdAnsiString toStr();
5344 
5345 };
5346 
5350 {
5362 };
5363 
5366 public:
5368  IfcSpatialZoneTypeEnum(const IfcSpatialZoneTypeEnum &other) : m_val(other.m_val) {};
5370  int exists() const { return m_val != kIfcSpatialZoneTypeEnum_unset ? 1 : 0; };
5372  operator IfcSpatialZoneTypeEnum_() const { return m_val; };
5373  operator unsigned long () const { return (unsigned long)m_val; };
5374  IfcSpatialZoneTypeEnum& operator = (const IfcSpatialZoneTypeEnum_ val) { if (val < kIfcSpatialZoneTypeEnum_unset) m_val = val; else m_val = kIfcSpatialZoneTypeEnum_unset; return *this; };
5375  bool operator == (const IfcSpatialZoneTypeEnum &other) const { return m_val == other.m_val; };
5376  OdAnsiString toStr();
5377 
5378 };
5379 
5383 {
5390 };
5391 
5394 public:
5396  IfcStackTerminalTypeEnum(const IfcStackTerminalTypeEnum &other) : m_val(other.m_val) {};
5398  int exists() const { return m_val != kIfcStackTerminalTypeEnum_unset ? 1 : 0; };
5400  operator IfcStackTerminalTypeEnum_() const { return m_val; };
5401  operator unsigned long () const { return (unsigned long)m_val; };
5402  IfcStackTerminalTypeEnum& operator = (const IfcStackTerminalTypeEnum_ val) { if (val < kIfcStackTerminalTypeEnum_unset) m_val = val; else m_val = kIfcStackTerminalTypeEnum_unset; return *this; };
5403  bool operator == (const IfcStackTerminalTypeEnum &other) const { return m_val == other.m_val; };
5404  OdAnsiString toStr();
5405 
5406 };
5407 
5411 {
5420 };
5421 
5424 public:
5426  IfcStairFlightTypeEnum(const IfcStairFlightTypeEnum &other) : m_val(other.m_val) {};
5428  int exists() const { return m_val != kIfcStairFlightTypeEnum_unset ? 1 : 0; };
5430  operator IfcStairFlightTypeEnum_() const { return m_val; };
5431  operator unsigned long () const { return (unsigned long)m_val; };
5432  IfcStairFlightTypeEnum& operator = (const IfcStairFlightTypeEnum_ val) { if (val < kIfcStairFlightTypeEnum_unset) m_val = val; else m_val = kIfcStairFlightTypeEnum_unset; return *this; };
5433  bool operator == (const IfcStairFlightTypeEnum &other) const { return m_val == other.m_val; };
5434  OdAnsiString toStr();
5435 
5436 };
5437 
5441 {
5459 };
5460 
5462  IfcStairTypeEnum_ m_val;
5463 public:
5465  IfcStairTypeEnum(const IfcStairTypeEnum &other) : m_val(other.m_val) {};
5466  IfcStairTypeEnum(IfcStairTypeEnum_ val) : m_val(val) {};
5467  int exists() const { return m_val != kIfcStairTypeEnum_unset ? 1 : 0; };
5468  void nullify() { m_val = kIfcStairTypeEnum_unset; };
5469  operator IfcStairTypeEnum_() const { return m_val; };
5470  operator unsigned long () const { return (unsigned long)m_val; };
5471  IfcStairTypeEnum& operator = (const IfcStairTypeEnum_ val) { if (val < kIfcStairTypeEnum_unset) m_val = val; else m_val = kIfcStairTypeEnum_unset; return *this; };
5472  bool operator == (const IfcStairTypeEnum &other) const { return m_val == other.m_val; };
5473  OdAnsiString toStr();
5474 
5475 };
5476 
5480 {
5487 };
5488 
5490  IfcStateEnum_ m_val;
5491 public:
5493  IfcStateEnum(const IfcStateEnum &other) : m_val(other.m_val) {};
5494  IfcStateEnum(IfcStateEnum_ val) : m_val(val) {};
5495  int exists() const { return m_val != kIfcStateEnum_unset ? 1 : 0; };
5496  void nullify() { m_val = kIfcStateEnum_unset; };
5497  operator IfcStateEnum_() const { return m_val; };
5498  operator unsigned long () const { return (unsigned long)m_val; };
5499  IfcStateEnum& operator = (const IfcStateEnum_ val) { if (val < kIfcStateEnum_unset) m_val = val; else m_val = kIfcStateEnum_unset; return *this; };
5500  bool operator == (const IfcStateEnum &other) const { return m_val == other.m_val; };
5501  OdAnsiString toStr();
5502 
5503 };
5504 
5505 bool operator>> (const OdRxValue &out, IfcStateEnum &in);
5508 {
5519 };
5520 
5523 public:
5527  int exists() const { return m_val != kIfcStructuralCurveActivityTypeEnum_unset ? 1 : 0; };
5529  operator IfcStructuralCurveActivityTypeEnum_() const { return m_val; };
5530  operator unsigned long () const { return (unsigned long)m_val; };
5532  bool operator == (const IfcStructuralCurveActivityTypeEnum &other) const { return m_val == other.m_val; };
5533  OdAnsiString toStr();
5534 
5535 };
5536 
5540 {
5549 };
5550 
5553 public:
5557  int exists() const { return m_val != kIfcStructuralCurveMemberTypeEnum_unset ? 1 : 0; };
5559  operator IfcStructuralCurveMemberTypeEnum_() const { return m_val; };
5560  operator unsigned long () const { return (unsigned long)m_val; };
5562  bool operator == (const IfcStructuralCurveMemberTypeEnum &other) const { return m_val == other.m_val; };
5563  OdAnsiString toStr();
5564 
5565 };
5566 
5570 {
5578 };
5579 
5582 public:
5586  int exists() const { return m_val != kIfcStructuralSurfaceActivityTypeEnum_unset ? 1 : 0; };
5588  operator IfcStructuralSurfaceActivityTypeEnum_() const { return m_val; };
5589  operator unsigned long () const { return (unsigned long)m_val; };
5591  bool operator == (const IfcStructuralSurfaceActivityTypeEnum &other) const { return m_val == other.m_val; };
5592  OdAnsiString toStr();
5593 
5594 };
5595 
5599 {
5606 };
5607 
5610 public:
5614  int exists() const { return m_val != kIfcStructuralSurfaceMemberTypeEnum_unset ? 1 : 0; };
5616  operator IfcStructuralSurfaceMemberTypeEnum_() const { return m_val; };
5617  operator unsigned long () const { return (unsigned long)m_val; };
5619  bool operator == (const IfcStructuralSurfaceMemberTypeEnum &other) const { return m_val == other.m_val; };
5620  OdAnsiString toStr();
5621 
5622 };
5623 
5627 {
5633 };
5634 
5637 public:
5641  int exists() const { return m_val != kIfcSubContractResourceTypeEnum_unset ? 1 : 0; };
5643  operator IfcSubContractResourceTypeEnum_() const { return m_val; };
5644  operator unsigned long () const { return (unsigned long)m_val; };
5646  bool operator == (const IfcSubContractResourceTypeEnum &other) const { return m_val == other.m_val; };
5647  OdAnsiString toStr();
5648 
5649 };
5650 
5654 {
5662 };
5663 
5666 public:
5668  IfcSurfaceFeatureTypeEnum(const IfcSurfaceFeatureTypeEnum &other) : m_val(other.m_val) {};
5670  int exists() const { return m_val != kIfcSurfaceFeatureTypeEnum_unset ? 1 : 0; };
5672  operator IfcSurfaceFeatureTypeEnum_() const { return m_val; };
5673  operator unsigned long () const { return (unsigned long)m_val; };
5674  IfcSurfaceFeatureTypeEnum& operator = (const IfcSurfaceFeatureTypeEnum_ val) { if (val < kIfcSurfaceFeatureTypeEnum_unset) m_val = val; else m_val = kIfcSurfaceFeatureTypeEnum_unset; return *this; };
5675  bool operator == (const IfcSurfaceFeatureTypeEnum &other) const { return m_val == other.m_val; };
5676  OdAnsiString toStr();
5677 
5678 };
5679 
5683 {
5688 };
5689 
5691  IfcSurfaceSide_ m_val;
5692 public:
5694  IfcSurfaceSide(const IfcSurfaceSide &other) : m_val(other.m_val) {};
5695  IfcSurfaceSide(IfcSurfaceSide_ val) : m_val(val) {};
5696  int exists() const { return m_val != kIfcSurfaceSide_unset ? 1 : 0; };
5697  void nullify() { m_val = kIfcSurfaceSide_unset; };
5698  operator IfcSurfaceSide_() const { return m_val; };
5699  operator unsigned long () const { return (unsigned long)m_val; };
5700  IfcSurfaceSide& operator = (const IfcSurfaceSide_ val) { if (val < kIfcSurfaceSide_unset) m_val = val; else m_val = kIfcSurfaceSide_unset; return *this; };
5701  bool operator == (const IfcSurfaceSide &other) const { return m_val == other.m_val; };
5702  OdAnsiString toStr();
5703 
5704 };
5705 
5706 bool operator>> (const OdRxValue &out, IfcSurfaceSide &in);
5709 {
5722 };
5723 
5726 public:
5728  IfcSwitchingDeviceTypeEnum(const IfcSwitchingDeviceTypeEnum &other) : m_val(other.m_val) {};
5730  int exists() const { return m_val != kIfcSwitchingDeviceTypeEnum_unset ? 1 : 0; };
5732  operator IfcSwitchingDeviceTypeEnum_() const { return m_val; };
5733  operator unsigned long () const { return (unsigned long)m_val; };
5734  IfcSwitchingDeviceTypeEnum& operator = (const IfcSwitchingDeviceTypeEnum_ val) { if (val < kIfcSwitchingDeviceTypeEnum_unset) m_val = val; else m_val = kIfcSwitchingDeviceTypeEnum_unset; return *this; };
5735  bool operator == (const IfcSwitchingDeviceTypeEnum &other) const { return m_val == other.m_val; };
5736  OdAnsiString toStr();
5737 
5738 };
5739 
5743 {
5749 };
5750 
5753 public:
5757  int exists() const { return m_val != kIfcSystemFurnitureElementTypeEnum_unset ? 1 : 0; };
5759  operator IfcSystemFurnitureElementTypeEnum_() const { return m_val; };
5760  operator unsigned long () const { return (unsigned long)m_val; };
5762  bool operator == (const IfcSystemFurnitureElementTypeEnum &other) const { return m_val == other.m_val; };
5763  OdAnsiString toStr();
5764 
5765 };
5766 
5770 {
5781 };
5782 
5784  IfcTankTypeEnum_ m_val;
5785 public:
5787  IfcTankTypeEnum(const IfcTankTypeEnum &other) : m_val(other.m_val) {};
5788  IfcTankTypeEnum(IfcTankTypeEnum_ val) : m_val(val) {};
5789  int exists() const { return m_val != kIfcTankTypeEnum_unset ? 1 : 0; };
5790  void nullify() { m_val = kIfcTankTypeEnum_unset; };
5791  operator IfcTankTypeEnum_() const { return m_val; };
5792  operator unsigned long () const { return (unsigned long)m_val; };
5793  IfcTankTypeEnum& operator = (const IfcTankTypeEnum_ val) { if (val < kIfcTankTypeEnum_unset) m_val = val; else m_val = kIfcTankTypeEnum_unset; return *this; };
5794  bool operator == (const IfcTankTypeEnum &other) const { return m_val == other.m_val; };
5795  OdAnsiString toStr();
5796 
5797 };
5798 
5799 bool operator>> (const OdRxValue &out, IfcTankTypeEnum &in);
5802 {
5807 };
5808 
5810  IfcTaskDurationEnum_ m_val;
5811 public:
5813  IfcTaskDurationEnum(const IfcTaskDurationEnum &other) : m_val(other.m_val) {};
5815  int exists() const { return m_val != kIfcTaskDurationEnum_unset ? 1 : 0; };
5817  operator IfcTaskDurationEnum_() const { return m_val; };
5818  operator unsigned long () const { return (unsigned long)m_val; };
5819  IfcTaskDurationEnum& operator = (const IfcTaskDurationEnum_ val) { if (val < kIfcTaskDurationEnum_unset) m_val = val; else m_val = kIfcTaskDurationEnum_unset; return *this; };
5820  bool operator == (const IfcTaskDurationEnum &other) const { return m_val == other.m_val; };
5821  OdAnsiString toStr();
5822 
5823 };
5824 
5828 {
5844 };
5845 
5847  IfcTaskTypeEnum_ m_val;
5848 public:
5850  IfcTaskTypeEnum(const IfcTaskTypeEnum &other) : m_val(other.m_val) {};
5851  IfcTaskTypeEnum(IfcTaskTypeEnum_ val) : m_val(val) {};
5852  int exists() const { return m_val != kIfcTaskTypeEnum_unset ? 1 : 0; };
5853  void nullify() { m_val = kIfcTaskTypeEnum_unset; };
5854  operator IfcTaskTypeEnum_() const { return m_val; };
5855  operator unsigned long () const { return (unsigned long)m_val; };
5856  IfcTaskTypeEnum& operator = (const IfcTaskTypeEnum_ val) { if (val < kIfcTaskTypeEnum_unset) m_val = val; else m_val = kIfcTaskTypeEnum_unset; return *this; };
5857  bool operator == (const IfcTaskTypeEnum &other) const { return m_val == other.m_val; };
5858  OdAnsiString toStr();
5859 
5860 };
5861 
5862 bool operator>> (const OdRxValue &out, IfcTaskTypeEnum &in);
5865 {
5872 };
5873 
5876 public:
5878  IfcTendonAnchorTypeEnum(const IfcTendonAnchorTypeEnum &other) : m_val(other.m_val) {};
5880  int exists() const { return m_val != kIfcTendonAnchorTypeEnum_unset ? 1 : 0; };
5882  operator IfcTendonAnchorTypeEnum_() const { return m_val; };
5883  operator unsigned long () const { return (unsigned long)m_val; };
5884  IfcTendonAnchorTypeEnum& operator = (const IfcTendonAnchorTypeEnum_ val) { if (val < kIfcTendonAnchorTypeEnum_unset) m_val = val; else m_val = kIfcTendonAnchorTypeEnum_unset; return *this; };
5885  bool operator == (const IfcTendonAnchorTypeEnum &other) const { return m_val == other.m_val; };
5886  OdAnsiString toStr();
5887 
5888 };
5889 
5893 {
5902 };
5903 
5906 public:
5908  IfcTendonConduitTypeEnum(const IfcTendonConduitTypeEnum &other) : m_val(other.m_val) {};
5910  int exists() const { return m_val != kIfcTendonConduitTypeEnum_unset ? 1 : 0; };
5912  operator IfcTendonConduitTypeEnum_() const { return m_val; };
5913  operator unsigned long () const { return (unsigned long)m_val; };
5914  IfcTendonConduitTypeEnum& operator = (const IfcTendonConduitTypeEnum_ val) { if (val < kIfcTendonConduitTypeEnum_unset) m_val = val; else m_val = kIfcTendonConduitTypeEnum_unset; return *this; };
5915  bool operator == (const IfcTendonConduitTypeEnum &other) const { return m_val == other.m_val; };
5916  OdAnsiString toStr();
5917 
5918 };
5919 
5923 {
5931 };
5932 
5934  IfcTendonTypeEnum_ m_val;
5935 public:
5937  IfcTendonTypeEnum(const IfcTendonTypeEnum &other) : m_val(other.m_val) {};
5939  int exists() const { return m_val != kIfcTendonTypeEnum_unset ? 1 : 0; };
5940  void nullify() { m_val = kIfcTendonTypeEnum_unset; };
5941  operator IfcTendonTypeEnum_() const { return m_val; };
5942  operator unsigned long () const { return (unsigned long)m_val; };
5943  IfcTendonTypeEnum& operator = (const IfcTendonTypeEnum_ val) { if (val < kIfcTendonTypeEnum_unset) m_val = val; else m_val = kIfcTendonTypeEnum_unset; return *this; };
5944  bool operator == (const IfcTendonTypeEnum &other) const { return m_val == other.m_val; };
5945  OdAnsiString toStr();
5946 
5947 };
5948 
5952 {
5958 };
5959 
5961  IfcTextPath_ m_val;
5962 public:
5964  IfcTextPath(const IfcTextPath &other) : m_val(other.m_val) {};
5965  IfcTextPath(IfcTextPath_ val) : m_val(val) {};
5966  int exists() const { return m_val != kIfcTextPath_unset ? 1 : 0; };
5967  void nullify() { m_val = kIfcTextPath_unset; };
5968  operator IfcTextPath_() const { return m_val; };
5969  operator unsigned long () const { return (unsigned long)m_val; };
5970  IfcTextPath& operator = (const IfcTextPath_ val) { if (val < kIfcTextPath_unset) m_val = val; else m_val = kIfcTextPath_unset; return *this; };
5971  bool operator == (const IfcTextPath &other) const { return m_val == other.m_val; };
5972  OdAnsiString toStr();
5973 
5974 };
5975 
5976 bool operator>> (const OdRxValue &out, IfcTextPath &in);
5977 IfcTextPath StrToIfcTextPath(OdAnsiString val);
5979 {
5988 };
5989 
5992 public:
5994  IfcTimeSeriesDataTypeEnum(const IfcTimeSeriesDataTypeEnum &other) : m_val(other.m_val) {};
5996  int exists() const { return m_val != kIfcTimeSeriesDataTypeEnum_unset ? 1 : 0; };
5998  operator IfcTimeSeriesDataTypeEnum_() const { return m_val; };
5999  operator unsigned long () const { return (unsigned long)m_val; };
6000  IfcTimeSeriesDataTypeEnum& operator = (const IfcTimeSeriesDataTypeEnum_ val) { if (val < kIfcTimeSeriesDataTypeEnum_unset) m_val = val; else m_val = kIfcTimeSeriesDataTypeEnum_unset; return *this; };
6001  bool operator == (const IfcTimeSeriesDataTypeEnum &other) const { return m_val == other.m_val; };
6002  OdAnsiString toStr();
6003 
6004 };
6005 
6009 {
6018 };
6019 
6022 public:
6024  IfcTransformerTypeEnum(const IfcTransformerTypeEnum &other) : m_val(other.m_val) {};
6026  int exists() const { return m_val != kIfcTransformerTypeEnum_unset ? 1 : 0; };
6028  operator IfcTransformerTypeEnum_() const { return m_val; };
6029  operator unsigned long () const { return (unsigned long)m_val; };
6030  IfcTransformerTypeEnum& operator = (const IfcTransformerTypeEnum_ val) { if (val < kIfcTransformerTypeEnum_unset) m_val = val; else m_val = kIfcTransformerTypeEnum_unset; return *this; };
6031  bool operator == (const IfcTransformerTypeEnum &other) const { return m_val == other.m_val; };
6032  OdAnsiString toStr();
6033 
6034 };
6035 
6039 {
6045 };
6046 
6048  IfcTransitionCode_ m_val;
6049 public:
6051  IfcTransitionCode(const IfcTransitionCode &other) : m_val(other.m_val) {};
6053  int exists() const { return m_val != kIfcTransitionCode_unset ? 1 : 0; };
6054  void nullify() { m_val = kIfcTransitionCode_unset; };
6055  operator IfcTransitionCode_() const { return m_val; };
6056  operator unsigned long () const { return (unsigned long)m_val; };
6057  IfcTransitionCode& operator = (const IfcTransitionCode_ val) { if (val < kIfcTransitionCode_unset) m_val = val; else m_val = kIfcTransitionCode_unset; return *this; };
6058  bool operator == (const IfcTransitionCode &other) const { return m_val == other.m_val; };
6059  OdAnsiString toStr();
6060 
6061 };
6062 
6066 {
6074 };
6075 
6078 public:
6080  IfcTransitionCurveType(const IfcTransitionCurveType &other) : m_val(other.m_val) {};
6082  int exists() const { return m_val != kIfcTransitionCurveType_unset ? 1 : 0; };
6084  operator IfcTransitionCurveType_() const { return m_val; };
6085  operator unsigned long () const { return (unsigned long)m_val; };
6086  IfcTransitionCurveType& operator = (const IfcTransitionCurveType_ val) { if (val < kIfcTransitionCurveType_unset) m_val = val; else m_val = kIfcTransitionCurveType_unset; return *this; };
6087  bool operator == (const IfcTransitionCurveType &other) const { return m_val == other.m_val; };
6088  OdAnsiString toStr();
6089 
6090 };
6091 
6095 {
6104 };
6105 
6108 public:
6110  IfcTransportElementTypeEnum(const IfcTransportElementTypeEnum &other) : m_val(other.m_val) {};
6112  int exists() const { return m_val != kIfcTransportElementTypeEnum_unset ? 1 : 0; };
6114  operator IfcTransportElementTypeEnum_() const { return m_val; };
6115  operator unsigned long () const { return (unsigned long)m_val; };
6116  IfcTransportElementTypeEnum& operator = (const IfcTransportElementTypeEnum_ val) { if (val < kIfcTransportElementTypeEnum_unset) m_val = val; else m_val = kIfcTransportElementTypeEnum_unset; return *this; };
6117  bool operator == (const IfcTransportElementTypeEnum &other) const { return m_val == other.m_val; };
6118  OdAnsiString toStr();
6119 
6120 };
6121 
6125 {
6130 };
6131 
6133  IfcTrimmingPreference_ m_val;
6134 public:
6136  IfcTrimmingPreference(const IfcTrimmingPreference &other) : m_val(other.m_val) {};
6138  int exists() const { return m_val != kIfcTrimmingPreference_unset ? 1 : 0; };
6140  operator IfcTrimmingPreference_() const { return m_val; };
6141  operator unsigned long () const { return (unsigned long)m_val; };
6142  IfcTrimmingPreference& operator = (const IfcTrimmingPreference_ val) { if (val < kIfcTrimmingPreference_unset) m_val = val; else m_val = kIfcTrimmingPreference_unset; return *this; };
6143  bool operator == (const IfcTrimmingPreference &other) const { return m_val == other.m_val; };
6144  OdAnsiString toStr();
6145 
6146 };
6147 
6151 {
6156 };
6157 
6159  IfcTubeBundleTypeEnum_ m_val;
6160 public:
6162  IfcTubeBundleTypeEnum(const IfcTubeBundleTypeEnum &other) : m_val(other.m_val) {};
6164  int exists() const { return m_val != kIfcTubeBundleTypeEnum_unset ? 1 : 0; };
6166  operator IfcTubeBundleTypeEnum_() const { return m_val; };
6167  operator unsigned long () const { return (unsigned long)m_val; };
6168  IfcTubeBundleTypeEnum& operator = (const IfcTubeBundleTypeEnum_ val) { if (val < kIfcTubeBundleTypeEnum_unset) m_val = val; else m_val = kIfcTubeBundleTypeEnum_unset; return *this; };
6169  bool operator == (const IfcTubeBundleTypeEnum &other) const { return m_val == other.m_val; };
6170  OdAnsiString toStr();
6171 
6172 };
6173 
6177 {
6209 };
6210 
6212  IfcUnitEnum_ m_val;
6213 public:
6215  IfcUnitEnum(const IfcUnitEnum &other) : m_val(other.m_val) {};
6216  IfcUnitEnum(IfcUnitEnum_ val) : m_val(val) {};
6217  int exists() const { return m_val != kIfcUnitEnum_unset ? 1 : 0; };
6218  void nullify() { m_val = kIfcUnitEnum_unset; };
6219  operator IfcUnitEnum_() const { return m_val; };
6220  operator unsigned long () const { return (unsigned long)m_val; };
6221  IfcUnitEnum& operator = (const IfcUnitEnum_ val) { if (val < kIfcUnitEnum_unset) m_val = val; else m_val = kIfcUnitEnum_unset; return *this; };
6222  bool operator == (const IfcUnitEnum &other) const { return m_val == other.m_val; };
6223  OdAnsiString toStr();
6224 
6225 };
6226 
6227 bool operator>> (const OdRxValue &out, IfcUnitEnum &in);
6228 IfcUnitEnum StrToIfcUnitEnum(OdAnsiString val);
6230 {
6242 };
6243 
6246 public:
6250  int exists() const { return m_val != kIfcUnitaryControlElementTypeEnum_unset ? 1 : 0; };
6252  operator IfcUnitaryControlElementTypeEnum_() const { return m_val; };
6253  operator unsigned long () const { return (unsigned long)m_val; };
6255  bool operator == (const IfcUnitaryControlElementTypeEnum &other) const { return m_val == other.m_val; };
6256  OdAnsiString toStr();
6257 
6258 };
6259 
6263 {
6272 };
6273 
6276 public:
6278  IfcUnitaryEquipmentTypeEnum(const IfcUnitaryEquipmentTypeEnum &other) : m_val(other.m_val) {};
6280  int exists() const { return m_val != kIfcUnitaryEquipmentTypeEnum_unset ? 1 : 0; };
6282  operator IfcUnitaryEquipmentTypeEnum_() const { return m_val; };
6283  operator unsigned long () const { return (unsigned long)m_val; };
6284  IfcUnitaryEquipmentTypeEnum& operator = (const IfcUnitaryEquipmentTypeEnum_ val) { if (val < kIfcUnitaryEquipmentTypeEnum_unset) m_val = val; else m_val = kIfcUnitaryEquipmentTypeEnum_unset; return *this; };
6285  bool operator == (const IfcUnitaryEquipmentTypeEnum &other) const { return m_val == other.m_val; };
6286  OdAnsiString toStr();
6287 
6288 };
6289 
6293 {
6318 };
6319 
6321  IfcValveTypeEnum_ m_val;
6322 public:
6324  IfcValveTypeEnum(const IfcValveTypeEnum &other) : m_val(other.m_val) {};
6325  IfcValveTypeEnum(IfcValveTypeEnum_ val) : m_val(val) {};
6326  int exists() const { return m_val != kIfcValveTypeEnum_unset ? 1 : 0; };
6327  void nullify() { m_val = kIfcValveTypeEnum_unset; };
6328  operator IfcValveTypeEnum_() const { return m_val; };
6329  operator unsigned long () const { return (unsigned long)m_val; };
6330  IfcValveTypeEnum& operator = (const IfcValveTypeEnum_ val) { if (val < kIfcValveTypeEnum_unset) m_val = val; else m_val = kIfcValveTypeEnum_unset; return *this; };
6331  bool operator == (const IfcValveTypeEnum &other) const { return m_val == other.m_val; };
6332  OdAnsiString toStr();
6333 
6334 };
6335 
6339 {
6349 };
6350 
6353 public:
6355  IfcVibrationDamperTypeEnum(const IfcVibrationDamperTypeEnum &other) : m_val(other.m_val) {};
6357  int exists() const { return m_val != kIfcVibrationDamperTypeEnum_unset ? 1 : 0; };
6359  operator IfcVibrationDamperTypeEnum_() const { return m_val; };
6360  operator unsigned long () const { return (unsigned long)m_val; };
6361  IfcVibrationDamperTypeEnum& operator = (const IfcVibrationDamperTypeEnum_ val) { if (val < kIfcVibrationDamperTypeEnum_unset) m_val = val; else m_val = kIfcVibrationDamperTypeEnum_unset; return *this; };
6362  bool operator == (const IfcVibrationDamperTypeEnum &other) const { return m_val == other.m_val; };
6363  OdAnsiString toStr();
6364 
6365 };
6366 
6370 {
6377 };
6378 
6381 public:
6383  IfcVibrationIsolatorTypeEnum(const IfcVibrationIsolatorTypeEnum &other) : m_val(other.m_val) {};
6385  int exists() const { return m_val != kIfcVibrationIsolatorTypeEnum_unset ? 1 : 0; };
6387  operator IfcVibrationIsolatorTypeEnum_() const { return m_val; };
6388  operator unsigned long () const { return (unsigned long)m_val; };
6390  bool operator == (const IfcVibrationIsolatorTypeEnum &other) const { return m_val == other.m_val; };
6391  OdAnsiString toStr();
6392 
6393 };
6394 
6398 {
6408 };
6409 
6412 public:
6414  IfcVoidingFeatureTypeEnum(const IfcVoidingFeatureTypeEnum &other) : m_val(other.m_val) {};
6416  int exists() const { return m_val != kIfcVoidingFeatureTypeEnum_unset ? 1 : 0; };
6418  operator IfcVoidingFeatureTypeEnum_() const { return m_val; };
6419  operator unsigned long () const { return (unsigned long)m_val; };
6420  IfcVoidingFeatureTypeEnum& operator = (const IfcVoidingFeatureTypeEnum_ val) { if (val < kIfcVoidingFeatureTypeEnum_unset) m_val = val; else m_val = kIfcVoidingFeatureTypeEnum_unset; return *this; };
6421  bool operator == (const IfcVoidingFeatureTypeEnum &other) const { return m_val == other.m_val; };
6422  OdAnsiString toStr();
6423 
6424 };
6425 
6429 {
6443 };
6444 
6446  IfcWallTypeEnum_ m_val;
6447 public:
6449  IfcWallTypeEnum(const IfcWallTypeEnum &other) : m_val(other.m_val) {};
6450  IfcWallTypeEnum(IfcWallTypeEnum_ val) : m_val(val) {};
6451  int exists() const { return m_val != kIfcWallTypeEnum_unset ? 1 : 0; };
6452  void nullify() { m_val = kIfcWallTypeEnum_unset; };
6453  operator IfcWallTypeEnum_() const { return m_val; };
6454  operator unsigned long () const { return (unsigned long)m_val; };
6455  IfcWallTypeEnum& operator = (const IfcWallTypeEnum_ val) { if (val < kIfcWallTypeEnum_unset) m_val = val; else m_val = kIfcWallTypeEnum_unset; return *this; };
6456  bool operator == (const IfcWallTypeEnum &other) const { return m_val == other.m_val; };
6457  OdAnsiString toStr();
6458 
6459 };
6460 
6461 bool operator>> (const OdRxValue &out, IfcWallTypeEnum &in);
6464 {
6475 };
6476 
6479 public:
6481  IfcWasteTerminalTypeEnum(const IfcWasteTerminalTypeEnum &other) : m_val(other.m_val) {};
6483  int exists() const { return m_val != kIfcWasteTerminalTypeEnum_unset ? 1 : 0; };
6485  operator IfcWasteTerminalTypeEnum_() const { return m_val; };
6486  operator unsigned long () const { return (unsigned long)m_val; };
6487  IfcWasteTerminalTypeEnum& operator = (const IfcWasteTerminalTypeEnum_ val) { if (val < kIfcWasteTerminalTypeEnum_unset) m_val = val; else m_val = kIfcWasteTerminalTypeEnum_unset; return *this; };
6488  bool operator == (const IfcWasteTerminalTypeEnum &other) const { return m_val == other.m_val; };
6489  OdAnsiString toStr();
6490 
6491 };
6492 
6496 {
6512 };
6513 
6516 public:
6518  IfcWindowPanelOperationEnum(const IfcWindowPanelOperationEnum &other) : m_val(other.m_val) {};
6520  int exists() const { return m_val != kIfcWindowPanelOperationEnum_unset ? 1 : 0; };
6522  operator IfcWindowPanelOperationEnum_() const { return m_val; };
6523  operator unsigned long () const { return (unsigned long)m_val; };
6524  IfcWindowPanelOperationEnum& operator = (const IfcWindowPanelOperationEnum_ val) { if (val < kIfcWindowPanelOperationEnum_unset) m_val = val; else m_val = kIfcWindowPanelOperationEnum_unset; return *this; };
6525  bool operator == (const IfcWindowPanelOperationEnum &other) const { return m_val == other.m_val; };
6526  OdAnsiString toStr();
6527 
6528 };
6529 
6533 {
6541 };
6542 
6545 public:
6547  IfcWindowPanelPositionEnum(const IfcWindowPanelPositionEnum &other) : m_val(other.m_val) {};
6549  int exists() const { return m_val != kIfcWindowPanelPositionEnum_unset ? 1 : 0; };
6551  operator IfcWindowPanelPositionEnum_() const { return m_val; };
6552  operator unsigned long () const { return (unsigned long)m_val; };
6553  IfcWindowPanelPositionEnum& operator = (const IfcWindowPanelPositionEnum_ val) { if (val < kIfcWindowPanelPositionEnum_unset) m_val = val; else m_val = kIfcWindowPanelPositionEnum_unset; return *this; };
6554  bool operator == (const IfcWindowPanelPositionEnum &other) const { return m_val == other.m_val; };
6555  OdAnsiString toStr();
6556 
6557 };
6558 
6562 {
6572 };
6573 
6576 public:
6580  int exists() const { return m_val != kIfcWindowStyleConstructionEnum_unset ? 1 : 0; };
6582  operator IfcWindowStyleConstructionEnum_() const { return m_val; };
6583  operator unsigned long () const { return (unsigned long)m_val; };
6585  bool operator == (const IfcWindowStyleConstructionEnum &other) const { return m_val == other.m_val; };
6586  OdAnsiString toStr();
6587 
6588 };
6589 
6593 {
6606 };
6607 
6610 public:
6612  IfcWindowStyleOperationEnum(const IfcWindowStyleOperationEnum &other) : m_val(other.m_val) {};
6614  int exists() const { return m_val != kIfcWindowStyleOperationEnum_unset ? 1 : 0; };
6616  operator IfcWindowStyleOperationEnum_() const { return m_val; };
6617  operator unsigned long () const { return (unsigned long)m_val; };
6618  IfcWindowStyleOperationEnum& operator = (const IfcWindowStyleOperationEnum_ val) { if (val < kIfcWindowStyleOperationEnum_unset) m_val = val; else m_val = kIfcWindowStyleOperationEnum_unset; return *this; };
6619  bool operator == (const IfcWindowStyleOperationEnum &other) const { return m_val == other.m_val; };
6620  OdAnsiString toStr();
6621 
6622 };
6623 
6627 {
6634 };
6635 
6637  IfcWindowTypeEnum_ m_val;
6638 public:
6640  IfcWindowTypeEnum(const IfcWindowTypeEnum &other) : m_val(other.m_val) {};
6642  int exists() const { return m_val != kIfcWindowTypeEnum_unset ? 1 : 0; };
6643  void nullify() { m_val = kIfcWindowTypeEnum_unset; };
6644  operator IfcWindowTypeEnum_() const { return m_val; };
6645  operator unsigned long () const { return (unsigned long)m_val; };
6646  IfcWindowTypeEnum& operator = (const IfcWindowTypeEnum_ val) { if (val < kIfcWindowTypeEnum_unset) m_val = val; else m_val = kIfcWindowTypeEnum_unset; return *this; };
6647  bool operator == (const IfcWindowTypeEnum &other) const { return m_val == other.m_val; };
6648  OdAnsiString toStr();
6649 
6650 };
6651 
6655 {
6668 };
6669 
6672 public:
6674  IfcWindowTypePartitioningEnum(const IfcWindowTypePartitioningEnum &other) : m_val(other.m_val) {};
6676  int exists() const { return m_val != kIfcWindowTypePartitioningEnum_unset ? 1 : 0; };
6678  operator IfcWindowTypePartitioningEnum_() const { return m_val; };
6679  operator unsigned long () const { return (unsigned long)m_val; };
6681  bool operator == (const IfcWindowTypePartitioningEnum &other) const { return m_val == other.m_val; };
6682  OdAnsiString toStr();
6683 
6684 };
6685 
6689 {
6696 };
6697 
6700 public:
6702  IfcWorkCalendarTypeEnum(const IfcWorkCalendarTypeEnum &other) : m_val(other.m_val) {};
6704  int exists() const { return m_val != kIfcWorkCalendarTypeEnum_unset ? 1 : 0; };
6706  operator IfcWorkCalendarTypeEnum_() const { return m_val; };
6707  operator unsigned long () const { return (unsigned long)m_val; };
6708  IfcWorkCalendarTypeEnum& operator = (const IfcWorkCalendarTypeEnum_ val) { if (val < kIfcWorkCalendarTypeEnum_unset) m_val = val; else m_val = kIfcWorkCalendarTypeEnum_unset; return *this; };
6709  bool operator == (const IfcWorkCalendarTypeEnum &other) const { return m_val == other.m_val; };
6710  OdAnsiString toStr();
6711 
6712 };
6713 
6717 {
6724 };
6725 
6727  IfcWorkPlanTypeEnum_ m_val;
6728 public:
6730  IfcWorkPlanTypeEnum(const IfcWorkPlanTypeEnum &other) : m_val(other.m_val) {};
6732  int exists() const { return m_val != kIfcWorkPlanTypeEnum_unset ? 1 : 0; };
6734  operator IfcWorkPlanTypeEnum_() const { return m_val; };
6735  operator unsigned long () const { return (unsigned long)m_val; };
6736  IfcWorkPlanTypeEnum& operator = (const IfcWorkPlanTypeEnum_ val) { if (val < kIfcWorkPlanTypeEnum_unset) m_val = val; else m_val = kIfcWorkPlanTypeEnum_unset; return *this; };
6737  bool operator == (const IfcWorkPlanTypeEnum &other) const { return m_val == other.m_val; };
6738  OdAnsiString toStr();
6739 
6740 };
6741 
6745 {
6752 };
6753 
6756 public:
6758  IfcWorkScheduleTypeEnum(const IfcWorkScheduleTypeEnum &other) : m_val(other.m_val) {};
6760  int exists() const { return m_val != kIfcWorkScheduleTypeEnum_unset ? 1 : 0; };
6762  operator IfcWorkScheduleTypeEnum_() const { return m_val; };
6763  operator unsigned long () const { return (unsigned long)m_val; };
6764  IfcWorkScheduleTypeEnum& operator = (const IfcWorkScheduleTypeEnum_ val) { if (val < kIfcWorkScheduleTypeEnum_unset) m_val = val; else m_val = kIfcWorkScheduleTypeEnum_unset; return *this; };
6765  bool operator == (const IfcWorkScheduleTypeEnum &other) const { return m_val == other.m_val; };
6766  OdAnsiString toStr();
6767 
6768 };
6769 
6772 
6773 } // namespace
6774 
6775 #endif // _IFC4X2_ENUM_4x2_H
6776 
OdIfc4x2::kIfcUnitEnum_ELECTRICCONDUCTANCEUNIT
@ kIfcUnitEnum_ELECTRICCONDUCTANCEUNIT
Definition: Ifc4x2Enum.h:6184
OdIfc4x2::IfcLampTypeEnum::IfcLampTypeEnum
IfcLampTypeEnum(IfcLampTypeEnum_ val)
Definition: Ifc4x2Enum.h:3508
OdIfc4x2::kIfcElectricFlowStorageDeviceTypeEnum_unset
@ kIfcElectricFlowStorageDeviceTypeEnum_unset
Definition: Ifc4x2Enum.h:2503
OdIfc4x2::kIfcWindowStyleOperationEnum_DOUBLE_PANEL_HORIZONTAL
@ kIfcWindowStyleOperationEnum_DOUBLE_PANEL_HORIZONTAL
Definition: Ifc4x2Enum.h:6596
OdIfc4x2::kIfcDistributionSystemEnum_CHEMICAL
@ kIfcDistributionSystemEnum_CHEMICAL
Definition: Ifc4x2Enum.h:2014
OdIfc4x2::IfcDocumentConfidentialityEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcBuildingElementPartTypeEnum_INSULATION
@ kIfcBuildingElementPartTypeEnum_INSULATION
Definition: Ifc4x2Enum.h:813
OdIfc4x2::IfcBoilerTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:705
OdIfc4x2::kIfcDistributionSystemEnum_FIREPROTECTION
@ kIfcDistributionSystemEnum_FIREPROTECTION
Definition: Ifc4x2Enum.h:2030
OdIfc4x2::kIfcDataOriginEnum_NOTDEFINED
@ kIfcDataOriginEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1796
OdIfc4x2::kIfcEventTypeEnum_STARTEVENT
@ kIfcEventTypeEnum_STARTEVENT
Definition: Ifc4x2Enum.h:2798
OdIfc4x2::kIfcTaskTypeEnum_RENOVATION
@ kIfcTaskTypeEnum_RENOVATION
Definition: Ifc4x2Enum.h:5840
OdIfc4x2::kIfcDamperTypeEnum_FUMEHOODEXHAUST
@ kIfcDamperTypeEnum_FUMEHOODEXHAUST
Definition: Ifc4x2Enum.h:1762
OdIfc4x2::IfcPerformanceHistoryTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4022
OdIfc4x2::IfcReflectanceMethodEnum::IfcReflectanceMethodEnum
IfcReflectanceMethodEnum(const IfcReflectanceMethodEnum &other)
Definition: Ifc4x2Enum.h:4724
OdIfc4x2::IfcCurveInterpolationEnum::IfcCurveInterpolationEnum
IfcCurveInterpolationEnum(const IfcCurveInterpolationEnum &other)
Definition: Ifc4x2Enum.h:1740
OdIfc4x2::kIfcComplexPropertyTemplateTypeEnum_unset
@ kIfcComplexPropertyTemplateTypeEnum_unset
Definition: Ifc4x2Enum.h:1255
OdIfc4x2::IfcActionTypeEnum
Definition: Ifc4x2Enum.h:127
OdIfc4x2::kIfcSpaceTypeEnum_INTERNAL
@ kIfcSpaceTypeEnum_INTERNAL
Definition: Ifc4x2Enum.h:5324
OdIfc4x2::kIfcActuatorTypeEnum_NOTDEFINED
@ kIfcActuatorTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:153
OdIfc4x2::IfcCaissonFoundationTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1060
OdIfc4x2::IfcCableFittingTypeEnum::IfcCableFittingTypeEnum
IfcCableFittingTypeEnum(IfcCableFittingTypeEnum_ val)
Definition: Ifc4x2Enum.h:1002
OdIfc4x2::kIfcMemberTypeEnum_COLLAR
@ kIfcMemberTypeEnum_COLLAR
Definition: Ifc4x2Enum.h:3762
OdIfc4x2::kIfcReinforcingMeshTypeEnum_unset
@ kIfcReinforcingMeshTypeEnum_unset
Definition: Ifc4x2Enum.h:4834
OdIfc4x2::IfcShadingDeviceTypeEnum::IfcShadingDeviceTypeEnum
IfcShadingDeviceTypeEnum(const IfcShadingDeviceTypeEnum &other)
Definition: Ifc4x2Enum.h:5183
OdIfc4x2::kIfcUnitEnum_DOSEEQUIVALENTUNIT
@ kIfcUnitEnum_DOSEEQUIVALENTUNIT
Definition: Ifc4x2Enum.h:6181
OdIfc4x2::IfcSensorTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5128
OdIfc4x2::IfcDocumentStatusEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2123
OdIfc4x2::IfcRoleEnum::IfcRoleEnum
IfcRoleEnum(const IfcRoleEnum &other)
Definition: Ifc4x2Enum.h:4887
OdIfc4x2::IfcBenchmarkEnum
Definition: Ifc4x2Enum.h:672
OdIfc4x2::kIfcProtectiveDeviceTypeEnum_RESIDUALCURRENTSWITCH
@ kIfcProtectiveDeviceTypeEnum_RESIDUALCURRENTSWITCH
Definition: Ifc4x2Enum.h:4503
OdIfc4x2::kIfcBoilerTypeEnum_STEAM
@ kIfcBoilerTypeEnum_STEAM
Definition: Ifc4x2Enum.h:693
OdIfc4x2::IfcTendonTypeEnum
Definition: Ifc4x2Enum.h:5933
OdIfc4x2::kIfcEngineTypeEnum_USERDEFINED
@ kIfcEngineTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2679
OdIfc4x2::kIfcBearingTypeDisplacementEnum_FREE_MOVEMENT
@ kIfcBearingTypeDisplacementEnum_FREE_MOVEMENT
Definition: Ifc4x2Enum.h:601
OdIfc4x2::IfcDoorPanelOperationEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcObjectiveEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3907
OdIfc4x2::IfcWorkScheduleTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6760
OdIfc4x2::IfcActionRequestTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:55
OdIfc4x2::IfcExternalSpatialElementTypeEnum::IfcExternalSpatialElementTypeEnum
IfcExternalSpatialElementTypeEnum(const IfcExternalSpatialElementTypeEnum &other)
Definition: Ifc4x2Enum.h:2839
OdIfc4x2::IfcDocumentStatusEnum_
IfcDocumentStatusEnum_
Definition: Ifc4x2Enum.h:2107
OdIfc4x2::kIfcGeographicElementTypeEnum_USERDEFINED
@ kIfcGeographicElementTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3129
OdIfc4x2::IfcCooledBeamTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1543
OdIfc4x2::IfcSIPrefix::IfcSIPrefix
IfcSIPrefix(const IfcSIPrefix &other)
Definition: Ifc4x2Enum.h:4964
OdIfc4x2::IfcValveTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6327
OdIfc4x2::IfcAnalysisModelTypeEnum::IfcAnalysisModelTypeEnum
IfcAnalysisModelTypeEnum()
Definition: Ifc4x2Enum.h:363
OdIfc4x2::IfcActionTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcInternalOrExternalEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3350
OdIfc4x2::kIfcExternalSpatialElementTypeEnum_EXTERNAL
@ kIfcExternalSpatialElementTypeEnum_EXTERNAL
Definition: Ifc4x2Enum.h:2826
OdIfc4x2::IfcConstructionEquipmentResourceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1425
OdIfc4x2::StrToIfcAddressTypeEnum
IfcAddressTypeEnum StrToIfcAddressTypeEnum(OdAnsiString val)
OdIfc4x2::IfcAssemblyPlaceEnum_
IfcAssemblyPlaceEnum_
Definition: Ifc4x2Enum.h:435
OdIfc4x2::kIfcTendonConduitTypeEnum_USERDEFINED
@ kIfcTendonConduitTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5899
OdIfc4x2::kIfcCoveringTypeEnum_WRAPPING
@ kIfcCoveringTypeEnum_WRAPPING
Definition: Ifc4x2Enum.h:1650
OdIfc4x2::kIfcTransformerTypeEnum_NOTDEFINED
@ kIfcTransformerTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6016
OdIfc4x2::kIfcWindowTypeEnum_LIGHTDOME
@ kIfcWindowTypeEnum_LIGHTDOME
Definition: Ifc4x2Enum.h:6630
OdIfc4x2::IfcMemberTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcEngineTypeEnum_INTERNALCOMBUSTION
@ kIfcEngineTypeEnum_INTERNALCOMBUSTION
Definition: Ifc4x2Enum.h:2678
OdIfc4x2::kIfcSpaceTypeEnum_EXTERNAL
@ kIfcSpaceTypeEnum_EXTERNAL
Definition: Ifc4x2Enum.h:5325
OdIfc4x2::IfcCostScheduleTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1628
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_P_TABLEVALUE
@ kIfcSimplePropertyTemplateTypeEnum_P_TABLEVALUE
Definition: Ifc4x2Enum.h:5203
OdIfc4x2::IfcSectionTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5079
OdIfc4x2::IfcBSplineCurveForm::IfcBSplineCurveForm
IfcBSplineCurveForm(IfcBSplineCurveForm_ val)
Definition: Ifc4x2Enum.h:512
OdIfc4x2::kIfcMotorConnectionTypeEnum_NOTDEFINED
@ kIfcMotorConnectionTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3806
OdIfc4x2::kIfcArithmeticOperatorEnum_MULTIPLY
@ kIfcArithmeticOperatorEnum_MULTIPLY
Definition: Ifc4x2Enum.h:411
OdIfc4x2::IfcAnalysisTheoryTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:396
OdIfc4x2::IfcSurfaceFeatureTypeEnum
Definition: Ifc4x2Enum.h:5664
OdIfc4x2::kIfcDerivedUnitEnum_WARPINGMOMENTUNIT
@ kIfcDerivedUnitEnum_WARPINGMOMENTUNIT
Definition: Ifc4x2Enum.h:1871
OdIfc4x2::kIfcTendonTypeEnum_BAR
@ kIfcTendonTypeEnum_BAR
Definition: Ifc4x2Enum.h:5924
OdIfc4x2::kIfcReflectanceMethodEnum_unset
@ kIfcReflectanceMethodEnum_unset
Definition: Ifc4x2Enum.h:4717
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_AMPLIFIER
@ kIfcAudioVisualApplianceTypeEnum_AMPLIFIER
Definition: Ifc4x2Enum.h:462
OdIfc4x2::kIfcValveTypeEnum_CHECK
@ kIfcValveTypeEnum_CHECK
Definition: Ifc4x2Enum.h:6297
OdIfc4x2::kIfcProtectiveDeviceTypeEnum_USERDEFINED
@ kIfcProtectiveDeviceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4505
OdIfc4x2::IfcValveTypeEnum_
IfcValveTypeEnum_
Definition: Ifc4x2Enum.h:6293
OdIfc4x2::IfcDoorTypeEnum
Definition: Ifc4x2Enum.h:2276
OdIfc4x2::kIfcPlateTypeEnum_SPLICE_PLATE
@ kIfcPlateTypeEnum_SPLICE_PLATE
Definition: Ifc4x2Enum.h:4246
OdIfc4x2::kIfcObjectiveEnum_EXTERNAL
@ kIfcObjectiveEnum_EXTERNAL
Definition: Ifc4x2Enum.h:3888
OdIfc4x2::StrToIfcMedicalDeviceTypeEnum
IfcMedicalDeviceTypeEnum StrToIfcMedicalDeviceTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcElectricApplianceTypeEnum_WASHINGMACHINE
@ kIfcElectricApplianceTypeEnum_WASHINGMACHINE
Definition: Ifc4x2Enum.h:2441
OdIfc4x2::IfcVibrationIsolatorTypeEnum::IfcVibrationIsolatorTypeEnum
IfcVibrationIsolatorTypeEnum()
Definition: Ifc4x2Enum.h:6382
OdIfc4x2::IfcExternalSpatialElementTypeEnum
Definition: Ifc4x2Enum.h:2835
OdIfc4x2::kIfcBurnerTypeEnum_USERDEFINED
@ kIfcBurnerTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:904
OdIfc4x2::kIfcRoleEnum_CONTRACTOR
@ kIfcRoleEnum_CONTRACTOR
Definition: Ifc4x2Enum.h:4859
OdIfc4x2::IfcStateEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5495
OdIfc4x2::StrToIfcAnalysisTheoryTypeEnum
IfcAnalysisTheoryTypeEnum StrToIfcAnalysisTheoryTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcWindowPanelOperationEnum_OTHEROPERATION
@ kIfcWindowPanelOperationEnum_OTHEROPERATION
Definition: Ifc4x2Enum.h:6509
OdIfc4x2::kIfcRoleEnum_FACILITIESMANAGER
@ kIfcRoleEnum_FACILITIESMANAGER
Definition: Ifc4x2Enum.h:4870
OdIfc4x2::kIfcUnitaryControlElementTypeEnum_unset
@ kIfcUnitaryControlElementTypeEnum_unset
Definition: Ifc4x2Enum.h:6241
OdIfc4x2::kIfcEvaporatorTypeEnum_DIRECTEXPANSION
@ kIfcEvaporatorTypeEnum_DIRECTEXPANSION
Definition: Ifc4x2Enum.h:2738
OdIfc4x2::kIfcConstructionProductResourceTypeEnum_ASSEMBLY
@ kIfcConstructionProductResourceTypeEnum_ASSEMBLY
Definition: Ifc4x2Enum.h:1472
OdIfc4x2::kIfcProtectiveDeviceTrippingUnitTypeEnum_USERDEFINED
@ kIfcProtectiveDeviceTrippingUnitTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4473
OdIfc4x2::StrToIfcElectricDistributionBoardTypeEnum
IfcElectricDistributionBoardTypeEnum StrToIfcElectricDistributionBoardTypeEnum(OdAnsiString val)
OdIfc4x2::IfcFootingTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3082
OdIfc4x2::kIfcAddressTypeEnum_HOME
@ kIfcAddressTypeEnum_HOME
Definition: Ifc4x2Enum.h:179
OdIfc4x2::IfcWindowStyleOperationEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6615
OdIfc4x2::IfcAnalysisModelTypeEnum
Definition: Ifc4x2Enum.h:360
OdIfc4x2::kIfcOccupantTypeEnum_USERDEFINED
@ kIfcOccupantTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3928
OdIfc4x2::StrToIfcPerformanceHistoryTypeEnum
IfcPerformanceHistoryTypeEnum StrToIfcPerformanceHistoryTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcGridTypeEnum_USERDEFINED
@ kIfcGridTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3215
OdIfc4x2::kIfcDamperTypeEnum_FIRESMOKEDAMPER
@ kIfcDamperTypeEnum_FIRESMOKEDAMPER
Definition: Ifc4x2Enum.h:1761
OdIfc4x2::IfcCondenserTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1337
OdIfc4x2::kIfcLaborResourceTypeEnum_HVAC
@ kIfcLaborResourceTypeEnum_HVAC
Definition: Ifc4x2Enum.h:3454
OdIfc4x2::IfcElectricApplianceTypeEnum::IfcElectricApplianceTypeEnum
IfcElectricApplianceTypeEnum(IfcElectricApplianceTypeEnum_ val)
Definition: Ifc4x2Enum.h:2452
OdIfc4x2::IfcArithmeticOperatorEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:422
OdIfc4x2::kIfcPropertySetTemplateTypeEnum_PSET_TYPEDRIVENONLY
@ kIfcPropertySetTemplateTypeEnum_PSET_TYPEDRIVENONLY
Definition: Ifc4x2Enum.h:4438
OdIfc4x2::kIfcTrimmingPreference_PARAMETER
@ kIfcTrimmingPreference_PARAMETER
Definition: Ifc4x2Enum.h:6127
OdIfc4x2::IfcWallTypeEnum_
IfcWallTypeEnum_
Definition: Ifc4x2Enum.h:6429
OdIfc4x2::StrToIfcDerivedUnitEnum
IfcDerivedUnitEnum StrToIfcDerivedUnitEnum(OdAnsiString val)
OdIfc4x2::kIfcWasteTerminalTypeEnum_FLOORWASTE
@ kIfcWasteTerminalTypeEnum_FLOORWASTE
Definition: Ifc4x2Enum.h:6466
OdIfc4x2::kIfcShadingDeviceTypeEnum_SHUTTER
@ kIfcShadingDeviceTypeEnum_SHUTTER
Definition: Ifc4x2Enum.h:5172
OdIfc4x2::IfcUnitEnum
Definition: Ifc4x2Enum.h:6211
OdIfc4x2::kIfcElectricGeneratorTypeEnum_ENGINEGENERATOR
@ kIfcElectricGeneratorTypeEnum_ENGINEGENERATOR
Definition: Ifc4x2Enum.h:2527
OdIfc4x2::kIfcCondenserTypeEnum_WATERCOOLEDTUBEINTUBE
@ kIfcCondenserTypeEnum_WATERCOOLEDTUBEINTUBE
Definition: Ifc4x2Enum.h:1324
OdIfc4x2::kIfcStateEnum_READWRITE
@ kIfcStateEnum_READWRITE
Definition: Ifc4x2Enum.h:5481
OdIfc4x2::kIfcWorkPlanTypeEnum_NOTDEFINED
@ kIfcWorkPlanTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6722
OdIfc4x2::IfcHeatExchangerTypeEnum::IfcHeatExchangerTypeEnum
IfcHeatExchangerTypeEnum(IfcHeatExchangerTypeEnum_ val)
Definition: Ifc4x2Enum.h:3252
OdIfc4x2::kIfcWindowStyleOperationEnum_TRIPLE_PANEL_HORIZONTAL
@ kIfcWindowStyleOperationEnum_TRIPLE_PANEL_HORIZONTAL
Definition: Ifc4x2Enum.h:6602
OdIfc4x2::StrToIfcArithmeticOperatorEnum
IfcArithmeticOperatorEnum StrToIfcArithmeticOperatorEnum(OdAnsiString val)
OdIfc4x2::IfcSpaceHeaterTypeEnum::IfcSpaceHeaterTypeEnum
IfcSpaceHeaterTypeEnum()
Definition: Ifc4x2Enum.h:5304
OdIfc4x2::IfcCostItemTypeEnum::IfcCostItemTypeEnum
IfcCostItemTypeEnum(const IfcCostItemTypeEnum &other)
Definition: Ifc4x2Enum.h:1593
OdIfc4x2::kIfcCompressorTypeEnum_SINGLESTAGE
@ kIfcCompressorTypeEnum_SINGLESTAGE
Definition: Ifc4x2Enum.h:1283
OdIfc4x2::kIfcValveTypeEnum_PRESSURERELIEF
@ kIfcValveTypeEnum_PRESSURERELIEF
Definition: Ifc4x2Enum.h:6310
OdIfc4x2::kIfcSpaceTypeEnum_PARKING
@ kIfcSpaceTypeEnum_PARKING
Definition: Ifc4x2Enum.h:5322
OdIfc4x2::IfcPerformanceHistoryTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4021
OdIfc4x2::kIfcConstructionMaterialResourceTypeEnum_NOTDEFINED
@ kIfcConstructionMaterialResourceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1447
OdIfc4x2::kIfcLampTypeEnum_OLED
@ kIfcLampTypeEnum_OLED
Definition: Ifc4x2Enum.h:3496
OdIfc4x2::kIfcSpatialZoneTypeEnum_LIGHTING
@ kIfcSpatialZoneTypeEnum_LIGHTING
Definition: Ifc4x2Enum.h:5353
OdIfc4x2::IfcAlarmTypeEnum::IfcAlarmTypeEnum
IfcAlarmTypeEnum(IfcAlarmTypeEnum_ val)
Definition: Ifc4x2Enum.h:312
OdIfc4x2::kIfcGridTypeEnum_IRREGULAR
@ kIfcGridTypeEnum_IRREGULAR
Definition: Ifc4x2Enum.h:3214
OdIfc4x2::kIfcChillerTypeEnum_AIRCOOLED
@ kIfcChillerTypeEnum_AIRCOOLED
Definition: Ifc4x2Enum.h:1101
OdIfc4x2::kIfcPumpTypeEnum_VERTICALTURBINE
@ kIfcPumpTypeEnum_VERTICALTURBINE
Definition: Ifc4x2Enum.h:4536
OdIfc4x2::kIfcRoleEnum_MANUFACTURER
@ kIfcRoleEnum_MANUFACTURER
Definition: Ifc4x2Enum.h:4858
OdIfc4x2::IfcFurnitureTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3114
OdIfc4x2::kIfcSIUnitName_COULOMB
@ kIfcSIUnitName_COULOMB
Definition: Ifc4x2Enum.h:4983
OdIfc4x2::IfcCableFittingTypeEnum_
IfcCableFittingTypeEnum_
Definition: Ifc4x2Enum.h:986
OdIfc4x2::kIfcWindowPanelOperationEnum_PIVOTVERTICAL
@ kIfcWindowPanelOperationEnum_PIVOTVERTICAL
Definition: Ifc4x2Enum.h:6504
OdIfc4x2::IfcEventTriggerTypeEnum::IfcEventTriggerTypeEnum
IfcEventTriggerTypeEnum()
Definition: Ifc4x2Enum.h:2781
OdIfc4x2::kIfcActionSourceTypeEnum_USERDEFINED
@ kIfcActionSourceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:94
OdIfc4x2::StrToIfcUnitaryEquipmentTypeEnum
IfcUnitaryEquipmentTypeEnum StrToIfcUnitaryEquipmentTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcConstructionEquipmentResourceTypeEnum_LIGHTING
@ kIfcConstructionEquipmentResourceTypeEnum_LIGHTING
Definition: Ifc4x2Enum.h:1409
OdIfc4x2::kIfcStairFlightTypeEnum_SPIRAL
@ kIfcStairFlightTypeEnum_SPIRAL
Definition: Ifc4x2Enum.h:5414
OdIfc4x2::IfcConstructionProductResourceTypeEnum_
IfcConstructionProductResourceTypeEnum_
Definition: Ifc4x2Enum.h:1471
OdIfc4x2::IfcSequenceEnum::IfcSequenceEnum
IfcSequenceEnum(IfcSequenceEnum_ val)
Definition: Ifc4x2Enum.h:5156
OdIfc4x2::kIfcWorkPlanTypeEnum_PLANNED
@ kIfcWorkPlanTypeEnum_PLANNED
Definition: Ifc4x2Enum.h:6720
OdIfc4x2::IfcVibrationDamperTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6357
OdIfc4x2::IfcAnalysisTheoryTypeEnum::IfcAnalysisTheoryTypeEnum
IfcAnalysisTheoryTypeEnum()
Definition: Ifc4x2Enum.h:392
OdIfc4x2::kIfcDoorTypeOperationEnum_DOUBLE_DOOR_DOUBLE_SWING
@ kIfcDoorTypeOperationEnum_DOUBLE_DOOR_DOUBLE_SWING
Definition: Ifc4x2Enum.h:2303
OdIfc4x2::kIfcCoveringTypeEnum_ROOFING
@ kIfcCoveringTypeEnum_ROOFING
Definition: Ifc4x2Enum.h:1644
OdIfc4x2::kIfcBenchmarkEnum_INCLUDES
@ kIfcBenchmarkEnum_INCLUDES
Definition: Ifc4x2Enum.h:665
OdIfc4x2::kIfcDistributionSystemEnum_unset
@ kIfcDistributionSystemEnum_unset
Definition: Ifc4x2Enum.h:2056
OdIfc4x2::kIfcProtectiveDeviceTrippingUnitTypeEnum_THERMAL
@ kIfcProtectiveDeviceTrippingUnitTypeEnum_THERMAL
Definition: Ifc4x2Enum.h:4472
OdIfc4x2::IfcPhysicalOrVirtualEnum::IfcPhysicalOrVirtualEnum
IfcPhysicalOrVirtualEnum(IfcPhysicalOrVirtualEnum_ val)
Definition: Ifc4x2Enum.h:4102
OdIfc4x2::IfcCurtainWallTypeEnum_
IfcCurtainWallTypeEnum_
Definition: Ifc4x2Enum.h:1703
OdIfc4x2::kIfcTaskTypeEnum_CONSTRUCTION
@ kIfcTaskTypeEnum_CONSTRUCTION
Definition: Ifc4x2Enum.h:5830
OdIfc4x2::kIfcFurnitureTypeEnum_SHELF
@ kIfcFurnitureTypeEnum_SHELF
Definition: Ifc4x2Enum.h:3100
OdIfc4x2::kIfcSwitchingDeviceTypeEnum_USERDEFINED
@ kIfcSwitchingDeviceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5719
OdIfc4x2::kIfcRoleEnum_MECHANICALENGINEER
@ kIfcRoleEnum_MECHANICALENGINEER
Definition: Ifc4x2Enum.h:4867
OdIfc4x2::IfcDuctFittingTypeEnum_
IfcDuctFittingTypeEnum_
Definition: Ifc4x2Enum.h:2338
OdIfc4x2::kIfcDistributionSystemEnum_COMPRESSEDAIR
@ kIfcDistributionSystemEnum_COMPRESSEDAIR
Definition: Ifc4x2Enum.h:2017
OdIfc4x2::kIfcDamperTypeEnum_GRAVITYRELIEFDAMPER
@ kIfcDamperTypeEnum_GRAVITYRELIEFDAMPER
Definition: Ifc4x2Enum.h:1764
OdIfc4x2::kIfcObjectTypeEnum_PRODUCT
@ kIfcObjectTypeEnum_PRODUCT
Definition: Ifc4x2Enum.h:3854
OdIfc4x2::StrToIfcAlarmTypeEnum
IfcAlarmTypeEnum StrToIfcAlarmTypeEnum(OdAnsiString val)
OdIfc4x2::IfcHeatExchangerTypeEnum_
IfcHeatExchangerTypeEnum_
Definition: Ifc4x2Enum.h:3239
OdIfc4x2::IfcFastenerTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2901
OdIfc4x2::IfcShadingDeviceTypeEnum::IfcShadingDeviceTypeEnum
IfcShadingDeviceTypeEnum(IfcShadingDeviceTypeEnum_ val)
Definition: Ifc4x2Enum.h:5184
OdIfc4x2::IfcBeamTypeEnum_
IfcBeamTypeEnum_
Definition: Ifc4x2Enum.h:560
OdIfc4x2::IfcTransitionCode_
IfcTransitionCode_
Definition: Ifc4x2Enum.h:6039
OdIfc4x2::IfcWorkCalendarTypeEnum
Definition: Ifc4x2Enum.h:6698
OdIfc4x2::IfcStateEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5496
OdIfc4x2::IfcControllerTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1516
OdIfc4x2::kIfcReinforcingBarTypeEnum_SHEAR
@ kIfcReinforcingBarTypeEnum_SHEAR
Definition: Ifc4x2Enum.h:4804
OdIfc4x2::kIfcElementAssemblyTypeEnum_unset
@ kIfcElementAssemblyTypeEnum_unset
Definition: Ifc4x2Enum.h:2628
OdIfc4x2::IfcLogicalOperatorEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3681
OdIfc4x2::IfcStackTerminalTypeEnum::IfcStackTerminalTypeEnum
IfcStackTerminalTypeEnum()
Definition: Ifc4x2Enum.h:5395
OdIfc4x2::IfcReinforcingMeshTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4844
OdIfc4x2::IfcWindowTypeEnum::IfcWindowTypeEnum
IfcWindowTypeEnum(IfcWindowTypeEnum_ val)
Definition: Ifc4x2Enum.h:6641
OdIfc4x2::IfcDamperTypeEnum::IfcDamperTypeEnum
IfcDamperTypeEnum(const IfcDamperTypeEnum &other)
Definition: Ifc4x2Enum.h:1776
OdIfc4x2::IfcDamperTypeEnum::IfcDamperTypeEnum
IfcDamperTypeEnum(IfcDamperTypeEnum_ val)
Definition: Ifc4x2Enum.h:1777
OdIfc4x2::IfcFlowMeterTypeEnum
Definition: Ifc4x2Enum.h:3045
OdIfc4x2::kIfcAirTerminalBoxTypeEnum_CONSTANTFLOW
@ kIfcAirTerminalBoxTypeEnum_CONSTANTFLOW
Definition: Ifc4x2Enum.h:205
OdIfc4x2::kIfcBearingTypeDisplacementEnum_GUIDED_TRANSVERSAL
@ kIfcBearingTypeDisplacementEnum_GUIDED_TRANSVERSAL
Definition: Ifc4x2Enum.h:600
OdIfc4x2::StrToIfcEngineTypeEnum
IfcEngineTypeEnum StrToIfcEngineTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcSpaceTypeEnum_NOTDEFINED
@ kIfcSpaceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5327
OdIfc4x2::IfcPlateTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcBeamTypeEnum
IfcBeamTypeEnum StrToIfcBeamTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcUnitEnum_ELECTRICVOLTAGEUNIT
@ kIfcUnitEnum_ELECTRICVOLTAGEUNIT
Definition: Ifc4x2Enum.h:6187
OdIfc4x2::IfcObjectTypeEnum
Definition: Ifc4x2Enum.h:3865
OdIfc4x2::kIfcDoorPanelPositionEnum_RIGHT
@ kIfcDoorPanelPositionEnum_RIGHT
Definition: Ifc4x2Enum.h:2170
OdIfc4x2::kIfcTubeBundleTypeEnum_unset
@ kIfcTubeBundleTypeEnum_unset
Definition: Ifc4x2Enum.h:6155
OdIfc4x2::IfcWasteTerminalTypeEnum_
IfcWasteTerminalTypeEnum_
Definition: Ifc4x2Enum.h:6464
OdIfc4x2::kIfcPipeSegmentTypeEnum_FLEXIBLESEGMENT
@ kIfcPipeSegmentTypeEnum_FLEXIBLESEGMENT
Definition: Ifc4x2Enum.h:4210
OdIfc4x2::kIfcPipeSegmentTypeEnum_GUTTER
@ kIfcPipeSegmentTypeEnum_GUTTER
Definition: Ifc4x2Enum.h:4212
OdIfc4x2::IfcVibrationDamperTypeEnum_
IfcVibrationDamperTypeEnum_
Definition: Ifc4x2Enum.h:6339
OdIfc4x2::IfcActionTypeEnum_
IfcActionTypeEnum_
Definition: Ifc4x2Enum.h:118
OdIfc4x2::IfcInventoryTypeEnum::IfcInventoryTypeEnum
IfcInventoryTypeEnum(IfcInventoryTypeEnum_ val)
Definition: Ifc4x2Enum.h:3376
OdIfc4x2::kIfcStructuralCurveMemberTypeEnum_unset
@ kIfcStructuralCurveMemberTypeEnum_unset
Definition: Ifc4x2Enum.h:5548
OdIfc4x2::kIfcSpaceTypeEnum_SPACE
@ kIfcSpaceTypeEnum_SPACE
Definition: Ifc4x2Enum.h:5321
OdIfc4x2::kIfcConstructionMaterialResourceTypeEnum_unset
@ kIfcConstructionMaterialResourceTypeEnum_unset
Definition: Ifc4x2Enum.h:1449
OdIfc4x2::kIfcConstraintEnum_HARD
@ kIfcConstraintEnum_HARD
Definition: Ifc4x2Enum.h:1377
OdIfc4x2::IfcBuildingSystemTypeEnum
Definition: Ifc4x2Enum.h:884
OdIfc4x2::kIfcDerivedUnitEnum_VAPORPERMEABILITYUNIT
@ kIfcDerivedUnitEnum_VAPORPERMEABILITYUNIT
Definition: Ifc4x2Enum.h:1838
OdIfc4x2::kIfcBearingTypeDisplacementEnum_unset
@ kIfcBearingTypeDisplacementEnum_unset
Definition: Ifc4x2Enum.h:603
OdIfc4x2::kIfcActionSourceTypeEnum_SNOW_S
@ kIfcActionSourceTypeEnum_SNOW_S
Definition: Ifc4x2Enum.h:72
OdIfc4x2::kIfcSequenceEnum_FINISH_START
@ kIfcSequenceEnum_FINISH_START
Definition: Ifc4x2Enum.h:5144
OdIfc4x2::StrToIfcVibrationDamperTypeEnum
IfcVibrationDamperTypeEnum StrToIfcVibrationDamperTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcFlowDirectionEnum_SOURCEANDSINK
@ kIfcFlowDirectionEnum_SOURCEANDSINK
Definition: Ifc4x2Enum.h:2978
OdIfc4x2::kIfcDerivedUnitEnum_LINEARMOMENTUNIT
@ kIfcDerivedUnitEnum_LINEARMOMENTUNIT
Definition: Ifc4x2Enum.h:1843
OdIfc4x2::kIfcSIUnitName_GRAY
@ kIfcSIUnitName_GRAY
Definition: Ifc4x2Enum.h:4988
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_P_SINGLEVALUE
@ kIfcSimplePropertyTemplateTypeEnum_P_SINGLEVALUE
Definition: Ifc4x2Enum.h:5199
OdIfc4x2::IfcMedicalDeviceTypeEnum
Definition: Ifc4x2Enum.h:3740
OdIfc4x2::IfcWorkScheduleTypeEnum::IfcWorkScheduleTypeEnum
IfcWorkScheduleTypeEnum(IfcWorkScheduleTypeEnum_ val)
Definition: Ifc4x2Enum.h:6759
OdIfc4x2::IfcJunctionBoxTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3405
OdIfc4x2::kIfcFurnitureTypeEnum_NOTDEFINED
@ kIfcFurnitureTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3103
OdIfc4x2::IfcFootingTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcPileConstructionEnum_PRECAST_CONCRETE
@ kIfcPileConstructionEnum_PRECAST_CONCRETE
Definition: Ifc4x2Enum.h:4119
OdIfc4x2::IfcCoolingTowerTypeEnum_
IfcCoolingTowerTypeEnum_
Definition: Ifc4x2Enum.h:1555
OdIfc4x2::StrToIfcPlateTypeEnum
IfcPlateTypeEnum StrToIfcPlateTypeEnum(OdAnsiString val)
OdIfc4x2::IfcCurveInterpolationEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1742
OdIfc4x2::kIfcRoleEnum_CONSULTANT
@ kIfcRoleEnum_CONSULTANT
Definition: Ifc4x2Enum.h:4875
OdIfc4x2::kIfcOccupantTypeEnum_LESSEE
@ kIfcOccupantTypeEnum_LESSEE
Definition: Ifc4x2Enum.h:3923
OdIfc4x2::kIfcWindowStyleOperationEnum_USERDEFINED
@ kIfcWindowStyleOperationEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6603
OdIfc4x2::kIfcEvaporatorTypeEnum_NOTDEFINED
@ kIfcEvaporatorTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2745
OdIfc4x2::kIfcActionTypeEnum_EXTRAORDINARY_A
@ kIfcActionTypeEnum_EXTRAORDINARY_A
Definition: Ifc4x2Enum.h:121
OdIfc4x2::kIfcTransformerTypeEnum_USERDEFINED
@ kIfcTransformerTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6015
OdIfc4x2::StrToIfcObjectiveEnum
IfcObjectiveEnum StrToIfcObjectiveEnum(OdAnsiString val)
OdIfc4x2::IfcTimeSeriesDataTypeEnum
Definition: Ifc4x2Enum.h:5990
OdIfc4x2::kIfcMotorConnectionTypeEnum_COUPLING
@ kIfcMotorConnectionTypeEnum_COUPLING
Definition: Ifc4x2Enum.h:3803
OdIfc4x2::kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVESLINGERSPACKAGEDAIRCOOLER
@ kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVESLINGERSPACKAGEDAIRCOOLER
Definition: Ifc4x2Enum.h:2706
OdIfc4x2::IfcTendonAnchorTypeEnum_
IfcTendonAnchorTypeEnum_
Definition: Ifc4x2Enum.h:5865
OdIfc4x2::IfcActuatorTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:164
OdIfc4x2::StrToIfcPileConstructionEnum
IfcPileConstructionEnum StrToIfcPileConstructionEnum(OdAnsiString val)
OdIfc4x2::StrToIfcConstructionMaterialResourceTypeEnum
IfcConstructionMaterialResourceTypeEnum StrToIfcConstructionMaterialResourceTypeEnum(OdAnsiString val)
OdIfc4x2::IfcGeographicElementTypeEnum
Definition: Ifc4x2Enum.h:3134
OdIfc4x2::kIfcFootingTypeEnum_STRIP_FOOTING
@ kIfcFootingTypeEnum_STRIP_FOOTING
Definition: Ifc4x2Enum.h:3069
OdIfc4x2::IfcMotorConnectionTypeEnum
Definition: Ifc4x2Enum.h:3810
OdIfc4x2::kIfcElementAssemblyTypeEnum_TRUSS
@ kIfcElementAssemblyTypeEnum_TRUSS
Definition: Ifc4x2Enum.h:2620
OdIfc4x2::kIfcCondenserTypeEnum_USERDEFINED
@ kIfcCondenserTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1325
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_SINK
@ kIfcSanitaryTerminalTypeEnum_SINK
Definition: Ifc4x2Enum.h:5037
OdIfc4x2::IfcDuctSegmentTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2384
OdIfc4x2::StrToIfcSpaceTypeEnum
IfcSpaceTypeEnum StrToIfcSpaceTypeEnum(OdAnsiString val)
OdIfc4x2::IfcCableCarrierSegmentTypeEnum::IfcCableCarrierSegmentTypeEnum
IfcCableCarrierSegmentTypeEnum(IfcCableCarrierSegmentTypeEnum_ val)
Definition: Ifc4x2Enum.h:972
OdIfc4x2::IfcTransformerTypeEnum::IfcTransformerTypeEnum
IfcTransformerTypeEnum()
Definition: Ifc4x2Enum.h:6023
OdIfc4x2::IfcJunctionBoxTypeEnum
Definition: Ifc4x2Enum.h:3398
OdIfc4x2::kIfcRoleEnum_ENGINEER
@ kIfcRoleEnum_ENGINEER
Definition: Ifc4x2Enum.h:4873
OdIfc4x2::kIfcActionSourceTypeEnum_DEAD_LOAD_G
@ kIfcActionSourceTypeEnum_DEAD_LOAD_G
Definition: Ifc4x2Enum.h:69
OdIfc4x2::StrToIfcPileTypeEnum
IfcPileTypeEnum StrToIfcPileTypeEnum(OdAnsiString val)
OdIfc4x2::IfcEvaporatorTypeEnum::IfcEvaporatorTypeEnum
IfcEvaporatorTypeEnum(IfcEvaporatorTypeEnum_ val)
Definition: Ifc4x2Enum.h:2754
OdIfc4x2::kIfcCostScheduleTypeEnum_unset
@ kIfcCostScheduleTypeEnum_unset
Definition: Ifc4x2Enum.h:1618
OdIfc4x2::kIfcTransportElementTypeEnum_ESCALATOR
@ kIfcTransportElementTypeEnum_ESCALATOR
Definition: Ifc4x2Enum.h:6097
OdIfc4x2::kIfcRecurrenceTypeEnum_WEEKLY
@ kIfcRecurrenceTypeEnum_WEEKLY
Definition: Ifc4x2Enum.h:4649
OdIfc4x2::IfcSimplePropertyTemplateTypeEnum::IfcSimplePropertyTemplateTypeEnum
IfcSimplePropertyTemplateTypeEnum()
Definition: Ifc4x2Enum.h:5217
OdIfc4x2::IfcWorkPlanTypeEnum_
IfcWorkPlanTypeEnum_
Definition: Ifc4x2Enum.h:6717
OdIfc4x2::IfcProjectOrderTypeEnum_
IfcProjectOrderTypeEnum_
Definition: Ifc4x2Enum.h:4355
OdIfc4x2::kIfcStructuralCurveActivityTypeEnum_USERDEFINED
@ kIfcStructuralCurveActivityTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5516
OdIfc4x2::kIfcWorkCalendarTypeEnum_FIRSTSHIFT
@ kIfcWorkCalendarTypeEnum_FIRSTSHIFT
Definition: Ifc4x2Enum.h:6690
OdIfc4x2::kIfcCompressorTypeEnum_BOOSTER
@ kIfcCompressorTypeEnum_BOOSTER
Definition: Ifc4x2Enum.h:1284
OdIfc4x2::kIfcMedicalDeviceTypeEnum_unset
@ kIfcMedicalDeviceTypeEnum_unset
Definition: Ifc4x2Enum.h:3737
OdIfc4x2::kIfcBuildingSystemTypeEnum_OUTERSHELL
@ kIfcBuildingSystemTypeEnum_OUTERSHELL
Definition: Ifc4x2Enum.h:874
OdIfc4x2::IfcWindowTypePartitioningEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6677
OdIfc4x2::kIfcElectricDistributionBoardTypeEnum_MOTORCONTROLCENTRE
@ kIfcElectricDistributionBoardTypeEnum_MOTORCONTROLCENTRE
Definition: Ifc4x2Enum.h:2469
OdIfc4x2::kIfcDocumentConfidentialityEnum_NOTDEFINED
@ kIfcDocumentConfidentialityEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2084
OdIfc4x2::kIfcLogicalOperatorEnum_LOGICALNOTOR
@ kIfcLogicalOperatorEnum_LOGICALNOTOR
Definition: Ifc4x2Enum.h:3670
OdIfc4x2::kIfcControllerTypeEnum_NOTDEFINED
@ kIfcControllerTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1505
OdIfc4x2::kIfcProtectiveDeviceTypeEnum_RESIDUALCURRENTCIRCUITBREAKER
@ kIfcProtectiveDeviceTypeEnum_RESIDUALCURRENTCIRCUITBREAKER
Definition: Ifc4x2Enum.h:4502
OdIfc4x2::IfcRoleEnum
Definition: Ifc4x2Enum.h:4883
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_SCANNER
@ kIfcCommunicationsApplianceTypeEnum_SCANNER
Definition: Ifc4x2Enum.h:1227
OdIfc4x2::kIfcAirToAirHeatRecoveryTypeEnum_ROTARYWHEEL
@ kIfcAirToAirHeatRecoveryTypeEnum_ROTARYWHEEL
Definition: Ifc4x2Enum.h:265
OdIfc4x2::StrToIfcLightDistributionCurveEnum
IfcLightDistributionCurveEnum StrToIfcLightDistributionCurveEnum(OdAnsiString val)
OdIfc4x2::IfcProjectionElementTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4425
OdIfc4x2::StrToIfcTaskDurationEnum
IfcTaskDurationEnum StrToIfcTaskDurationEnum(OdAnsiString val)
OdIfc4x2::IfcAudioVisualApplianceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcProcedureTypeEnum_DIAGNOSTIC
@ kIfcProcedureTypeEnum_DIAGNOSTIC
Definition: Ifc4x2Enum.h:4303
OdIfc4x2::IfcFireSuppressionTerminalTypeEnum::IfcFireSuppressionTerminalTypeEnum
IfcFireSuppressionTerminalTypeEnum(const IfcFireSuppressionTerminalTypeEnum &other)
Definition: Ifc4x2Enum.h:2960
OdIfc4x2::IfcProjectedOrTrueLengthEnum::IfcProjectedOrTrueLengthEnum
IfcProjectedOrTrueLengthEnum()
Definition: Ifc4x2Enum.h:4394
OdIfc4x2::kIfcDuctFittingTypeEnum_JUNCTION
@ kIfcDuctFittingTypeEnum_JUNCTION
Definition: Ifc4x2Enum.h:2343
OdIfc4x2::IfcUnitaryEquipmentTypeEnum::IfcUnitaryEquipmentTypeEnum
IfcUnitaryEquipmentTypeEnum(IfcUnitaryEquipmentTypeEnum_ val)
Definition: Ifc4x2Enum.h:6279
OdIfc4x2::kIfcJunctionBoxTypeEnum_POWER
@ kIfcJunctionBoxTypeEnum_POWER
Definition: Ifc4x2Enum.h:3392
OdIfc4x2::kIfcDerivedUnitEnum_MODULUSOFLINEARSUBGRADEREACTIONUNIT
@ kIfcDerivedUnitEnum_MODULUSOFLINEARSUBGRADEREACTIONUNIT
Definition: Ifc4x2Enum.h:1857
OdIfc4x2::kIfcDoorStyleConstructionEnum_STEEL
@ kIfcDoorStyleConstructionEnum_STEEL
Definition: Ifc4x2Enum.h:2197
OdIfc4x2::kIfcSwitchingDeviceTypeEnum_TOGGLESWITCH
@ kIfcSwitchingDeviceTypeEnum_TOGGLESWITCH
Definition: Ifc4x2Enum.h:5718
OdIfc4x2::kIfcDoorStyleOperationEnum_unset
@ kIfcDoorStyleOperationEnum_unset
Definition: Ifc4x2Enum.h:2245
OdIfc4x2::IfcFlowDirectionEnum_
IfcFlowDirectionEnum_
Definition: Ifc4x2Enum.h:2975
OdIfc4x2::kIfcProtectiveDeviceTypeEnum_FUSEDISCONNECTOR
@ kIfcProtectiveDeviceTypeEnum_FUSEDISCONNECTOR
Definition: Ifc4x2Enum.h:4501
OdIfc4x2::kIfcInternalOrExternalEnum_EXTERNAL
@ kIfcInternalOrExternalEnum_EXTERNAL
Definition: Ifc4x2Enum.h:3335
OdIfc4x2::IfcDistributionChamberElementTypeEnum::IfcDistributionChamberElementTypeEnum
IfcDistributionChamberElementTypeEnum(const IfcDistributionChamberElementTypeEnum &other)
Definition: Ifc4x2Enum.h:1967
OdIfc4x2::kIfcBearingTypeEnum_CYLINDRICAL
@ kIfcBearingTypeEnum_CYLINDRICAL
Definition: Ifc4x2Enum.h:626
OdIfc4x2::kIfcReinforcingBarTypeEnum_LIGATURE
@ kIfcReinforcingBarTypeEnum_LIGATURE
Definition: Ifc4x2Enum.h:4800
OdIfc4x2::kIfcFilterTypeEnum_WATERFILTER
@ kIfcFilterTypeEnum_WATERFILTER
Definition: Ifc4x2Enum.h:2920
OdIfc4x2::kIfcBenchmarkEnum_EQUALTO
@ kIfcBenchmarkEnum_EQUALTO
Definition: Ifc4x2Enum.h:663
OdIfc4x2::kIfcSIUnitName_PASCAL
@ kIfcSIUnitName_PASCAL
Definition: Ifc4x2Enum.h:4999
OdIfc4x2::StrToIfcRoofTypeEnum
IfcRoofTypeEnum StrToIfcRoofTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcElectricDistributionBoardTypeEnum_unset
@ kIfcElectricDistributionBoardTypeEnum_unset
Definition: Ifc4x2Enum.h:2473
OdIfc4x2::kIfcStructuralCurveActivityTypeEnum_SINUS
@ kIfcStructuralCurveActivityTypeEnum_SINUS
Definition: Ifc4x2Enum.h:5513
OdIfc4x2::IfcConnectionTypeEnum::IfcConnectionTypeEnum
IfcConnectionTypeEnum()
Definition: Ifc4x2Enum.h:1360
OdIfc4x2::IfcReinforcingBarRoleEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4760
OdIfc4x2::StrToIfcDistributionPortTypeEnum
IfcDistributionPortTypeEnum StrToIfcDistributionPortTypeEnum(OdAnsiString val)
OdIfc4x2::IfcWindowStyleOperationEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6614
OdIfc4x2::kIfcPerformanceHistoryTypeEnum_USERDEFINED
@ kIfcPerformanceHistoryTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4010
OdIfc4x2::IfcWindowStyleOperationEnum::IfcWindowStyleOperationEnum
IfcWindowStyleOperationEnum(const IfcWindowStyleOperationEnum &other)
Definition: Ifc4x2Enum.h:6612
OdIfc4x2::kIfcGeometricProjectionEnum_PLAN_VIEW
@ kIfcGeometricProjectionEnum_PLAN_VIEW
Definition: Ifc4x2Enum.h:3157
OdIfc4x2::kIfcCoilTypeEnum_unset
@ kIfcCoilTypeEnum_unset
Definition: Ifc4x2Enum.h:1163
OdIfc4x2::kIfcDistributionChamberElementTypeEnum_METERCHAMBER
@ kIfcDistributionChamberElementTypeEnum_METERCHAMBER
Definition: Ifc4x2Enum.h:1954
OdIfc4x2::kIfcLaborResourceTypeEnum_GENERAL
@ kIfcLaborResourceTypeEnum_GENERAL
Definition: Ifc4x2Enum.h:3453
OdIfc4x2::kIfcSensorTypeEnum_RADIATIONSENSOR
@ kIfcSensorTypeEnum_RADIATIONSENSOR
Definition: Ifc4x2Enum.h:5111
OdIfc4x2::IfcCurveInterpolationEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcHumidifierTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3292
OdIfc4x2::kIfcBeamTypeEnum_BEAM
@ kIfcBeamTypeEnum_BEAM
Definition: Ifc4x2Enum.h:561
OdIfc4x2::IfcEngineTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2690
OdIfc4x2::kIfcWindowTypeEnum_USERDEFINED
@ kIfcWindowTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6631
OdIfc4x2::IfcTextPath_
IfcTextPath_
Definition: Ifc4x2Enum.h:5952
OdIfc4x2::kIfcBearingTypeEnum_unset
@ kIfcBearingTypeEnum_unset
Definition: Ifc4x2Enum.h:636
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_CISTERN
@ kIfcSanitaryTerminalTypeEnum_CISTERN
Definition: Ifc4x2Enum.h:5035
OdIfc4x2::IfcSequenceEnum::IfcSequenceEnum
IfcSequenceEnum()
Definition: Ifc4x2Enum.h:5154
OdIfc4x2::StrToIfcFlowInstrumentTypeEnum
IfcFlowInstrumentTypeEnum StrToIfcFlowInstrumentTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcProjectionElementTypeEnum
IfcProjectionElementTypeEnum StrToIfcProjectionElementTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcDistributionChamberElementTypeEnum_FORMEDDUCT
@ kIfcDistributionChamberElementTypeEnum_FORMEDDUCT
Definition: Ifc4x2Enum.h:1950
OdIfc4x2::kIfcWindowPanelOperationEnum_unset
@ kIfcWindowPanelOperationEnum_unset
Definition: Ifc4x2Enum.h:6511
OdIfc4x2::kIfcActionSourceTypeEnum_CREEP
@ kIfcActionSourceTypeEnum_CREEP
Definition: Ifc4x2Enum.h:86
OdIfc4x2::kIfcSystemFurnitureElementTypeEnum_NOTDEFINED
@ kIfcSystemFurnitureElementTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5747
OdIfc4x2::kIfcSIUnitName_FARAD
@ kIfcSIUnitName_FARAD
Definition: Ifc4x2Enum.h:4986
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_NOTDEFINED
@ kIfcMechanicalFastenerTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3706
OdIfc4x2::IfcDoorStyleConstructionEnum::IfcDoorStyleConstructionEnum
IfcDoorStyleConstructionEnum(IfcDoorStyleConstructionEnum_ val)
Definition: Ifc4x2Enum.h:2212
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_CAMERA
@ kIfcAudioVisualApplianceTypeEnum_CAMERA
Definition: Ifc4x2Enum.h:463
OdIfc4x2::StrToIfcElectricFlowStorageDeviceTypeEnum
IfcElectricFlowStorageDeviceTypeEnum StrToIfcElectricFlowStorageDeviceTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_PROJECTOR
@ kIfcAudioVisualApplianceTypeEnum_PROJECTOR
Definition: Ifc4x2Enum.h:467
OdIfc4x2::kIfcReflectanceMethodEnum_PLASTIC
@ kIfcReflectanceMethodEnum_PLASTIC
Definition: Ifc4x2Enum.h:4714
OdIfc4x2::IfcElementCompositionEnum_
IfcElementCompositionEnum_
Definition: Ifc4x2Enum.h:2650
OdIfc4x2::kIfcPlateTypeEnum_unset
@ kIfcPlateTypeEnum_unset
Definition: Ifc4x2Enum.h:4250
OdIfc4x2::kIfcAirToAirHeatRecoveryTypeEnum_NOTDEFINED
@ kIfcAirToAirHeatRecoveryTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:272
OdIfc4x2::StrToIfcWindowPanelOperationEnum
IfcWindowPanelOperationEnum StrToIfcWindowPanelOperationEnum(OdAnsiString val)
OdIfc4x2::IfcInterceptorTypeEnum::IfcInterceptorTypeEnum
IfcInterceptorTypeEnum()
Definition: Ifc4x2Enum.h:3317
OdIfc4x2::kIfcStateEnum_READONLYLOCKED
@ kIfcStateEnum_READONLYLOCKED
Definition: Ifc4x2Enum.h:5485
OdIfc4x2::IfcProjectedOrTrueLengthEnum_
IfcProjectedOrTrueLengthEnum_
Definition: Ifc4x2Enum.h:4385
OdIfc4x2::IfcBuildingElementPartTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:828
OdIfc4x2::IfcVoidingFeatureTypeEnum::IfcVoidingFeatureTypeEnum
IfcVoidingFeatureTypeEnum()
Definition: Ifc4x2Enum.h:6413
OdIfc4x2::IfcDataOriginEnum::IfcDataOriginEnum
IfcDataOriginEnum(IfcDataOriginEnum_ val)
Definition: Ifc4x2Enum.h:1805
OdIfc4x2::IfcDataOriginEnum
Definition: Ifc4x2Enum.h:1800
OdIfc4x2::StrToIfcShadingDeviceTypeEnum
IfcShadingDeviceTypeEnum StrToIfcShadingDeviceTypeEnum(OdAnsiString val)
OdIfc4x2::IfcAirTerminalTypeEnum_
IfcAirTerminalTypeEnum_
Definition: Ifc4x2Enum.h:232
OdIfc4x2::kIfcChangeActionEnum_ADDED
@ kIfcChangeActionEnum_ADDED
Definition: Ifc4x2Enum.h:1075
OdIfc4x2::kIfcWasteTerminalTypeEnum_WASTEDISPOSALUNIT
@ kIfcWasteTerminalTypeEnum_WASTEDISPOSALUNIT
Definition: Ifc4x2Enum.h:6470
OdIfc4x2::IfcStairTypeEnum::IfcStairTypeEnum
IfcStairTypeEnum()
Definition: Ifc4x2Enum.h:5464
OdIfc4x2::IfcTextPath::IfcTextPath
IfcTextPath(IfcTextPath_ val)
Definition: Ifc4x2Enum.h:5965
OdIfc4x2::StrToIfcPipeFittingTypeEnum
IfcPipeFittingTypeEnum StrToIfcPipeFittingTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcElectricGeneratorTypeEnum_USERDEFINED
@ kIfcElectricGeneratorTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2529
OdIfc4x2::IfcSectionTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcCoveringTypeEnum_USERDEFINED
@ kIfcCoveringTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1652
OdIfc4x2::kIfcSlabTypeEnum_NOTDEFINED
@ kIfcSlabTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5243
OdIfc4x2::IfcGeometricProjectionEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3173
OdIfc4x2::kIfcChillerTypeEnum_USERDEFINED
@ kIfcChillerTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1104
OdIfc4x2::kIfcWindowPanelOperationEnum_TILTANDTURNLEFTHAND
@ kIfcWindowPanelOperationEnum_TILTANDTURNLEFTHAND
Definition: Ifc4x2Enum.h:6500
OdIfc4x2::IfcDoorStyleConstructionEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2213
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_COMPUTER
@ kIfcCommunicationsApplianceTypeEnum_COMPUTER
Definition: Ifc4x2Enum.h:1217
OdIfc4x2::kIfcDoorPanelOperationEnum_SLIDING
@ kIfcDoorPanelOperationEnum_SLIDING
Definition: Ifc4x2Enum.h:2138
OdIfc4x2::IfcTrimmingPreference
Definition: Ifc4x2Enum.h:6132
OdIfc4x2::kIfcDoorTypeOperationEnum_SLIDING_TO_LEFT
@ kIfcDoorTypeOperationEnum_SLIDING_TO_LEFT
Definition: Ifc4x2Enum.h:2304
OdIfc4x2::StrToIfcFilterTypeEnum
IfcFilterTypeEnum StrToIfcFilterTypeEnum(OdAnsiString val)
OdIfc4x2::IfcFastenerTypeEnum::IfcFastenerTypeEnum
IfcFastenerTypeEnum(const IfcFastenerTypeEnum &other)
Definition: Ifc4x2Enum.h:2899
OdIfc4x2::kIfcElementCompositionEnum_ELEMENT
@ kIfcElementCompositionEnum_ELEMENT
Definition: Ifc4x2Enum.h:2652
OdIfc4x2::kIfcOutletTypeEnum_unset
@ kIfcOutletTypeEnum_unset
Definition: Ifc4x2Enum.h:3987
OdIfc4x2::IfcFlowInstrumentTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3023
OdIfc4x2::kIfcDataOriginEnum_SIMULATED
@ kIfcDataOriginEnum_SIMULATED
Definition: Ifc4x2Enum.h:1794
OdIfc4x2::kIfcAlarmTypeEnum_SIREN
@ kIfcAlarmTypeEnum_SIREN
Definition: Ifc4x2Enum.h:300
OdIfc4x2::IfcDoorPanelOperationEnum_
IfcDoorPanelOperationEnum_
Definition: Ifc4x2Enum.h:2135
OdIfc4x2::kIfcDoorStyleConstructionEnum_ALUMINIUM_PLASTIC
@ kIfcDoorStyleConstructionEnum_ALUMINIUM_PLASTIC
Definition: Ifc4x2Enum.h:2200
OdIfc4x2::IfcWindowStyleConstructionEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcAirTerminalTypeEnum::IfcAirTerminalTypeEnum
IfcAirTerminalTypeEnum()
Definition: Ifc4x2Enum.h:245
OdIfc4x2::IfcBeamTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:585
OdIfc4x2::StrToIfcSanitaryTerminalTypeEnum
IfcSanitaryTerminalTypeEnum StrToIfcSanitaryTerminalTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcLampTypeEnum_unset
@ kIfcLampTypeEnum_unset
Definition: Ifc4x2Enum.h:3500
OdIfc4x2::IfcFlowDirectionEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2990
OdIfc4x2::kIfcAlarmTypeEnum_USERDEFINED
@ kIfcAlarmTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:302
OdIfc4x2::IfcDoorStyleOperationEnum::IfcDoorStyleOperationEnum
IfcDoorStyleOperationEnum(IfcDoorStyleOperationEnum_ val)
Definition: Ifc4x2Enum.h:2253
OdIfc4x2::kIfcCrewResourceTypeEnum_USERDEFINED
@ kIfcCrewResourceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1679
OdIfc4x2::kIfcMemberTypeEnum_STIFFENING_RIB
@ kIfcMemberTypeEnum_STIFFENING_RIB
Definition: Ifc4x2Enum.h:3772
OdIfc4x2::kIfcAssemblyPlaceEnum_NOTDEFINED
@ kIfcAssemblyPlaceEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:438
OdIfc4x2::kIfcCableFittingTypeEnum_ENTRY
@ kIfcCableFittingTypeEnum_ENTRY
Definition: Ifc4x2Enum.h:988
OdIfc4x2::IfcPhysicalOrVirtualEnum::IfcPhysicalOrVirtualEnum
IfcPhysicalOrVirtualEnum(const IfcPhysicalOrVirtualEnum &other)
Definition: Ifc4x2Enum.h:4101
OdIfc4x2::kIfcTextPath_RIGHT
@ kIfcTextPath_RIGHT
Definition: Ifc4x2Enum.h:5954
OdIfc4x2::IfcCooledBeamTypeEnum::IfcCooledBeamTypeEnum
IfcCooledBeamTypeEnum()
Definition: Ifc4x2Enum.h:1539
OdIfc4x2::IfcFlowMeterTypeEnum::IfcFlowMeterTypeEnum
IfcFlowMeterTypeEnum(IfcFlowMeterTypeEnum_ val)
Definition: Ifc4x2Enum.h:3050
OdIfc4x2::IfcBSplineCurveForm_
IfcBSplineCurveForm_
Definition: Ifc4x2Enum.h:497
OdIfc4x2::kIfcDerivedUnitEnum_VOLUMETRICFLOWRATEUNIT
@ kIfcDerivedUnitEnum_VOLUMETRICFLOWRATEUNIT
Definition: Ifc4x2Enum.h:1839
OdIfc4x2::IfcProtectiveDeviceTypeEnum::IfcProtectiveDeviceTypeEnum
IfcProtectiveDeviceTypeEnum(IfcProtectiveDeviceTypeEnum_ val)
Definition: Ifc4x2Enum.h:4515
OdIfc4x2::kIfcActionTypeEnum_NOTDEFINED
@ kIfcActionTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:123
OdIfc4x2::IfcTransitionCode
Definition: Ifc4x2Enum.h:6047
OdIfc4x2::kIfcGridTypeEnum_TRIANGULAR
@ kIfcGridTypeEnum_TRIANGULAR
Definition: Ifc4x2Enum.h:3213
OdIfc4x2::kIfcDistributionSystemEnum_HEATING
@ kIfcDistributionSystemEnum_HEATING
Definition: Ifc4x2Enum.h:2034
OdIfc4x2::IfcVibrationDamperTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcTubeBundleTypeEnum::IfcTubeBundleTypeEnum
IfcTubeBundleTypeEnum()
Definition: Ifc4x2Enum.h:6161
OdIfc4x2::kIfcRoofTypeEnum_BUTTERFLY_ROOF
@ kIfcRoofTypeEnum_BUTTERFLY_ROOF
Definition: Ifc4x2Enum.h:4912
OdIfc4x2::IfcFilterTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2933
OdIfc4x2::IfcRampFlightTypeEnum::IfcRampFlightTypeEnum
IfcRampFlightTypeEnum()
Definition: Ifc4x2Enum.h:4600
OdIfc4x2::kIfcCableSegmentTypeEnum_USERDEFINED
@ kIfcCableSegmentTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1021
OdIfc4x2::kIfcValveTypeEnum_DRAWOFFCOCK
@ kIfcValveTypeEnum_DRAWOFFCOCK
Definition: Ifc4x2Enum.h:6300
OdIfc4x2::IfcProfileTypeEnum::IfcProfileTypeEnum
IfcProfileTypeEnum(const IfcProfileTypeEnum &other)
Definition: Ifc4x2Enum.h:4340
OdIfc4x2::IfcFootingTypeEnum::IfcFootingTypeEnum
IfcFootingTypeEnum(IfcFootingTypeEnum_ val)
Definition: Ifc4x2Enum.h:3080
OdIfc4x2::kIfcElectricMotorTypeEnum_RELUCTANCESYNCHRONOUS
@ kIfcElectricMotorTypeEnum_RELUCTANCESYNCHRONOUS
Definition: Ifc4x2Enum.h:2557
OdIfc4x2::StrToIfcTrimmingPreference
IfcTrimmingPreference StrToIfcTrimmingPreference(OdAnsiString val)
OdIfc4x2::kIfcTransportElementTypeEnum_USERDEFINED
@ kIfcTransportElementTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6101
OdIfc4x2::StrToIfcColumnTypeEnum
IfcColumnTypeEnum StrToIfcColumnTypeEnum(OdAnsiString val)
OdIfc4x2::IfcGlobalOrLocalEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3197
OdIfc4x2::IfcElectricApplianceTypeEnum::IfcElectricApplianceTypeEnum
IfcElectricApplianceTypeEnum()
Definition: Ifc4x2Enum.h:2450
OdIfc4x2::IfcObjectTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3872
OdIfc4x2::kIfcFlowInstrumentTypeEnum_NOTDEFINED
@ kIfcFlowInstrumentTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3012
OdIfc4x2::IfcCooledBeamTypeEnum_
IfcCooledBeamTypeEnum_
Definition: Ifc4x2Enum.h:1528
OdIfc4x2::IfcSIUnitName::nullify
void nullify()
Definition: Ifc4x2Enum.h:5020
OdIfc4x2::StrToIfcHeatExchangerTypeEnum
IfcHeatExchangerTypeEnum StrToIfcHeatExchangerTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcCableFittingTypeEnum_EXIT
@ kIfcCableFittingTypeEnum_EXIT
Definition: Ifc4x2Enum.h:989
OdIfc4x2::kIfcPreferredSurfaceCurveRepresentation_PCURVE_S1
@ kIfcPreferredSurfaceCurveRepresentation_PCURVE_S1
Definition: Ifc4x2Enum.h:4274
OdIfc4x2::IfcInterceptorTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3320
OdIfc4x2::kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVEAIRWASHER
@ kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVEAIRWASHER
Definition: Ifc4x2Enum.h:2708
OdIfc4x2::kIfcLaborResourceTypeEnum_ADMINISTRATION
@ kIfcLaborResourceTypeEnum_ADMINISTRATION
Definition: Ifc4x2Enum.h:3445
OdIfc4x2::kIfcRoleEnum_COSTENGINEER
@ kIfcRoleEnum_COSTENGINEER
Definition: Ifc4x2Enum.h:4863
OdIfc4x2::kIfcDerivedUnitEnum_ACCELERATIONUNIT
@ kIfcDerivedUnitEnum_ACCELERATIONUNIT
Definition: Ifc4x2Enum.h:1851
OdIfc4x2::kIfcWindowTypePartitioningEnum_TRIPLE_PANEL_HORIZONTAL
@ kIfcWindowTypePartitioningEnum_TRIPLE_PANEL_HORIZONTAL
Definition: Ifc4x2Enum.h:6664
OdIfc4x2::IfcAddressTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcTextPath::IfcTextPath
IfcTextPath()
Definition: Ifc4x2Enum.h:5963
OdIfc4x2::kIfcReinforcingBarTypeEnum_STUD
@ kIfcReinforcingBarTypeEnum_STUD
Definition: Ifc4x2Enum.h:4805
OdIfc4x2::kIfcProfileTypeEnum_CURVE
@ kIfcProfileTypeEnum_CURVE
Definition: Ifc4x2Enum.h:4331
OdIfc4x2::kIfcRoleEnum_PROJECTMANAGER
@ kIfcRoleEnum_PROJECTMANAGER
Definition: Ifc4x2Enum.h:4869
OdIfc4x2::IfcCoveringTypeEnum::IfcCoveringTypeEnum
IfcCoveringTypeEnum()
Definition: Ifc4x2Enum.h:1660
OdIfc4x2::kIfcWallTypeEnum_NOTDEFINED
@ kIfcWallTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6441
OdIfc4x2::IfcLightEmissionSourceEnum_
IfcLightEmissionSourceEnum_
Definition: Ifc4x2Enum.h:3575
OdIfc4x2::kIfcTransitionCode_DISCONTINUOUS
@ kIfcTransitionCode_DISCONTINUOUS
Definition: Ifc4x2Enum.h:6040
OdIfc4x2::kIfcRecurrenceTypeEnum_YEARLY_BY_DAY_OF_MONTH
@ kIfcRecurrenceTypeEnum_YEARLY_BY_DAY_OF_MONTH
Definition: Ifc4x2Enum.h:4654
OdIfc4x2::IfcProjectOrderTypeEnum::IfcProjectOrderTypeEnum
IfcProjectOrderTypeEnum(IfcProjectOrderTypeEnum_ val)
Definition: Ifc4x2Enum.h:4371
OdIfc4x2::IfcDoorStyleConstructionEnum
Definition: Ifc4x2Enum.h:2207
OdIfc4x2::kIfcHumidifierTypeEnum_ADIABATICRIGIDMEDIA
@ kIfcHumidifierTypeEnum_ADIABATICRIGIDMEDIA
Definition: Ifc4x2Enum.h:3273
OdIfc4x2::kIfcPermitTypeEnum_WORK
@ kIfcPermitTypeEnum_WORK
Definition: Ifc4x2Enum.h:4065
OdIfc4x2::IfcSlabTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5254
OdIfc4x2::IfcDoorTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2282
OdIfc4x2::kIfcUnitaryEquipmentTypeEnum_ROOFTOPUNIT
@ kIfcUnitaryEquipmentTypeEnum_ROOFTOPUNIT
Definition: Ifc4x2Enum.h:6268
OdIfc4x2::IfcStairFlightTypeEnum
Definition: Ifc4x2Enum.h:5422
OdIfc4x2::IfcFastenerTypeEnum::IfcFastenerTypeEnum
IfcFastenerTypeEnum(IfcFastenerTypeEnum_ val)
Definition: Ifc4x2Enum.h:2900
OdIfc4x2::IfcAlarmTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcReflectanceMethodEnum_
IfcReflectanceMethodEnum_
Definition: Ifc4x2Enum.h:4706
OdIfc4x2
Definition: Ifc4x2CollectionTypes.h:33
OdIfc4x2::kIfcEvaporativeCoolerTypeEnum_NOTDEFINED
@ kIfcEvaporativeCoolerTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2714
OdIfc4x2::IfcCostScheduleTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcElectricMotorTypeEnum_unset
@ kIfcElectricMotorTypeEnum_unset
Definition: Ifc4x2Enum.h:2561
OdIfc4x2::kIfcBridgePartTypeEnum_DECK_SEGMENT
@ kIfcBridgePartTypeEnum_DECK_SEGMENT
Definition: Ifc4x2Enum.h:747
OdIfc4x2::IfcEvaporativeCoolerTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2725
OdIfc4x2::IfcTendonConduitTypeEnum_
IfcTendonConduitTypeEnum_
Definition: Ifc4x2Enum.h:5893
OdIfc4x2::kIfcInventoryTypeEnum_ASSETINVENTORY
@ kIfcInventoryTypeEnum_ASSETINVENTORY
Definition: Ifc4x2Enum.h:3363
OdIfc4x2::IfcGeographicElementTypeEnum::IfcGeographicElementTypeEnum
IfcGeographicElementTypeEnum()
Definition: Ifc4x2Enum.h:3137
OdIfc4x2::IfcWindowTypePartitioningEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcLampTypeEnum_TUNGSTENFILAMENT
@ kIfcLampTypeEnum_TUNGSTENFILAMENT
Definition: Ifc4x2Enum.h:3497
OdIfc4x2::kIfcUnitEnum_PLANEANGLEUNIT
@ kIfcUnitEnum_PLANEANGLEUNIT
Definition: Ifc4x2Enum.h:6199
OdIfc4x2::kIfcObjectiveEnum_REQUIREMENT
@ kIfcObjectiveEnum_REQUIREMENT
Definition: Ifc4x2Enum.h:3893
OdIfc4x2::kIfcDamperTypeEnum_GRAVITYDAMPER
@ kIfcDamperTypeEnum_GRAVITYDAMPER
Definition: Ifc4x2Enum.h:1763
OdIfc4x2::IfcColumnTypeEnum::IfcColumnTypeEnum
IfcColumnTypeEnum(IfcColumnTypeEnum_ val)
Definition: Ifc4x2Enum.h:1201
OdIfc4x2::IfcLoadGroupTypeEnum_
IfcLoadGroupTypeEnum_
Definition: Ifc4x2Enum.h:3637
OdIfc4x2::kIfcCableFittingTypeEnum_JUNCTION
@ kIfcCableFittingTypeEnum_JUNCTION
Definition: Ifc4x2Enum.h:990
OdIfc4x2::IfcUnitaryControlElementTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6250
OdIfc4x2::IfcCoolingTowerTypeEnum::IfcCoolingTowerTypeEnum
IfcCoolingTowerTypeEnum(const IfcCoolingTowerTypeEnum &other)
Definition: Ifc4x2Enum.h:1568
OdIfc4x2::kIfcAnalysisTheoryTypeEnum_unset
@ kIfcAnalysisTheoryTypeEnum_unset
Definition: Ifc4x2Enum.h:386
OdIfc4x2::kIfcFireSuppressionTerminalTypeEnum_USERDEFINED
@ kIfcFireSuppressionTerminalTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2951
OdIfc4x2::IfcChimneyTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1140
OdIfc4x2::kIfcSensorTypeEnum_unset
@ kIfcSensorTypeEnum_unset
Definition: Ifc4x2Enum.h:5119
OdIfc4x2::IfcSurfaceFeatureTypeEnum::IfcSurfaceFeatureTypeEnum
IfcSurfaceFeatureTypeEnum(const IfcSurfaceFeatureTypeEnum &other)
Definition: Ifc4x2Enum.h:5668
OdIfc4x2::kIfcWindowPanelPositionEnum_LEFT
@ kIfcWindowPanelPositionEnum_LEFT
Definition: Ifc4x2Enum.h:6534
OdIfc4x2::kIfcPlateTypeEnum_SHEET
@ kIfcPlateTypeEnum_SHEET
Definition: Ifc4x2Enum.h:4240
OdIfc4x2::kIfcTendonConduitTypeEnum_TRUMPET
@ kIfcTendonConduitTypeEnum_TRUMPET
Definition: Ifc4x2Enum.h:5897
OdIfc4x2::IfcSlabTypeEnum_
IfcSlabTypeEnum_
Definition: Ifc4x2Enum.h:5233
OdIfc4x2::kIfcAirToAirHeatRecoveryTypeEnum_RUNAROUNDCOILLOOP
@ kIfcAirToAirHeatRecoveryTypeEnum_RUNAROUNDCOILLOOP
Definition: Ifc4x2Enum.h:266
OdIfc4x2::kIfcWindowTypePartitioningEnum_DOUBLE_PANEL_VERTICAL
@ kIfcWindowTypePartitioningEnum_DOUBLE_PANEL_VERTICAL
Definition: Ifc4x2Enum.h:6657
OdIfc4x2::IfcGlobalOrLocalEnum
Definition: Ifc4x2Enum.h:3191
OdIfc4x2::IfcDiscreteAccessoryTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1937
OdIfc4x2::kIfcDerivedUnitEnum_HEATINGVALUEUNIT
@ kIfcDerivedUnitEnum_HEATINGVALUEUNIT
Definition: Ifc4x2Enum.h:1853
OdIfc4x2::IfcMotorConnectionTypeEnum::IfcMotorConnectionTypeEnum
IfcMotorConnectionTypeEnum(const IfcMotorConnectionTypeEnum &other)
Definition: Ifc4x2Enum.h:3814
OdIfc4x2::IfcCoolingTowerTypeEnum
Definition: Ifc4x2Enum.h:1564
OdIfc4x2::IfcPhysicalOrVirtualEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4104
OdIfc4x2::kIfcInterceptorTypeEnum_CYCLONIC
@ kIfcInterceptorTypeEnum_CYCLONIC
Definition: Ifc4x2Enum.h:3305
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_URINAL
@ kIfcSanitaryTerminalTypeEnum_URINAL
Definition: Ifc4x2Enum.h:5040
OdIfc4x2::IfcNullStyle::toStr
OdAnsiString toStr()
OdIfc4x2::IfcWorkScheduleTypeEnum::IfcWorkScheduleTypeEnum
IfcWorkScheduleTypeEnum(const IfcWorkScheduleTypeEnum &other)
Definition: Ifc4x2Enum.h:6758
OdIfc4x2::kIfcAddressTypeEnum_DISTRIBUTIONPOINT
@ kIfcAddressTypeEnum_DISTRIBUTIONPOINT
Definition: Ifc4x2Enum.h:180
OdIfc4x2::IfcElementAssemblyTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2637
OdIfc4x2::IfcUnitaryEquipmentTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6281
OdIfc4x2::IfcTransportElementTypeEnum::IfcTransportElementTypeEnum
IfcTransportElementTypeEnum(IfcTransportElementTypeEnum_ val)
Definition: Ifc4x2Enum.h:6111
OdIfc4x2::StrToIfcOutletTypeEnum
IfcOutletTypeEnum StrToIfcOutletTypeEnum(OdAnsiString val)
OdIfc4x2::IfcCableSegmentTypeEnum::IfcCableSegmentTypeEnum
IfcCableSegmentTypeEnum()
Definition: Ifc4x2Enum.h:1029
OdIfc4x2::kIfcFastenerTypeEnum_unset
@ kIfcFastenerTypeEnum_unset
Definition: Ifc4x2Enum.h:2892
OdIfc4x2::IfcPumpTypeEnum::IfcPumpTypeEnum
IfcPumpTypeEnum(const IfcPumpTypeEnum &other)
Definition: Ifc4x2Enum.h:4546
OdIfc4x2::StrToIfcLightFixtureTypeEnum
IfcLightFixtureTypeEnum StrToIfcLightFixtureTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcWindowPanelPositionEnum_NOTDEFINED
@ kIfcWindowPanelPositionEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6539
OdIfc4x2::IfcVoidingFeatureTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcWindowTypePartitioningEnum_unset
@ kIfcWindowTypePartitioningEnum_unset
Definition: Ifc4x2Enum.h:6667
OdIfc4x2::kIfcChillerTypeEnum_HEATRECOVERY
@ kIfcChillerTypeEnum_HEATRECOVERY
Definition: Ifc4x2Enum.h:1103
OdIfc4x2::kIfcDoorTypeOperationEnum_FOLDING_TO_LEFT
@ kIfcDoorTypeOperationEnum_FOLDING_TO_LEFT
Definition: Ifc4x2Enum.h:2307
OdIfc4x2::kIfcUnitaryEquipmentTypeEnum_unset
@ kIfcUnitaryEquipmentTypeEnum_unset
Definition: Ifc4x2Enum.h:6271
OdIfc4x2::IfcPumpTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcDoorPanelPositionEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2181
OdIfc4x2::kIfcBeamTypeEnum_PIERCAP
@ kIfcBeamTypeEnum_PIERCAP
Definition: Ifc4x2Enum.h:569
OdIfc4x2::kIfcFlowInstrumentTypeEnum_PHASEANGLEMETER
@ kIfcFlowInstrumentTypeEnum_PHASEANGLEMETER
Definition: Ifc4x2Enum.h:3008
OdIfc4x2::StrToIfcBuildingElementPartTypeEnum
IfcBuildingElementPartTypeEnum StrToIfcBuildingElementPartTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcPipeFittingTypeEnum_JUNCTION
@ kIfcPipeFittingTypeEnum_JUNCTION
Definition: Ifc4x2Enum.h:4181
OdIfc4x2::IfcFilterTypeEnum::IfcFilterTypeEnum
IfcFilterTypeEnum(IfcFilterTypeEnum_ val)
Definition: Ifc4x2Enum.h:2931
OdIfc4x2::IfcComplexPropertyTemplateTypeEnum::IfcComplexPropertyTemplateTypeEnum
IfcComplexPropertyTemplateTypeEnum(IfcComplexPropertyTemplateTypeEnum_ val)
Definition: Ifc4x2Enum.h:1263
OdIfc4x2::IfcFanTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2873
OdIfc4x2::IfcObjectiveEnum
Definition: Ifc4x2Enum.h:3901
OdIfc4x2::kIfcSpaceHeaterTypeEnum_NOTDEFINED
@ kIfcSpaceHeaterTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5297
OdIfc4x2::IfcJunctionBoxTypeEnum::IfcJunctionBoxTypeEnum
IfcJunctionBoxTypeEnum(IfcJunctionBoxTypeEnum_ val)
Definition: Ifc4x2Enum.h:3403
OdIfc4x2::IfcElectricMotorTypeEnum::IfcElectricMotorTypeEnum
IfcElectricMotorTypeEnum()
Definition: Ifc4x2Enum.h:2567
OdIfc4x2::kIfcFilterTypeEnum_USERDEFINED
@ kIfcFilterTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2921
OdIfc4x2::IfcBridgePartTypeEnum::IfcBridgePartTypeEnum
IfcBridgePartTypeEnum(const IfcBridgePartTypeEnum &other)
Definition: Ifc4x2Enum.h:764
OdIfc4x2::IfcJunctionBoxTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcWindowPanelPositionEnum_RIGHT
@ kIfcWindowPanelPositionEnum_RIGHT
Definition: Ifc4x2Enum.h:6536
OdIfc4x2::IfcLaborResourceTypeEnum_
IfcLaborResourceTypeEnum_
Definition: Ifc4x2Enum.h:3444
OdIfc4x2::IfcDamperTypeEnum_
IfcDamperTypeEnum_
Definition: Ifc4x2Enum.h:1755
OdIfc4x2::kIfcPipeFittingTypeEnum_CONNECTOR
@ kIfcPipeFittingTypeEnum_CONNECTOR
Definition: Ifc4x2Enum.h:4178
OdIfc4x2::kIfcCondenserTypeEnum_EVAPORATIVECOOLED
@ kIfcCondenserTypeEnum_EVAPORATIVECOOLED
Definition: Ifc4x2Enum.h:1319
OdIfc4x2::kIfcPermeableCoveringOperationEnum_LOUVER
@ kIfcPermeableCoveringOperationEnum_LOUVER
Definition: Ifc4x2Enum.h:4036
OdIfc4x2::kIfcWindowStyleOperationEnum_TRIPLE_PANEL_VERTICAL
@ kIfcWindowStyleOperationEnum_TRIPLE_PANEL_VERTICAL
Definition: Ifc4x2Enum.h:6597
OdIfc4x2::IfcPipeFittingTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4196
OdIfc4x2::IfcPermeableCoveringOperationEnum::IfcPermeableCoveringOperationEnum
IfcPermeableCoveringOperationEnum(const IfcPermeableCoveringOperationEnum &other)
Definition: Ifc4x2Enum.h:4047
OdIfc4x2::kIfcLightFixtureTypeEnum_SECURITYLIGHTING
@ kIfcLightFixtureTypeEnum_SECURITYLIGHTING
Definition: Ifc4x2Enum.h:3612
OdIfc4x2::kIfcAddressTypeEnum_USERDEFINED
@ kIfcAddressTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:181
OdIfc4x2::kIfcDerivedUnitEnum_LINEARSTIFFNESSUNIT
@ kIfcDerivedUnitEnum_LINEARSTIFFNESSUNIT
Definition: Ifc4x2Enum.h:1848
OdIfc4x2::kIfcPileTypeEnum_JETGROUTING
@ kIfcPileTypeEnum_JETGROUTING
Definition: Ifc4x2Enum.h:4148
OdIfc4x2::kIfcPipeSegmentTypeEnum_CULVERT
@ kIfcPipeSegmentTypeEnum_CULVERT
Definition: Ifc4x2Enum.h:4209
OdIfc4x2::IfcPhysicalOrVirtualEnum_
IfcPhysicalOrVirtualEnum_
Definition: Ifc4x2Enum.h:4090
OdIfc4x2::kIfcWasteTerminalTypeEnum_GULLYSUMP
@ kIfcWasteTerminalTypeEnum_GULLYSUMP
Definition: Ifc4x2Enum.h:6467
OdIfc4x2::IfcColumnTypeEnum::IfcColumnTypeEnum
IfcColumnTypeEnum(const IfcColumnTypeEnum &other)
Definition: Ifc4x2Enum.h:1200
OdIfc4x2::kIfcMemberTypeEnum_CHORD
@ kIfcMemberTypeEnum_CHORD
Definition: Ifc4x2Enum.h:3761
OdIfc4x2::IfcElectricDistributionBoardTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2483
OdIfc4x2::kIfcDerivedUnitEnum_MASSDENSITYUNIT
@ kIfcDerivedUnitEnum_MASSDENSITYUNIT
Definition: Ifc4x2Enum.h:1829
OdIfc4x2::IfcTaskTypeEnum
Definition: Ifc4x2Enum.h:5846
OdIfc4x2::IfcArithmeticOperatorEnum
Definition: Ifc4x2Enum.h:416
OdIfc4x2::IfcEventTypeEnum::IfcEventTypeEnum
IfcEventTypeEnum(const IfcEventTypeEnum &other)
Definition: Ifc4x2Enum.h:2810
OdIfc4x2::kIfcGeometricProjectionEnum_SECTION_VIEW
@ kIfcGeometricProjectionEnum_SECTION_VIEW
Definition: Ifc4x2Enum.h:3159
OdIfc4x2::IfcEvaporatorTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcSpaceHeaterTypeEnum_unset
@ kIfcSpaceHeaterTypeEnum_unset
Definition: Ifc4x2Enum.h:5298
OdIfc4x2::StrToIfcCableFittingTypeEnum
IfcCableFittingTypeEnum StrToIfcCableFittingTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcWasteTerminalTypeEnum
IfcWasteTerminalTypeEnum StrToIfcWasteTerminalTypeEnum(OdAnsiString val)
OdIfc4x2::IfcCondenserTypeEnum
Definition: Ifc4x2Enum.h:1330
OdIfc4x2::IfcTendonTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5939
OdIfc4x2::kIfcStructuralSurfaceActivityTypeEnum_unset
@ kIfcStructuralSurfaceActivityTypeEnum_unset
Definition: Ifc4x2Enum.h:5577
OdIfc4x2::IfcPreferredSurfaceCurveRepresentation
Definition: Ifc4x2Enum.h:4279
OdIfc4x2::kIfcRailingTypeEnum_NOTDEFINED
@ kIfcRailingTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4566
OdIfc4x2::IfcLaborResourceTypeEnum::IfcLaborResourceTypeEnum
IfcLaborResourceTypeEnum(IfcLaborResourceTypeEnum_ val)
Definition: Ifc4x2Enum.h:3474
OdIfc4x2::kIfcExternalSpatialElementTypeEnum_NOTDEFINED
@ kIfcExternalSpatialElementTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2831
OdIfc4x2::kIfcBridgePartTypeEnum_DECK
@ kIfcBridgePartTypeEnum_DECK
Definition: Ifc4x2Enum.h:746
OdIfc4x2::IfcLayerSetDirectionEnum::IfcLayerSetDirectionEnum
IfcLayerSetDirectionEnum(IfcLayerSetDirectionEnum_ val)
Definition: Ifc4x2Enum.h:3534
OdIfc4x2::IfcDistributionChamberElementTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1969
OdIfc4x2::IfcRailingTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcDuctSegmentTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2385
OdIfc4x2::kIfcBridgePartTypeEnum_PYLON
@ kIfcBridgePartTypeEnum_PYLON
Definition: Ifc4x2Enum.h:751
OdIfc4x2::kIfcAirToAirHeatRecoveryTypeEnum_THERMOSIPHONCOILTYPEHEATEXCHANGERS
@ kIfcAirToAirHeatRecoveryTypeEnum_THERMOSIPHONCOILTYPEHEATEXCHANGERS
Definition: Ifc4x2Enum.h:270
OdIfc4x2::kIfcCoveringTypeEnum_INSULATION
@ kIfcCoveringTypeEnum_INSULATION
Definition: Ifc4x2Enum.h:1647
OdIfc4x2::IfcTendonTypeEnum::IfcTendonTypeEnum
IfcTendonTypeEnum(IfcTendonTypeEnum_ val)
Definition: Ifc4x2Enum.h:5938
OdIfc4x2::IfcProcedureTypeEnum
Definition: Ifc4x2Enum.h:4311
OdIfc4x2::IfcWindowStyleOperationEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcLightDistributionCurveEnum
Definition: Ifc4x2Enum.h:3556
OdIfc4x2::kIfcVoidingFeatureTypeEnum_CUTOUT
@ kIfcVoidingFeatureTypeEnum_CUTOUT
Definition: Ifc4x2Enum.h:6399
OdIfc4x2::IfcElementAssemblyTypeEnum::IfcElementAssemblyTypeEnum
IfcElementAssemblyTypeEnum(const IfcElementAssemblyTypeEnum &other)
Definition: Ifc4x2Enum.h:2635
OdIfc4x2::IfcElectricDistributionBoardTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcWasteTerminalTypeEnum_GULLYTRAP
@ kIfcWasteTerminalTypeEnum_GULLYTRAP
Definition: Ifc4x2Enum.h:6468
OdIfc4x2::IfcDistributionPortTypeEnum
Definition: Ifc4x2Enum.h:1992
OdIfc4x2::kIfcCableCarrierFittingTypeEnum_USERDEFINED
@ kIfcCableCarrierFittingTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:933
OdIfc4x2::IfcStructuralCurveActivityTypeEnum
Definition: Ifc4x2Enum.h:5521
OdIfc4x2::kIfcLightEmissionSourceEnum_TUNGSTENFILAMENT
@ kIfcLightEmissionSourceEnum_TUNGSTENFILAMENT
Definition: Ifc4x2Enum.h:3585
OdIfc4x2::IfcLoadGroupTypeEnum::IfcLoadGroupTypeEnum
IfcLoadGroupTypeEnum(const IfcLoadGroupTypeEnum &other)
Definition: Ifc4x2Enum.h:3650
OdIfc4x2::IfcElectricDistributionBoardTypeEnum::IfcElectricDistributionBoardTypeEnum
IfcElectricDistributionBoardTypeEnum(const IfcElectricDistributionBoardTypeEnum &other)
Definition: Ifc4x2Enum.h:2480
OdIfc4x2::StrToIfcReinforcingBarSurfaceEnum
IfcReinforcingBarSurfaceEnum StrToIfcReinforcingBarSurfaceEnum(OdAnsiString val)
OdIfc4x2::StrToIfcActionRequestTypeEnum
IfcActionRequestTypeEnum StrToIfcActionRequestTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcBridgeTypeEnum_SUSPENSION
@ kIfcBridgeTypeEnum_SUSPENSION
Definition: Ifc4x2Enum.h:786
OdIfc4x2::kIfcTimeSeriesDataTypeEnum_PIECEWISECONSTANT
@ kIfcTimeSeriesDataTypeEnum_PIECEWISECONSTANT
Definition: Ifc4x2Enum.h:5984
OdIfc4x2::IfcGeometricProjectionEnum
Definition: Ifc4x2Enum.h:3166
OdIfc4x2::StrToIfcProjectedOrTrueLengthEnum
IfcProjectedOrTrueLengthEnum StrToIfcProjectedOrTrueLengthEnum(OdAnsiString val)
OdIfc4x2::IfcPileTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcDerivedUnitEnum_LINEARFORCEUNIT
@ kIfcDerivedUnitEnum_LINEARFORCEUNIT
Definition: Ifc4x2Enum.h:1844
OdIfc4x2::IfcSequenceEnum_
IfcSequenceEnum_
Definition: Ifc4x2Enum.h:5141
OdIfc4x2::IfcAudioVisualApplianceTypeEnum_
IfcAudioVisualApplianceTypeEnum_
Definition: Ifc4x2Enum.h:461
OdIfc4x2::kIfcDoorStyleOperationEnum_NOTDEFINED
@ kIfcDoorStyleOperationEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2244
OdIfc4x2::kIfcBenchmarkEnum_NOTINCLUDEDIN
@ kIfcBenchmarkEnum_NOTINCLUDEDIN
Definition: Ifc4x2Enum.h:668
OdIfc4x2::kIfcWindowPanelOperationEnum_BOTTOMHUNG
@ kIfcWindowPanelOperationEnum_BOTTOMHUNG
Definition: Ifc4x2Enum.h:6502
OdIfc4x2::kIfcLampTypeEnum_COMPACTFLUORESCENT
@ kIfcLampTypeEnum_COMPACTFLUORESCENT
Definition: Ifc4x2Enum.h:3489
OdIfc4x2::IfcRampTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcTendonAnchorTypeEnum
Definition: Ifc4x2Enum.h:5874
OdIfc4x2::IfcControllerTypeEnum
Definition: Ifc4x2Enum.h:1509
OdIfc4x2::kIfcUnitEnum_ILLUMINANCEUNIT
@ kIfcUnitEnum_ILLUMINANCEUNIT
Definition: Ifc4x2Enum.h:6191
OdIfc4x2::kIfcFlowDirectionEnum_NOTDEFINED
@ kIfcFlowDirectionEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2979
OdIfc4x2::kIfcDistributionSystemEnum_DISPOSAL
@ kIfcDistributionSystemEnum_DISPOSAL
Definition: Ifc4x2Enum.h:2022
OdIfc4x2::kIfcCurveInterpolationEnum_NOTDEFINED
@ kIfcCurveInterpolationEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1732
OdIfc4x2::kIfcFurnitureTypeEnum_USERDEFINED
@ kIfcFurnitureTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3102
OdIfc4x2::kIfcSpatialZoneTypeEnum_NOTDEFINED
@ kIfcSpatialZoneTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5360
OdIfc4x2::IfcBridgeTypeEnum
Definition: Ifc4x2Enum.h:793
OdIfc4x2::kIfcBuildingElementProxyTypeEnum_ELEMENT
@ kIfcBuildingElementProxyTypeEnum_ELEMENT
Definition: Ifc4x2Enum.h:842
OdIfc4x2::kIfcProcedureTypeEnum_ADVICE_NOTE
@ kIfcProcedureTypeEnum_ADVICE_NOTE
Definition: Ifc4x2Enum.h:4300
OdIfc4x2::IfcRoleEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4890
OdIfc4x2::kIfcSurfaceFeatureTypeEnum_NOTDEFINED
@ kIfcSurfaceFeatureTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5660
OdIfc4x2::IfcDirectionSenseEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1908
OdIfc4x2::kIfcHumidifierTypeEnum_ASSISTEDPROPANE
@ kIfcHumidifierTypeEnum_ASSISTEDPROPANE
Definition: Ifc4x2Enum.h:3277
OdIfc4x2::StrToIfcPreferredSurfaceCurveRepresentation
IfcPreferredSurfaceCurveRepresentation StrToIfcPreferredSurfaceCurveRepresentation(OdAnsiString val)
OdIfc4x2::kIfcSIUnitName_MOLE
@ kIfcSIUnitName_MOLE
Definition: Ifc4x2Enum.h:4996
OdIfc4x2::IfcElementAssemblyTypeEnum::IfcElementAssemblyTypeEnum
IfcElementAssemblyTypeEnum(IfcElementAssemblyTypeEnum_ val)
Definition: Ifc4x2Enum.h:2636
OdIfc4x2::IfcAirTerminalTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:249
OdIfc4x2::kIfcProjectOrderTypeEnum_MAINTENANCEWORKORDER
@ kIfcProjectOrderTypeEnum_MAINTENANCEWORKORDER
Definition: Ifc4x2Enum.h:4357
OdIfc4x2::kIfcElectricDistributionBoardTypeEnum_USERDEFINED
@ kIfcElectricDistributionBoardTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2471
OdIfc4x2::kIfcSIPrefix_MICRO
@ kIfcSIPrefix_MICRO
Definition: Ifc4x2Enum.h:4952
OdIfc4x2::IfcWorkPlanTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6732
OdIfc4x2::kIfcValveTypeEnum_PRESSUREREDUCING
@ kIfcValveTypeEnum_PRESSUREREDUCING
Definition: Ifc4x2Enum.h:6309
OdIfc4x2::kIfcBeamTypeEnum_NOTDEFINED
@ kIfcBeamTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:574
OdIfc4x2::IfcConstructionEquipmentResourceTypeEnum_
IfcConstructionEquipmentResourceTypeEnum_
Definition: Ifc4x2Enum.h:1404
OdIfc4x2::IfcStairTypeEnum_
IfcStairTypeEnum_
Definition: Ifc4x2Enum.h:5441
OdIfc4x2::kIfcAlignmentTypeEnum_unset
@ kIfcAlignmentTypeEnum_unset
Definition: Ifc4x2Enum.h:329
OdIfc4x2::IfcPerformanceHistoryTypeEnum_
IfcPerformanceHistoryTypeEnum_
Definition: Ifc4x2Enum.h:4009
OdIfc4x2::kIfcReinforcingBarSurfaceEnum_TEXTURED
@ kIfcReinforcingBarSurfaceEnum_TEXTURED
Definition: Ifc4x2Enum.h:4774
OdIfc4x2::kIfcSIPrefix_CENTI
@ kIfcSIPrefix_CENTI
Definition: Ifc4x2Enum.h:4950
OdIfc4x2::kIfcMemberTypeEnum_MULLION
@ kIfcMemberTypeEnum_MULLION
Definition: Ifc4x2Enum.h:3764
OdIfc4x2::IfcFanTypeEnum::IfcFanTypeEnum
IfcFanTypeEnum(const IfcFanTypeEnum &other)
Definition: Ifc4x2Enum.h:2871
OdIfc4x2::kIfcEvaporatorTypeEnum_DIRECTEXPANSIONSHELLANDTUBE
@ kIfcEvaporatorTypeEnum_DIRECTEXPANSIONSHELLANDTUBE
Definition: Ifc4x2Enum.h:2739
OdIfc4x2::IfcBuildingElementProxyTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcSIUnitName_LUMEN
@ kIfcSIUnitName_LUMEN
Definition: Ifc4x2Enum.h:4993
OdIfc4x2::IfcPipeSegmentTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4225
OdIfc4x2::IfcBurnerTypeEnum::IfcBurnerTypeEnum
IfcBurnerTypeEnum(const IfcBurnerTypeEnum &other)
Definition: Ifc4x2Enum.h:913
OdIfc4x2::kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SLIDING
@ kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SLIDING
Definition: Ifc4x2Enum.h:2237
OdIfc4x2::kIfcPropertySetTemplateTypeEnum_PSET_PERFORMANCEDRIVEN
@ kIfcPropertySetTemplateTypeEnum_PSET_PERFORMANCEDRIVEN
Definition: Ifc4x2Enum.h:4441
OdIfc4x2::IfcBearingTypeEnum::IfcBearingTypeEnum
IfcBearingTypeEnum(IfcBearingTypeEnum_ val)
Definition: Ifc4x2Enum.h:644
OdIfc4x2::IfcWindowPanelOperationEnum::IfcWindowPanelOperationEnum
IfcWindowPanelOperationEnum()
Definition: Ifc4x2Enum.h:6517
OdIfc4x2::IfcBSplineSurfaceForm_
IfcBSplineSurfaceForm_
Definition: Ifc4x2Enum.h:526
OdIfc4x2::IfcSubContractResourceTypeEnum_
IfcSubContractResourceTypeEnum_
Definition: Ifc4x2Enum.h:5627
OdIfc4x2::IfcCurveInterpolationEnum_
IfcCurveInterpolationEnum_
Definition: Ifc4x2Enum.h:1728
OdIfc4x2::IfcDiscreteAccessoryTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1936
OdIfc4x2::IfcWallTypeEnum::IfcWallTypeEnum
IfcWallTypeEnum(const IfcWallTypeEnum &other)
Definition: Ifc4x2Enum.h:6449
OdIfc4x2::IfcDistributionSystemEnum::IfcDistributionSystemEnum
IfcDistributionSystemEnum()
Definition: Ifc4x2Enum.h:2062
OdIfc4x2::kIfcReinforcingBarTypeEnum_NOTDEFINED
@ kIfcReinforcingBarTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4808
OdIfc4x2::kIfcChimneyTypeEnum_USERDEFINED
@ kIfcChimneyTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1129
OdIfc4x2::IfcSectionTypeEnum::IfcSectionTypeEnum
IfcSectionTypeEnum()
Definition: Ifc4x2Enum.h:5076
OdIfc4x2::IfcReflectanceMethodEnum::IfcReflectanceMethodEnum
IfcReflectanceMethodEnum(IfcReflectanceMethodEnum_ val)
Definition: Ifc4x2Enum.h:4725
OdIfc4x2::kIfcBuildingElementProxyTypeEnum_PROVISIONFORVOID
@ kIfcBuildingElementProxyTypeEnum_PROVISIONFORVOID
Definition: Ifc4x2Enum.h:844
OdIfc4x2::kIfcFilterTypeEnum_NOTDEFINED
@ kIfcFilterTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2922
OdIfc4x2::kIfcSIUnitName_RADIAN
@ kIfcSIUnitName_RADIAN
Definition: Ifc4x2Enum.h:5000
OdIfc4x2::IfcActionTypeEnum::IfcActionTypeEnum
IfcActionTypeEnum(IfcActionTypeEnum_ val)
Definition: Ifc4x2Enum.h:132
OdIfc4x2::IfcExternalSpatialElementTypeEnum_
IfcExternalSpatialElementTypeEnum_
Definition: Ifc4x2Enum.h:2825
OdIfc4x2::IfcKnotType_
IfcKnotType_
Definition: Ifc4x2Enum.h:3417
OdIfc4x2::kIfcTankTypeEnum_NOTDEFINED
@ kIfcTankTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5779
OdIfc4x2::kIfcUnitEnum_FORCEUNIT
@ kIfcUnitEnum_FORCEUNIT
Definition: Ifc4x2Enum.h:6189
OdIfc4x2::IfcElectricGeneratorTypeEnum
Definition: Ifc4x2Enum.h:2534
OdIfc4x2::IfcCommunicationsApplianceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1239
OdIfc4x2::IfcDoorStyleConstructionEnum::IfcDoorStyleConstructionEnum
IfcDoorStyleConstructionEnum()
Definition: Ifc4x2Enum.h:2210
OdIfc4x2::IfcAssemblyPlaceEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcStairTypeEnum
IfcStairTypeEnum StrToIfcStairTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcOpeningElementTypeEnum_NOTDEFINED
@ kIfcOpeningElementTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3956
OdIfc4x2::kIfcDoorTypeOperationEnum_REVOLVING
@ kIfcDoorTypeOperationEnum_REVOLVING
Definition: Ifc4x2Enum.h:2310
OdIfc4x2::kIfcAirToAirHeatRecoveryTypeEnum_unset
@ kIfcAirToAirHeatRecoveryTypeEnum_unset
Definition: Ifc4x2Enum.h:273
OdIfc4x2::IfcSpaceHeaterTypeEnum_
IfcSpaceHeaterTypeEnum_
Definition: Ifc4x2Enum.h:5293
OdIfc4x2::IfcFlowDirectionEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcDoorTypeOperationEnum_DOUBLE_DOOR_SINGLE_SWING
@ kIfcDoorTypeOperationEnum_DOUBLE_DOOR_SINGLE_SWING
Definition: Ifc4x2Enum.h:2298
OdIfc4x2::IfcElectricTimeControlTypeEnum_
IfcElectricTimeControlTypeEnum_
Definition: Ifc4x2Enum.h:2583
OdIfc4x2::kIfcBenchmarkEnum_unset
@ kIfcBenchmarkEnum_unset
Definition: Ifc4x2Enum.h:669
OdIfc4x2::kIfcTransformerTypeEnum_FREQUENCY
@ kIfcTransformerTypeEnum_FREQUENCY
Definition: Ifc4x2Enum.h:6011
OdIfc4x2::kIfcBridgePartTypeEnum_PIER_SEGMENT
@ kIfcBridgePartTypeEnum_PIER_SEGMENT
Definition: Ifc4x2Enum.h:750
OdIfc4x2::kIfcSIUnitName_LUX
@ kIfcSIUnitName_LUX
Definition: Ifc4x2Enum.h:4994
OdIfc4x2::kIfcOccupantTypeEnum_OWNER
@ kIfcOccupantTypeEnum_OWNER
Definition: Ifc4x2Enum.h:3926
OdIfc4x2::kIfcVibrationIsolatorTypeEnum_unset
@ kIfcVibrationIsolatorTypeEnum_unset
Definition: Ifc4x2Enum.h:6376
OdIfc4x2::kIfcWallTypeEnum_USERDEFINED
@ kIfcWallTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6440
OdIfc4x2::IfcObjectTypeEnum::IfcObjectTypeEnum
IfcObjectTypeEnum()
Definition: Ifc4x2Enum.h:3868
OdIfc4x2::kIfcLaborResourceTypeEnum_unset
@ kIfcLaborResourceTypeEnum_unset
Definition: Ifc4x2Enum.h:3466
OdIfc4x2::IfcLightFixtureTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcDirectionSenseEnum
IfcDirectionSenseEnum StrToIfcDirectionSenseEnum(OdAnsiString val)
OdIfc4x2::IfcStairTypeEnum::IfcStairTypeEnum
IfcStairTypeEnum(IfcStairTypeEnum_ val)
Definition: Ifc4x2Enum.h:5466
OdIfc4x2::IfcDocumentStatusEnum::IfcDocumentStatusEnum
IfcDocumentStatusEnum(const IfcDocumentStatusEnum &other)
Definition: Ifc4x2Enum.h:2120
OdIfc4x2::IfcElectricMotorTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcCableSegmentTypeEnum_CONDUCTORSEGMENT
@ kIfcCableSegmentTypeEnum_CONDUCTORSEGMENT
Definition: Ifc4x2Enum.h:1019
OdIfc4x2::kIfcCondenserTypeEnum_WATERCOOLEDSHELLTUBE
@ kIfcCondenserTypeEnum_WATERCOOLEDSHELLTUBE
Definition: Ifc4x2Enum.h:1323
OdIfc4x2::kIfcWindowPanelOperationEnum_SLIDINGVERTICAL
@ kIfcWindowPanelOperationEnum_SLIDINGVERTICAL
Definition: Ifc4x2Enum.h:6506
OdIfc4x2::IfcRailingTypeEnum_
IfcRailingTypeEnum_
Definition: Ifc4x2Enum.h:4561
OdIfc4x2::kIfcCondenserTypeEnum_WATERCOOLED
@ kIfcCondenserTypeEnum_WATERCOOLED
Definition: Ifc4x2Enum.h:1320
OdIfc4x2::IfcEvaporativeCoolerTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2724
OdIfc4x2::kIfcUnitEnum_SOLIDANGLEUNIT
@ kIfcUnitEnum_SOLIDANGLEUNIT
Definition: Ifc4x2Enum.h:6203
OdIfc4x2::kIfcLightEmissionSourceEnum_FLUORESCENT
@ kIfcLightEmissionSourceEnum_FLUORESCENT
Definition: Ifc4x2Enum.h:3577
OdIfc4x2::kIfcHumidifierTypeEnum_ADIABATICULTRASONIC
@ kIfcHumidifierTypeEnum_ADIABATICULTRASONIC
Definition: Ifc4x2Enum.h:3272
OdIfc4x2::IfcSIPrefix::IfcSIPrefix
IfcSIPrefix()
Definition: Ifc4x2Enum.h:4963
OdIfc4x2::IfcDistributionSystemEnum::IfcDistributionSystemEnum
IfcDistributionSystemEnum(IfcDistributionSystemEnum_ val)
Definition: Ifc4x2Enum.h:2064
OdIfc4x2::IfcProcedureTypeEnum::IfcProcedureTypeEnum
IfcProcedureTypeEnum(const IfcProcedureTypeEnum &other)
Definition: Ifc4x2Enum.h:4315
OdIfc4x2::IfcNullStyle_
IfcNullStyle_
Definition: Ifc4x2Enum.h:3829
OdIfc4x2::IfcActionRequestTypeEnum
Definition: Ifc4x2Enum.h:49
OdIfc4x2::StrToIfcReferentTypeEnum
IfcReferentTypeEnum StrToIfcReferentTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcVibrationDamperTypeEnum_unset
@ kIfcVibrationDamperTypeEnum_unset
Definition: Ifc4x2Enum.h:6348
OdIfc4x2::kIfcMotorConnectionTypeEnum_unset
@ kIfcMotorConnectionTypeEnum_unset
Definition: Ifc4x2Enum.h:3807
OdIfc4x2::IfcSimplePropertyTemplateTypeEnum::IfcSimplePropertyTemplateTypeEnum
IfcSimplePropertyTemplateTypeEnum(IfcSimplePropertyTemplateTypeEnum_ val)
Definition: Ifc4x2Enum.h:5219
OdIfc4x2::IfcProtectiveDeviceTrippingUnitTypeEnum::IfcProtectiveDeviceTrippingUnitTypeEnum
IfcProtectiveDeviceTrippingUnitTypeEnum()
Definition: Ifc4x2Enum.h:4481
OdIfc4x2::kIfcDuctFittingTypeEnum_BEND
@ kIfcDuctFittingTypeEnum_BEND
Definition: Ifc4x2Enum.h:2339
OdIfc4x2::kIfcDiscreteAccessoryTypeEnum_unset
@ kIfcDiscreteAccessoryTypeEnum_unset
Definition: Ifc4x2Enum.h:1927
OdIfc4x2::kIfcChangeActionEnum_unset
@ kIfcChangeActionEnum_unset
Definition: Ifc4x2Enum.h:1078
OdIfc4x2::IfcMotorConnectionTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcSwitchingDeviceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5730
OdIfc4x2::kIfcDistributionSystemEnum_STORMWATER
@ kIfcDistributionSystemEnum_STORMWATER
Definition: Ifc4x2Enum.h:2046
OdIfc4x2::kIfcVoidingFeatureTypeEnum_unset
@ kIfcVoidingFeatureTypeEnum_unset
Definition: Ifc4x2Enum.h:6407
OdIfc4x2::kIfcWindowPanelOperationEnum_SIDEHUNGLEFTHAND
@ kIfcWindowPanelOperationEnum_SIDEHUNGLEFTHAND
Definition: Ifc4x2Enum.h:6498
OdIfc4x2::IfcSwitchingDeviceTypeEnum::IfcSwitchingDeviceTypeEnum
IfcSwitchingDeviceTypeEnum(IfcSwitchingDeviceTypeEnum_ val)
Definition: Ifc4x2Enum.h:5729
OdIfc4x2::IfcSolarDeviceTypeEnum::IfcSolarDeviceTypeEnum
IfcSolarDeviceTypeEnum()
Definition: Ifc4x2Enum.h:5277
OdIfc4x2::kIfcTimeSeriesDataTypeEnum_NOTDEFINED
@ kIfcTimeSeriesDataTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5986
OdIfc4x2::IfcChillerTypeEnum::IfcChillerTypeEnum
IfcChillerTypeEnum(IfcChillerTypeEnum_ val)
Definition: Ifc4x2Enum.h:1114
OdIfc4x2::StrToIfcTendonConduitTypeEnum
IfcTendonConduitTypeEnum StrToIfcTendonConduitTypeEnum(OdAnsiString val)
OdIfc4x2::IfcPropertySetTemplateTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4456
OdIfc4x2::IfcReflectanceMethodEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcLampTypeEnum_HALOGEN
@ kIfcLampTypeEnum_HALOGEN
Definition: Ifc4x2Enum.h:3491
OdIfc4x2::IfcReinforcingBarTypeEnum::IfcReinforcingBarTypeEnum
IfcReinforcingBarTypeEnum(IfcReinforcingBarTypeEnum_ val)
Definition: Ifc4x2Enum.h:4817
OdIfc4x2::kIfcSpatialZoneTypeEnum_USERDEFINED
@ kIfcSpatialZoneTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5359
OdIfc4x2::IfcProtectiveDeviceTypeEnum
Definition: Ifc4x2Enum.h:4510
OdIfc4x2::kIfcProtectiveDeviceTypeEnum_NOTDEFINED
@ kIfcProtectiveDeviceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4506
OdIfc4x2::IfcPerformanceHistoryTypeEnum
Definition: Ifc4x2Enum.h:4015
OdIfc4x2::IfcStructuralCurveMemberTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5557
OdIfc4x2::IfcLogicalOperatorEnum::IfcLogicalOperatorEnum
IfcLogicalOperatorEnum(IfcLogicalOperatorEnum_ val)
Definition: Ifc4x2Enum.h:3679
OdIfc4x2::kIfcCompressorTypeEnum_NOTDEFINED
@ kIfcCompressorTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1294
OdIfc4x2::IfcPermeableCoveringOperationEnum::IfcPermeableCoveringOperationEnum
IfcPermeableCoveringOperationEnum()
Definition: Ifc4x2Enum.h:4046
OdIfc4x2::StrToIfcTubeBundleTypeEnum
IfcTubeBundleTypeEnum StrToIfcTubeBundleTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcTimeSeriesDataTypeEnum_PIECEWISEBINARY
@ kIfcTimeSeriesDataTypeEnum_PIECEWISEBINARY
Definition: Ifc4x2Enum.h:5983
OdIfc4x2::IfcElectricTimeControlTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2598
OdIfc4x2::StrToIfcReinforcingMeshTypeEnum
IfcReinforcingMeshTypeEnum StrToIfcReinforcingMeshTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcProcedureTypeEnum_CALIBRATION
@ kIfcProcedureTypeEnum_CALIBRATION
Definition: Ifc4x2Enum.h:4302
OdIfc4x2::kIfcChillerTypeEnum_unset
@ kIfcChillerTypeEnum_unset
Definition: Ifc4x2Enum.h:1106
OdIfc4x2::IfcBridgeTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcElectricApplianceTypeEnum
Definition: Ifc4x2Enum.h:2447
OdIfc4x2::IfcSolarDeviceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5280
OdIfc4x2::kIfcPileTypeEnum_DRIVEN
@ kIfcPileTypeEnum_DRIVEN
Definition: Ifc4x2Enum.h:4147
OdIfc4x2::kIfcCompressorTypeEnum_WELDEDSHELLHERMETIC
@ kIfcCompressorTypeEnum_WELDEDSHELLHERMETIC
Definition: Ifc4x2Enum.h:1288
OdIfc4x2::IfcDoorStyleOperationEnum
Definition: Ifc4x2Enum.h:2248
OdIfc4x2::IfcUnitEnum::IfcUnitEnum
IfcUnitEnum()
Definition: Ifc4x2Enum.h:6214
OdIfc4x2::kIfcTankTypeEnum_unset
@ kIfcTankTypeEnum_unset
Definition: Ifc4x2Enum.h:5780
OdIfc4x2::IfcJunctionBoxTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3404
OdIfc4x2::kIfcRoleEnum_RESELLER
@ kIfcRoleEnum_RESELLER
Definition: Ifc4x2Enum.h:4878
OdIfc4x2::StrToIfcDocumentConfidentialityEnum
IfcDocumentConfidentialityEnum StrToIfcDocumentConfidentialityEnum(OdAnsiString val)
OdIfc4x2::IfcWorkPlanTypeEnum::IfcWorkPlanTypeEnum
IfcWorkPlanTypeEnum(IfcWorkPlanTypeEnum_ val)
Definition: Ifc4x2Enum.h:6731
OdIfc4x2::kIfcBSplineSurfaceForm_RULED_SURF
@ kIfcBSplineSurfaceForm_RULED_SURF
Definition: Ifc4x2Enum.h:533
OdIfc4x2::kIfcDerivedUnitEnum_MODULUSOFROTATIONALSUBGRADEREACTIONUNIT
@ kIfcDerivedUnitEnum_MODULUSOFROTATIONALSUBGRADEREACTIONUNIT
Definition: Ifc4x2Enum.h:1858
OdIfc4x2::kIfcPumpTypeEnum_CIRCULATOR
@ kIfcPumpTypeEnum_CIRCULATOR
Definition: Ifc4x2Enum.h:4530
OdIfc4x2::IfcBurnerTypeEnum::IfcBurnerTypeEnum
IfcBurnerTypeEnum(IfcBurnerTypeEnum_ val)
Definition: Ifc4x2Enum.h:914
OdIfc4x2::kIfcActionSourceTypeEnum_unset
@ kIfcActionSourceTypeEnum_unset
Definition: Ifc4x2Enum.h:96
OdIfc4x2::kIfcReinforcingBarRoleEnum_USERDEFINED
@ kIfcReinforcingBarRoleEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4748
OdIfc4x2::kIfcDuctSegmentTypeEnum_NOTDEFINED
@ kIfcDuctSegmentTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2374
OdIfc4x2::IfcDistributionSystemEnum::IfcDistributionSystemEnum
IfcDistributionSystemEnum(const IfcDistributionSystemEnum &other)
Definition: Ifc4x2Enum.h:2063
OdIfc4x2::kIfcOpeningElementTypeEnum_RECESS
@ kIfcOpeningElementTypeEnum_RECESS
Definition: Ifc4x2Enum.h:3954
OdIfc4x2::kIfcFlowDirectionEnum_SINK
@ kIfcFlowDirectionEnum_SINK
Definition: Ifc4x2Enum.h:2977
OdIfc4x2::kIfcCoilTypeEnum_DXCOOLINGCOIL
@ kIfcCoilTypeEnum_DXCOOLINGCOIL
Definition: Ifc4x2Enum.h:1154
OdIfc4x2::IfcWallTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6452
OdIfc4x2::IfcRoofTypeEnum::IfcRoofTypeEnum
IfcRoofTypeEnum(IfcRoofTypeEnum_ val)
Definition: Ifc4x2Enum.h:4926
OdIfc4x2::IfcLightEmissionSourceEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcCurtainWallTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcReinforcingBarRoleEnum_PUNCHING
@ kIfcReinforcingBarRoleEnum_PUNCHING
Definition: Ifc4x2Enum.h:4744
OdIfc4x2::IfcHeatExchangerTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3254
OdIfc4x2::kIfcMemberTypeEnum_BRACE
@ kIfcMemberTypeEnum_BRACE
Definition: Ifc4x2Enum.h:3760
OdIfc4x2::IfcCoolingTowerTypeEnum::IfcCoolingTowerTypeEnum
IfcCoolingTowerTypeEnum()
Definition: Ifc4x2Enum.h:1567
OdIfc4x2::kIfcProjectedOrTrueLengthEnum_PROJECTED_LENGTH
@ kIfcProjectedOrTrueLengthEnum_PROJECTED_LENGTH
Definition: Ifc4x2Enum.h:4386
OdIfc4x2::kIfcRoofTypeEnum_BARREL_ROOF
@ kIfcRoofTypeEnum_BARREL_ROOF
Definition: Ifc4x2Enum.h:4910
OdIfc4x2::IfcSanitaryTerminalTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcConstructionMaterialResourceTypeEnum::IfcConstructionMaterialResourceTypeEnum
IfcConstructionMaterialResourceTypeEnum()
Definition: Ifc4x2Enum.h:1455
OdIfc4x2::kIfcActionSourceTypeEnum_BRAKES
@ kIfcActionSourceTypeEnum_BRAKES
Definition: Ifc4x2Enum.h:93
OdIfc4x2::kIfcControllerTypeEnum_unset
@ kIfcControllerTypeEnum_unset
Definition: Ifc4x2Enum.h:1506
OdIfc4x2::kIfcPropertySetTemplateTypeEnum_unset
@ kIfcPropertySetTemplateTypeEnum_unset
Definition: Ifc4x2Enum.h:4446
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_NAILPLATE
@ kIfcMechanicalFastenerTypeEnum_NAILPLATE
Definition: Ifc4x2Enum.h:3698
OdIfc4x2::IfcTaskTypeEnum_
IfcTaskTypeEnum_
Definition: Ifc4x2Enum.h:5828
OdIfc4x2::kIfcAlarmTypeEnum_WHISTLE
@ kIfcAlarmTypeEnum_WHISTLE
Definition: Ifc4x2Enum.h:301
OdIfc4x2::kIfcFlowInstrumentTypeEnum_USERDEFINED
@ kIfcFlowInstrumentTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3011
OdIfc4x2::kIfcEvaporatorTypeEnum_USERDEFINED
@ kIfcEvaporatorTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2744
OdIfc4x2::kIfcUnitEnum_ELECTRICCURRENTUNIT
@ kIfcUnitEnum_ELECTRICCURRENTUNIT
Definition: Ifc4x2Enum.h:6185
OdIfc4x2::kIfcPumpTypeEnum_VERTICALINLINE
@ kIfcPumpTypeEnum_VERTICALINLINE
Definition: Ifc4x2Enum.h:4535
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_BIDET
@ kIfcSanitaryTerminalTypeEnum_BIDET
Definition: Ifc4x2Enum.h:5034
OdIfc4x2::IfcPermeableCoveringOperationEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4050
OdIfc4x2::kIfcEventTypeEnum_INTERMEDIATEEVENT
@ kIfcEventTypeEnum_INTERMEDIATEEVENT
Definition: Ifc4x2Enum.h:2800
OdIfc4x2::kIfcDerivedUnitEnum_SOUNDPOWERLEVELUNIT
@ kIfcDerivedUnitEnum_SOUNDPOWERLEVELUNIT
Definition: Ifc4x2Enum.h:1863
OdIfc4x2::kIfcBSplineCurveForm_POLYLINE_FORM
@ kIfcBSplineCurveForm_POLYLINE_FORM
Definition: Ifc4x2Enum.h:498
OdIfc4x2::IfcReinforcingBarRoleEnum::IfcReinforcingBarRoleEnum
IfcReinforcingBarRoleEnum(const IfcReinforcingBarRoleEnum &other)
Definition: Ifc4x2Enum.h:4757
OdIfc4x2::IfcDistributionChamberElementTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1970
OdIfc4x2::IfcStairFlightTypeEnum::IfcStairFlightTypeEnum
IfcStairFlightTypeEnum()
Definition: Ifc4x2Enum.h:5425
OdIfc4x2::kIfcDoorPanelOperationEnum_ROLLINGUP
@ kIfcDoorPanelOperationEnum_ROLLINGUP
Definition: Ifc4x2Enum.h:2141
OdIfc4x2::kIfcLoadGroupTypeEnum_LOAD_CASE
@ kIfcLoadGroupTypeEnum_LOAD_CASE
Definition: Ifc4x2Enum.h:3639
OdIfc4x2::kIfcComplexPropertyTemplateTypeEnum_P_COMPLEX
@ kIfcComplexPropertyTemplateTypeEnum_P_COMPLEX
Definition: Ifc4x2Enum.h:1253
OdIfc4x2::kIfcFootingTypeEnum_PAD_FOOTING
@ kIfcFootingTypeEnum_PAD_FOOTING
Definition: Ifc4x2Enum.h:3067
OdIfc4x2::kIfcBSplineSurfaceForm_CYLINDRICAL_SURF
@ kIfcBSplineSurfaceForm_CYLINDRICAL_SURF
Definition: Ifc4x2Enum.h:528
OdIfc4x2::IfcProtectiveDeviceTrippingUnitTypeEnum::IfcProtectiveDeviceTrippingUnitTypeEnum
IfcProtectiveDeviceTrippingUnitTypeEnum(IfcProtectiveDeviceTrippingUnitTypeEnum_ val)
Definition: Ifc4x2Enum.h:4483
OdIfc4x2::kIfcColumnTypeEnum_USERDEFINED
@ kIfcColumnTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1191
OdIfc4x2::IfcUnitaryEquipmentTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6280
OdIfc4x2::kIfcUnitaryControlElementTypeEnum_GASDETECTIONPANEL
@ kIfcUnitaryControlElementTypeEnum_GASDETECTIONPANEL
Definition: Ifc4x2Enum.h:6233
OdIfc4x2::kIfcFlowMeterTypeEnum_GASMETER
@ kIfcFlowMeterTypeEnum_GASMETER
Definition: Ifc4x2Enum.h:3037
OdIfc4x2::kIfcConstraintEnum_ADVISORY
@ kIfcConstraintEnum_ADVISORY
Definition: Ifc4x2Enum.h:1379
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_NETWORKBRIDGE
@ kIfcCommunicationsApplianceTypeEnum_NETWORKBRIDGE
Definition: Ifc4x2Enum.h:1222
OdIfc4x2::kIfcCostScheduleTypeEnum_SCHEDULEOFRATES
@ kIfcCostScheduleTypeEnum_SCHEDULEOFRATES
Definition: Ifc4x2Enum.h:1615
OdIfc4x2::IfcLaborResourceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3476
OdIfc4x2::kIfcProjectOrderTypeEnum_WORKORDER
@ kIfcProjectOrderTypeEnum_WORKORDER
Definition: Ifc4x2Enum.h:4360
OdIfc4x2::kIfcStairTypeEnum_TWO_STRAIGHT_RUN_STAIR
@ kIfcStairTypeEnum_TWO_STRAIGHT_RUN_STAIR
Definition: Ifc4x2Enum.h:5443
OdIfc4x2::kIfcDocumentStatusEnum_DRAFT
@ kIfcDocumentStatusEnum_DRAFT
Definition: Ifc4x2Enum.h:2108
OdIfc4x2::IfcDocumentConfidentialityEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2095
OdIfc4x2::kIfcBeamTypeEnum_GIRDER_SEGMENT
@ kIfcBeamTypeEnum_GIRDER_SEGMENT
Definition: Ifc4x2Enum.h:567
OdIfc4x2::kIfcCableSegmentTypeEnum_CABLESEGMENT
@ kIfcCableSegmentTypeEnum_CABLESEGMENT
Definition: Ifc4x2Enum.h:1018
OdIfc4x2::kIfcDerivedUnitEnum_AREADENSITYUNIT
@ kIfcDerivedUnitEnum_AREADENSITYUNIT
Definition: Ifc4x2Enum.h:1821
OdIfc4x2::kIfcWindowStyleConstructionEnum_OTHER_CONSTRUCTION
@ kIfcWindowStyleConstructionEnum_OTHER_CONSTRUCTION
Definition: Ifc4x2Enum.h:6569
OdIfc4x2::kIfcProtectiveDeviceTypeEnum_EARTHINGSWITCH
@ kIfcProtectiveDeviceTypeEnum_EARTHINGSWITCH
Definition: Ifc4x2Enum.h:4500
OdIfc4x2::StrToIfcGeographicElementTypeEnum
IfcGeographicElementTypeEnum StrToIfcGeographicElementTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcSensorTypeEnum_NOTDEFINED
@ kIfcSensorTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5118
OdIfc4x2::kIfcCoolingTowerTypeEnum_USERDEFINED
@ kIfcCoolingTowerTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1559
OdIfc4x2::IfcDoorStyleOperationEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2254
OdIfc4x2::kIfcPlateTypeEnum_NOTDEFINED
@ kIfcPlateTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4249
OdIfc4x2::IfcWorkPlanTypeEnum::IfcWorkPlanTypeEnum
IfcWorkPlanTypeEnum(const IfcWorkPlanTypeEnum &other)
Definition: Ifc4x2Enum.h:6730
OdIfc4x2::kIfcDoorStyleConstructionEnum_ALUMINIUM
@ kIfcDoorStyleConstructionEnum_ALUMINIUM
Definition: Ifc4x2Enum.h:2195
OdIfc4x2::kIfcOutletTypeEnum_USERDEFINED
@ kIfcOutletTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3985
OdIfc4x2::kIfcDocumentConfidentialityEnum_PERSONAL
@ kIfcDocumentConfidentialityEnum_PERSONAL
Definition: Ifc4x2Enum.h:2082
OdIfc4x2::kIfcCableFittingTypeEnum_unset
@ kIfcCableFittingTypeEnum_unset
Definition: Ifc4x2Enum.h:994
OdIfc4x2::IfcGeometricProjectionEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcDistributionSystemEnum_SECURITY
@ kIfcDistributionSystemEnum_SECURITY
Definition: Ifc4x2Enum.h:2043
OdIfc4x2::kIfcAnalysisModelTypeEnum_IN_PLANE_LOADING_2D
@ kIfcAnalysisModelTypeEnum_IN_PLANE_LOADING_2D
Definition: Ifc4x2Enum.h:352
OdIfc4x2::IfcLightDistributionCurveEnum::IfcLightDistributionCurveEnum
IfcLightDistributionCurveEnum()
Definition: Ifc4x2Enum.h:3559
OdIfc4x2::kIfcReinforcingBarRoleEnum_RING
@ kIfcReinforcingBarRoleEnum_RING
Definition: Ifc4x2Enum.h:4746
OdIfc4x2::IfcElectricApplianceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2454
OdIfc4x2::kIfcStackTerminalTypeEnum_USERDEFINED
@ kIfcStackTerminalTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5387
OdIfc4x2::IfcBenchmarkEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcWindowPanelPositionEnum
IfcWindowPanelPositionEnum StrToIfcWindowPanelPositionEnum(OdAnsiString val)
OdIfc4x2::IfcTendonAnchorTypeEnum::IfcTendonAnchorTypeEnum
IfcTendonAnchorTypeEnum(const IfcTendonAnchorTypeEnum &other)
Definition: Ifc4x2Enum.h:5878
OdIfc4x2::kIfcFanTypeEnum_CENTRIFUGALRADIAL
@ kIfcFanTypeEnum_CENTRIFUGALRADIAL
Definition: Ifc4x2Enum.h:2856
OdIfc4x2::kIfcCableCarrierSegmentTypeEnum_CONDUITSEGMENT
@ kIfcCableCarrierSegmentTypeEnum_CONDUITSEGMENT
Definition: Ifc4x2Enum.h:961
OdIfc4x2::IfcBurnerTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:916
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_ANTENNA
@ kIfcCommunicationsApplianceTypeEnum_ANTENNA
Definition: Ifc4x2Enum.h:1216
OdIfc4x2::IfcPermitTypeEnum::IfcPermitTypeEnum
IfcPermitTypeEnum(const IfcPermitTypeEnum &other)
Definition: Ifc4x2Enum.h:4075
OdIfc4x2::IfcLightDistributionCurveEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3562
OdIfc4x2::kIfcWorkScheduleTypeEnum_USERDEFINED
@ kIfcWorkScheduleTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6749
OdIfc4x2::IfcEventTriggerTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2785
OdIfc4x2::IfcPermitTypeEnum::IfcPermitTypeEnum
IfcPermitTypeEnum(IfcPermitTypeEnum_ val)
Definition: Ifc4x2Enum.h:4076
OdIfc4x2::IfcBooleanOperator::IfcBooleanOperator
IfcBooleanOperator(IfcBooleanOperator_ val)
Definition: Ifc4x2Enum.h:730
OdIfc4x2::kIfcAnalysisTheoryTypeEnum_THIRD_ORDER_THEORY
@ kIfcAnalysisTheoryTypeEnum_THIRD_ORDER_THEORY
Definition: Ifc4x2Enum.h:382
OdIfc4x2::IfcAirTerminalTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:248
OdIfc4x2::IfcVibrationDamperTypeEnum::IfcVibrationDamperTypeEnum
IfcVibrationDamperTypeEnum()
Definition: Ifc4x2Enum.h:6354
OdIfc4x2::IfcLayerSetDirectionEnum
Definition: Ifc4x2Enum.h:3529
OdIfc4x2::kIfcConstructionMaterialResourceTypeEnum_CONCRETE
@ kIfcConstructionMaterialResourceTypeEnum_CONCRETE
Definition: Ifc4x2Enum.h:1439
OdDAI::OdLogical
Definition: daiPrimitive.h:47
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_WASHHANDBASIN
@ kIfcSanitaryTerminalTypeEnum_WASHHANDBASIN
Definition: Ifc4x2Enum.h:5041
OdIfc4x2::kIfcTransitionCurveType_CLOTHOIDCURVE
@ kIfcTransitionCurveType_CLOTHOIDCURVE
Definition: Ifc4x2Enum.h:6069
OdIfc4x2::IfcSurfaceFeatureTypeEnum::IfcSurfaceFeatureTypeEnum
IfcSurfaceFeatureTypeEnum()
Definition: Ifc4x2Enum.h:5667
OdIfc4x2::kIfcSIUnitName_WEBER
@ kIfcSIUnitName_WEBER
Definition: Ifc4x2Enum.h:5009
OdIfc4x2::IfcBooleanOperator::IfcBooleanOperator
IfcBooleanOperator()
Definition: Ifc4x2Enum.h:728
OdIfc4x2::kIfcDoorTypeOperationEnum_DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT
@ kIfcDoorTypeOperationEnum_DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT
Definition: Ifc4x2Enum.h:2299
OdIfc4x2::kIfcUnitEnum_ENERGYUNIT
@ kIfcUnitEnum_ENERGYUNIT
Definition: Ifc4x2Enum.h:6188
OdIfc4x2::IfcAssemblyPlaceEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:448
OdIfc4x2::kIfcGeometricProjectionEnum_REFLECTED_PLAN_VIEW
@ kIfcGeometricProjectionEnum_REFLECTED_PLAN_VIEW
Definition: Ifc4x2Enum.h:3158
OdIfc4x2::StrToIfcObjectTypeEnum
IfcObjectTypeEnum StrToIfcObjectTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcSIUnitName_NEWTON
@ kIfcSIUnitName_NEWTON
Definition: Ifc4x2Enum.h:4997
OdIfc4x2::kIfcSurfaceFeatureTypeEnum_DEFECT
@ kIfcSurfaceFeatureTypeEnum_DEFECT
Definition: Ifc4x2Enum.h:5658
OdIfc4x2::kIfcJunctionBoxTypeEnum_DATA
@ kIfcJunctionBoxTypeEnum_DATA
Definition: Ifc4x2Enum.h:3391
OdIfc4x2::kIfcElectricTimeControlTypeEnum_NOTDEFINED
@ kIfcElectricTimeControlTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2588
OdIfc4x2::kIfcRampFlightTypeEnum_STRAIGHT
@ kIfcRampFlightTypeEnum_STRAIGHT
Definition: Ifc4x2Enum.h:4590
OdIfc4x2::IfcRecurrenceTypeEnum::IfcRecurrenceTypeEnum
IfcRecurrenceTypeEnum()
Definition: Ifc4x2Enum.h:4662
OdIfc4x2::IfcConstructionProductResourceTypeEnum
Definition: Ifc4x2Enum.h:1479
OdIfc4x2::IfcChillerTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcSensorTypeEnum_LIGHTSENSOR
@ kIfcSensorTypeEnum_LIGHTSENSOR
Definition: Ifc4x2Enum.h:5106
OdIfc4x2::kIfcStairFlightTypeEnum_NOTDEFINED
@ kIfcStairFlightTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5418
OdIfc4x2::StrToIfcTimeSeriesDataTypeEnum
IfcTimeSeriesDataTypeEnum StrToIfcTimeSeriesDataTypeEnum(OdAnsiString val)
OdIfc4x2::IfcFlowInstrumentTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3022
OdIfc4x2::IfcDuctSegmentTypeEnum::IfcDuctSegmentTypeEnum
IfcDuctSegmentTypeEnum(IfcDuctSegmentTypeEnum_ val)
Definition: Ifc4x2Enum.h:2383
OdIfc4x2::StrToIfcSwitchingDeviceTypeEnum
IfcSwitchingDeviceTypeEnum StrToIfcSwitchingDeviceTypeEnum(OdAnsiString val)
OdIfc4x2::IfcTubeBundleTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcTendonConduitTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5911
OdIfc4x2::kIfcKnotType_PIECEWISE_BEZIER_KNOTS
@ kIfcKnotType_PIECEWISE_BEZIER_KNOTS
Definition: Ifc4x2Enum.h:3420
OdIfc4x2::kIfcSurfaceFeatureTypeEnum_unset
@ kIfcSurfaceFeatureTypeEnum_unset
Definition: Ifc4x2Enum.h:5661
OdIfc4x2::IfcTankTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcPileConstructionEnum::IfcPileConstructionEnum
IfcPileConstructionEnum(const IfcPileConstructionEnum &other)
Definition: Ifc4x2Enum.h:4130
OdIfc4x2::kIfcWorkScheduleTypeEnum_BASELINE
@ kIfcWorkScheduleTypeEnum_BASELINE
Definition: Ifc4x2Enum.h:6747
OdIfc4x2::kIfcSpaceHeaterTypeEnum_CONVECTOR
@ kIfcSpaceHeaterTypeEnum_CONVECTOR
Definition: Ifc4x2Enum.h:5294
OdIfc4x2::IfcSequenceEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcRampFlightTypeEnum_SPIRAL
@ kIfcRampFlightTypeEnum_SPIRAL
Definition: Ifc4x2Enum.h:4591
OdIfc4x2::IfcProtectiveDeviceTypeEnum_
IfcProtectiveDeviceTypeEnum_
Definition: Ifc4x2Enum.h:4497
OdIfc4x2::kIfcSequenceEnum_START_START
@ kIfcSequenceEnum_START_START
Definition: Ifc4x2Enum.h:5142
OdIfc4x2::kIfcActionSourceTypeEnum_LIVE_LOAD_Q
@ kIfcActionSourceTypeEnum_LIVE_LOAD_Q
Definition: Ifc4x2Enum.h:71
OdIfc4x2::IfcCompressorTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1305
OdIfc4x2::IfcProtectiveDeviceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcEngineTypeEnum_EXTERNALCOMBUSTION
@ kIfcEngineTypeEnum_EXTERNALCOMBUSTION
Definition: Ifc4x2Enum.h:2677
OdIfc4x2::kIfcPerformanceHistoryTypeEnum_unset
@ kIfcPerformanceHistoryTypeEnum_unset
Definition: Ifc4x2Enum.h:4012
OdIfc4x2::kIfcRampFlightTypeEnum_unset
@ kIfcRampFlightTypeEnum_unset
Definition: Ifc4x2Enum.h:4594
OdIfc4x2::IfcSystemFurnitureElementTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5758
OdIfc4x2::IfcWindowPanelOperationEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6520
OdIfc4x2::IfcReinforcingBarSurfaceEnum::IfcReinforcingBarSurfaceEnum
IfcReinforcingBarSurfaceEnum(IfcReinforcingBarSurfaceEnum_ val)
Definition: Ifc4x2Enum.h:4783
OdIfc4x2::IfcActuatorTypeEnum_
IfcActuatorTypeEnum_
Definition: Ifc4x2Enum.h:146
OdIfc4x2::kIfcConnectionTypeEnum_unset
@ kIfcConnectionTypeEnum_unset
Definition: Ifc4x2Enum.h:1354
OdIfc4x2::kIfcShadingDeviceTypeEnum_AWNING
@ kIfcShadingDeviceTypeEnum_AWNING
Definition: Ifc4x2Enum.h:5173
OdIfc4x2::StrToIfcWorkScheduleTypeEnum
IfcWorkScheduleTypeEnum StrToIfcWorkScheduleTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcStackTerminalTypeEnum_NOTDEFINED
@ kIfcStackTerminalTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5388
OdIfc4x2::kIfcSensorTypeEnum_IONCONCENTRATIONSENSOR
@ kIfcSensorTypeEnum_IONCONCENTRATIONSENSOR
Definition: Ifc4x2Enum.h:5104
OdIfc4x2::StrToIfcStackTerminalTypeEnum
IfcStackTerminalTypeEnum StrToIfcStackTerminalTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcElectricGeneratorTypeEnum
IfcElectricGeneratorTypeEnum StrToIfcElectricGeneratorTypeEnum(OdAnsiString val)
OdIfc4x2::IfcCurtainWallTypeEnum::IfcCurtainWallTypeEnum
IfcCurtainWallTypeEnum()
Definition: Ifc4x2Enum.h:1712
OdIfc4x2::kIfcPermitTypeEnum_USERDEFINED
@ kIfcPermitTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4066
OdIfc4x2::StrToIfcDistributionSystemEnum
IfcDistributionSystemEnum StrToIfcDistributionSystemEnum(OdAnsiString val)
OdIfc4x2::kIfcStackTerminalTypeEnum_BIRDCAGE
@ kIfcStackTerminalTypeEnum_BIRDCAGE
Definition: Ifc4x2Enum.h:5384
OdIfc4x2::IfcActionTypeEnum::IfcActionTypeEnum
IfcActionTypeEnum()
Definition: Ifc4x2Enum.h:130
OdIfc4x2::IfcInterceptorTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3321
OdIfc4x2::kIfcConstructionProductResourceTypeEnum_unset
@ kIfcConstructionProductResourceTypeEnum_unset
Definition: Ifc4x2Enum.h:1476
OdIfc4x2::kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT
@ kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT
Definition: Ifc4x2Enum.h:2230
OdIfc4x2::IfcConstructionEquipmentResourceTypeEnum
Definition: Ifc4x2Enum.h:1418
OdIfc4x2::kIfcDirectionSenseEnum_NEGATIVE
@ kIfcDirectionSenseEnum_NEGATIVE
Definition: Ifc4x2Enum.h:1897
OdIfc4x2::kIfcLayerSetDirectionEnum_unset
@ kIfcLayerSetDirectionEnum_unset
Definition: Ifc4x2Enum.h:3526
OdIfc4x2::kIfcDerivedUnitEnum_THERMALADMITTANCEUNIT
@ kIfcDerivedUnitEnum_THERMALADMITTANCEUNIT
Definition: Ifc4x2Enum.h:1834
OdIfc4x2::kIfcWindowPanelPositionEnum_TOP
@ kIfcWindowPanelPositionEnum_TOP
Definition: Ifc4x2Enum.h:6538
OdIfc4x2::kIfcRailingTypeEnum_unset
@ kIfcRailingTypeEnum_unset
Definition: Ifc4x2Enum.h:4567
OdIfc4x2::kIfcAnalysisModelTypeEnum_USERDEFINED
@ kIfcAnalysisModelTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:355
OdIfc4x2::kIfcChangeActionEnum_NOCHANGE
@ kIfcChangeActionEnum_NOCHANGE
Definition: Ifc4x2Enum.h:1073
OdIfc4x2::IfcRecurrenceTypeEnum_
IfcRecurrenceTypeEnum_
Definition: Ifc4x2Enum.h:4647
OdIfc4x2::IfcConnectionTypeEnum::IfcConnectionTypeEnum
IfcConnectionTypeEnum(const IfcConnectionTypeEnum &other)
Definition: Ifc4x2Enum.h:1361
OdIfc4x2::IfcFilterTypeEnum
Definition: Ifc4x2Enum.h:2926
OdIfc4x2::kIfcBeamTypeEnum_LINTEL
@ kIfcBeamTypeEnum_LINTEL
Definition: Ifc4x2Enum.h:564
OdIfc4x2::IfcAirTerminalTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcSpaceHeaterTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5307
OdIfc4x2::IfcPhysicalOrVirtualEnum::IfcPhysicalOrVirtualEnum
IfcPhysicalOrVirtualEnum()
Definition: Ifc4x2Enum.h:4100
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_NOTDEFINED
@ kIfcAudioVisualApplianceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:474
OdIfc4x2::IfcColumnTypeEnum_
IfcColumnTypeEnum_
Definition: Ifc4x2Enum.h:1185
OdIfc4x2::kIfcAlignmentTypeEnum_USERDEFINED
@ kIfcAlignmentTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:327
OdIfc4x2::kIfcTubeBundleTypeEnum_NOTDEFINED
@ kIfcTubeBundleTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6154
OdIfc4x2::IfcProtectiveDeviceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4517
OdIfc4x2::kIfcReinforcingBarTypeEnum_SPACEBAR
@ kIfcReinforcingBarTypeEnum_SPACEBAR
Definition: Ifc4x2Enum.h:4806
OdIfc4x2::IfcGeographicElementTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3141
OdIfc4x2::kIfcBurnerTypeEnum_NOTDEFINED
@ kIfcBurnerTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:905
OdIfc4x2::IfcElementCompositionEnum
Definition: Ifc4x2Enum.h:2657
OdIfc4x2::kIfcDuctFittingTypeEnum_NOTDEFINED
@ kIfcDuctFittingTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2347
OdIfc4x2::IfcTendonAnchorTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5880
OdIfc4x2::kIfcElectricTimeControlTypeEnum_USERDEFINED
@ kIfcElectricTimeControlTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2587
OdIfc4x2::kIfcSIUnitName_VOLT
@ kIfcSIUnitName_VOLT
Definition: Ifc4x2Enum.h:5007
OdIfc4x2::IfcBearingTypeDisplacementEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcCompressorTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1304
OdIfc4x2::kIfcBeamTypeEnum_HOLLOWCORE
@ kIfcBeamTypeEnum_HOLLOWCORE
Definition: Ifc4x2Enum.h:563
OdIfc4x2::kIfcObjectiveEnum_PARAMETER
@ kIfcObjectiveEnum_PARAMETER
Definition: Ifc4x2Enum.h:3892
OdIfc4x2::IfcElectricMotorTypeEnum::IfcElectricMotorTypeEnum
IfcElectricMotorTypeEnum(const IfcElectricMotorTypeEnum &other)
Definition: Ifc4x2Enum.h:2568
OdIfc4x2::kIfcDoorPanelPositionEnum_MIDDLE
@ kIfcDoorPanelPositionEnum_MIDDLE
Definition: Ifc4x2Enum.h:2169
OdIfc4x2::IfcWindowTypePartitioningEnum
Definition: Ifc4x2Enum.h:6670
OdIfc4x2::kIfcDuctFittingTypeEnum_OBSTRUCTION
@ kIfcDuctFittingTypeEnum_OBSTRUCTION
Definition: Ifc4x2Enum.h:2344
OdIfc4x2::IfcBuildingElementProxyTypeEnum
Definition: Ifc4x2Enum.h:851
OdIfc4x2::IfcOccupantTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3939
OdIfc4x2::IfcStructuralSurfaceMemberTypeEnum::IfcStructuralSurfaceMemberTypeEnum
IfcStructuralSurfaceMemberTypeEnum(IfcStructuralSurfaceMemberTypeEnum_ val)
Definition: Ifc4x2Enum.h:5613
OdIfc4x2::kIfcRampTypeEnum_STRAIGHT_RUN_RAMP
@ kIfcRampTypeEnum_STRAIGHT_RUN_RAMP
Definition: Ifc4x2Enum.h:4617
OdIfc4x2::kIfcFootingTypeEnum_NOTDEFINED
@ kIfcFootingTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3071
OdIfc4x2::IfcActionTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:133
OdIfc4x2::IfcBuildingSystemTypeEnum::IfcBuildingSystemTypeEnum
IfcBuildingSystemTypeEnum(const IfcBuildingSystemTypeEnum &other)
Definition: Ifc4x2Enum.h:888
OdIfc4x2::IfcGeometricProjectionEnum::IfcGeometricProjectionEnum
IfcGeometricProjectionEnum()
Definition: Ifc4x2Enum.h:3169
OdIfc4x2::kIfcDerivedUnitEnum_PLANARFORCEUNIT
@ kIfcDerivedUnitEnum_PLANARFORCEUNIT
Definition: Ifc4x2Enum.h:1845
OdIfc4x2::StrToIfcStructuralSurfaceActivityTypeEnum
IfcStructuralSurfaceActivityTypeEnum StrToIfcStructuralSurfaceActivityTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcSectionTypeEnum
IfcSectionTypeEnum StrToIfcSectionTypeEnum(OdAnsiString val)
OdIfc4x2::IfcVibrationIsolatorTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6385
OdIfc4x2::kIfcSystemFurnitureElementTypeEnum_unset
@ kIfcSystemFurnitureElementTypeEnum_unset
Definition: Ifc4x2Enum.h:5748
OdIfc4x2::StrToIfcReinforcingBarTypeEnum
IfcReinforcingBarTypeEnum StrToIfcReinforcingBarTypeEnum(OdAnsiString val)
OdIfc4x2::IfcPerformanceHistoryTypeEnum::IfcPerformanceHistoryTypeEnum
IfcPerformanceHistoryTypeEnum()
Definition: Ifc4x2Enum.h:4018
OdIfc4x2::IfcArithmeticOperatorEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcSystemFurnitureElementTypeEnum::IfcSystemFurnitureElementTypeEnum
IfcSystemFurnitureElementTypeEnum(IfcSystemFurnitureElementTypeEnum_ val)
Definition: Ifc4x2Enum.h:5756
OdIfc4x2::IfcGlobalOrLocalEnum_
IfcGlobalOrLocalEnum_
Definition: Ifc4x2Enum.h:3185
OdIfc4x2::kIfcAirToAirHeatRecoveryTypeEnum_TWINTOWERENTHALPYRECOVERYLOOPS
@ kIfcAirToAirHeatRecoveryTypeEnum_TWINTOWERENTHALPYRECOVERYLOOPS
Definition: Ifc4x2Enum.h:268
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_Q_LENGTH
@ kIfcSimplePropertyTemplateTypeEnum_Q_LENGTH
Definition: Ifc4x2Enum.h:5205
OdIfc4x2::kIfcAirTerminalBoxTypeEnum_unset
@ kIfcAirTerminalBoxTypeEnum_unset
Definition: Ifc4x2Enum.h:210
OdIfc4x2::IfcWallTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6451
OdIfc4x2::IfcLayerSetDirectionEnum_
IfcLayerSetDirectionEnum_
Definition: Ifc4x2Enum.h:3522
OdIfc4x2::IfcRailingTypeEnum::IfcRailingTypeEnum
IfcRailingTypeEnum()
Definition: Ifc4x2Enum.h:4573
OdIfc4x2::IfcLayerSetDirectionEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcConstraintEnum
Definition: Ifc4x2Enum.h:1385
OdIfc4x2::IfcTimeSeriesDataTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5997
OdIfc4x2::StrToIfcDuctSilencerTypeEnum
IfcDuctSilencerTypeEnum StrToIfcDuctSilencerTypeEnum(OdAnsiString val)
OdIfc4x2::IfcTankTypeEnum::IfcTankTypeEnum
IfcTankTypeEnum(IfcTankTypeEnum_ val)
Definition: Ifc4x2Enum.h:5788
OdIfc4x2::IfcOpeningElementTypeEnum
Definition: Ifc4x2Enum.h:3960
OdIfc4x2::IfcEvaporativeCoolerTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcConstructionProductResourceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1486
OdIfc4x2::kIfcHumidifierTypeEnum_ADIABATICAIRWASHER
@ kIfcHumidifierTypeEnum_ADIABATICAIRWASHER
Definition: Ifc4x2Enum.h:3268
OdIfc4x2::IfcFlowInstrumentTypeEnum::IfcFlowInstrumentTypeEnum
IfcFlowInstrumentTypeEnum()
Definition: Ifc4x2Enum.h:3019
OdIfc4x2::kIfcCompressorTypeEnum_HERMETIC
@ kIfcCompressorTypeEnum_HERMETIC
Definition: Ifc4x2Enum.h:1286
OdIfc4x2::IfcActionRequestTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcDerivedUnitEnum
Definition: Ifc4x2Enum.h:1876
OdIfc4x2::IfcReferentTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4693
OdIfc4x2::IfcTransitionCode::IfcTransitionCode
IfcTransitionCode()
Definition: Ifc4x2Enum.h:6050
OdIfc4x2::IfcTrimmingPreference::IfcTrimmingPreference
IfcTrimmingPreference(const IfcTrimmingPreference &other)
Definition: Ifc4x2Enum.h:6136
OdIfc4x2::StrToIfcCooledBeamTypeEnum
IfcCooledBeamTypeEnum StrToIfcCooledBeamTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcFlowInstrumentTypeEnum_FREQUENCYMETER
@ kIfcFlowInstrumentTypeEnum_FREQUENCYMETER
Definition: Ifc4x2Enum.h:3006
OdIfc4x2::kIfcWindowTypePartitioningEnum_TRIPLE_PANEL_BOTTOM
@ kIfcWindowTypePartitioningEnum_TRIPLE_PANEL_BOTTOM
Definition: Ifc4x2Enum.h:6660
OdIfc4x2::kIfcUnitEnum_RADIOACTIVITYUNIT
@ kIfcUnitEnum_RADIOACTIVITYUNIT
Definition: Ifc4x2Enum.h:6202
OdIfc4x2::IfcPropertySetTemplateTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcProtectiveDeviceTrippingUnitTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4485
OdIfc4x2::kIfcFlowInstrumentTypeEnum_POWERFACTORMETER
@ kIfcFlowInstrumentTypeEnum_POWERFACTORMETER
Definition: Ifc4x2Enum.h:3007
OdIfc4x2::IfcDoorTypeOperationEnum::IfcDoorTypeOperationEnum
IfcDoorTypeOperationEnum()
Definition: Ifc4x2Enum.h:2322
OdIfc4x2::StrToIfcDoorPanelPositionEnum
IfcDoorPanelPositionEnum StrToIfcDoorPanelPositionEnum(OdAnsiString val)
OdIfc4x2::kIfcObjectTypeEnum_CONTROL
@ kIfcObjectTypeEnum_CONTROL
Definition: Ifc4x2Enum.h:3856
OdIfc4x2::kIfcMemberTypeEnum_SUSPENDER
@ kIfcMemberTypeEnum_SUSPENDER
Definition: Ifc4x2Enum.h:3775
OdIfc4x2::kIfcUnitEnum_VOLUMEUNIT
@ kIfcUnitEnum_VOLUMEUNIT
Definition: Ifc4x2Enum.h:6206
OdIfc4x2::kIfcSIPrefix_DECI
@ kIfcSIPrefix_DECI
Definition: Ifc4x2Enum.h:4949
OdIfc4x2::IfcGlobalOrLocalEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcStairFlightTypeEnum_CURVED
@ kIfcStairFlightTypeEnum_CURVED
Definition: Ifc4x2Enum.h:5415
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_P_ENUMERATEDVALUE
@ kIfcSimplePropertyTemplateTypeEnum_P_ENUMERATEDVALUE
Definition: Ifc4x2Enum.h:5200
OdIfc4x2::StrToIfcExternalSpatialElementTypeEnum
IfcExternalSpatialElementTypeEnum StrToIfcExternalSpatialElementTypeEnum(OdAnsiString val)
OdIfc4x2::IfcDuctFittingTypeEnum::IfcDuctFittingTypeEnum
IfcDuctFittingTypeEnum(IfcDuctFittingTypeEnum_ val)
Definition: Ifc4x2Enum.h:2356
OdIfc4x2::IfcStructuralSurfaceMemberTypeEnum_
IfcStructuralSurfaceMemberTypeEnum_
Definition: Ifc4x2Enum.h:5599
OdIfc4x2::IfcSensorTypeEnum
Definition: Ifc4x2Enum.h:5122
OdIfc4x2::StrToIfcRailingTypeEnum
IfcRailingTypeEnum StrToIfcRailingTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcCondenserTypeEnum
IfcCondenserTypeEnum StrToIfcCondenserTypeEnum(OdAnsiString val)
OdIfc4x2::IfcSensorTypeEnum_
IfcSensorTypeEnum_
Definition: Ifc4x2Enum.h:5092
OdIfc4x2::kIfcSIPrefix_PICO
@ kIfcSIPrefix_PICO
Definition: Ifc4x2Enum.h:4954
OdIfc4x2::kIfcSurfaceFeatureTypeEnum_TREATMENT
@ kIfcSurfaceFeatureTypeEnum_TREATMENT
Definition: Ifc4x2Enum.h:5657
OdIfc4x2::IfcPileConstructionEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcCrewResourceTypeEnum
IfcCrewResourceTypeEnum StrToIfcCrewResourceTypeEnum(OdAnsiString val)
OdIfc4x2::IfcEngineTypeEnum::IfcEngineTypeEnum
IfcEngineTypeEnum()
Definition: Ifc4x2Enum.h:2687
OdIfc4x2::kIfcWasteTerminalTypeEnum_NOTDEFINED
@ kIfcWasteTerminalTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6473
OdIfc4x2::kIfcPlateTypeEnum_BASE_PLATE
@ kIfcPlateTypeEnum_BASE_PLATE
Definition: Ifc4x2Enum.h:4247
OdIfc4x2::kIfcDistributionSystemEnum_CONDENSERWATER
@ kIfcDistributionSystemEnum_CONDENSERWATER
Definition: Ifc4x2Enum.h:2018
OdIfc4x2::IfcKnotType::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcFurnitureTypeEnum_SOFA
@ kIfcFurnitureTypeEnum_SOFA
Definition: Ifc4x2Enum.h:3101
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_Q_WEIGHT
@ kIfcSimplePropertyTemplateTypeEnum_Q_WEIGHT
Definition: Ifc4x2Enum.h:5209
OdIfc4x2::StrToIfcWindowStyleConstructionEnum
IfcWindowStyleConstructionEnum StrToIfcWindowStyleConstructionEnum(OdAnsiString val)
OdIfc4x2::kIfcFastenerTypeEnum_MORTAR
@ kIfcFastenerTypeEnum_MORTAR
Definition: Ifc4x2Enum.h:2888
OdIfc4x2::kIfcCableCarrierSegmentTypeEnum_CABLETRAYSEGMENT
@ kIfcCableCarrierSegmentTypeEnum_CABLETRAYSEGMENT
Definition: Ifc4x2Enum.h:959
OdIfc4x2::kIfcReinforcingBarRoleEnum_EDGE
@ kIfcReinforcingBarRoleEnum_EDGE
Definition: Ifc4x2Enum.h:4745
OdIfc4x2::IfcSIUnitName::IfcSIUnitName
IfcSIUnitName()
Definition: Ifc4x2Enum.h:5016
OdIfc4x2::kIfcHumidifierTypeEnum_USERDEFINED
@ kIfcHumidifierTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3280
OdIfc4x2::IfcRampTypeEnum::IfcRampTypeEnum
IfcRampTypeEnum(IfcRampTypeEnum_ val)
Definition: Ifc4x2Enum.h:4633
OdIfc4x2::IfcEvaporativeCoolerTypeEnum::IfcEvaporativeCoolerTypeEnum
IfcEvaporativeCoolerTypeEnum(IfcEvaporativeCoolerTypeEnum_ val)
Definition: Ifc4x2Enum.h:2723
OdIfc4x2::kIfcStructuralCurveMemberTypeEnum_USERDEFINED
@ kIfcStructuralCurveMemberTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5546
OdIfc4x2::IfcStairTypeEnum
Definition: Ifc4x2Enum.h:5461
OdIfc4x2::IfcRailingTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4577
OdIfc4x2::kIfcKnotType_UNSPECIFIED
@ kIfcKnotType_UNSPECIFIED
Definition: Ifc4x2Enum.h:3421
OdIfc4x2::kIfcBSplineSurfaceForm_CONICAL_SURF
@ kIfcBSplineSurfaceForm_CONICAL_SURF
Definition: Ifc4x2Enum.h:529
OdIfc4x2::kIfcCostItemTypeEnum_unset
@ kIfcCostItemTypeEnum_unset
Definition: Ifc4x2Enum.h:1586
OdIfc4x2::IfcBeamTypeEnum::IfcBeamTypeEnum
IfcBeamTypeEnum()
Definition: Ifc4x2Enum.h:581
OdIfc4x2::kIfcWallTypeEnum_SOLIDWALL
@ kIfcWallTypeEnum_SOLIDWALL
Definition: Ifc4x2Enum.h:6435
OdIfc4x2::IfcProtectiveDeviceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4516
OdIfc4x2::kIfcDataOriginEnum_unset
@ kIfcDataOriginEnum_unset
Definition: Ifc4x2Enum.h:1797
OdIfc4x2::IfcElementAssemblyTypeEnum
Definition: Ifc4x2Enum.h:2631
OdIfc4x2::StrToIfcPipeSegmentTypeEnum
IfcPipeSegmentTypeEnum StrToIfcPipeSegmentTypeEnum(OdAnsiString val)
OdIfc4x2::IfcCommunicationsApplianceTypeEnum
Definition: Ifc4x2Enum.h:1233
OdIfc4x2::IfcValveTypeEnum::IfcValveTypeEnum
IfcValveTypeEnum()
Definition: Ifc4x2Enum.h:6323
OdIfc4x2::kIfcConstraintEnum_unset
@ kIfcConstraintEnum_unset
Definition: Ifc4x2Enum.h:1382
OdIfc4x2::kIfcStructuralCurveActivityTypeEnum_NOTDEFINED
@ kIfcStructuralCurveActivityTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5517
OdIfc4x2::kIfcMotorConnectionTypeEnum_USERDEFINED
@ kIfcMotorConnectionTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3805
OdIfc4x2::kIfcCurtainWallTypeEnum_USERDEFINED
@ kIfcCurtainWallTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1704
OdIfc4x2::IfcCurtainWallTypeEnum
Definition: Ifc4x2Enum.h:1709
OdIfc4x2::kIfcInternalOrExternalEnum_EXTERNAL_FIRE
@ kIfcInternalOrExternalEnum_EXTERNAL_FIRE
Definition: Ifc4x2Enum.h:3338
OdIfc4x2::IfcAnalysisModelTypeEnum::IfcAnalysisModelTypeEnum
IfcAnalysisModelTypeEnum(const IfcAnalysisModelTypeEnum &other)
Definition: Ifc4x2Enum.h:364
OdIfc4x2::kIfcValveTypeEnum_STOPCOCK
@ kIfcValveTypeEnum_STOPCOCK
Definition: Ifc4x2Enum.h:6314
OdIfc4x2::IfcBuildingSystemTypeEnum::IfcBuildingSystemTypeEnum
IfcBuildingSystemTypeEnum(IfcBuildingSystemTypeEnum_ val)
Definition: Ifc4x2Enum.h:889
OdIfc4x2::IfcDoorStyleOperationEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2255
OdIfc4x2::IfcDocumentConfidentialityEnum::IfcDocumentConfidentialityEnum
IfcDocumentConfidentialityEnum(IfcDocumentConfidentialityEnum_ val)
Definition: Ifc4x2Enum.h:2093
OdIfc4x2::IfcWindowStyleConstructionEnum_
IfcWindowStyleConstructionEnum_
Definition: Ifc4x2Enum.h:6562
OdIfc4x2::IfcElectricApplianceTypeEnum_
IfcElectricApplianceTypeEnum_
Definition: Ifc4x2Enum.h:2425
OdIfc4x2::kIfcDistributionSystemEnum_RAINWATER
@ kIfcDistributionSystemEnum_RAINWATER
Definition: Ifc4x2Enum.h:2041
OdIfc4x2::kIfcTendonConduitTypeEnum_DIABOLO
@ kIfcTendonConduitTypeEnum_DIABOLO
Definition: Ifc4x2Enum.h:5898
OdIfc4x2::kIfcFireSuppressionTerminalTypeEnum_HOSEREEL
@ kIfcFireSuppressionTerminalTypeEnum_HOSEREEL
Definition: Ifc4x2Enum.h:2948
OdIfc4x2::IfcCostItemTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1595
OdIfc4x2::kIfcRoleEnum_BUILDINGOPERATOR
@ kIfcRoleEnum_BUILDINGOPERATOR
Definition: Ifc4x2Enum.h:4866
OdIfc4x2::kIfcActionSourceTypeEnum_RAIN
@ kIfcActionSourceTypeEnum_RAIN
Definition: Ifc4x2Enum.h:92
OdIfc4x2::kIfcFootingTypeEnum_unset
@ kIfcFootingTypeEnum_unset
Definition: Ifc4x2Enum.h:3072
OdIfc4x2::kIfcConstructionEquipmentResourceTypeEnum_PUMPING
@ kIfcConstructionEquipmentResourceTypeEnum_PUMPING
Definition: Ifc4x2Enum.h:1411
OdIfc4x2::kIfcLightFixtureTypeEnum_POINTSOURCE
@ kIfcLightFixtureTypeEnum_POINTSOURCE
Definition: Ifc4x2Enum.h:3610
OdIfc4x2::kIfcOccupantTypeEnum_unset
@ kIfcOccupantTypeEnum_unset
Definition: Ifc4x2Enum.h:3930
OdIfc4x2::kIfcPropertySetTemplateTypeEnum_QTO_TYPEDRIVENOVERRIDE
@ kIfcPropertySetTemplateTypeEnum_QTO_TYPEDRIVENOVERRIDE
Definition: Ifc4x2Enum.h:4443
OdIfc4x2::kIfcBSplineCurveForm_ELLIPTIC_ARC
@ kIfcBSplineCurveForm_ELLIPTIC_ARC
Definition: Ifc4x2Enum.h:500
OdIfc4x2::kIfcStructuralCurveActivityTypeEnum_POLYGONAL
@ kIfcStructuralCurveActivityTypeEnum_POLYGONAL
Definition: Ifc4x2Enum.h:5511
OdIfc4x2::IfcWindowTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6642
OdIfc4x2::kIfcDoorTypeOperationEnum_SLIDING_TO_RIGHT
@ kIfcDoorTypeOperationEnum_SLIDING_TO_RIGHT
Definition: Ifc4x2Enum.h:2305
OdIfc4x2::kIfcElectricMotorTypeEnum_SYNCHRONOUS
@ kIfcElectricMotorTypeEnum_SYNCHRONOUS
Definition: Ifc4x2Enum.h:2558
OdIfc4x2::StrToIfcConnectionTypeEnum
IfcConnectionTypeEnum StrToIfcConnectionTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcAnalysisTheoryTypeEnum_FULL_NONLINEAR_THEORY
@ kIfcAnalysisTheoryTypeEnum_FULL_NONLINEAR_THEORY
Definition: Ifc4x2Enum.h:383
OdIfc4x2::IfcSIUnitName::IfcSIUnitName
IfcSIUnitName(const IfcSIUnitName &other)
Definition: Ifc4x2Enum.h:5017
OdIfc4x2::kIfcCableSegmentTypeEnum_NOTDEFINED
@ kIfcCableSegmentTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1022
OdIfc4x2::kIfcPipeFittingTypeEnum_ENTRY
@ kIfcPipeFittingTypeEnum_ENTRY
Definition: Ifc4x2Enum.h:4179
OdIfc4x2::kIfcElementAssemblyTypeEnum_REINFORCEMENT_UNIT
@ kIfcElementAssemblyTypeEnum_REINFORCEMENT_UNIT
Definition: Ifc4x2Enum.h:2617
OdIfc4x2::kIfcCurtainWallTypeEnum_unset
@ kIfcCurtainWallTypeEnum_unset
Definition: Ifc4x2Enum.h:1706
OdIfc4x2::kIfcDistributionSystemEnum_ELECTROACOUSTIC
@ kIfcDistributionSystemEnum_ELECTROACOUSTIC
Definition: Ifc4x2Enum.h:2028
OdIfc4x2::IfcBoilerTypeEnum::IfcBoilerTypeEnum
IfcBoilerTypeEnum()
Definition: Ifc4x2Enum.h:702
OdIfc4x2::kIfcReflectanceMethodEnum_STRAUSS
@ kIfcReflectanceMethodEnum_STRAUSS
Definition: Ifc4x2Enum.h:4715
OdIfc4x2::kIfcProjectOrderTypeEnum_MOVEORDER
@ kIfcProjectOrderTypeEnum_MOVEORDER
Definition: Ifc4x2Enum.h:4358
OdIfc4x2::kIfcProjectOrderTypeEnum_unset
@ kIfcProjectOrderTypeEnum_unset
Definition: Ifc4x2Enum.h:4363
OdIfc4x2::StrToIfcInternalOrExternalEnum
IfcInternalOrExternalEnum StrToIfcInternalOrExternalEnum(OdAnsiString val)
OdIfc4x2::IfcFlowDirectionEnum::IfcFlowDirectionEnum
IfcFlowDirectionEnum(const IfcFlowDirectionEnum &other)
Definition: Ifc4x2Enum.h:2987
OdIfc4x2::IfcReflectanceMethodEnum
Definition: Ifc4x2Enum.h:4720
OdIfc4x2::kIfcReflectanceMethodEnum_GLASS
@ kIfcReflectanceMethodEnum_GLASS
Definition: Ifc4x2Enum.h:4709
OdIfc4x2::StrToIfcElementAssemblyTypeEnum
IfcElementAssemblyTypeEnum StrToIfcElementAssemblyTypeEnum(OdAnsiString val)
OdIfc4x2::IfcRecurrenceTypeEnum::IfcRecurrenceTypeEnum
IfcRecurrenceTypeEnum(IfcRecurrenceTypeEnum_ val)
Definition: Ifc4x2Enum.h:4664
OdIfc4x2::kIfcWorkScheduleTypeEnum_unset
@ kIfcWorkScheduleTypeEnum_unset
Definition: Ifc4x2Enum.h:6751
OdIfc4x2::kIfcEvaporativeCoolerTypeEnum_INDIRECTEVAPORATIVECOOLINGTOWERORCOILCOOLER
@ kIfcEvaporativeCoolerTypeEnum_INDIRECTEVAPORATIVECOOLINGTOWERORCOILCOOLER
Definition: Ifc4x2Enum.h:2711
OdIfc4x2::kIfcWindowTypePartitioningEnum_USERDEFINED
@ kIfcWindowTypePartitioningEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6665
OdIfc4x2::StrToIfcBooleanOperator
IfcBooleanOperator StrToIfcBooleanOperator(OdAnsiString val)
OdIfc4x2::kIfcBearingTypeDisplacementEnum_FIXED_MOVEMENT
@ kIfcBearingTypeDisplacementEnum_FIXED_MOVEMENT
Definition: Ifc4x2Enum.h:598
OdIfc4x2::kIfcWasteTerminalTypeEnum_USERDEFINED
@ kIfcWasteTerminalTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6472
OdIfc4x2::IfcSIUnitName_
IfcSIUnitName_
Definition: Ifc4x2Enum.h:4979
OdIfc4x2::StrToIfcDiscreteAccessoryTypeEnum
IfcDiscreteAccessoryTypeEnum StrToIfcDiscreteAccessoryTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcSequenceEnum_NOTDEFINED
@ kIfcSequenceEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5147
OdIfc4x2::kIfcTaskTypeEnum_USERDEFINED
@ kIfcTaskTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5841
OdIfc4x2::kIfcCoveringTypeEnum_MEMBRANE
@ kIfcCoveringTypeEnum_MEMBRANE
Definition: Ifc4x2Enum.h:1648
OdIfc4x2::kIfcSensorTypeEnum_SMOKESENSOR
@ kIfcSensorTypeEnum_SMOKESENSOR
Definition: Ifc4x2Enum.h:5113
OdIfc4x2::StrToIfcProfileTypeEnum
IfcProfileTypeEnum StrToIfcProfileTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_SCREW
@ kIfcMechanicalFastenerTypeEnum_SCREW
Definition: Ifc4x2Enum.h:3700
OdIfc4x2::kIfcFanTypeEnum_CENTRIFUGALAIRFOIL
@ kIfcFanTypeEnum_CENTRIFUGALAIRFOIL
Definition: Ifc4x2Enum.h:2858
OdIfc4x2::kIfcCompressorTypeEnum_unset
@ kIfcCompressorTypeEnum_unset
Definition: Ifc4x2Enum.h:1295
OdIfc4x2::kIfcSurfaceSide_NEGATIVE
@ kIfcSurfaceSide_NEGATIVE
Definition: Ifc4x2Enum.h:5685
OdIfc4x2::IfcBearingTypeEnum
Definition: Ifc4x2Enum.h:639
OdIfc4x2::kIfcProjectionElementTypeEnum_BLISTER
@ kIfcProjectionElementTypeEnum_BLISTER
Definition: Ifc4x2Enum.h:4411
OdIfc4x2::IfcSolarDeviceTypeEnum
Definition: Ifc4x2Enum.h:5274
OdIfc4x2::IfcHeatExchangerTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcArithmeticOperatorEnum::IfcArithmeticOperatorEnum
IfcArithmeticOperatorEnum(IfcArithmeticOperatorEnum_ val)
Definition: Ifc4x2Enum.h:421
OdIfc4x2::IfcConstructionMaterialResourceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcPipeFittingTypeEnum_unset
@ kIfcPipeFittingTypeEnum_unset
Definition: Ifc4x2Enum.h:4186
OdIfc4x2::kIfcAirTerminalTypeEnum_DIFFUSER
@ kIfcAirTerminalTypeEnum_DIFFUSER
Definition: Ifc4x2Enum.h:233
OdIfc4x2::kIfcDoorTypeOperationEnum_SINGLE_SWING_RIGHT
@ kIfcDoorTypeOperationEnum_SINGLE_SWING_RIGHT
Definition: Ifc4x2Enum.h:2297
OdIfc4x2::kIfcWindowPanelOperationEnum_REMOVABLECASEMENT
@ kIfcWindowPanelOperationEnum_REMOVABLECASEMENT
Definition: Ifc4x2Enum.h:6507
OdIfc4x2::IfcElectricApplianceTypeEnum::IfcElectricApplianceTypeEnum
IfcElectricApplianceTypeEnum(const IfcElectricApplianceTypeEnum &other)
Definition: Ifc4x2Enum.h:2451
OdIfc4x2::kIfcElectricGeneratorTypeEnum_unset
@ kIfcElectricGeneratorTypeEnum_unset
Definition: Ifc4x2Enum.h:2531
OdIfc4x2::IfcPermitTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4078
OdIfc4x2::IfcDamperTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1779
OdIfc4x2::kIfcGeographicElementTypeEnum_NOTDEFINED
@ kIfcGeographicElementTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3130
OdIfc4x2::IfcElementAssemblyTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2638
OdIfc4x2::IfcBridgeTypeEnum_
IfcBridgeTypeEnum_
Definition: Ifc4x2Enum.h:779
OdIfc4x2::kIfcSectionTypeEnum_UNIFORM
@ kIfcSectionTypeEnum_UNIFORM
Definition: Ifc4x2Enum.h:5068
OdIfc4x2::kIfcBearingTypeEnum_ROLLER
@ kIfcBearingTypeEnum_ROLLER
Definition: Ifc4x2Enum.h:632
OdIfc4x2::kIfcMemberTypeEnum_STRUT
@ kIfcMemberTypeEnum_STRUT
Definition: Ifc4x2Enum.h:3770
OdIfc4x2::IfcWasteTerminalTypeEnum::IfcWasteTerminalTypeEnum
IfcWasteTerminalTypeEnum()
Definition: Ifc4x2Enum.h:6480
OdIfc4x2::kIfcRoofTypeEnum_PAVILION_ROOF
@ kIfcRoofTypeEnum_PAVILION_ROOF
Definition: Ifc4x2Enum.h:4913
OdIfc4x2::kIfcCondenserTypeEnum_unset
@ kIfcCondenserTypeEnum_unset
Definition: Ifc4x2Enum.h:1327
OdIfc4x2::kIfcSystemFurnitureElementTypeEnum_USERDEFINED
@ kIfcSystemFurnitureElementTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5746
OdIfc4x2::kIfcInventoryTypeEnum_unset
@ kIfcInventoryTypeEnum_unset
Definition: Ifc4x2Enum.h:3368
OdIfc4x2::kIfcStructuralSurfaceActivityTypeEnum_BILINEAR
@ kIfcStructuralSurfaceActivityTypeEnum_BILINEAR
Definition: Ifc4x2Enum.h:5572
OdIfc4x2::kIfcVibrationDamperTypeEnum_FRICTION
@ kIfcVibrationDamperTypeEnum_FRICTION
Definition: Ifc4x2Enum.h:6343
OdIfc4x2::kIfcHeatExchangerTypeEnum_SHELLANDTUBE
@ kIfcHeatExchangerTypeEnum_SHELLANDTUBE
Definition: Ifc4x2Enum.h:3241
OdIfc4x2::IfcFlowInstrumentTypeEnum::IfcFlowInstrumentTypeEnum
IfcFlowInstrumentTypeEnum(IfcFlowInstrumentTypeEnum_ val)
Definition: Ifc4x2Enum.h:3021
OdIfc4x2::kIfcDoorTypeOperationEnum_DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT
@ kIfcDoorTypeOperationEnum_DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT
Definition: Ifc4x2Enum.h:2300
OdIfc4x2::IfcDerivedUnitEnum::IfcDerivedUnitEnum
IfcDerivedUnitEnum(IfcDerivedUnitEnum_ val)
Definition: Ifc4x2Enum.h:1881
OdIfc4x2::IfcEvaporatorTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2756
OdIfc4x2::IfcPileConstructionEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4132
OdIfc4x2::IfcRoofTypeEnum::IfcRoofTypeEnum
IfcRoofTypeEnum()
Definition: Ifc4x2Enum.h:4924
OdIfc4x2::kIfcSequenceEnum_unset
@ kIfcSequenceEnum_unset
Definition: Ifc4x2Enum.h:5148
OdIfc4x2::IfcSurfaceSide
Definition: Ifc4x2Enum.h:5690
OdIfc4x2::kIfcSensorTypeEnum_CONTACTSENSOR
@ kIfcSensorTypeEnum_CONTACTSENSOR
Definition: Ifc4x2Enum.h:5096
OdIfc4x2::IfcWindowTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcFlowMeterTypeEnum_NOTDEFINED
@ kIfcFlowMeterTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3041
OdIfc4x2::kIfcUnitaryEquipmentTypeEnum_NOTDEFINED
@ kIfcUnitaryEquipmentTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6270
OdIfc4x2::StrToIfcSurfaceSide
IfcSurfaceSide StrToIfcSurfaceSide(OdAnsiString val)
OdIfc4x2::kIfcPumpTypeEnum_unset
@ kIfcPumpTypeEnum_unset
Definition: Ifc4x2Enum.h:4539
OdIfc4x2::IfcSpatialZoneTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5371
OdIfc4x2::IfcMedicalDeviceTypeEnum_
IfcMedicalDeviceTypeEnum_
Definition: Ifc4x2Enum.h:3729
OdIfc4x2::IfcCableCarrierFittingTypeEnum::IfcCableCarrierFittingTypeEnum
IfcCableCarrierFittingTypeEnum(const IfcCableCarrierFittingTypeEnum &other)
Definition: Ifc4x2Enum.h:942
OdIfc4x2::kIfcElectricDistributionBoardTypeEnum_SWITCHBOARD
@ kIfcElectricDistributionBoardTypeEnum_SWITCHBOARD
Definition: Ifc4x2Enum.h:2470
OdIfc4x2::IfcMemberTypeEnum::IfcMemberTypeEnum
IfcMemberTypeEnum(IfcMemberTypeEnum_ val)
Definition: Ifc4x2Enum.h:3787
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_ANCHORBOLT
@ kIfcMechanicalFastenerTypeEnum_ANCHORBOLT
Definition: Ifc4x2Enum.h:3694
OdIfc4x2::IfcBeamTypeEnum
Definition: Ifc4x2Enum.h:578
OdIfc4x2::IfcLaborResourceTypeEnum::IfcLaborResourceTypeEnum
IfcLaborResourceTypeEnum()
Definition: Ifc4x2Enum.h:3472
OdIfc4x2::kIfcDocumentStatusEnum_NOTDEFINED
@ kIfcDocumentStatusEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2112
OdIfc4x2::kIfcChimneyTypeEnum_NOTDEFINED
@ kIfcChimneyTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1130
OdIfc4x2::kIfcDoorPanelPositionEnum_NOTDEFINED
@ kIfcDoorPanelPositionEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2171
OdIfc4x2::IfcAssemblyPlaceEnum::IfcAssemblyPlaceEnum
IfcAssemblyPlaceEnum()
Definition: Ifc4x2Enum.h:445
OdIfc4x2::kIfcLightDistributionCurveEnum_NOTDEFINED
@ kIfcLightDistributionCurveEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3552
OdIfc4x2::kIfcFilterTypeEnum_ODORFILTER
@ kIfcFilterTypeEnum_ODORFILTER
Definition: Ifc4x2Enum.h:2917
OdIfc4x2::IfcRampFlightTypeEnum
Definition: Ifc4x2Enum.h:4597
OdIfc4x2::IfcStructuralCurveActivityTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5528
OdIfc4x2::kIfcExternalSpatialElementTypeEnum_EXTERNAL_FIRE
@ kIfcExternalSpatialElementTypeEnum_EXTERNAL_FIRE
Definition: Ifc4x2Enum.h:2829
OdIfc4x2::kIfcMemberTypeEnum_unset
@ kIfcMemberTypeEnum_unset
Definition: Ifc4x2Enum.h:3779
OdIfc4x2::kIfcSpatialZoneTypeEnum_CONSTRUCTION
@ kIfcSpatialZoneTypeEnum_CONSTRUCTION
Definition: Ifc4x2Enum.h:5351
OdIfc4x2::IfcSlabTypeEnum::IfcSlabTypeEnum
IfcSlabTypeEnum(IfcSlabTypeEnum_ val)
Definition: Ifc4x2Enum.h:5252
OdIfc4x2::StrToIfcAirToAirHeatRecoveryTypeEnum
IfcAirToAirHeatRecoveryTypeEnum StrToIfcAirToAirHeatRecoveryTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcSIPrefix
IfcSIPrefix StrToIfcSIPrefix(OdAnsiString val)
OdIfc4x2::IfcBridgePartTypeEnum::IfcBridgePartTypeEnum
IfcBridgePartTypeEnum()
Definition: Ifc4x2Enum.h:763
OdIfc4x2::IfcSectionTypeEnum::IfcSectionTypeEnum
IfcSectionTypeEnum(IfcSectionTypeEnum_ val)
Definition: Ifc4x2Enum.h:5078
OdIfc4x2::StrToIfcLaborResourceTypeEnum
IfcLaborResourceTypeEnum StrToIfcLaborResourceTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcAnalysisModelTypeEnum_NOTDEFINED
@ kIfcAnalysisModelTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:356
OdIfc4x2::kIfcDiscreteAccessoryTypeEnum_ANCHORPLATE
@ kIfcDiscreteAccessoryTypeEnum_ANCHORPLATE
Definition: Ifc4x2Enum.h:1921
OdIfc4x2::kIfcActionSourceTypeEnum_TRANSPORT
@ kIfcActionSourceTypeEnum_TRANSPORT
Definition: Ifc4x2Enum.h:81
OdIfc4x2::IfcTubeBundleTypeEnum_
IfcTubeBundleTypeEnum_
Definition: Ifc4x2Enum.h:6151
OdIfc4x2::IfcObjectTypeEnum::IfcObjectTypeEnum
IfcObjectTypeEnum(const IfcObjectTypeEnum &other)
Definition: Ifc4x2Enum.h:3869
OdIfc4x2::kIfcBridgeTypeEnum_NOTDEFINED
@ kIfcBridgeTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:789
OdIfc4x2::IfcRoofTypeEnum
Definition: Ifc4x2Enum.h:4921
OdIfc4x2::kIfcReinforcingMeshTypeEnum_USERDEFINED
@ kIfcReinforcingMeshTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4832
OdIfc4x2::IfcCostScheduleTypeEnum_
IfcCostScheduleTypeEnum_
Definition: Ifc4x2Enum.h:1608
OdIfc4x2::IfcSubContractResourceTypeEnum::IfcSubContractResourceTypeEnum
IfcSubContractResourceTypeEnum(IfcSubContractResourceTypeEnum_ val)
Definition: Ifc4x2Enum.h:5640
OdIfc4x2::IfcLoadGroupTypeEnum
Definition: Ifc4x2Enum.h:3646
OdIfc4x2::IfcBeamTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcProjectionElementTypeEnum_
IfcProjectionElementTypeEnum_
Definition: Ifc4x2Enum.h:4410
OdIfc4x2::IfcCommunicationsApplianceTypeEnum::IfcCommunicationsApplianceTypeEnum
IfcCommunicationsApplianceTypeEnum()
Definition: Ifc4x2Enum.h:1236
OdIfc4x2::IfcElectricMotorTypeEnum
Definition: Ifc4x2Enum.h:2564
OdIfc4x2::kIfcElectricGeneratorTypeEnum_STANDALONE
@ kIfcElectricGeneratorTypeEnum_STANDALONE
Definition: Ifc4x2Enum.h:2528
OdIfc4x2::IfcProjectedOrTrueLengthEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4397
OdIfc4x2::kIfcCostScheduleTypeEnum_USERDEFINED
@ kIfcCostScheduleTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1616
OdIfc4x2::kIfcWallTypeEnum_POLYGONAL
@ kIfcWallTypeEnum_POLYGONAL
Definition: Ifc4x2Enum.h:6437
OdIfc4x2::kIfcFanTypeEnum_TUBEAXIAL
@ kIfcFanTypeEnum_TUBEAXIAL
Definition: Ifc4x2Enum.h:2859
OdIfc4x2::kIfcObjectTypeEnum_NOTDEFINED
@ kIfcObjectTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3861
OdIfc4x2::kIfcFurnitureTypeEnum_unset
@ kIfcFurnitureTypeEnum_unset
Definition: Ifc4x2Enum.h:3104
OdIfc4x2::kIfcElectricDistributionBoardTypeEnum_NOTDEFINED
@ kIfcElectricDistributionBoardTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2472
OdIfc4x2::kIfcPileConstructionEnum_NOTDEFINED
@ kIfcPileConstructionEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4122
OdIfc4x2::kIfcDoorPanelOperationEnum_REVOLVING
@ kIfcDoorPanelOperationEnum_REVOLVING
Definition: Ifc4x2Enum.h:2140
OdIfc4x2::kIfcValveTypeEnum_FAUCET
@ kIfcValveTypeEnum_FAUCET
Definition: Ifc4x2Enum.h:6303
OdIfc4x2::kIfcCompressorTypeEnum_TROCHOIDAL
@ kIfcCompressorTypeEnum_TROCHOIDAL
Definition: Ifc4x2Enum.h:1282
OdIfc4x2::IfcOccupantTypeEnum::IfcOccupantTypeEnum
IfcOccupantTypeEnum(const IfcOccupantTypeEnum &other)
Definition: Ifc4x2Enum.h:3937
OdIfc4x2::kIfcTendonTypeEnum_STRAND
@ kIfcTendonTypeEnum_STRAND
Definition: Ifc4x2Enum.h:5926
OdIfc4x2::kIfcRampFlightTypeEnum_USERDEFINED
@ kIfcRampFlightTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4592
OdIfc4x2::StrToIfcBridgePartTypeEnum
IfcBridgePartTypeEnum StrToIfcBridgePartTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcPhysicalOrVirtualEnum_NOTDEFINED
@ kIfcPhysicalOrVirtualEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4093
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_unset
@ kIfcSimplePropertyTemplateTypeEnum_unset
Definition: Ifc4x2Enum.h:5211
OdIfc4x2::IfcEvaporatorTypeEnum
Definition: Ifc4x2Enum.h:2749
OdIfc4x2::kIfcLightEmissionSourceEnum_unset
@ kIfcLightEmissionSourceEnum_unset
Definition: Ifc4x2Enum.h:3587
OdIfc4x2::IfcJunctionBoxTypeEnum::IfcJunctionBoxTypeEnum
IfcJunctionBoxTypeEnum(const IfcJunctionBoxTypeEnum &other)
Definition: Ifc4x2Enum.h:3402
OdIfc4x2::IfcSpatialZoneTypeEnum::IfcSpatialZoneTypeEnum
IfcSpatialZoneTypeEnum()
Definition: Ifc4x2Enum.h:5367
OdIfc4x2::kIfcWindowStyleConstructionEnum_WOOD
@ kIfcWindowStyleConstructionEnum_WOOD
Definition: Ifc4x2Enum.h:6566
OdIfc4x2::IfcAddressTypeEnum_
IfcAddressTypeEnum_
Definition: Ifc4x2Enum.h:176
OdIfc4x2::IfcWindowTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6643
OdIfc4x2::IfcProcedureTypeEnum_
IfcProcedureTypeEnum_
Definition: Ifc4x2Enum.h:4298
OdIfc4x2::kIfcUnitaryEquipmentTypeEnum_USERDEFINED
@ kIfcUnitaryEquipmentTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6269
OdIfc4x2::IfcVoidingFeatureTypeEnum::IfcVoidingFeatureTypeEnum
IfcVoidingFeatureTypeEnum(const IfcVoidingFeatureTypeEnum &other)
Definition: Ifc4x2Enum.h:6414
OdIfc4x2::kIfcFanTypeEnum_USERDEFINED
@ kIfcFanTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2862
OdIfc4x2::IfcTankTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5790
OdIfc4x2::IfcLightEmissionSourceEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3597
OdIfc4x2::kIfcCableCarrierFittingTypeEnum_NOTDEFINED
@ kIfcCableCarrierFittingTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:934
OdIfc4x2::kIfcBSplineSurfaceForm_UNSPECIFIED
@ kIfcBSplineSurfaceForm_UNSPECIFIED
Definition: Ifc4x2Enum.h:537
OdIfc4x2::kIfcRoleEnum_USERDEFINED
@ kIfcRoleEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4879
OdIfc4x2::kIfcObjectTypeEnum_ACTOR
@ kIfcObjectTypeEnum_ACTOR
Definition: Ifc4x2Enum.h:3858
OdIfc4x2::IfcWindowPanelPositionEnum::IfcWindowPanelPositionEnum
IfcWindowPanelPositionEnum(IfcWindowPanelPositionEnum_ val)
Definition: Ifc4x2Enum.h:6548
OdIfc4x2::kIfcSwitchingDeviceTypeEnum_NOTDEFINED
@ kIfcSwitchingDeviceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5720
OdIfc4x2::kIfcWindowStyleConstructionEnum_unset
@ kIfcWindowStyleConstructionEnum_unset
Definition: Ifc4x2Enum.h:6571
OdIfc4x2::IfcUnitaryControlElementTypeEnum::IfcUnitaryControlElementTypeEnum
IfcUnitaryControlElementTypeEnum(IfcUnitaryControlElementTypeEnum_ val)
Definition: Ifc4x2Enum.h:6249
OdIfc4x2::IfcAudioVisualApplianceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:485
OdIfc4x2::IfcTendonConduitTypeEnum::IfcTendonConduitTypeEnum
IfcTendonConduitTypeEnum(const IfcTendonConduitTypeEnum &other)
Definition: Ifc4x2Enum.h:5908
OdIfc4x2::IfcCaissonFoundationTypeEnum_
IfcCaissonFoundationTypeEnum_
Definition: Ifc4x2Enum.h:1045
OdIfc4x2::StrToIfcTransportElementTypeEnum
IfcTransportElementTypeEnum StrToIfcTransportElementTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcProjectedOrTrueLengthEnum_unset
@ kIfcProjectedOrTrueLengthEnum_unset
Definition: Ifc4x2Enum.h:4388
OdIfc4x2::IfcAlarmTypeEnum::IfcAlarmTypeEnum
IfcAlarmTypeEnum(const IfcAlarmTypeEnum &other)
Definition: Ifc4x2Enum.h:311
OdIfc4x2::IfcTransformerTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcFilterTypeEnum::IfcFilterTypeEnum
IfcFilterTypeEnum()
Definition: Ifc4x2Enum.h:2929
OdIfc4x2::IfcEventTriggerTypeEnum_
IfcEventTriggerTypeEnum_
Definition: Ifc4x2Enum.h:2768
OdIfc4x2::kIfcStructuralSurfaceMemberTypeEnum_BENDING_ELEMENT
@ kIfcStructuralSurfaceMemberTypeEnum_BENDING_ELEMENT
Definition: Ifc4x2Enum.h:5600
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_USERDEFINED
@ kIfcSanitaryTerminalTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5043
OdIfc4x2::kIfcWasteTerminalTypeEnum_unset
@ kIfcWasteTerminalTypeEnum_unset
Definition: Ifc4x2Enum.h:6474
OdIfc4x2::IfcDiscreteAccessoryTypeEnum::IfcDiscreteAccessoryTypeEnum
IfcDiscreteAccessoryTypeEnum(IfcDiscreteAccessoryTypeEnum_ val)
Definition: Ifc4x2Enum.h:1935
OdIfc4x2::kIfcPumpTypeEnum_SUMPPUMP
@ kIfcPumpTypeEnum_SUMPPUMP
Definition: Ifc4x2Enum.h:4534
OdIfc4x2::IfcWindowPanelPositionEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcTransformerTypeEnum
Definition: Ifc4x2Enum.h:6020
OdIfc4x2::kIfcStairTypeEnum_STRAIGHT_RUN_STAIR
@ kIfcStairTypeEnum_STRAIGHT_RUN_STAIR
Definition: Ifc4x2Enum.h:5442
OdIfc4x2::kIfcRoleEnum_BUILDINGOWNER
@ kIfcRoleEnum_BUILDINGOWNER
Definition: Ifc4x2Enum.h:4865
OdIfc4x2::StrToIfcCoveringTypeEnum
IfcCoveringTypeEnum StrToIfcCoveringTypeEnum(OdAnsiString val)
OdIfc4x2::IfcBenchmarkEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:679
OdIfc4x2::IfcProjectionElementTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcWorkScheduleTypeEnum_ACTUAL
@ kIfcWorkScheduleTypeEnum_ACTUAL
Definition: Ifc4x2Enum.h:6746
OdIfc4x2::IfcDocumentStatusEnum
Definition: Ifc4x2Enum.h:2116
OdIfc4x2::IfcProfileTypeEnum::IfcProfileTypeEnum
IfcProfileTypeEnum()
Definition: Ifc4x2Enum.h:4339
OdIfc4x2::IfcDistributionPortTypeEnum_
IfcDistributionPortTypeEnum_
Definition: Ifc4x2Enum.h:1982
OdIfc4x2::kIfcProjectOrderTypeEnum_USERDEFINED
@ kIfcProjectOrderTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4361
OdIfc4x2::kIfcProcedureTypeEnum_ADVICE_WARNING
@ kIfcProcedureTypeEnum_ADVICE_WARNING
Definition: Ifc4x2Enum.h:4301
OdIfc4x2::IfcElectricFlowStorageDeviceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2512
OdIfc4x2::kIfcVoidingFeatureTypeEnum_CHAMFER
@ kIfcVoidingFeatureTypeEnum_CHAMFER
Definition: Ifc4x2Enum.h:6403
OdIfc4x2::IfcDuctFittingTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2357
OdIfc4x2::kIfcTankTypeEnum_FEEDANDEXPANSION
@ kIfcTankTypeEnum_FEEDANDEXPANSION
Definition: Ifc4x2Enum.h:5774
OdIfc4x2::kIfcCurveInterpolationEnum_unset
@ kIfcCurveInterpolationEnum_unset
Definition: Ifc4x2Enum.h:1733
OdIfc4x2::kIfcProtectiveDeviceTrippingUnitTypeEnum_unset
@ kIfcProtectiveDeviceTrippingUnitTypeEnum_unset
Definition: Ifc4x2Enum.h:4475
OdIfc4x2::IfcWindowPanelOperationEnum
Definition: Ifc4x2Enum.h:6514
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_unset
@ kIfcSanitaryTerminalTypeEnum_unset
Definition: Ifc4x2Enum.h:5045
OdIfc4x2::IfcAnalysisModelTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcBuildingSystemTypeEnum::IfcBuildingSystemTypeEnum
IfcBuildingSystemTypeEnum()
Definition: Ifc4x2Enum.h:887
OdIfc4x2::IfcPreferredSurfaceCurveRepresentation::IfcPreferredSurfaceCurveRepresentation
IfcPreferredSurfaceCurveRepresentation(const IfcPreferredSurfaceCurveRepresentation &other)
Definition: Ifc4x2Enum.h:4283
OdIfc4x2::kIfcWindowStyleConstructionEnum_NOTDEFINED
@ kIfcWindowStyleConstructionEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6570
OdIfc4x2::kIfcFilterTypeEnum_STRAINER
@ kIfcFilterTypeEnum_STRAINER
Definition: Ifc4x2Enum.h:2919
OdIfc4x2::kIfcFireSuppressionTerminalTypeEnum_SPRINKLERDEFLECTOR
@ kIfcFireSuppressionTerminalTypeEnum_SPRINKLERDEFLECTOR
Definition: Ifc4x2Enum.h:2950
OdIfc4x2::kIfcWorkPlanTypeEnum_BASELINE
@ kIfcWorkPlanTypeEnum_BASELINE
Definition: Ifc4x2Enum.h:6719
OdIfc4x2::kIfcStairTypeEnum_unset
@ kIfcStairTypeEnum_unset
Definition: Ifc4x2Enum.h:5458
OdIfc4x2::IfcCrewResourceTypeEnum
Definition: Ifc4x2Enum.h:1684
OdIfc4x2::IfcUnitEnum::IfcUnitEnum
IfcUnitEnum(const IfcUnitEnum &other)
Definition: Ifc4x2Enum.h:6215
OdIfc4x2::kIfcSwitchingDeviceTypeEnum_SWITCHDISCONNECTOR
@ kIfcSwitchingDeviceTypeEnum_SWITCHDISCONNECTOR
Definition: Ifc4x2Enum.h:5717
OdIfc4x2::kIfcDerivedUnitEnum_ANGULARVELOCITYUNIT
@ kIfcDerivedUnitEnum_ANGULARVELOCITYUNIT
Definition: Ifc4x2Enum.h:1820
OdIfc4x2::kIfcDistributionPortTypeEnum_CABLE
@ kIfcDistributionPortTypeEnum_CABLE
Definition: Ifc4x2Enum.h:1983
OdIfc4x2::IfcDoorStyleOperationEnum::IfcDoorStyleOperationEnum
IfcDoorStyleOperationEnum()
Definition: Ifc4x2Enum.h:2251
OdIfc4x2::IfcChimneyTypeEnum::IfcChimneyTypeEnum
IfcChimneyTypeEnum(const IfcChimneyTypeEnum &other)
Definition: Ifc4x2Enum.h:1138
OdIfc4x2::kIfcEventTypeEnum_ENDEVENT
@ kIfcEventTypeEnum_ENDEVENT
Definition: Ifc4x2Enum.h:2799
OdIfc4x2::IfcColumnTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1203
OdIfc4x2::StrToIfcCoilTypeEnum
IfcCoilTypeEnum StrToIfcCoilTypeEnum(OdAnsiString val)
OdIfc4x2::IfcOccupantTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcDocumentStatusEnum_REVISION
@ kIfcDocumentStatusEnum_REVISION
Definition: Ifc4x2Enum.h:2111
OdIfc4x2::kIfcWindowStyleConstructionEnum_ALUMINIUM
@ kIfcWindowStyleConstructionEnum_ALUMINIUM
Definition: Ifc4x2Enum.h:6563
OdIfc4x2::IfcTaskDurationEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5816
OdIfc4x2::kIfcLightEmissionSourceEnum_NOTDEFINED
@ kIfcLightEmissionSourceEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3586
OdIfc4x2::kIfcActionRequestTypeEnum_PHONE
@ kIfcActionRequestTypeEnum_PHONE
Definition: Ifc4x2Enum.h:41
OdIfc4x2::IfcBuildingElementPartTypeEnum::IfcBuildingElementPartTypeEnum
IfcBuildingElementPartTypeEnum(IfcBuildingElementPartTypeEnum_ val)
Definition: Ifc4x2Enum.h:826
OdIfc4x2::kIfcCoolingTowerTypeEnum_MECHANICALFORCEDDRAFT
@ kIfcCoolingTowerTypeEnum_MECHANICALFORCEDDRAFT
Definition: Ifc4x2Enum.h:1558
OdIfc4x2::kIfcStructuralCurveMemberTypeEnum_CABLE
@ kIfcStructuralCurveMemberTypeEnum_CABLE
Definition: Ifc4x2Enum.h:5543
OdIfc4x2::IfcWindowPanelOperationEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6521
OdIfc4x2::kIfcMedicalDeviceTypeEnum_NOTDEFINED
@ kIfcMedicalDeviceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3736
OdIfc4x2::IfcChangeActionEnum_
IfcChangeActionEnum_
Definition: Ifc4x2Enum.h:1072
OdIfc4x2::IfcCostScheduleTypeEnum
Definition: Ifc4x2Enum.h:1621
OdIfc4x2::kIfcStackTerminalTypeEnum_unset
@ kIfcStackTerminalTypeEnum_unset
Definition: Ifc4x2Enum.h:5389
OdIfc4x2::kIfcBuildingSystemTypeEnum_LOADBEARING
@ kIfcBuildingSystemTypeEnum_LOADBEARING
Definition: Ifc4x2Enum.h:873
OdIfc4x2::IfcTrimmingPreference_
IfcTrimmingPreference_
Definition: Ifc4x2Enum.h:6125
OdIfc4x2::IfcCableSegmentTypeEnum::IfcCableSegmentTypeEnum
IfcCableSegmentTypeEnum(const IfcCableSegmentTypeEnum &other)
Definition: Ifc4x2Enum.h:1030
OdIfc4x2::IfcPileConstructionEnum
Definition: Ifc4x2Enum.h:4126
OdIfc4x2::IfcOccupantTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3940
OdIfc4x2::kIfcColumnTypeEnum_COLUMN
@ kIfcColumnTypeEnum_COLUMN
Definition: Ifc4x2Enum.h:1186
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_Q_VOLUME
@ kIfcSimplePropertyTemplateTypeEnum_Q_VOLUME
Definition: Ifc4x2Enum.h:5207
OdIfc4x2::kIfcFastenerTypeEnum_USERDEFINED
@ kIfcFastenerTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2890
OdIfc4x2::kIfcAlignmentTypeEnum_NOTDEFINED
@ kIfcAlignmentTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:328
OdIfc4x2::kIfcTendonTypeEnum_WIRE
@ kIfcTendonTypeEnum_WIRE
Definition: Ifc4x2Enum.h:5927
OdIfc4x2::kIfcLightDistributionCurveEnum_TYPE_A
@ kIfcLightDistributionCurveEnum_TYPE_A
Definition: Ifc4x2Enum.h:3549
OdIfc4x2::IfcBooleanOperator::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcDoorTypeOperationEnum_DOUBLE_SWING_RIGHT
@ kIfcDoorTypeOperationEnum_DOUBLE_SWING_RIGHT
Definition: Ifc4x2Enum.h:2302
OdIfc4x2::kIfcReferentTypeEnum_MILEPOINT
@ kIfcReferentTypeEnum_MILEPOINT
Definition: Ifc4x2Enum.h:4680
OdIfc4x2::kIfcProjectOrderTypeEnum_CHANGEORDER
@ kIfcProjectOrderTypeEnum_CHANGEORDER
Definition: Ifc4x2Enum.h:4356
OdIfc4x2::kIfcCableCarrierFittingTypeEnum_TEE
@ kIfcCableCarrierFittingTypeEnum_TEE
Definition: Ifc4x2Enum.h:932
OdIfc4x2::kIfcGeographicElementTypeEnum_unset
@ kIfcGeographicElementTypeEnum_unset
Definition: Ifc4x2Enum.h:3131
OdIfc4x2::IfcOutletTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3996
OdIfc4x2::IfcChillerTypeEnum::IfcChillerTypeEnum
IfcChillerTypeEnum(const IfcChillerTypeEnum &other)
Definition: Ifc4x2Enum.h:1113
OdIfc4x2::StrToIfcCompressorTypeEnum
IfcCompressorTypeEnum StrToIfcCompressorTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcDoorTypeOperationEnum_SINGLE_SWING_LEFT
@ kIfcDoorTypeOperationEnum_SINGLE_SWING_LEFT
Definition: Ifc4x2Enum.h:2296
OdIfc4x2::kIfcDuctSilencerTypeEnum_RECTANGULAR
@ kIfcDuctSilencerTypeEnum_RECTANGULAR
Definition: Ifc4x2Enum.h:2399
OdIfc4x2::IfcTransportElementTypeEnum
Definition: Ifc4x2Enum.h:6106
OdIfc4x2::IfcConstraintEnum::IfcConstraintEnum
IfcConstraintEnum(const IfcConstraintEnum &other)
Definition: Ifc4x2Enum.h:1389
OdRxValue
Definition: RxValue.h:64
OdIfc4x2::kIfcColumnTypeEnum_PIERSTEM_SEGMENT
@ kIfcColumnTypeEnum_PIERSTEM_SEGMENT
Definition: Ifc4x2Enum.h:1189
OdIfc4x2::IfcCaissonFoundationTypeEnum
Definition: Ifc4x2Enum.h:1053
OdIfc4x2::kIfcRoofTypeEnum_HIPPED_GABLE_ROOF
@ kIfcRoofTypeEnum_HIPPED_GABLE_ROOF
Definition: Ifc4x2Enum.h:4907
OdIfc4x2::kIfcReinforcingBarRoleEnum_LIGATURE
@ kIfcReinforcingBarRoleEnum_LIGATURE
Definition: Ifc4x2Enum.h:4742
OdIfc4x2::kIfcTimeSeriesDataTypeEnum_DISCRETE
@ kIfcTimeSeriesDataTypeEnum_DISCRETE
Definition: Ifc4x2Enum.h:5981
OdIfc4x2::kIfcRampTypeEnum_USERDEFINED
@ kIfcRampTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4623
OdIfc4x2::kIfcUnitaryEquipmentTypeEnum_SPLITSYSTEM
@ kIfcUnitaryEquipmentTypeEnum_SPLITSYSTEM
Definition: Ifc4x2Enum.h:6267
OdIfc4x2::kIfcTankTypeEnum_EXPANSION
@ kIfcTankTypeEnum_EXPANSION
Definition: Ifc4x2Enum.h:5773
OdIfc4x2::IfcPreferredSurfaceCurveRepresentation_
IfcPreferredSurfaceCurveRepresentation_
Definition: Ifc4x2Enum.h:4272
OdIfc4x2::IfcTimeSeriesDataTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5996
OdIfc4x2::IfcDistributionPortTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcLampTypeEnum_HIGHPRESSUREMERCURY
@ kIfcLampTypeEnum_HIGHPRESSUREMERCURY
Definition: Ifc4x2Enum.h:3492
OdIfc4x2::StrToIfcElectricMotorTypeEnum
IfcElectricMotorTypeEnum StrToIfcElectricMotorTypeEnum(OdAnsiString val)
OdIfc4x2::IfcStructuralCurveMemberTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcAssemblyPlaceEnum_SITE
@ kIfcAssemblyPlaceEnum_SITE
Definition: Ifc4x2Enum.h:436
OdIfc4x2::IfcProjectionElementTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4424
OdIfc4x2::IfcOpeningElementTypeEnum_
IfcOpeningElementTypeEnum_
Definition: Ifc4x2Enum.h:3952
OdIfc4x2::kIfcSpaceTypeEnum_GFA
@ kIfcSpaceTypeEnum_GFA
Definition: Ifc4x2Enum.h:5323
OdIfc4x2::kIfcAnalysisTheoryTypeEnum_USERDEFINED
@ kIfcAnalysisTheoryTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:384
OdIfc4x2::IfcStructuralCurveActivityTypeEnum::IfcStructuralCurveActivityTypeEnum
IfcStructuralCurveActivityTypeEnum(const IfcStructuralCurveActivityTypeEnum &other)
Definition: Ifc4x2Enum.h:5525
OdIfc4x2::IfcFanTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2874
OdIfc4x2::kIfcReinforcingBarTypeEnum_PUNCHING
@ kIfcReinforcingBarTypeEnum_PUNCHING
Definition: Ifc4x2Enum.h:4802
OdIfc4x2::kIfcGeometricProjectionEnum_USERDEFINED
@ kIfcGeometricProjectionEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3161
OdIfc4x2::kIfcMemberTypeEnum_NOTDEFINED
@ kIfcMemberTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3778
OdIfc4x2::kIfcLightFixtureTypeEnum_unset
@ kIfcLightFixtureTypeEnum_unset
Definition: Ifc4x2Enum.h:3615
OdIfc4x2::IfcElementCompositionEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2663
OdIfc4x2::kIfcDistributionSystemEnum_DOMESTICCOLDWATER
@ kIfcDistributionSystemEnum_DOMESTICCOLDWATER
Definition: Ifc4x2Enum.h:2023
OdIfc4x2::kIfcSensorTypeEnum_FIRESENSOR
@ kIfcSensorTypeEnum_FIRESENSOR
Definition: Ifc4x2Enum.h:5097
OdIfc4x2::kIfcElectricApplianceTypeEnum_MICROWAVE
@ kIfcElectricApplianceTypeEnum_MICROWAVE
Definition: Ifc4x2Enum.h:2436
OdIfc4x2::IfcSimplePropertyTemplateTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5221
OdIfc4x2::IfcTransportElementTypeEnum_
IfcTransportElementTypeEnum_
Definition: Ifc4x2Enum.h:6095
OdIfc4x2::IfcProjectOrderTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4372
OdIfc4x2::kIfcLaborResourceTypeEnum_SITEGRADING
@ kIfcLaborResourceTypeEnum_SITEGRADING
Definition: Ifc4x2Enum.h:3461
OdIfc4x2::IfcCrewResourceTypeEnum::IfcCrewResourceTypeEnum
IfcCrewResourceTypeEnum()
Definition: Ifc4x2Enum.h:1687
OdIfc4x2::StrToIfcProtectiveDeviceTrippingUnitTypeEnum
IfcProtectiveDeviceTrippingUnitTypeEnum StrToIfcProtectiveDeviceTrippingUnitTypeEnum(OdAnsiString val)
OdIfc4x2::IfcUnitEnum_
IfcUnitEnum_
Definition: Ifc4x2Enum.h:6177
OdIfc4x2::IfcSanitaryTerminalTypeEnum::IfcSanitaryTerminalTypeEnum
IfcSanitaryTerminalTypeEnum()
Definition: Ifc4x2Enum.h:5051
OdIfc4x2::kIfcUnitaryControlElementTypeEnum_NOTDEFINED
@ kIfcUnitaryControlElementTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6240
OdIfc4x2::kIfcComplexPropertyTemplateTypeEnum_Q_COMPLEX
@ kIfcComplexPropertyTemplateTypeEnum_Q_COMPLEX
Definition: Ifc4x2Enum.h:1254
OdIfc4x2::IfcDistributionPortTypeEnum::IfcDistributionPortTypeEnum
IfcDistributionPortTypeEnum(IfcDistributionPortTypeEnum_ val)
Definition: Ifc4x2Enum.h:1997
OdIfc4x2::kIfcCableCarrierFittingTypeEnum_REDUCER
@ kIfcCableCarrierFittingTypeEnum_REDUCER
Definition: Ifc4x2Enum.h:931
OdIfc4x2::IfcRoofTypeEnum_
IfcRoofTypeEnum_
Definition: Ifc4x2Enum.h:4902
OdIfc4x2::kIfcHumidifierTypeEnum_ASSISTEDNATURALGAS
@ kIfcHumidifierTypeEnum_ASSISTEDNATURALGAS
Definition: Ifc4x2Enum.h:3276
OdIfc4x2::kIfcReinforcingBarTypeEnum_MAIN
@ kIfcReinforcingBarTypeEnum_MAIN
Definition: Ifc4x2Enum.h:4801
OdIfc4x2::IfcTransitionCurveType::toStr
OdAnsiString toStr()
OdIfc4x2::IfcFanTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcFlowMeterTypeEnum_WATERMETER
@ kIfcFlowMeterTypeEnum_WATERMETER
Definition: Ifc4x2Enum.h:3039
OdIfc4x2::StrToIfcConstructionEquipmentResourceTypeEnum
IfcConstructionEquipmentResourceTypeEnum StrToIfcConstructionEquipmentResourceTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcConstructionProductResourceTypeEnum_FORMWORK
@ kIfcConstructionProductResourceTypeEnum_FORMWORK
Definition: Ifc4x2Enum.h:1473
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_P_REFERENCEVALUE
@ kIfcSimplePropertyTemplateTypeEnum_P_REFERENCEVALUE
Definition: Ifc4x2Enum.h:5204
OdIfc4x2::kIfcElectricGeneratorTypeEnum_NOTDEFINED
@ kIfcElectricGeneratorTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2530
OdIfc4x2::IfcAirTerminalTypeEnum
Definition: Ifc4x2Enum.h:242
OdIfc4x2::kIfcProjectionElementTypeEnum_NOTDEFINED
@ kIfcProjectionElementTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4414
OdIfc4x2::kIfcStairTypeEnum_SPIRAL_STAIR
@ kIfcStairTypeEnum_SPIRAL_STAIR
Definition: Ifc4x2Enum.h:5452
OdIfc4x2::kIfcCurtainWallTypeEnum_NOTDEFINED
@ kIfcCurtainWallTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1705
OdIfc4x2::IfcCableSegmentTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1033
OdIfc4x2::kIfcCompressorTypeEnum_SEMIHERMETIC
@ kIfcCompressorTypeEnum_SEMIHERMETIC
Definition: Ifc4x2Enum.h:1287
OdIfc4x2::kIfcControllerTypeEnum_TWOPOSITION
@ kIfcControllerTypeEnum_TWOPOSITION
Definition: Ifc4x2Enum.h:1503
OdIfc4x2::IfcCostItemTypeEnum_
IfcCostItemTypeEnum_
Definition: Ifc4x2Enum.h:1583
OdIfc4x2::kIfcDerivedUnitEnum_INTEGERCOUNTRATEUNIT
@ kIfcDerivedUnitEnum_INTEGERCOUNTRATEUNIT
Definition: Ifc4x2Enum.h:1825
OdIfc4x2::IfcReferentTypeEnum::IfcReferentTypeEnum
IfcReferentTypeEnum(const IfcReferentTypeEnum &other)
Definition: Ifc4x2Enum.h:4691
OdIfc4x2::kIfcFlowInstrumentTypeEnum_AMMETER
@ kIfcFlowInstrumentTypeEnum_AMMETER
Definition: Ifc4x2Enum.h:3005
OdIfc4x2::StrToIfcInventoryTypeEnum
IfcInventoryTypeEnum StrToIfcInventoryTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcInternalOrExternalEnum_unset
@ kIfcInternalOrExternalEnum_unset
Definition: Ifc4x2Enum.h:3340
OdIfc4x2::kIfcAirTerminalBoxTypeEnum_VARIABLEFLOWPRESSUREDEPENDANT
@ kIfcAirTerminalBoxTypeEnum_VARIABLEFLOWPRESSUREDEPENDANT
Definition: Ifc4x2Enum.h:206
OdIfc4x2::kIfcSpatialZoneTypeEnum_TRANSPORT
@ kIfcSpatialZoneTypeEnum_TRANSPORT
Definition: Ifc4x2Enum.h:5357
OdIfc4x2::kIfcBuildingElementPartTypeEnum_APRON
@ kIfcBuildingElementPartTypeEnum_APRON
Definition: Ifc4x2Enum.h:815
OdIfc4x2::IfcArithmeticOperatorEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:423
OdIfc4x2::IfcVoidingFeatureTypeEnum::IfcVoidingFeatureTypeEnum
IfcVoidingFeatureTypeEnum(IfcVoidingFeatureTypeEnum_ val)
Definition: Ifc4x2Enum.h:6415
OdIfc4x2::IfcRailingTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4576
OdIfc4x2::IfcObjectTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3871
OdIfc4x2::IfcBuildingElementProxyTypeEnum::IfcBuildingElementProxyTypeEnum
IfcBuildingElementProxyTypeEnum()
Definition: Ifc4x2Enum.h:854
OdIfc4x2::kIfcCrewResourceTypeEnum_NOTDEFINED
@ kIfcCrewResourceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1680
OdIfc4x2::kIfcPreferredSurfaceCurveRepresentation_CURVE3D
@ kIfcPreferredSurfaceCurveRepresentation_CURVE3D
Definition: Ifc4x2Enum.h:4273
OdIfc4x2::kIfcRoofTypeEnum_RAINBOW_ROOF
@ kIfcRoofTypeEnum_RAINBOW_ROOF
Definition: Ifc4x2Enum.h:4911
OdIfc4x2::kIfcElectricMotorTypeEnum_NOTDEFINED
@ kIfcElectricMotorTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2560
OdIfc4x2::kIfcBridgePartTypeEnum_NOTDEFINED
@ kIfcBridgePartTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:756
OdIfc4x2::kIfcVoidingFeatureTypeEnum_HOLE
@ kIfcVoidingFeatureTypeEnum_HOLE
Definition: Ifc4x2Enum.h:6401
OdIfc4x2::IfcLayerSetDirectionEnum::IfcLayerSetDirectionEnum
IfcLayerSetDirectionEnum(const IfcLayerSetDirectionEnum &other)
Definition: Ifc4x2Enum.h:3533
OdIfc4x2::kIfcBridgeTypeEnum_CABLE_STAYED
@ kIfcBridgeTypeEnum_CABLE_STAYED
Definition: Ifc4x2Enum.h:781
OdIfc4x2::kIfcElectricFlowStorageDeviceTypeEnum_INDUCTORBANK
@ kIfcElectricFlowStorageDeviceTypeEnum_INDUCTORBANK
Definition: Ifc4x2Enum.h:2499
OdIfc4x2::IfcElementAssemblyTypeEnum_
IfcElementAssemblyTypeEnum_
Definition: Ifc4x2Enum.h:2611
OdIfc4x2::kIfcElectricFlowStorageDeviceTypeEnum_USERDEFINED
@ kIfcElectricFlowStorageDeviceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2501
OdIfc4x2::StrToIfcAirTerminalTypeEnum
IfcAirTerminalTypeEnum StrToIfcAirTerminalTypeEnum(OdAnsiString val)
OdIfc4x2::IfcReinforcingBarTypeEnum_
IfcReinforcingBarTypeEnum_
Definition: Ifc4x2Enum.h:4797
OdIfc4x2::IfcReinforcingBarSurfaceEnum::IfcReinforcingBarSurfaceEnum
IfcReinforcingBarSurfaceEnum()
Definition: Ifc4x2Enum.h:4781
OdIfc4x2::kIfcDistributionPortTypeEnum_CABLECARRIER
@ kIfcDistributionPortTypeEnum_CABLECARRIER
Definition: Ifc4x2Enum.h:1984
OdIfc4x2::IfcConstructionMaterialResourceTypeEnum_
IfcConstructionMaterialResourceTypeEnum_
Definition: Ifc4x2Enum.h:1437
OdIfc4x2::kIfcUnitEnum_AREAUNIT
@ kIfcUnitEnum_AREAUNIT
Definition: Ifc4x2Enum.h:6180
OdIfc4x2::IfcCoveringTypeEnum_
IfcCoveringTypeEnum_
Definition: Ifc4x2Enum.h:1640
OdIfc4x2::kIfcBSplineSurfaceForm_QUADRIC_SURF
@ kIfcBSplineSurfaceForm_QUADRIC_SURF
Definition: Ifc4x2Enum.h:535
OdIfc4x2::kIfcVibrationDamperTypeEnum_BENDING_YIELD
@ kIfcVibrationDamperTypeEnum_BENDING_YIELD
Definition: Ifc4x2Enum.h:6340
OdIfc4x2::kIfcCableSegmentTypeEnum_BUSBARSEGMENT
@ kIfcCableSegmentTypeEnum_BUSBARSEGMENT
Definition: Ifc4x2Enum.h:1017
OdIfc4x2::IfcAlarmTypeEnum_
IfcAlarmTypeEnum_
Definition: Ifc4x2Enum.h:295
OdIfc4x2::IfcProjectedOrTrueLengthEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcFootingTypeEnum_
IfcFootingTypeEnum_
Definition: Ifc4x2Enum.h:3064
OdIfc4x2::IfcProjectionElementTypeEnum::IfcProjectionElementTypeEnum
IfcProjectionElementTypeEnum()
Definition: Ifc4x2Enum.h:4421
OdIfc4x2::IfcElectricApplianceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcActionSourceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:106
OdIfc4x2::kIfcCoilTypeEnum_STEAMHEATINGCOIL
@ kIfcCoilTypeEnum_STEAMHEATINGCOIL
Definition: Ifc4x2Enum.h:1158
OdIfc4x2::kIfcBeamTypeEnum_SPANDREL
@ kIfcBeamTypeEnum_SPANDREL
Definition: Ifc4x2Enum.h:565
OdIfc4x2::kIfcDuctFittingTypeEnum_TRANSITION
@ kIfcDuctFittingTypeEnum_TRANSITION
Definition: Ifc4x2Enum.h:2345
OdIfc4x2::kIfcFlowDirectionEnum_SOURCE
@ kIfcFlowDirectionEnum_SOURCE
Definition: Ifc4x2Enum.h:2976
OdIfc4x2::IfcChangeActionEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1087
OdIfc4x2::kIfcCompressorTypeEnum_ROTARY
@ kIfcCompressorTypeEnum_ROTARY
Definition: Ifc4x2Enum.h:1280
OdIfc4x2::kIfcSubContractResourceTypeEnum_WORK
@ kIfcSubContractResourceTypeEnum_WORK
Definition: Ifc4x2Enum.h:5629
OdIfc4x2::IfcAddressTypeEnum::IfcAddressTypeEnum
IfcAddressTypeEnum()
Definition: Ifc4x2Enum.h:188
OdIfc4x2::IfcSpaceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5337
OdIfc4x2::IfcWallTypeEnum
Definition: Ifc4x2Enum.h:6445
OdIfc4x2::IfcAssemblyPlaceEnum
Definition: Ifc4x2Enum.h:442
OdIfc4x2::kIfcSensorTypeEnum_GASSENSOR
@ kIfcSensorTypeEnum_GASSENSOR
Definition: Ifc4x2Enum.h:5100
OdIfc4x2::IfcAnalysisTheoryTypeEnum_
IfcAnalysisTheoryTypeEnum_
Definition: Ifc4x2Enum.h:379
OdIfc4x2::StrToIfcChillerTypeEnum
IfcChillerTypeEnum StrToIfcChillerTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcPermitTypeEnum_unset
@ kIfcPermitTypeEnum_unset
Definition: Ifc4x2Enum.h:4068
OdIfc4x2::IfcLayerSetDirectionEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3536
OdIfc4x2::IfcDistributionSystemEnum
Definition: Ifc4x2Enum.h:2059
OdIfc4x2::StrToIfcGridTypeEnum
IfcGridTypeEnum StrToIfcGridTypeEnum(OdAnsiString val)
OdIfc4x2::IfcLightDistributionCurveEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3563
OdIfc4x2::kIfcLightEmissionSourceEnum_HIGHPRESSURESODIUM
@ kIfcLightEmissionSourceEnum_HIGHPRESSURESODIUM
Definition: Ifc4x2Enum.h:3579
OdIfc4x2::kIfcElectricTimeControlTypeEnum_unset
@ kIfcElectricTimeControlTypeEnum_unset
Definition: Ifc4x2Enum.h:2589
OdIfc4x2::IfcAirTerminalBoxTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:219
OdIfc4x2::IfcDuctSegmentTypeEnum::IfcDuctSegmentTypeEnum
IfcDuctSegmentTypeEnum()
Definition: Ifc4x2Enum.h:2381
OdIfc4x2::kIfcActionTypeEnum_USERDEFINED
@ kIfcActionTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:122
OdIfc4x2::kIfcBearingTypeDisplacementEnum_NOTDEFINED
@ kIfcBearingTypeDisplacementEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:602
OdIfc4x2::IfcPumpTypeEnum_
IfcPumpTypeEnum_
Definition: Ifc4x2Enum.h:4529
OdIfc4x2::kIfcCoveringTypeEnum_SKIRTINGBOARD
@ kIfcCoveringTypeEnum_SKIRTINGBOARD
Definition: Ifc4x2Enum.h:1646
OdIfc4x2::IfcActionTypeEnum::IfcActionTypeEnum
IfcActionTypeEnum(const IfcActionTypeEnum &other)
Definition: Ifc4x2Enum.h:131
OdIfc4x2::kIfcBridgePartTypeEnum_SURFACESTRUCTURE
@ kIfcBridgePartTypeEnum_SURFACESTRUCTURE
Definition: Ifc4x2Enum.h:754
OdIfc4x2::kIfcEngineTypeEnum_unset
@ kIfcEngineTypeEnum_unset
Definition: Ifc4x2Enum.h:2681
OdIfc4x2::kIfcMotorConnectionTypeEnum_DIRECTDRIVE
@ kIfcMotorConnectionTypeEnum_DIRECTDRIVE
Definition: Ifc4x2Enum.h:3804
OdIfc4x2::IfcTransformerTypeEnum::IfcTransformerTypeEnum
IfcTransformerTypeEnum(IfcTransformerTypeEnum_ val)
Definition: Ifc4x2Enum.h:6025
OdIfc4x2::kIfcDerivedUnitEnum_SECTIONAREAINTEGRALUNIT
@ kIfcDerivedUnitEnum_SECTIONAREAINTEGRALUNIT
Definition: Ifc4x2Enum.h:1861
OdIfc4x2::kIfcSwitchingDeviceTypeEnum_DIMMERSWITCH
@ kIfcSwitchingDeviceTypeEnum_DIMMERSWITCH
Definition: Ifc4x2Enum.h:5711
OdIfc4x2::IfcCableSegmentTypeEnum_
IfcCableSegmentTypeEnum_
Definition: Ifc4x2Enum.h:1016
OdIfc4x2::IfcFlowDirectionEnum::IfcFlowDirectionEnum
IfcFlowDirectionEnum(IfcFlowDirectionEnum_ val)
Definition: Ifc4x2Enum.h:2988
OdIfc4x2::kIfcInterceptorTypeEnum_PETROL
@ kIfcInterceptorTypeEnum_PETROL
Definition: Ifc4x2Enum.h:3308
OdIfc4x2::kIfcTaskTypeEnum_REMOVAL
@ kIfcTaskTypeEnum_REMOVAL
Definition: Ifc4x2Enum.h:5839
OdIfc4x2::kIfcDoorStyleOperationEnum_DOUBLE_DOOR_DOUBLE_SWING
@ kIfcDoorStyleOperationEnum_DOUBLE_DOOR_DOUBLE_SWING
Definition: Ifc4x2Enum.h:2234
OdIfc4x2::kIfcDirectionSenseEnum_POSITIVE
@ kIfcDirectionSenseEnum_POSITIVE
Definition: Ifc4x2Enum.h:1896
OdIfc4x2::kIfcAlarmTypeEnum_NOTDEFINED
@ kIfcAlarmTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:303
OdIfc4x2::IfcConstructionEquipmentResourceTypeEnum::IfcConstructionEquipmentResourceTypeEnum
IfcConstructionEquipmentResourceTypeEnum(IfcConstructionEquipmentResourceTypeEnum_ val)
Definition: Ifc4x2Enum.h:1423
OdIfc4x2::kIfcObjectiveEnum_MERGECONFLICT
@ kIfcObjectiveEnum_MERGECONFLICT
Definition: Ifc4x2Enum.h:3890
OdIfc4x2::kIfcWallTypeEnum_unset
@ kIfcWallTypeEnum_unset
Definition: Ifc4x2Enum.h:6442
OdIfc4x2::IfcWindowTypePartitioningEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6676
OdIfc4x2::IfcFlowDirectionEnum::IfcFlowDirectionEnum
IfcFlowDirectionEnum()
Definition: Ifc4x2Enum.h:2986
OdIfc4x2::kIfcSensorTypeEnum_MOISTURESENSOR
@ kIfcSensorTypeEnum_MOISTURESENSOR
Definition: Ifc4x2Enum.h:5107
OdIfc4x2::IfcBooleanOperator
Definition: Ifc4x2Enum.h:725
OdIfc4x2::IfcWasteTerminalTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6483
OdIfc4x2::IfcSubContractResourceTypeEnum
Definition: Ifc4x2Enum.h:5635
OdIfc4x2::IfcStructuralCurveActivityTypeEnum::IfcStructuralCurveActivityTypeEnum
IfcStructuralCurveActivityTypeEnum()
Definition: Ifc4x2Enum.h:5524
OdIfc4x2::kIfcRoofTypeEnum_USERDEFINED
@ kIfcRoofTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4916
OdIfc4x2::IfcBSplineCurveForm::IfcBSplineCurveForm
IfcBSplineCurveForm(const IfcBSplineCurveForm &other)
Definition: Ifc4x2Enum.h:511
OdIfc4x2::IfcInternalOrExternalEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3349
OdIfc4x2::kIfcAnalysisTheoryTypeEnum_SECOND_ORDER_THEORY
@ kIfcAnalysisTheoryTypeEnum_SECOND_ORDER_THEORY
Definition: Ifc4x2Enum.h:381
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_WCSEAT
@ kIfcSanitaryTerminalTypeEnum_WCSEAT
Definition: Ifc4x2Enum.h:5042
OdIfc4x2::IfcBoilerTypeEnum_
IfcBoilerTypeEnum_
Definition: Ifc4x2Enum.h:691
OdIfc4x2::kIfcFlowInstrumentTypeEnum_PRESSUREGAUGE
@ kIfcFlowInstrumentTypeEnum_PRESSUREGAUGE
Definition: Ifc4x2Enum.h:3003
OdIfc4x2::kIfcSIUnitName_CANDELA
@ kIfcSIUnitName_CANDELA
Definition: Ifc4x2Enum.h:4982
OdIfc4x2::kIfcWorkPlanTypeEnum_ACTUAL
@ kIfcWorkPlanTypeEnum_ACTUAL
Definition: Ifc4x2Enum.h:6718
OdIfc4x2::kIfcPhysicalOrVirtualEnum_unset
@ kIfcPhysicalOrVirtualEnum_unset
Definition: Ifc4x2Enum.h:4094
OdIfc4x2::kIfcSurfaceSide_BOTH
@ kIfcSurfaceSide_BOTH
Definition: Ifc4x2Enum.h:5686
OdIfc4x2::kIfcDistributionChamberElementTypeEnum_VALVECHAMBER
@ kIfcDistributionChamberElementTypeEnum_VALVECHAMBER
Definition: Ifc4x2Enum.h:1957
OdIfc4x2::kIfcRoofTypeEnum_MANSARD_ROOF
@ kIfcRoofTypeEnum_MANSARD_ROOF
Definition: Ifc4x2Enum.h:4909
OdIfc4x2::kIfcAirTerminalBoxTypeEnum_VARIABLEFLOWPRESSUREINDEPENDANT
@ kIfcAirTerminalBoxTypeEnum_VARIABLEFLOWPRESSUREINDEPENDANT
Definition: Ifc4x2Enum.h:207
OdIfc4x2::kIfcPreferredSurfaceCurveRepresentation_PCURVE_S2
@ kIfcPreferredSurfaceCurveRepresentation_PCURVE_S2
Definition: Ifc4x2Enum.h:4275
OdIfc4x2::IfcSpatialZoneTypeEnum::IfcSpatialZoneTypeEnum
IfcSpatialZoneTypeEnum(const IfcSpatialZoneTypeEnum &other)
Definition: Ifc4x2Enum.h:5368
OdIfc4x2::kIfcStructuralCurveActivityTypeEnum_CONST
@ kIfcStructuralCurveActivityTypeEnum_CONST
Definition: Ifc4x2Enum.h:5509
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_REPEATER
@ kIfcCommunicationsApplianceTypeEnum_REPEATER
Definition: Ifc4x2Enum.h:1225
OdIfc4x2::IfcChangeActionEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcAssemblyPlaceEnum::IfcAssemblyPlaceEnum
IfcAssemblyPlaceEnum(const IfcAssemblyPlaceEnum &other)
Definition: Ifc4x2Enum.h:446
OdIfc4x2::kIfcLightEmissionSourceEnum_LIGHTEMITTINGDIODE
@ kIfcLightEmissionSourceEnum_LIGHTEMITTINGDIODE
Definition: Ifc4x2Enum.h:3580
OdIfc4x2::kIfcWorkPlanTypeEnum_unset
@ kIfcWorkPlanTypeEnum_unset
Definition: Ifc4x2Enum.h:6723
OdIfc4x2::IfcRoofTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcJunctionBoxTypeEnum_NOTDEFINED
@ kIfcJunctionBoxTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3394
OdIfc4x2::kIfcDistributionSystemEnum_CHILLEDWATER
@ kIfcDistributionSystemEnum_CHILLEDWATER
Definition: Ifc4x2Enum.h:2015
OdIfc4x2::kIfcPreferredSurfaceCurveRepresentation_unset
@ kIfcPreferredSurfaceCurveRepresentation_unset
Definition: Ifc4x2Enum.h:4276
OdIfc4x2::kIfcSensorTypeEnum_RADIOACTIVITYSENSOR
@ kIfcSensorTypeEnum_RADIOACTIVITYSENSOR
Definition: Ifc4x2Enum.h:5112
OdIfc4x2::IfcElementAssemblyTypeEnum::IfcElementAssemblyTypeEnum
IfcElementAssemblyTypeEnum()
Definition: Ifc4x2Enum.h:2634
OdIfc4x2::kIfcElectricApplianceTypeEnum_FREESTANDINGWATERHEATER
@ kIfcElectricApplianceTypeEnum_FREESTANDINGWATERHEATER
Definition: Ifc4x2Enum.h:2430
OdIfc4x2::StrToIfcMemberTypeEnum
IfcMemberTypeEnum StrToIfcMemberTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcRoleEnum_OWNER
@ kIfcRoleEnum_OWNER
Definition: Ifc4x2Enum.h:4874
OdIfc4x2::IfcFootingTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3081
OdIfc4x2::IfcBridgeTypeEnum::IfcBridgeTypeEnum
IfcBridgeTypeEnum(const IfcBridgeTypeEnum &other)
Definition: Ifc4x2Enum.h:797
OdIfc4x2::IfcLaborResourceTypeEnum::IfcLaborResourceTypeEnum
IfcLaborResourceTypeEnum(const IfcLaborResourceTypeEnum &other)
Definition: Ifc4x2Enum.h:3473
OdIfc4x2::kIfcDistributionSystemEnum_CONTROL
@ kIfcDistributionSystemEnum_CONTROL
Definition: Ifc4x2Enum.h:2019
OdIfc4x2::IfcSIPrefix::exists
int exists() const
Definition: Ifc4x2Enum.h:4966
OdIfc4x2::kIfcDuctFittingTypeEnum_CONNECTOR
@ kIfcDuctFittingTypeEnum_CONNECTOR
Definition: Ifc4x2Enum.h:2340
OdIfc4x2::kIfcActionSourceTypeEnum_EARTHQUAKE_E
@ kIfcActionSourceTypeEnum_EARTHQUAKE_E
Definition: Ifc4x2Enum.h:77
OdIfc4x2::kIfcReflectanceMethodEnum_NOTDEFINED
@ kIfcReflectanceMethodEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4716
OdIfc4x2::IfcUnitaryEquipmentTypeEnum
Definition: Ifc4x2Enum.h:6274
OdIfc4x2::IfcStackTerminalTypeEnum
Definition: Ifc4x2Enum.h:5392
OdIfc4x2::StrToIfcOpeningElementTypeEnum
IfcOpeningElementTypeEnum StrToIfcOpeningElementTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcDoorTypeEnum
IfcDoorTypeEnum StrToIfcDoorTypeEnum(OdAnsiString val)
OdIfc4x2::IfcRailingTypeEnum::IfcRailingTypeEnum
IfcRailingTypeEnum(const IfcRailingTypeEnum &other)
Definition: Ifc4x2Enum.h:4574
OdIfc4x2::kIfcActionTypeEnum_PERMANENT_G
@ kIfcActionTypeEnum_PERMANENT_G
Definition: Ifc4x2Enum.h:119
OdIfc4x2::kIfcDistributionSystemEnum_COMMUNICATION
@ kIfcDistributionSystemEnum_COMMUNICATION
Definition: Ifc4x2Enum.h:2016
OdIfc4x2::IfcMemberTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3789
OdIfc4x2::IfcStackTerminalTypeEnum_
IfcStackTerminalTypeEnum_
Definition: Ifc4x2Enum.h:5383
OdIfc4x2::kIfcDistributionSystemEnum_FUEL
@ kIfcDistributionSystemEnum_FUEL
Definition: Ifc4x2Enum.h:2031
OdIfc4x2::kIfcElectricTimeControlTypeEnum_TIMECLOCK
@ kIfcElectricTimeControlTypeEnum_TIMECLOCK
Definition: Ifc4x2Enum.h:2584
OdIfc4x2::kIfcBridgeTypeEnum_FRAMEWORK
@ kIfcBridgeTypeEnum_FRAMEWORK
Definition: Ifc4x2Enum.h:784
OdIfc4x2::IfcAnalysisModelTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:367
OdIfc4x2::kIfcRampTypeEnum_TWO_QUARTER_TURN_RAMP
@ kIfcRampTypeEnum_TWO_QUARTER_TURN_RAMP
Definition: Ifc4x2Enum.h:4620
OdIfc4x2::kIfcTransportElementTypeEnum_CRANEWAY
@ kIfcTransportElementTypeEnum_CRANEWAY
Definition: Ifc4x2Enum.h:6099
OdIfc4x2::IfcAssemblyPlaceEnum::IfcAssemblyPlaceEnum
IfcAssemblyPlaceEnum(IfcAssemblyPlaceEnum_ val)
Definition: Ifc4x2Enum.h:447
OdIfc4x2::kIfcCompressorTypeEnum_RECIPROCATING
@ kIfcCompressorTypeEnum_RECIPROCATING
Definition: Ifc4x2Enum.h:1279
OdIfc4x2::IfcCableCarrierFittingTypeEnum::IfcCableCarrierFittingTypeEnum
IfcCableCarrierFittingTypeEnum()
Definition: Ifc4x2Enum.h:941
OdIfc4x2::IfcLampTypeEnum
Definition: Ifc4x2Enum.h:3503
OdIfc4x2::IfcWindowTypeEnum::IfcWindowTypeEnum
IfcWindowTypeEnum(const IfcWindowTypeEnum &other)
Definition: Ifc4x2Enum.h:6640
OdIfc4x2::IfcPipeFittingTypeEnum::IfcPipeFittingTypeEnum
IfcPipeFittingTypeEnum()
Definition: Ifc4x2Enum.h:4192
OdIfc4x2::IfcRampTypeEnum::IfcRampTypeEnum
IfcRampTypeEnum()
Definition: Ifc4x2Enum.h:4631
OdIfc4x2::IfcWindowTypePartitioningEnum_
IfcWindowTypePartitioningEnum_
Definition: Ifc4x2Enum.h:6655
OdIfc4x2::IfcInternalOrExternalEnum::IfcInternalOrExternalEnum
IfcInternalOrExternalEnum(const IfcInternalOrExternalEnum &other)
Definition: Ifc4x2Enum.h:3347
OdIfc4x2::kIfcSwitchingDeviceTypeEnum_SELECTORSWITCH
@ kIfcSwitchingDeviceTypeEnum_SELECTORSWITCH
Definition: Ifc4x2Enum.h:5715
OdIfc4x2::IfcSolarDeviceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcTaskDurationEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcDistributionPortTypeEnum_unset
@ kIfcDistributionPortTypeEnum_unset
Definition: Ifc4x2Enum.h:1989
OdIfc4x2::kIfcControllerTypeEnum_PROPORTIONAL
@ kIfcControllerTypeEnum_PROPORTIONAL
Definition: Ifc4x2Enum.h:1501
OdIfc4x2::kIfcSIPrefix_TERA
@ kIfcSIPrefix_TERA
Definition: Ifc4x2Enum.h:4943
OdIfc4x2::IfcTaskDurationEnum::IfcTaskDurationEnum
IfcTaskDurationEnum()
Definition: Ifc4x2Enum.h:5812
OdIfc4x2::kIfcElectricDistributionBoardTypeEnum_CONSUMERUNIT
@ kIfcElectricDistributionBoardTypeEnum_CONSUMERUNIT
Definition: Ifc4x2Enum.h:2467
OdIfc4x2::kIfcSensorTypeEnum_IDENTIFIERSENSOR
@ kIfcSensorTypeEnum_IDENTIFIERSENSOR
Definition: Ifc4x2Enum.h:5103
OdIfc4x2::kIfcElementAssemblyTypeEnum_BEAM_GRID
@ kIfcElementAssemblyTypeEnum_BEAM_GRID
Definition: Ifc4x2Enum.h:2614
OdIfc4x2::StrToIfcAlignmentTypeEnum
IfcAlignmentTypeEnum StrToIfcAlignmentTypeEnum(OdAnsiString val)
OdIfc4x2::IfcSurfaceSide::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcHumidifierTypeEnum_ASSISTEDSTEAM
@ kIfcHumidifierTypeEnum_ASSISTEDSTEAM
Definition: Ifc4x2Enum.h:3279
OdIfc4x2::IfcUnitaryEquipmentTypeEnum_
IfcUnitaryEquipmentTypeEnum_
Definition: Ifc4x2Enum.h:6263
OdIfc4x2::kIfcConstructionEquipmentResourceTypeEnum_unset
@ kIfcConstructionEquipmentResourceTypeEnum_unset
Definition: Ifc4x2Enum.h:1415
OdIfc4x2::IfcTransitionCurveType_
IfcTransitionCurveType_
Definition: Ifc4x2Enum.h:6066
OdIfc4x2::kIfcEvaporatorTypeEnum_FLOODEDSHELLANDTUBE
@ kIfcEvaporatorTypeEnum_FLOODEDSHELLANDTUBE
Definition: Ifc4x2Enum.h:2742
OdIfc4x2::kIfcDerivedUnitEnum_MOLECULARWEIGHTUNIT
@ kIfcDerivedUnitEnum_MOLECULARWEIGHTUNIT
Definition: Ifc4x2Enum.h:1832
OdIfc4x2::kIfcStairTypeEnum_NOTDEFINED
@ kIfcStairTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5457
OdIfc4x2::kIfcLogicalOperatorEnum_unset
@ kIfcLogicalOperatorEnum_unset
Definition: Ifc4x2Enum.h:3671
OdIfc4x2::kIfcBuildingElementProxyTypeEnum_PROVISIONFORSPACE
@ kIfcBuildingElementProxyTypeEnum_PROVISIONFORSPACE
Definition: Ifc4x2Enum.h:845
OdIfc4x2::kIfcCoveringTypeEnum_MOLDING
@ kIfcCoveringTypeEnum_MOLDING
Definition: Ifc4x2Enum.h:1645
OdIfc4x2::IfcStairTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcWorkCalendarTypeEnum
IfcWorkCalendarTypeEnum StrToIfcWorkCalendarTypeEnum(OdAnsiString val)
OdIfc4x2::IfcCompressorTypeEnum_
IfcCompressorTypeEnum_
Definition: Ifc4x2Enum.h:1277
OdIfc4x2::IfcAlarmTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:314
OdIfc4x2::IfcReinforcingBarSurfaceEnum
Definition: Ifc4x2Enum.h:4778
OdIfc4x2::kIfcEventTypeEnum_USERDEFINED
@ kIfcEventTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2801
OdIfc4x2::kIfcPerformanceHistoryTypeEnum_NOTDEFINED
@ kIfcPerformanceHistoryTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4011
OdIfc4x2::kIfcSIUnitName_CUBIC_METRE
@ kIfcSIUnitName_CUBIC_METRE
Definition: Ifc4x2Enum.h:4984
OdIfc4x2::IfcCommunicationsApplianceTypeEnum_
IfcCommunicationsApplianceTypeEnum_
Definition: Ifc4x2Enum.h:1215
OdIfc4x2::kIfcCondenserTypeEnum_WATERCOOLEDSHELLCOIL
@ kIfcCondenserTypeEnum_WATERCOOLEDSHELLCOIL
Definition: Ifc4x2Enum.h:1322
OdIfc4x2::IfcElectricApplianceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2453
OdIfc4x2::kIfcStructuralSurfaceMemberTypeEnum_MEMBRANE_ELEMENT
@ kIfcStructuralSurfaceMemberTypeEnum_MEMBRANE_ELEMENT
Definition: Ifc4x2Enum.h:5601
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_ROUTER
@ kIfcCommunicationsApplianceTypeEnum_ROUTER
Definition: Ifc4x2Enum.h:1226
OdIfc4x2::IfcPermeableCoveringOperationEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcGridTypeEnum
Definition: Ifc4x2Enum.h:3220
OdIfc4x2::IfcTransitionCode::IfcTransitionCode
IfcTransitionCode(const IfcTransitionCode &other)
Definition: Ifc4x2Enum.h:6051
OdIfc4x2::kIfcTendonAnchorTypeEnum_USERDEFINED
@ kIfcTendonAnchorTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5869
OdIfc4x2::kIfcWindowTypePartitioningEnum_TRIPLE_PANEL_TOP
@ kIfcWindowTypePartitioningEnum_TRIPLE_PANEL_TOP
Definition: Ifc4x2Enum.h:6661
OdIfc4x2::kIfcSlabTypeEnum_LANDING
@ kIfcSlabTypeEnum_LANDING
Definition: Ifc4x2Enum.h:5236
OdIfc4x2::IfcEventTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcElementAssemblyTypeEnum_DECK
@ kIfcElementAssemblyTypeEnum_DECK
Definition: Ifc4x2Enum.h:2625
OdIfc4x2::StrToIfcBSplineCurveForm
IfcBSplineCurveForm StrToIfcBSplineCurveForm(OdAnsiString val)
OdIfc4x2::IfcLogicalOperatorEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcTransitionCode_CONTSAMEGRADIENTSAMECURVATURE
@ kIfcTransitionCode_CONTSAMEGRADIENTSAMECURVATURE
Definition: Ifc4x2Enum.h:6043
OdIfc4x2::IfcExternalSpatialElementTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2842
OdIfc4x2::kIfcUnitaryControlElementTypeEnum_HUMIDISTAT
@ kIfcUnitaryControlElementTypeEnum_HUMIDISTAT
Definition: Ifc4x2Enum.h:6236
OdIfc4x2::StrToIfcDuctSegmentTypeEnum
IfcDuctSegmentTypeEnum StrToIfcDuctSegmentTypeEnum(OdAnsiString val)
OdIfc4x2::IfcDoorPanelPositionEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2182
OdIfc4x2::kIfcPlateTypeEnum_USERDEFINED
@ kIfcPlateTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4248
OdIfc4x2::IfcSanitaryTerminalTypeEnum_
IfcSanitaryTerminalTypeEnum_
Definition: Ifc4x2Enum.h:5032
OdIfc4x2::kIfcFlowMeterTypeEnum_USERDEFINED
@ kIfcFlowMeterTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3040
OdIfc4x2::IfcBSplineSurfaceForm::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcJunctionBoxTypeEnum
IfcJunctionBoxTypeEnum StrToIfcJunctionBoxTypeEnum(OdAnsiString val)
OdIfc4x2::IfcStructuralSurfaceMemberTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5615
OdIfc4x2::IfcAddressTypeEnum::IfcAddressTypeEnum
IfcAddressTypeEnum(IfcAddressTypeEnum_ val)
Definition: Ifc4x2Enum.h:190
OdIfc4x2::IfcGridTypeEnum_
IfcGridTypeEnum_
Definition: Ifc4x2Enum.h:3210
OdIfc4x2::IfcCoilTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1173
OdIfc4x2::kIfcStructuralCurveMemberTypeEnum_TENSION_MEMBER
@ kIfcStructuralCurveMemberTypeEnum_TENSION_MEMBER
Definition: Ifc4x2Enum.h:5544
OdIfc4x2::IfcFlowDirectionEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2989
OdIfc4x2::kIfcRoofTypeEnum_unset
@ kIfcRoofTypeEnum_unset
Definition: Ifc4x2Enum.h:4918
OdIfc4x2::kIfcPileConstructionEnum_unset
@ kIfcPileConstructionEnum_unset
Definition: Ifc4x2Enum.h:4123
OdIfc4x2::StrToIfcAudioVisualApplianceTypeEnum
IfcAudioVisualApplianceTypeEnum StrToIfcAudioVisualApplianceTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcSensorTypeEnum_CO2SENSOR
@ kIfcSensorTypeEnum_CO2SENSOR
Definition: Ifc4x2Enum.h:5094
OdIfc4x2::kIfcCoilTypeEnum_ELECTRICHEATINGCOIL
@ kIfcCoilTypeEnum_ELECTRICHEATINGCOIL
Definition: Ifc4x2Enum.h:1155
OdIfc4x2::IfcAnalysisTheoryTypeEnum::IfcAnalysisTheoryTypeEnum
IfcAnalysisTheoryTypeEnum(const IfcAnalysisTheoryTypeEnum &other)
Definition: Ifc4x2Enum.h:393
OdIfc4x2::IfcBearingTypeDisplacementEnum::IfcBearingTypeDisplacementEnum
IfcBearingTypeDisplacementEnum(IfcBearingTypeDisplacementEnum_ val)
Definition: Ifc4x2Enum.h:611
OdIfc4x2::kIfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATECOUNTERFLOWEXCHANGER
@ kIfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATECOUNTERFLOWEXCHANGER
Definition: Ifc4x2Enum.h:262
OdIfc4x2::kIfcBeamTypeEnum_EDGEBEAM
@ kIfcBeamTypeEnum_EDGEBEAM
Definition: Ifc4x2Enum.h:572
OdIfc4x2::kIfcOccupantTypeEnum_ASSIGNOR
@ kIfcOccupantTypeEnum_ASSIGNOR
Definition: Ifc4x2Enum.h:3922
OdIfc4x2::StrToIfcCostItemTypeEnum
IfcCostItemTypeEnum StrToIfcCostItemTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcGridTypeEnum_NOTDEFINED
@ kIfcGridTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3216
OdIfc4x2::kIfcDerivedUnitEnum_unset
@ kIfcDerivedUnitEnum_unset
Definition: Ifc4x2Enum.h:1873
OdIfc4x2::IfcGeometricProjectionEnum_
IfcGeometricProjectionEnum_
Definition: Ifc4x2Enum.h:3153
OdIfc4x2::IfcTimeSeriesDataTypeEnum::IfcTimeSeriesDataTypeEnum
IfcTimeSeriesDataTypeEnum(const IfcTimeSeriesDataTypeEnum &other)
Definition: Ifc4x2Enum.h:5994
OdIfc4x2::IfcCableCarrierSegmentTypeEnum::IfcCableCarrierSegmentTypeEnum
IfcCableCarrierSegmentTypeEnum(const IfcCableCarrierSegmentTypeEnum &other)
Definition: Ifc4x2Enum.h:971
OdIfc4x2::kIfcTaskTypeEnum_MAINTENANCE
@ kIfcTaskTypeEnum_MAINTENANCE
Definition: Ifc4x2Enum.h:5836
OdIfc4x2::IfcStructuralCurveActivityTypeEnum_
IfcStructuralCurveActivityTypeEnum_
Definition: Ifc4x2Enum.h:5508
OdIfc4x2::IfcPermeableCoveringOperationEnum
Definition: Ifc4x2Enum.h:4043
OdIfc4x2::kIfcRecurrenceTypeEnum_BY_DAY_COUNT
@ kIfcRecurrenceTypeEnum_BY_DAY_COUNT
Definition: Ifc4x2Enum.h:4652
OdIfc4x2::kIfcConnectionTypeEnum_ATSTART
@ kIfcConnectionTypeEnum_ATSTART
Definition: Ifc4x2Enum.h:1351
OdIfc4x2::kIfcElementCompositionEnum_unset
@ kIfcElementCompositionEnum_unset
Definition: Ifc4x2Enum.h:2654
OdIfc4x2::kIfcSIPrefix_EXA
@ kIfcSIPrefix_EXA
Definition: Ifc4x2Enum.h:4941
OdIfc4x2::kIfcElementAssemblyTypeEnum_PYLON
@ kIfcElementAssemblyTypeEnum_PYLON
Definition: Ifc4x2Enum.h:2623
OdIfc4x2::kIfcSpatialZoneTypeEnum_FIRESAFETY
@ kIfcSpatialZoneTypeEnum_FIRESAFETY
Definition: Ifc4x2Enum.h:5352
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_Q_TIME
@ kIfcSimplePropertyTemplateTypeEnum_Q_TIME
Definition: Ifc4x2Enum.h:5210
OdIfc4x2::IfcStructuralCurveMemberTypeEnum::IfcStructuralCurveMemberTypeEnum
IfcStructuralCurveMemberTypeEnum(const IfcStructuralCurveMemberTypeEnum &other)
Definition: Ifc4x2Enum.h:5555
OdIfc4x2::IfcSwitchingDeviceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcEvaporativeCoolerTypeEnum_unset
@ kIfcEvaporativeCoolerTypeEnum_unset
Definition: Ifc4x2Enum.h:2715
OdIfc4x2::kIfcProcedureTypeEnum_STARTUP
@ kIfcProcedureTypeEnum_STARTUP
Definition: Ifc4x2Enum.h:4305
OdIfc4x2::IfcDoorPanelPositionEnum::IfcDoorPanelPositionEnum
IfcDoorPanelPositionEnum()
Definition: Ifc4x2Enum.h:2178
OdIfc4x2::IfcReinforcingMeshTypeEnum::IfcReinforcingMeshTypeEnum
IfcReinforcingMeshTypeEnum(IfcReinforcingMeshTypeEnum_ val)
Definition: Ifc4x2Enum.h:4842
OdIfc4x2::kIfcLampTypeEnum_HIGHPRESSURESODIUM
@ kIfcLampTypeEnum_HIGHPRESSURESODIUM
Definition: Ifc4x2Enum.h:3493
OdIfc4x2::kIfcSlabTypeEnum_ROOF
@ kIfcSlabTypeEnum_ROOF
Definition: Ifc4x2Enum.h:5235
OdIfc4x2::IfcLightEmissionSourceEnum::IfcLightEmissionSourceEnum
IfcLightEmissionSourceEnum(IfcLightEmissionSourceEnum_ val)
Definition: Ifc4x2Enum.h:3595
OdIfc4x2::IfcElectricFlowStorageDeviceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcElectricFlowStorageDeviceTypeEnum::IfcElectricFlowStorageDeviceTypeEnum
IfcElectricFlowStorageDeviceTypeEnum(const IfcElectricFlowStorageDeviceTypeEnum &other)
Definition: Ifc4x2Enum.h:2510
OdIfc4x2::kIfcRoleEnum_SUBCONTRACTOR
@ kIfcRoleEnum_SUBCONTRACTOR
Definition: Ifc4x2Enum.h:4860
OdIfc4x2::kIfcConstructionEquipmentResourceTypeEnum_DEMOLISHING
@ kIfcConstructionEquipmentResourceTypeEnum_DEMOLISHING
Definition: Ifc4x2Enum.h:1405
OdIfc4x2::IfcLightDistributionCurveEnum::IfcLightDistributionCurveEnum
IfcLightDistributionCurveEnum(const IfcLightDistributionCurveEnum &other)
Definition: Ifc4x2Enum.h:3560
OdIfc4x2::IfcStructuralSurfaceActivityTypeEnum
Definition: Ifc4x2Enum.h:5580
OdIfc4x2::kIfcCableCarrierFittingTypeEnum_unset
@ kIfcCableCarrierFittingTypeEnum_unset
Definition: Ifc4x2Enum.h:935
OdIfc4x2::IfcHumidifierTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3291
OdIfc4x2::kIfcVibrationDamperTypeEnum_AXIAL_YIELD
@ kIfcVibrationDamperTypeEnum_AXIAL_YIELD
Definition: Ifc4x2Enum.h:6342
OdIfc4x2::kIfcUnitEnum_LUMINOUSFLUXUNIT
@ kIfcUnitEnum_LUMINOUSFLUXUNIT
Definition: Ifc4x2Enum.h:6194
OdIfc4x2::kIfcBuildingElementProxyTypeEnum_USERDEFINED
@ kIfcBuildingElementProxyTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:846
OdIfc4x2::kIfcLoadGroupTypeEnum_LOAD_COMBINATION
@ kIfcLoadGroupTypeEnum_LOAD_COMBINATION
Definition: Ifc4x2Enum.h:3640
OdIfc4x2::IfcCompressorTypeEnum
Definition: Ifc4x2Enum.h:1298
OdIfc4x2::kIfcFastenerTypeEnum_NOTDEFINED
@ kIfcFastenerTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2891
OdIfc4x2::kIfcAlarmTypeEnum_MANUALPULLBOX
@ kIfcAlarmTypeEnum_MANUALPULLBOX
Definition: Ifc4x2Enum.h:299
OdIfc4x2::kIfcActionRequestTypeEnum_VERBAL
@ kIfcActionRequestTypeEnum_VERBAL
Definition: Ifc4x2Enum.h:43
OdIfc4x2::kIfcDuctSegmentTypeEnum_USERDEFINED
@ kIfcDuctSegmentTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2373
OdIfc4x2::kIfcBridgePartTypeEnum_SUBSTRUCTURE
@ kIfcBridgePartTypeEnum_SUBSTRUCTURE
Definition: Ifc4x2Enum.h:752
OdIfc4x2::IfcControllerTypeEnum_
IfcControllerTypeEnum_
Definition: Ifc4x2Enum.h:1498
OdIfc4x2::kIfcFurnitureTypeEnum_FILECABINET
@ kIfcFurnitureTypeEnum_FILECABINET
Definition: Ifc4x2Enum.h:3099
OdIfc4x2::kIfcDoorTypeOperationEnum_ROLLINGUP
@ kIfcDoorTypeOperationEnum_ROLLINGUP
Definition: Ifc4x2Enum.h:2311
OdIfc4x2::IfcReinforcingBarTypeEnum
Definition: Ifc4x2Enum.h:4812
OdIfc4x2::kIfcPipeSegmentTypeEnum_NOTDEFINED
@ kIfcPipeSegmentTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4215
OdIfc4x2::kIfcEventTypeEnum_NOTDEFINED
@ kIfcEventTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2802
OdIfc4x2::IfcCrewResourceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1691
OdIfc4x2::kIfcWindowPanelPositionEnum_MIDDLE
@ kIfcWindowPanelPositionEnum_MIDDLE
Definition: Ifc4x2Enum.h:6535
OdIfc4x2::kIfcBuildingElementPartTypeEnum_USERDEFINED
@ kIfcBuildingElementPartTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:816
OdIfc4x2::kIfcValveTypeEnum_MIXING
@ kIfcValveTypeEnum_MIXING
Definition: Ifc4x2Enum.h:6308
OdIfc4x2::IfcCompressorTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcRecurrenceTypeEnum::IfcRecurrenceTypeEnum
IfcRecurrenceTypeEnum(const IfcRecurrenceTypeEnum &other)
Definition: Ifc4x2Enum.h:4663
OdIfc4x2::StrToIfcRampTypeEnum
IfcRampTypeEnum StrToIfcRampTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcControllerTypeEnum_USERDEFINED
@ kIfcControllerTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1504
OdIfc4x2::kIfcBuildingSystemTypeEnum_TRANSPORT
@ kIfcBuildingSystemTypeEnum_TRANSPORT
Definition: Ifc4x2Enum.h:876
OdIfc4x2::kIfcMemberTypeEnum_MEMBER
@ kIfcMemberTypeEnum_MEMBER
Definition: Ifc4x2Enum.h:3763
OdIfc4x2::IfcBSplineCurveForm::IfcBSplineCurveForm
IfcBSplineCurveForm()
Definition: Ifc4x2Enum.h:510
OdIfc4x2::kIfcBuildingElementPartTypeEnum_PRECASTPANEL
@ kIfcBuildingElementPartTypeEnum_PRECASTPANEL
Definition: Ifc4x2Enum.h:814
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_SPEAKER
@ kIfcAudioVisualApplianceTypeEnum_SPEAKER
Definition: Ifc4x2Enum.h:469
OdIfc4x2::IfcWorkCalendarTypeEnum_
IfcWorkCalendarTypeEnum_
Definition: Ifc4x2Enum.h:6689
OdIfc4x2::IfcInternalOrExternalEnum::IfcInternalOrExternalEnum
IfcInternalOrExternalEnum()
Definition: Ifc4x2Enum.h:3346
OdIfc4x2::IfcReflectanceMethodEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4726
OdIfc4x2::IfcExternalSpatialElementTypeEnum::IfcExternalSpatialElementTypeEnum
IfcExternalSpatialElementTypeEnum()
Definition: Ifc4x2Enum.h:2838
OdIfc4x2::IfcFlowInstrumentTypeEnum
Definition: Ifc4x2Enum.h:3016
OdIfc4x2::IfcActuatorTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:163
OdIfc4x2::kIfcConstructionMaterialResourceTypeEnum_METAL
@ kIfcConstructionMaterialResourceTypeEnum_METAL
Definition: Ifc4x2Enum.h:1444
OdIfc4x2::kIfcActionSourceTypeEnum_SHRINKAGE
@ kIfcActionSourceTypeEnum_SHRINKAGE
Definition: Ifc4x2Enum.h:85
OdIfc4x2::IfcAlarmTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:313
OdIfc4x2::IfcTaskTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5852
OdIfc4x2::IfcDoorTypeEnum::IfcDoorTypeEnum
IfcDoorTypeEnum()
Definition: Ifc4x2Enum.h:2279
OdIfc4x2::IfcStairTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5467
OdIfc4x2::IfcValveTypeEnum::IfcValveTypeEnum
IfcValveTypeEnum(IfcValveTypeEnum_ val)
Definition: Ifc4x2Enum.h:6325
OdIfc4x2::kIfcReinforcingBarRoleEnum_ANCHORING
@ kIfcReinforcingBarRoleEnum_ANCHORING
Definition: Ifc4x2Enum.h:4747
OdIfc4x2::IfcDoorTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2283
OdIfc4x2::IfcSurfaceFeatureTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcValveTypeEnum_USERDEFINED
@ kIfcValveTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6315
OdIfc4x2::kIfcInventoryTypeEnum_NOTDEFINED
@ kIfcInventoryTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3367
OdIfc4x2::IfcBuildingSystemTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcSequenceEnum
Definition: Ifc4x2Enum.h:5151
OdIfc4x2::kIfcConstructionMaterialResourceTypeEnum_PLASTIC
@ kIfcConstructionMaterialResourceTypeEnum_PLASTIC
Definition: Ifc4x2Enum.h:1445
OdIfc4x2::kIfcReflectanceMethodEnum_METAL
@ kIfcReflectanceMethodEnum_METAL
Definition: Ifc4x2Enum.h:4711
OdIfc4x2::IfcVibrationIsolatorTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcConstructionEquipmentResourceTypeEnum::IfcConstructionEquipmentResourceTypeEnum
IfcConstructionEquipmentResourceTypeEnum(const IfcConstructionEquipmentResourceTypeEnum &other)
Definition: Ifc4x2Enum.h:1422
OdIfc4x2::IfcUnitEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6218
OdIfc4x2::IfcObjectiveEnum::IfcObjectiveEnum
IfcObjectiveEnum(IfcObjectiveEnum_ val)
Definition: Ifc4x2Enum.h:3906
OdIfc4x2::kIfcCoveringTypeEnum_SLEEVING
@ kIfcCoveringTypeEnum_SLEEVING
Definition: Ifc4x2Enum.h:1649
OdIfc4x2::IfcRampFlightTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4603
OdIfc4x2::IfcMechanicalFastenerTypeEnum::IfcMechanicalFastenerTypeEnum
IfcMechanicalFastenerTypeEnum(IfcMechanicalFastenerTypeEnum_ val)
Definition: Ifc4x2Enum.h:3715
OdIfc4x2::IfcInternalOrExternalEnum_
IfcInternalOrExternalEnum_
Definition: Ifc4x2Enum.h:3333
OdIfc4x2::kIfcSolarDeviceTypeEnum_unset
@ kIfcSolarDeviceTypeEnum_unset
Definition: Ifc4x2Enum.h:5271
OdIfc4x2::IfcObjectTypeEnum::IfcObjectTypeEnum
IfcObjectTypeEnum(IfcObjectTypeEnum_ val)
Definition: Ifc4x2Enum.h:3870
OdIfc4x2::IfcStructuralCurveActivityTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcPipeFittingTypeEnum_USERDEFINED
@ kIfcPipeFittingTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4184
OdIfc4x2::IfcAudioVisualApplianceTypeEnum
Definition: Ifc4x2Enum.h:478
OdIfc4x2::kIfcControllerTypeEnum_MULTIPOSITION
@ kIfcControllerTypeEnum_MULTIPOSITION
Definition: Ifc4x2Enum.h:1502
OdIfc4x2::IfcSpaceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5338
OdIfc4x2::IfcSlabTypeEnum::IfcSlabTypeEnum
IfcSlabTypeEnum()
Definition: Ifc4x2Enum.h:5250
OdIfc4x2::kIfcDerivedUnitEnum_IONCONCENTRATIONUNIT
@ kIfcDerivedUnitEnum_IONCONCENTRATIONUNIT
Definition: Ifc4x2Enum.h:1854
OdIfc4x2::IfcCableCarrierFittingTypeEnum_
IfcCableCarrierFittingTypeEnum_
Definition: Ifc4x2Enum.h:928
OdIfc4x2::kIfcSubContractResourceTypeEnum_NOTDEFINED
@ kIfcSubContractResourceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5631
OdIfc4x2::kIfcEvaporatorTypeEnum_DIRECTEXPANSIONTUBEINTUBE
@ kIfcEvaporatorTypeEnum_DIRECTEXPANSIONTUBEINTUBE
Definition: Ifc4x2Enum.h:2740
OdIfc4x2::IfcBearingTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcLightFixtureTypeEnum_NOTDEFINED
@ kIfcLightFixtureTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3614
OdIfc4x2::StrToIfcDocumentStatusEnum
IfcDocumentStatusEnum StrToIfcDocumentStatusEnum(OdAnsiString val)
OdIfc4x2::kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVERANDOMMEDIAAIRCOOLER
@ kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVERANDOMMEDIAAIRCOOLER
Definition: Ifc4x2Enum.h:2704
OdIfc4x2::kIfcElectricApplianceTypeEnum_FRIDGE_FREEZER
@ kIfcElectricApplianceTypeEnum_FRIDGE_FREEZER
Definition: Ifc4x2Enum.h:2433
OdIfc4x2::kIfcCostScheduleTypeEnum_TENDER
@ kIfcCostScheduleTypeEnum_TENDER
Definition: Ifc4x2Enum.h:1612
OdIfc4x2::IfcTaskTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5853
OdIfc4x2::StrToIfcDuctFittingTypeEnum
IfcDuctFittingTypeEnum StrToIfcDuctFittingTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcWindowTypePartitioningEnum_TRIPLE_PANEL_LEFT
@ kIfcWindowTypePartitioningEnum_TRIPLE_PANEL_LEFT
Definition: Ifc4x2Enum.h:6662
OdIfc4x2::kIfcDistributionSystemEnum_USERDEFINED
@ kIfcDistributionSystemEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2054
OdIfc4x2::kIfcReferentTypeEnum_STATION
@ kIfcReferentTypeEnum_STATION
Definition: Ifc4x2Enum.h:4681
OdIfc4x2::IfcDocumentConfidentialityEnum_
IfcDocumentConfidentialityEnum_
Definition: Ifc4x2Enum.h:2078
OdIfc4x2::kIfcStructuralSurfaceActivityTypeEnum_DISCRETE
@ kIfcStructuralSurfaceActivityTypeEnum_DISCRETE
Definition: Ifc4x2Enum.h:5573
OdIfc4x2::kIfcTransformerTypeEnum_INVERTER
@ kIfcTransformerTypeEnum_INVERTER
Definition: Ifc4x2Enum.h:6012
OdIfc4x2::IfcVoidingFeatureTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6417
OdIfc4x2::kIfcEventTriggerTypeEnum_USERDEFINED
@ kIfcEventTriggerTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2773
OdIfc4x2::IfcVibrationIsolatorTypeEnum::IfcVibrationIsolatorTypeEnum
IfcVibrationIsolatorTypeEnum(const IfcVibrationIsolatorTypeEnum &other)
Definition: Ifc4x2Enum.h:6383
OdIfc4x2::kIfcRoofTypeEnum_FLAT_ROOF
@ kIfcRoofTypeEnum_FLAT_ROOF
Definition: Ifc4x2Enum.h:4903
OdIfc4x2::IfcSurfaceSide::exists
int exists() const
Definition: Ifc4x2Enum.h:5696
OdIfc4x2::kIfcDuctFittingTypeEnum_unset
@ kIfcDuctFittingTypeEnum_unset
Definition: Ifc4x2Enum.h:2348
OdIfc4x2::kIfcDerivedUnitEnum_SPECIFICHEATCAPACITYUNIT
@ kIfcDerivedUnitEnum_SPECIFICHEATCAPACITYUNIT
Definition: Ifc4x2Enum.h:1833
OdIfc4x2::kIfcCrewResourceTypeEnum_SITE
@ kIfcCrewResourceTypeEnum_SITE
Definition: Ifc4x2Enum.h:1678
OdIfc4x2::IfcBuildingElementPartTypeEnum_
IfcBuildingElementPartTypeEnum_
Definition: Ifc4x2Enum.h:812
OdIfc4x2::kIfcLightEmissionSourceEnum_LOWPRESSURESODIUM
@ kIfcLightEmissionSourceEnum_LOWPRESSURESODIUM
Definition: Ifc4x2Enum.h:3581
OdIfc4x2::kIfcActionTypeEnum_unset
@ kIfcActionTypeEnum_unset
Definition: Ifc4x2Enum.h:124
OdIfc4x2::kIfcBuildingSystemTypeEnum_PRESTRESSING
@ kIfcBuildingSystemTypeEnum_PRESTRESSING
Definition: Ifc4x2Enum.h:878
OdIfc4x2::kIfcPermitTypeEnum_NOTDEFINED
@ kIfcPermitTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4067
OdIfc4x2::kIfcStructuralSurfaceActivityTypeEnum_ISOCONTOUR
@ kIfcStructuralSurfaceActivityTypeEnum_ISOCONTOUR
Definition: Ifc4x2Enum.h:5574
OdIfc4x2::IfcCurtainWallTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1716
OdIfc4x2::kIfcBenchmarkEnum_GREATERTHAN
@ kIfcBenchmarkEnum_GREATERTHAN
Definition: Ifc4x2Enum.h:659
OdIfc4x2::IfcControllerTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1515
OdIfc4x2::kIfcFlowMeterTypeEnum_ENERGYMETER
@ kIfcFlowMeterTypeEnum_ENERGYMETER
Definition: Ifc4x2Enum.h:3036
OdIfc4x2::StrToIfcStructuralCurveActivityTypeEnum
IfcStructuralCurveActivityTypeEnum StrToIfcStructuralCurveActivityTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcActionRequestTypeEnum_USERDEFINED
@ kIfcActionRequestTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:44
OdIfc4x2::IfcCompressorTypeEnum::IfcCompressorTypeEnum
IfcCompressorTypeEnum(IfcCompressorTypeEnum_ val)
Definition: Ifc4x2Enum.h:1303
OdIfc4x2::kIfcInterceptorTypeEnum_unset
@ kIfcInterceptorTypeEnum_unset
Definition: Ifc4x2Enum.h:3311
OdIfc4x2::IfcPlateTypeEnum_
IfcPlateTypeEnum_
Definition: Ifc4x2Enum.h:4238
OdIfc4x2::kIfcHumidifierTypeEnum_unset
@ kIfcHumidifierTypeEnum_unset
Definition: Ifc4x2Enum.h:3282
OdIfc
Definition: FxBIMDatabase.h:24
OdIfc4x2::kIfcWindowPanelPositionEnum_unset
@ kIfcWindowPanelPositionEnum_unset
Definition: Ifc4x2Enum.h:6540
OdIfc4x2::kIfcConnectionTypeEnum_NOTDEFINED
@ kIfcConnectionTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1353
OdIfc4x2::kIfcPlateTypeEnum_GUSSET_PLATE
@ kIfcPlateTypeEnum_GUSSET_PLATE
Definition: Ifc4x2Enum.h:4244
OdIfc4x2::kIfcUnitEnum_LUMINOUSINTENSITYUNIT
@ kIfcUnitEnum_LUMINOUSINTENSITYUNIT
Definition: Ifc4x2Enum.h:6195
OdIfc4x2::kIfcFanTypeEnum_NOTDEFINED
@ kIfcFanTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2863
OdIfc4x2::kIfcObjectTypeEnum_PROJECT
@ kIfcObjectTypeEnum_PROJECT
Definition: Ifc4x2Enum.h:3860
OdIfc4x2::kIfcBuildingSystemTypeEnum_unset
@ kIfcBuildingSystemTypeEnum_unset
Definition: Ifc4x2Enum.h:881
OdIfc4x2::kIfcPlateTypeEnum_COVER_PLATE
@ kIfcPlateTypeEnum_COVER_PLATE
Definition: Ifc4x2Enum.h:4245
OdIfc4x2::kIfcActuatorTypeEnum_ELECTRICACTUATOR
@ kIfcActuatorTypeEnum_ELECTRICACTUATOR
Definition: Ifc4x2Enum.h:147
OdIfc4x2::IfcPipeSegmentTypeEnum::IfcPipeSegmentTypeEnum
IfcPipeSegmentTypeEnum()
Definition: Ifc4x2Enum.h:4222
OdIfc4x2::IfcDataOriginEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1806
OdIfc4x2::IfcVibrationDamperTypeEnum
Definition: Ifc4x2Enum.h:6351
OdIfc4x2::kIfcFanTypeEnum_unset
@ kIfcFanTypeEnum_unset
Definition: Ifc4x2Enum.h:2864
OdIfc4x2::IfcFootingTypeEnum::IfcFootingTypeEnum
IfcFootingTypeEnum()
Definition: Ifc4x2Enum.h:3078
OdIfc4x2::IfcCondenserTypeEnum_
IfcCondenserTypeEnum_
Definition: Ifc4x2Enum.h:1317
OdIfc4x2::kIfcBurnerTypeEnum_unset
@ kIfcBurnerTypeEnum_unset
Definition: Ifc4x2Enum.h:906
OdIfc4x2::IfcSensorTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5129
OdIfc4x2::kIfcActionRequestTypeEnum_POST
@ kIfcActionRequestTypeEnum_POST
Definition: Ifc4x2Enum.h:42
OdIfc4x2::IfcTransportElementTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcActionSourceTypeEnum::IfcActionSourceTypeEnum
IfcActionSourceTypeEnum(IfcActionSourceTypeEnum_ val)
Definition: Ifc4x2Enum.h:104
OdIfc4x2::kIfcChangeActionEnum_DELETED
@ kIfcChangeActionEnum_DELETED
Definition: Ifc4x2Enum.h:1076
OdIfc4x2::kIfcPileConstructionEnum_CAST_IN_PLACE
@ kIfcPileConstructionEnum_CAST_IN_PLACE
Definition: Ifc4x2Enum.h:4117
OdIfc4x2::kIfcWindowTypeEnum_unset
@ kIfcWindowTypeEnum_unset
Definition: Ifc4x2Enum.h:6633
OdIfc4x2::IfcPermitTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcTransportElementTypeEnum_LIFTINGGEAR
@ kIfcTransportElementTypeEnum_LIFTINGGEAR
Definition: Ifc4x2Enum.h:6100
OdIfc4x2::IfcWasteTerminalTypeEnum::IfcWasteTerminalTypeEnum
IfcWasteTerminalTypeEnum(IfcWasteTerminalTypeEnum_ val)
Definition: Ifc4x2Enum.h:6482
OdIfc4x2::kIfcRoofTypeEnum_FREEFORM
@ kIfcRoofTypeEnum_FREEFORM
Definition: Ifc4x2Enum.h:4915
OdIfc4x2::IfcEventTypeEnum::IfcEventTypeEnum
IfcEventTypeEnum(IfcEventTypeEnum_ val)
Definition: Ifc4x2Enum.h:2811
OdIfc4x2::IfcCondenserTypeEnum::IfcCondenserTypeEnum
IfcCondenserTypeEnum(const IfcCondenserTypeEnum &other)
Definition: Ifc4x2Enum.h:1334
OdIfc4x2::kIfcConstraintEnum_SOFT
@ kIfcConstraintEnum_SOFT
Definition: Ifc4x2Enum.h:1378
OdIfc4x2::kIfcValveTypeEnum_SAFETYCUTOFF
@ kIfcValveTypeEnum_SAFETYCUTOFF
Definition: Ifc4x2Enum.h:6312
OdIfc4x2::IfcBuildingSystemTypeEnum_
IfcBuildingSystemTypeEnum_
Definition: Ifc4x2Enum.h:870
OdIfc4x2::IfcSwitchingDeviceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5731
OdIfc4x2::IfcAddressTypeEnum::IfcAddressTypeEnum
IfcAddressTypeEnum(const IfcAddressTypeEnum &other)
Definition: Ifc4x2Enum.h:189
OdIfc4x2::kIfcBuildingSystemTypeEnum_FOUNDATION
@ kIfcBuildingSystemTypeEnum_FOUNDATION
Definition: Ifc4x2Enum.h:872
OdIfc4x2::kIfcWallTypeEnum_PARTITIONING
@ kIfcWallTypeEnum_PARTITIONING
Definition: Ifc4x2Enum.h:6432
OdIfc4x2::kIfcOutletTypeEnum_TELEPHONEOUTLET
@ kIfcOutletTypeEnum_TELEPHONEOUTLET
Definition: Ifc4x2Enum.h:3984
OdIfc4x2::kIfcDistributionSystemEnum_WASTEWATER
@ kIfcDistributionSystemEnum_WASTEWATER
Definition: Ifc4x2Enum.h:2052
OdIfc4x2::kIfcCableFittingTypeEnum_NOTDEFINED
@ kIfcCableFittingTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:993
OdIfc4x2::kIfcSIUnitName_AMPERE
@ kIfcSIUnitName_AMPERE
Definition: Ifc4x2Enum.h:4980
OdIfc4x2::IfcLightFixtureTypeEnum::IfcLightFixtureTypeEnum
IfcLightFixtureTypeEnum()
Definition: Ifc4x2Enum.h:3621
OdIfc4x2::kIfcUnitEnum_AMOUNTOFSUBSTANCEUNIT
@ kIfcUnitEnum_AMOUNTOFSUBSTANCEUNIT
Definition: Ifc4x2Enum.h:6179
OdIfc4x2::IfcStairTypeEnum::IfcStairTypeEnum
IfcStairTypeEnum(const IfcStairTypeEnum &other)
Definition: Ifc4x2Enum.h:5465
OdIfc4x2::IfcDoorTypeOperationEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2326
OdIfc4x2::kIfcDerivedUnitEnum_MOISTUREDIFFUSIVITYUNIT
@ kIfcDerivedUnitEnum_MOISTUREDIFFUSIVITYUNIT
Definition: Ifc4x2Enum.h:1831
OdIfc4x2::IfcKnotType
Definition: Ifc4x2Enum.h:3425
OdIfc4x2::IfcElectricGeneratorTypeEnum::IfcElectricGeneratorTypeEnum
IfcElectricGeneratorTypeEnum(IfcElectricGeneratorTypeEnum_ val)
Definition: Ifc4x2Enum.h:2539
OdIfc4x2::kIfcMemberTypeEnum_SUSPENSION_CABLE
@ kIfcMemberTypeEnum_SUSPENSION_CABLE
Definition: Ifc4x2Enum.h:3774
OdIfc4x2::kIfcWindowStyleOperationEnum_unset
@ kIfcWindowStyleOperationEnum_unset
Definition: Ifc4x2Enum.h:6605
OdIfc4x2::IfcLightFixtureTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3625
OdIfc4x2::IfcVoidingFeatureTypeEnum
Definition: Ifc4x2Enum.h:6410
OdIfc4x2::kIfcGeographicElementTypeEnum_TERRAIN
@ kIfcGeographicElementTypeEnum_TERRAIN
Definition: Ifc4x2Enum.h:3127
OdIfc4x2::kIfcGlobalOrLocalEnum_GLOBAL_COORDS
@ kIfcGlobalOrLocalEnum_GLOBAL_COORDS
Definition: Ifc4x2Enum.h:3186
OdIfc4x2::kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVEPACKAGEDROTARYAIRCOOLER
@ kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVEPACKAGEDROTARYAIRCOOLER
Definition: Ifc4x2Enum.h:2707
OdIfc4x2::IfcSystemFurnitureElementTypeEnum::IfcSystemFurnitureElementTypeEnum
IfcSystemFurnitureElementTypeEnum()
Definition: Ifc4x2Enum.h:5754
OdIfc4x2::IfcDoorPanelOperationEnum
Definition: Ifc4x2Enum.h:2148
OdIfc4x2::kIfcLoadGroupTypeEnum_USERDEFINED
@ kIfcLoadGroupTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3641
OdIfc4x2::kIfcBoilerTypeEnum_USERDEFINED
@ kIfcBoilerTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:694
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_SWITCHER
@ kIfcAudioVisualApplianceTypeEnum_SWITCHER
Definition: Ifc4x2Enum.h:470
OdIfc4x2::kIfcDerivedUnitEnum_SOUNDPOWERUNIT
@ kIfcDerivedUnitEnum_SOUNDPOWERUNIT
Definition: Ifc4x2Enum.h:1864
OdIfc4x2::kIfcRampTypeEnum_SPIRAL_RAMP
@ kIfcRampTypeEnum_SPIRAL_RAMP
Definition: Ifc4x2Enum.h:4622
OdIfc4x2::kIfcAirTerminalBoxTypeEnum_USERDEFINED
@ kIfcAirTerminalBoxTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:208
OdIfc4x2::kIfcDistributionPortTypeEnum_DUCT
@ kIfcDistributionPortTypeEnum_DUCT
Definition: Ifc4x2Enum.h:1985
OdIfc4x2::IfcLightEmissionSourceEnum
Definition: Ifc4x2Enum.h:3590
OdIfc4x2::kIfcFilterTypeEnum_AIRPARTICLEFILTER
@ kIfcFilterTypeEnum_AIRPARTICLEFILTER
Definition: Ifc4x2Enum.h:2915
OdIfc4x2::IfcLightFixtureTypeEnum_
IfcLightFixtureTypeEnum_
Definition: Ifc4x2Enum.h:3609
OdIfc4x2::kIfcCompressorTypeEnum_ROTARYVANE
@ kIfcCompressorTypeEnum_ROTARYVANE
Definition: Ifc4x2Enum.h:1290
OdIfc4x2::kIfcWindowTypePartitioningEnum_TRIPLE_PANEL_RIGHT
@ kIfcWindowTypePartitioningEnum_TRIPLE_PANEL_RIGHT
Definition: Ifc4x2Enum.h:6663
OdIfc4x2::StrToIfcFurnitureTypeEnum
IfcFurnitureTypeEnum StrToIfcFurnitureTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcVibrationDamperTypeEnum_RUBBER
@ kIfcVibrationDamperTypeEnum_RUBBER
Definition: Ifc4x2Enum.h:6345
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_unset
@ kIfcCommunicationsApplianceTypeEnum_unset
Definition: Ifc4x2Enum.h:1230
OdIfc4x2::IfcFanTypeEnum
Definition: Ifc4x2Enum.h:2867
OdIfc4x2::IfcConstructionEquipmentResourceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcSequenceEnum_START_FINISH
@ kIfcSequenceEnum_START_FINISH
Definition: Ifc4x2Enum.h:5143
OdIfc4x2::kIfcBearingTypeEnum_POT
@ kIfcBearingTypeEnum_POT
Definition: Ifc4x2Enum.h:629
OdIfc4x2::IfcLightDistributionCurveEnum::IfcLightDistributionCurveEnum
IfcLightDistributionCurveEnum(IfcLightDistributionCurveEnum_ val)
Definition: Ifc4x2Enum.h:3561
OdIfc4x2::kIfcRoleEnum_COMMISSIONINGENGINEER
@ kIfcRoleEnum_COMMISSIONINGENGINEER
Definition: Ifc4x2Enum.h:4872
OdIfc4x2::IfcOutletTypeEnum
Definition: Ifc4x2Enum.h:3990
OdIfc4x2::IfcPipeFittingTypeEnum_
IfcPipeFittingTypeEnum_
Definition: Ifc4x2Enum.h:4176
OdIfc4x2::kIfcSIUnitName_KELVIN
@ kIfcSIUnitName_KELVIN
Definition: Ifc4x2Enum.h:4992
OdIfc4x2::IfcBurnerTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcCoilTypeEnum
Definition: Ifc4x2Enum.h:1166
OdIfc4x2::IfcHumidifierTypeEnum::IfcHumidifierTypeEnum
IfcHumidifierTypeEnum(IfcHumidifierTypeEnum_ val)
Definition: Ifc4x2Enum.h:3290
OdIfc4x2::kIfcFanTypeEnum_PROPELLORAXIAL
@ kIfcFanTypeEnum_PROPELLORAXIAL
Definition: Ifc4x2Enum.h:2861
OdIfc4x2::kIfcHumidifierTypeEnum_ASSISTEDELECTRIC
@ kIfcHumidifierTypeEnum_ASSISTEDELECTRIC
Definition: Ifc4x2Enum.h:3275
OdIfc4x2::kIfcSubContractResourceTypeEnum_PURCHASE
@ kIfcSubContractResourceTypeEnum_PURCHASE
Definition: Ifc4x2Enum.h:5628
OdIfc4x2::kIfcActionSourceTypeEnum_NOTDEFINED
@ kIfcActionSourceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:95
OdIfc4x2::IfcFurnitureTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcBeamTypeEnum::IfcBeamTypeEnum
IfcBeamTypeEnum(IfcBeamTypeEnum_ val)
Definition: Ifc4x2Enum.h:583
OdIfc4x2::IfcBurnerTypeEnum
Definition: Ifc4x2Enum.h:909
OdIfc4x2::kIfcDistributionSystemEnum_SEWAGE
@ kIfcDistributionSystemEnum_SEWAGE
Definition: Ifc4x2Enum.h:2044
OdIfc4x2::kIfcWindowStyleConstructionEnum_ALUMINIUM_WOOD
@ kIfcWindowStyleConstructionEnum_ALUMINIUM_WOOD
Definition: Ifc4x2Enum.h:6567
OdIfc4x2::IfcLoadGroupTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcStructuralSurfaceActivityTypeEnum::IfcStructuralSurfaceActivityTypeEnum
IfcStructuralSurfaceActivityTypeEnum(const IfcStructuralSurfaceActivityTypeEnum &other)
Definition: Ifc4x2Enum.h:5584
OdIfc4x2::kIfcFurnitureTypeEnum_TABLE
@ kIfcFurnitureTypeEnum_TABLE
Definition: Ifc4x2Enum.h:3096
OdIfc4x2::kIfcActionRequestTypeEnum_FAX
@ kIfcActionRequestTypeEnum_FAX
Definition: Ifc4x2Enum.h:40
OdIfc4x2::kIfcElectricMotorTypeEnum_POLYPHASE
@ kIfcElectricMotorTypeEnum_POLYPHASE
Definition: Ifc4x2Enum.h:2556
OdIfc4x2::IfcComplexPropertyTemplateTypeEnum::IfcComplexPropertyTemplateTypeEnum
IfcComplexPropertyTemplateTypeEnum(const IfcComplexPropertyTemplateTypeEnum &other)
Definition: Ifc4x2Enum.h:1262
OdIfc4x2::kIfcColumnTypeEnum_STANDCOLUMN
@ kIfcColumnTypeEnum_STANDCOLUMN
Definition: Ifc4x2Enum.h:1190
OdIfc4x2::IfcWindowStyleConstructionEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6580
OdIfc4x2::kIfcDistributionSystemEnum_NOTDEFINED
@ kIfcDistributionSystemEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2055
OdIfc4x2::StrToIfcDamperTypeEnum
IfcDamperTypeEnum StrToIfcDamperTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcSIUnitName_HERTZ
@ kIfcSIUnitName_HERTZ
Definition: Ifc4x2Enum.h:4990
OdIfc4x2::IfcControllerTypeEnum::IfcControllerTypeEnum
IfcControllerTypeEnum(IfcControllerTypeEnum_ val)
Definition: Ifc4x2Enum.h:1514
OdIfc4x2::IfcProjectionElementTypeEnum::IfcProjectionElementTypeEnum
IfcProjectionElementTypeEnum(const IfcProjectionElementTypeEnum &other)
Definition: Ifc4x2Enum.h:4422
OdIfc4x2::kIfcPileConstructionEnum_USERDEFINED
@ kIfcPileConstructionEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4121
OdIfc4x2::IfcSpaceTypeEnum_
IfcSpaceTypeEnum_
Definition: Ifc4x2Enum.h:5320
OdIfc4x2::IfcBuildingElementPartTypeEnum
Definition: Ifc4x2Enum.h:821
OdIfc4x2::kIfcProtectiveDeviceTrippingUnitTypeEnum_ELECTROMAGNETIC
@ kIfcProtectiveDeviceTrippingUnitTypeEnum_ELECTROMAGNETIC
Definition: Ifc4x2Enum.h:4470
OdIfc4x2::IfcLogicalOperatorEnum_
IfcLogicalOperatorEnum_
Definition: Ifc4x2Enum.h:3665
OdIfc4x2::IfcSIUnitName::IfcSIUnitName
IfcSIUnitName(IfcSIUnitName_ val)
Definition: Ifc4x2Enum.h:5018
OdIfc4x2::kIfcCostScheduleTypeEnum_NOTDEFINED
@ kIfcCostScheduleTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1617
OdIfc4x2::IfcMechanicalFastenerTypeEnum::IfcMechanicalFastenerTypeEnum
IfcMechanicalFastenerTypeEnum(const IfcMechanicalFastenerTypeEnum &other)
Definition: Ifc4x2Enum.h:3714
OdIfc4x2::kIfcWorkCalendarTypeEnum_NOTDEFINED
@ kIfcWorkCalendarTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6694
OdIfc4x2::kIfcSpatialZoneTypeEnum_SECURITY
@ kIfcSpatialZoneTypeEnum_SECURITY
Definition: Ifc4x2Enum.h:5355
OdIfc4x2::IfcPropertySetTemplateTypeEnum::IfcPropertySetTemplateTypeEnum
IfcPropertySetTemplateTypeEnum(IfcPropertySetTemplateTypeEnum_ val)
Definition: Ifc4x2Enum.h:4454
OdIfc4x2::IfcRecurrenceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4665
OdIfc4x2::IfcGeometricProjectionEnum::IfcGeometricProjectionEnum
IfcGeometricProjectionEnum(const IfcGeometricProjectionEnum &other)
Definition: Ifc4x2Enum.h:3170
OdIfc4x2::kIfcElectricMotorTypeEnum_DC
@ kIfcElectricMotorTypeEnum_DC
Definition: Ifc4x2Enum.h:2554
OdIfc4x2::kIfcElectricFlowStorageDeviceTypeEnum_UPS
@ kIfcElectricFlowStorageDeviceTypeEnum_UPS
Definition: Ifc4x2Enum.h:2500
OdIfc4x2::IfcTransitionCurveType::IfcTransitionCurveType
IfcTransitionCurveType(const IfcTransitionCurveType &other)
Definition: Ifc4x2Enum.h:6080
OdIfc4x2::IfcDoorStyleConstructionEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2214
OdIfc4x2::IfcCableSegmentTypeEnum
Definition: Ifc4x2Enum.h:1026
OdIfc4x2::IfcElectricMotorTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2570
OdIfc4x2::IfcSpaceHeaterTypeEnum::IfcSpaceHeaterTypeEnum
IfcSpaceHeaterTypeEnum(const IfcSpaceHeaterTypeEnum &other)
Definition: Ifc4x2Enum.h:5305
OdIfc4x2::StrToIfcReflectanceMethodEnum
IfcReflectanceMethodEnum StrToIfcReflectanceMethodEnum(OdAnsiString val)
OdIfc4x2::kIfcDerivedUnitEnum_ROTATIONALMASSUNIT
@ kIfcDerivedUnitEnum_ROTATIONALMASSUNIT
Definition: Ifc4x2Enum.h:1860
OdIfc4x2::kIfcCompressorTypeEnum_SCROLL
@ kIfcCompressorTypeEnum_SCROLL
Definition: Ifc4x2Enum.h:1281
OdIfc4x2::kIfcTimeSeriesDataTypeEnum_PIECEWISECONTINUOUS
@ kIfcTimeSeriesDataTypeEnum_PIECEWISECONTINUOUS
Definition: Ifc4x2Enum.h:5985
OdIfc4x2::IfcVoidingFeatureTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6416
OdIfc4x2::kIfcDerivedUnitEnum_LUMINOUSINTENSITYDISTRIBUTIONUNIT
@ kIfcDerivedUnitEnum_LUMINOUSINTENSITYDISTRIBUTIONUNIT
Definition: Ifc4x2Enum.h:1855
OdIfc4x2::kIfcActuatorTypeEnum_PNEUMATICACTUATOR
@ kIfcActuatorTypeEnum_PNEUMATICACTUATOR
Definition: Ifc4x2Enum.h:150
OdIfc4x2::IfcCostScheduleTypeEnum::IfcCostScheduleTypeEnum
IfcCostScheduleTypeEnum()
Definition: Ifc4x2Enum.h:1624
OdIfc4x2::kIfcInterceptorTypeEnum_NOTDEFINED
@ kIfcInterceptorTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3310
OdIfc4x2::kIfcActionSourceTypeEnum_ICE
@ kIfcActionSourceTypeEnum_ICE
Definition: Ifc4x2Enum.h:89
OdIfc4x2::kIfcDuctSegmentTypeEnum_FLEXIBLESEGMENT
@ kIfcDuctSegmentTypeEnum_FLEXIBLESEGMENT
Definition: Ifc4x2Enum.h:2372
OdIfc4x2::kIfcSensorTypeEnum_PRESSURESENSOR
@ kIfcSensorTypeEnum_PRESSURESENSOR
Definition: Ifc4x2Enum.h:5110
OdIfc4x2::IfcBSplineSurfaceForm::IfcBSplineSurfaceForm
IfcBSplineSurfaceForm(IfcBSplineSurfaceForm_ val)
Definition: Ifc4x2Enum.h:546
OdIfc4x2::StrToIfcAssemblyPlaceEnum
IfcAssemblyPlaceEnum StrToIfcAssemblyPlaceEnum(OdAnsiString val)
OdIfc4x2::IfcBearingTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:645
OdIfc4x2::kIfcTransitionCurveType_unset
@ kIfcTransitionCurveType_unset
Definition: Ifc4x2Enum.h:6073
OdIfc4x2::IfcOccupantTypeEnum_
IfcOccupantTypeEnum_
Definition: Ifc4x2Enum.h:3920
OdIfc4x2::IfcPileConstructionEnum::IfcPileConstructionEnum
IfcPileConstructionEnum()
Definition: Ifc4x2Enum.h:4129
OdIfc4x2::IfcCurveInterpolationEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1743
OdIfc4x2::IfcTendonConduitTypeEnum
Definition: Ifc4x2Enum.h:5904
OdIfc4x2::IfcSIPrefix_
IfcSIPrefix_
Definition: Ifc4x2Enum.h:4940
OdIfc4x2::IfcSubContractResourceTypeEnum::IfcSubContractResourceTypeEnum
IfcSubContractResourceTypeEnum(const IfcSubContractResourceTypeEnum &other)
Definition: Ifc4x2Enum.h:5639
OdIfc4x2::IfcStructuralSurfaceActivityTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcWindowStyleConstructionEnum_PLASTIC
@ kIfcWindowStyleConstructionEnum_PLASTIC
Definition: Ifc4x2Enum.h:6568
OdIfc4x2::kIfcLaborResourceTypeEnum_LANDSCAPING
@ kIfcLaborResourceTypeEnum_LANDSCAPING
Definition: Ifc4x2Enum.h:3455
OdIfc4x2::kIfcElectricGeneratorTypeEnum_CHP
@ kIfcElectricGeneratorTypeEnum_CHP
Definition: Ifc4x2Enum.h:2526
OdIfc4x2::IfcCaissonFoundationTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcLaborResourceTypeEnum_PAVING
@ kIfcLaborResourceTypeEnum_PAVING
Definition: Ifc4x2Enum.h:3458
OdIfc4x2::kIfcUnitEnum_POWERUNIT
@ kIfcUnitEnum_POWERUNIT
Definition: Ifc4x2Enum.h:6200
OdIfc4x2::kIfcWindowTypePartitioningEnum_SINGLE_PANEL
@ kIfcWindowTypePartitioningEnum_SINGLE_PANEL
Definition: Ifc4x2Enum.h:6656
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_SANITARYFOUNTAIN
@ kIfcSanitaryTerminalTypeEnum_SANITARYFOUNTAIN
Definition: Ifc4x2Enum.h:5038
OdIfc4x2::IfcOpeningElementTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcFireSuppressionTerminalTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2963
OdIfc4x2::IfcWallTypeEnum::IfcWallTypeEnum
IfcWallTypeEnum(IfcWallTypeEnum_ val)
Definition: Ifc4x2Enum.h:6450
OdIfc4x2::IfcTransitionCode::nullify
void nullify()
Definition: Ifc4x2Enum.h:6054
OdIfc4x2::kIfcCoolingTowerTypeEnum_NATURALDRAFT
@ kIfcCoolingTowerTypeEnum_NATURALDRAFT
Definition: Ifc4x2Enum.h:1556
OdIfc4x2::IfcCableFittingTypeEnum::IfcCableFittingTypeEnum
IfcCableFittingTypeEnum(const IfcCableFittingTypeEnum &other)
Definition: Ifc4x2Enum.h:1001
OdIfc4x2::IfcTransformerTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6027
OdIfc4x2::kIfcTankTypeEnum_PRESSUREVESSEL
@ kIfcTankTypeEnum_PRESSUREVESSEL
Definition: Ifc4x2Enum.h:5775
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_P_LISTVALUE
@ kIfcSimplePropertyTemplateTypeEnum_P_LISTVALUE
Definition: Ifc4x2Enum.h:5202
OdIfc4x2::IfcDoorTypeEnum::IfcDoorTypeEnum
IfcDoorTypeEnum(const IfcDoorTypeEnum &other)
Definition: Ifc4x2Enum.h:2280
OdIfc4x2::IfcWindowPanelPositionEnum_
IfcWindowPanelPositionEnum_
Definition: Ifc4x2Enum.h:6533
OdIfc4x2::kIfcDoorStyleOperationEnum_USERDEFINED
@ kIfcDoorStyleOperationEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2243
OdIfc4x2::kIfcRoofTypeEnum_DOME_ROOF
@ kIfcRoofTypeEnum_DOME_ROOF
Definition: Ifc4x2Enum.h:4914
OdIfc4x2::IfcChimneyTypeEnum::IfcChimneyTypeEnum
IfcChimneyTypeEnum()
Definition: Ifc4x2Enum.h:1137
OdIfc4x2::kIfcAirTerminalTypeEnum_GRILLE
@ kIfcAirTerminalTypeEnum_GRILLE
Definition: Ifc4x2Enum.h:234
OdIfc4x2::kIfcDistributionChamberElementTypeEnum_INSPECTIONPIT
@ kIfcDistributionChamberElementTypeEnum_INSPECTIONPIT
Definition: Ifc4x2Enum.h:1952
OdIfc4x2::IfcEngineTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2691
OdIfc4x2::StrToIfcConstructionProductResourceTypeEnum
IfcConstructionProductResourceTypeEnum StrToIfcConstructionProductResourceTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcDoorTypeEnum_NOTDEFINED
@ kIfcDoorTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2272
OdIfc4x2::kIfcWorkScheduleTypeEnum_PLANNED
@ kIfcWorkScheduleTypeEnum_PLANNED
Definition: Ifc4x2Enum.h:6748
OdIfc4x2::IfcProfileTypeEnum
Definition: Ifc4x2Enum.h:4336
OdIfc4x2::kIfcConstructionEquipmentResourceTypeEnum_EARTHMOVING
@ kIfcConstructionEquipmentResourceTypeEnum_EARTHMOVING
Definition: Ifc4x2Enum.h:1406
OdIfc4x2::IfcSystemFurnitureElementTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5757
OdIfc4x2::kIfcDerivedUnitEnum_COMPOUNDPLANEANGLEUNIT
@ kIfcDerivedUnitEnum_COMPOUNDPLANEANGLEUNIT
Definition: Ifc4x2Enum.h:1822
OdIfc4x2::kIfcFireSuppressionTerminalTypeEnum_NOTDEFINED
@ kIfcFireSuppressionTerminalTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2952
OdIfc4x2::IfcVoidingFeatureTypeEnum_
IfcVoidingFeatureTypeEnum_
Definition: Ifc4x2Enum.h:6398
OdIfc4x2::kIfcMemberTypeEnum_PLATE
@ kIfcMemberTypeEnum_PLATE
Definition: Ifc4x2Enum.h:3765
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_BOLT
@ kIfcMechanicalFastenerTypeEnum_BOLT
Definition: Ifc4x2Enum.h:3695
OdIfc4x2::kIfcArithmeticOperatorEnum_SUBTRACT
@ kIfcArithmeticOperatorEnum_SUBTRACT
Definition: Ifc4x2Enum.h:412
OdIfc4x2::IfcElectricFlowStorageDeviceTypeEnum_
IfcElectricFlowStorageDeviceTypeEnum_
Definition: Ifc4x2Enum.h:2495
OdIfc4x2::IfcTrimmingPreference::IfcTrimmingPreference
IfcTrimmingPreference(IfcTrimmingPreference_ val)
Definition: Ifc4x2Enum.h:6137
OdIfc4x2::kIfcElementAssemblyTypeEnum_USERDEFINED
@ kIfcElementAssemblyTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2626
OdIfc4x2::kIfcWindowPanelOperationEnum_NOTDEFINED
@ kIfcWindowPanelOperationEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6510
OdIfc4x2::IfcElectricMotorTypeEnum_
IfcElectricMotorTypeEnum_
Definition: Ifc4x2Enum.h:2553
OdIfc4x2::kIfcMemberTypeEnum_ARCH_SEGMENT
@ kIfcMemberTypeEnum_ARCH_SEGMENT
Definition: Ifc4x2Enum.h:3773
OdIfc4x2::IfcBuildingElementPartTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:827
OdIfc4x2::kIfcSlabTypeEnum_FLOOR
@ kIfcSlabTypeEnum_FLOOR
Definition: Ifc4x2Enum.h:5234
OdIfc4x2::IfcAudioVisualApplianceTypeEnum::IfcAudioVisualApplianceTypeEnum
IfcAudioVisualApplianceTypeEnum()
Definition: Ifc4x2Enum.h:481
OdIfc4x2::IfcCableCarrierSegmentTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:973
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_MODEM
@ kIfcCommunicationsApplianceTypeEnum_MODEM
Definition: Ifc4x2Enum.h:1220
OdIfc4x2::kIfcWindowStyleOperationEnum_TRIPLE_PANEL_TOP
@ kIfcWindowStyleOperationEnum_TRIPLE_PANEL_TOP
Definition: Ifc4x2Enum.h:6599
OdIfc4x2::IfcTubeBundleTypeEnum::IfcTubeBundleTypeEnum
IfcTubeBundleTypeEnum(IfcTubeBundleTypeEnum_ val)
Definition: Ifc4x2Enum.h:6163
OdIfc4x2::kIfcPipeFittingTypeEnum_NOTDEFINED
@ kIfcPipeFittingTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4185
OdIfc4x2::IfcElementCompositionEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2664
OdIfc4x2::kIfcEvaporatorTypeEnum_unset
@ kIfcEvaporatorTypeEnum_unset
Definition: Ifc4x2Enum.h:2746
OdIfc4x2::IfcStructuralCurveMemberTypeEnum::IfcStructuralCurveMemberTypeEnum
IfcStructuralCurveMemberTypeEnum(IfcStructuralCurveMemberTypeEnum_ val)
Definition: Ifc4x2Enum.h:5556
OdIfc4x2::IfcMotorConnectionTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3817
OdIfc4x2::kIfcTendonConduitTypeEnum_NOTDEFINED
@ kIfcTendonConduitTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5900
OdIfc4x2::kIfcBooleanOperator_unset
@ kIfcBooleanOperator_unset
Definition: Ifc4x2Enum.h:722
OdIfc4x2::kIfcDocumentStatusEnum_FINALDRAFT
@ kIfcDocumentStatusEnum_FINALDRAFT
Definition: Ifc4x2Enum.h:2109
OdIfc4x2::IfcEventTriggerTypeEnum::IfcEventTriggerTypeEnum
IfcEventTriggerTypeEnum(const IfcEventTriggerTypeEnum &other)
Definition: Ifc4x2Enum.h:2782
OdIfc4x2::IfcCoilTypeEnum::IfcCoilTypeEnum
IfcCoilTypeEnum(const IfcCoilTypeEnum &other)
Definition: Ifc4x2Enum.h:1170
OdIfc4x2::kIfcDoorPanelOperationEnum_FOLDING
@ kIfcDoorPanelOperationEnum_FOLDING
Definition: Ifc4x2Enum.h:2139
OdIfc4x2::IfcShadingDeviceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcGridTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3227
OdIfc4x2::IfcStructuralSurfaceMemberTypeEnum::IfcStructuralSurfaceMemberTypeEnum
IfcStructuralSurfaceMemberTypeEnum()
Definition: Ifc4x2Enum.h:5611
OdIfc4x2::IfcCurveInterpolationEnum
Definition: Ifc4x2Enum.h:1736
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_P_BOUNDEDVALUE
@ kIfcSimplePropertyTemplateTypeEnum_P_BOUNDEDVALUE
Definition: Ifc4x2Enum.h:5201
OdIfc4x2::IfcUnitaryEquipmentTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcInterceptorTypeEnum
IfcInterceptorTypeEnum StrToIfcInterceptorTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcAirTerminalBoxTypeEnum
IfcAirTerminalBoxTypeEnum StrToIfcAirTerminalBoxTypeEnum(OdAnsiString val)
OdIfc4x2::IfcProjectOrderTypeEnum::IfcProjectOrderTypeEnum
IfcProjectOrderTypeEnum(const IfcProjectOrderTypeEnum &other)
Definition: Ifc4x2Enum.h:4370
OdIfc4x2::kIfcBenchmarkEnum_INCLUDEDIN
@ kIfcBenchmarkEnum_INCLUDEDIN
Definition: Ifc4x2Enum.h:667
OdIfc4x2::kIfcCoolingTowerTypeEnum_NOTDEFINED
@ kIfcCoolingTowerTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1560
OdIfc4x2::kIfcPipeFittingTypeEnum_EXIT
@ kIfcPipeFittingTypeEnum_EXIT
Definition: Ifc4x2Enum.h:4180
OdIfc4x2::IfcWindowStyleOperationEnum::IfcWindowStyleOperationEnum
IfcWindowStyleOperationEnum()
Definition: Ifc4x2Enum.h:6611
OdIfc4x2::IfcCableFittingTypeEnum
Definition: Ifc4x2Enum.h:997
OdIfc4x2::kIfcEvaporativeCoolerTypeEnum_INDIRECTEVAPORATIVEPACKAGEAIRCOOLER
@ kIfcEvaporativeCoolerTypeEnum_INDIRECTEVAPORATIVEPACKAGEAIRCOOLER
Definition: Ifc4x2Enum.h:2709
OdIfc4x2::IfcDistributionSystemEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcBenchmarkEnum_NOTINCLUDES
@ kIfcBenchmarkEnum_NOTINCLUDES
Definition: Ifc4x2Enum.h:666
OdIfc4x2::IfcFastenerTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcElementCompositionEnum::IfcElementCompositionEnum
IfcElementCompositionEnum(const IfcElementCompositionEnum &other)
Definition: Ifc4x2Enum.h:2661
OdIfc4x2::kIfcSlabTypeEnum_unset
@ kIfcSlabTypeEnum_unset
Definition: Ifc4x2Enum.h:5244
OdIfc4x2::IfcDoorPanelOperationEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2155
OdIfc4x2::IfcAirToAirHeatRecoveryTypeEnum::IfcAirToAirHeatRecoveryTypeEnum
IfcAirToAirHeatRecoveryTypeEnum(const IfcAirToAirHeatRecoveryTypeEnum &other)
Definition: Ifc4x2Enum.h:280
OdIfc4x2::kIfcAirTerminalBoxTypeEnum_NOTDEFINED
@ kIfcAirTerminalBoxTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:209
OdIfc4x2::kIfcPumpTypeEnum_NOTDEFINED
@ kIfcPumpTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4538
OdIfc4x2::kIfcReferentTypeEnum_KILOPOINT
@ kIfcReferentTypeEnum_KILOPOINT
Definition: Ifc4x2Enum.h:4679
OdIfc4x2::kIfcSIUnitName_SIEVERT
@ kIfcSIUnitName_SIEVERT
Definition: Ifc4x2Enum.h:5003
OdIfc4x2::IfcBearingTypeEnum::IfcBearingTypeEnum
IfcBearingTypeEnum()
Definition: Ifc4x2Enum.h:642
OdIfc4x2::IfcFilterTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2932
OdIfc4x2::kIfcActuatorTypeEnum_HANDOPERATEDACTUATOR
@ kIfcActuatorTypeEnum_HANDOPERATEDACTUATOR
Definition: Ifc4x2Enum.h:148
OdIfc4x2::IfcReinforcingBarTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4819
OdIfc4x2::IfcStructuralSurfaceMemberTypeEnum::IfcStructuralSurfaceMemberTypeEnum
IfcStructuralSurfaceMemberTypeEnum(const IfcStructuralSurfaceMemberTypeEnum &other)
Definition: Ifc4x2Enum.h:5612
OdIfc4x2::kIfcSpatialZoneTypeEnum_OCCUPANCY
@ kIfcSpatialZoneTypeEnum_OCCUPANCY
Definition: Ifc4x2Enum.h:5354
OdIfc4x2::kIfcGeometricProjectionEnum_SKETCH_VIEW
@ kIfcGeometricProjectionEnum_SKETCH_VIEW
Definition: Ifc4x2Enum.h:3155
OdIfc4x2::kIfcStructuralCurveActivityTypeEnum_LINEAR
@ kIfcStructuralCurveActivityTypeEnum_LINEAR
Definition: Ifc4x2Enum.h:5510
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_NETWORKAPPLIANCE
@ kIfcCommunicationsApplianceTypeEnum_NETWORKAPPLIANCE
Definition: Ifc4x2Enum.h:1221
OdIfc4x2::kIfcSIUnitName_SIEMENS
@ kIfcSIUnitName_SIEMENS
Definition: Ifc4x2Enum.h:5002
OdIfc4x2::IfcBearingTypeDisplacementEnum_
IfcBearingTypeDisplacementEnum_
Definition: Ifc4x2Enum.h:597
OdIfc4x2::IfcDuctFittingTypeEnum::IfcDuctFittingTypeEnum
IfcDuctFittingTypeEnum()
Definition: Ifc4x2Enum.h:2354
OdIfc4x2::IfcPipeSegmentTypeEnum::IfcPipeSegmentTypeEnum
IfcPipeSegmentTypeEnum(const IfcPipeSegmentTypeEnum &other)
Definition: Ifc4x2Enum.h:4223
OdIfc4x2::kIfcDerivedUnitEnum_USERDEFINED
@ kIfcDerivedUnitEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1872
OdIfc4x2::IfcVibrationIsolatorTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6386
OdIfc4x2::kIfcBearingTypeEnum_SPHERICAL
@ kIfcBearingTypeEnum_SPHERICAL
Definition: Ifc4x2Enum.h:627
OdIfc4x2::IfcAirTerminalTypeEnum::IfcAirTerminalTypeEnum
IfcAirTerminalTypeEnum(const IfcAirTerminalTypeEnum &other)
Definition: Ifc4x2Enum.h:246
OdIfc4x2::StrToIfcEventTriggerTypeEnum
IfcEventTriggerTypeEnum StrToIfcEventTriggerTypeEnum(OdAnsiString val)
OdIfc4x2::IfcTendonConduitTypeEnum::IfcTendonConduitTypeEnum
IfcTendonConduitTypeEnum()
Definition: Ifc4x2Enum.h:5907
OdIfc4x2::IfcProjectedOrTrueLengthEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4398
OdIfc4x2::IfcCableCarrierSegmentTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcBuildingElementProxyTypeEnum_NOTDEFINED
@ kIfcBuildingElementProxyTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:847
OdIfc4x2::kIfcElectricDistributionBoardTypeEnum_DISTRIBUTIONBOARD
@ kIfcElectricDistributionBoardTypeEnum_DISTRIBUTIONBOARD
Definition: Ifc4x2Enum.h:2468
OdIfc4x2::IfcTextPath::nullify
void nullify()
Definition: Ifc4x2Enum.h:5967
OdIfc4x2::IfcDoorPanelPositionEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcWindowStyleConstructionEnum_HIGH_GRADE_STEEL
@ kIfcWindowStyleConstructionEnum_HIGH_GRADE_STEEL
Definition: Ifc4x2Enum.h:6564
OdIfc4x2::IfcFurnitureTypeEnum_
IfcFurnitureTypeEnum_
Definition: Ifc4x2Enum.h:3094
OdIfc4x2::kIfcWindowTypeEnum_NOTDEFINED
@ kIfcWindowTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6632
OdIfc4x2::IfcCoveringTypeEnum::IfcCoveringTypeEnum
IfcCoveringTypeEnum(const IfcCoveringTypeEnum &other)
Definition: Ifc4x2Enum.h:1661
OdIfc4x2::kIfcStateEnum_unset
@ kIfcStateEnum_unset
Definition: Ifc4x2Enum.h:5486
OdIfc4x2::IfcDerivedUnitEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1882
OdIfc4x2::IfcDamperTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1778
OdIfc4x2::IfcUnitaryControlElementTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcDocumentStatusEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcDerivedUnitEnum_THERMALTRANSMITTANCEUNIT
@ kIfcDerivedUnitEnum_THERMALTRANSMITTANCEUNIT
Definition: Ifc4x2Enum.h:1837
OdIfc4x2::StrToIfcFanTypeEnum
IfcFanTypeEnum StrToIfcFanTypeEnum(OdAnsiString val)
OdIfc4x2::IfcDerivedUnitEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcStairTypeEnum_TWO_QUARTER_WINDING_STAIR
@ kIfcStairTypeEnum_TWO_QUARTER_WINDING_STAIR
Definition: Ifc4x2Enum.h:5448
OdIfc4x2::IfcEngineTypeEnum::IfcEngineTypeEnum
IfcEngineTypeEnum(IfcEngineTypeEnum_ val)
Definition: Ifc4x2Enum.h:2689
OdIfc4x2::kIfcDoorTypeEnum_unset
@ kIfcDoorTypeEnum_unset
Definition: Ifc4x2Enum.h:2273
OdIfc4x2::IfcTransportElementTypeEnum::IfcTransportElementTypeEnum
IfcTransportElementTypeEnum()
Definition: Ifc4x2Enum.h:6109
OdIfc4x2::kIfcControllerTypeEnum_PROGRAMMABLE
@ kIfcControllerTypeEnum_PROGRAMMABLE
Definition: Ifc4x2Enum.h:1500
OdIfc4x2::kIfcSensorTypeEnum_TEMPERATURESENSOR
@ kIfcSensorTypeEnum_TEMPERATURESENSOR
Definition: Ifc4x2Enum.h:5115
OdIfc4x2::kIfcWallTypeEnum_PARAPET
@ kIfcWallTypeEnum_PARAPET
Definition: Ifc4x2Enum.h:6431
OdIfc4x2::kIfcCooledBeamTypeEnum_unset
@ kIfcCooledBeamTypeEnum_unset
Definition: Ifc4x2Enum.h:1533
OdIfc4x2::kIfcSwitchingDeviceTypeEnum_KEYPAD
@ kIfcSwitchingDeviceTypeEnum_KEYPAD
Definition: Ifc4x2Enum.h:5713
OdIfc4x2::kIfcLaborResourceTypeEnum_FLOORING
@ kIfcLaborResourceTypeEnum_FLOORING
Definition: Ifc4x2Enum.h:3452
OdIfc4x2::kIfcDuctSilencerTypeEnum_ROUND
@ kIfcDuctSilencerTypeEnum_ROUND
Definition: Ifc4x2Enum.h:2400
OdIfc4x2::IfcDirectionSenseEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcBoilerTypeEnum_unset
@ kIfcBoilerTypeEnum_unset
Definition: Ifc4x2Enum.h:696
OdIfc4x2::IfcSystemFurnitureElementTypeEnum
Definition: Ifc4x2Enum.h:5751
OdIfc4x2::IfcDoorPanelOperationEnum::IfcDoorPanelOperationEnum
IfcDoorPanelOperationEnum(IfcDoorPanelOperationEnum_ val)
Definition: Ifc4x2Enum.h:2153
OdIfc4x2::kIfcLoadGroupTypeEnum_unset
@ kIfcLoadGroupTypeEnum_unset
Definition: Ifc4x2Enum.h:3643
OdIfc4x2::IfcStackTerminalTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcDuctSilencerTypeEnum_
IfcDuctSilencerTypeEnum_
Definition: Ifc4x2Enum.h:2397
OdIfc4x2::IfcRampFlightTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4604
OdIfc4x2::IfcExternalSpatialElementTypeEnum::IfcExternalSpatialElementTypeEnum
IfcExternalSpatialElementTypeEnum(IfcExternalSpatialElementTypeEnum_ val)
Definition: Ifc4x2Enum.h:2840
OdIfc4x2::kIfcElectricApplianceTypeEnum_FREESTANDINGWATERCOOLER
@ kIfcElectricApplianceTypeEnum_FREESTANDINGWATERCOOLER
Definition: Ifc4x2Enum.h:2431
OdIfc4x2::kIfcDuctFittingTypeEnum_EXIT
@ kIfcDuctFittingTypeEnum_EXIT
Definition: Ifc4x2Enum.h:2342
OdIfc4x2::IfcDocumentConfidentialityEnum::IfcDocumentConfidentialityEnum
IfcDocumentConfidentialityEnum(const IfcDocumentConfidentialityEnum &other)
Definition: Ifc4x2Enum.h:2092
OdIfc4x2::StrToIfcDoorStyleConstructionEnum
IfcDoorStyleConstructionEnum StrToIfcDoorStyleConstructionEnum(OdAnsiString val)
OdIfc4x2::kIfcCostScheduleTypeEnum_UNPRICEDBILLOFQUANTITIES
@ kIfcCostScheduleTypeEnum_UNPRICEDBILLOFQUANTITIES
Definition: Ifc4x2Enum.h:1614
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_Q_COUNT
@ kIfcSimplePropertyTemplateTypeEnum_Q_COUNT
Definition: Ifc4x2Enum.h:5208
OdIfc4x2::kIfcLayerSetDirectionEnum_AXIS1
@ kIfcLayerSetDirectionEnum_AXIS1
Definition: Ifc4x2Enum.h:3523
OdIfc4x2::IfcBurnerTypeEnum_
IfcBurnerTypeEnum_
Definition: Ifc4x2Enum.h:903
OdIfc4x2::IfcLogicalOperatorEnum::IfcLogicalOperatorEnum
IfcLogicalOperatorEnum(const IfcLogicalOperatorEnum &other)
Definition: Ifc4x2Enum.h:3678
OdIfc4x2::kIfcTrimmingPreference_CARTESIAN
@ kIfcTrimmingPreference_CARTESIAN
Definition: Ifc4x2Enum.h:6126
OdIfc4x2::IfcAssemblyPlaceEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:449
OdIfc4x2::IfcSurfaceFeatureTypeEnum::IfcSurfaceFeatureTypeEnum
IfcSurfaceFeatureTypeEnum(IfcSurfaceFeatureTypeEnum_ val)
Definition: Ifc4x2Enum.h:5669
OdIfc4x2::kIfcBridgePartTypeEnum_ABUTMENT
@ kIfcBridgePartTypeEnum_ABUTMENT
Definition: Ifc4x2Enum.h:745
OdIfc4x2::IfcFanTypeEnum_
IfcFanTypeEnum_
Definition: Ifc4x2Enum.h:2854
OdIfc4x2::kIfcAirToAirHeatRecoveryTypeEnum_THERMOSIPHONSEALEDTUBEHEATEXCHANGERS
@ kIfcAirToAirHeatRecoveryTypeEnum_THERMOSIPHONSEALEDTUBEHEATEXCHANGERS
Definition: Ifc4x2Enum.h:269
OdIfc4x2::IfcCondenserTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcProtectiveDeviceTrippingUnitTypeEnum
Definition: Ifc4x2Enum.h:4478
OdIfc4x2::kIfcValveTypeEnum_REGULATING
@ kIfcValveTypeEnum_REGULATING
Definition: Ifc4x2Enum.h:6311
OdIfc4x2::kIfcWasteTerminalTypeEnum_ROOFDRAIN
@ kIfcWasteTerminalTypeEnum_ROOFDRAIN
Definition: Ifc4x2Enum.h:6469
OdIfc4x2::kIfcRampTypeEnum_TWO_STRAIGHT_RUN_RAMP
@ kIfcRampTypeEnum_TWO_STRAIGHT_RUN_RAMP
Definition: Ifc4x2Enum.h:4618
OdIfc4x2::IfcEvaporatorTypeEnum::IfcEvaporatorTypeEnum
IfcEvaporatorTypeEnum(const IfcEvaporatorTypeEnum &other)
Definition: Ifc4x2Enum.h:2753
OdIfc4x2::IfcSensorTypeEnum::IfcSensorTypeEnum
IfcSensorTypeEnum()
Definition: Ifc4x2Enum.h:5125
OdIfc4x2::IfcChimneyTypeEnum::IfcChimneyTypeEnum
IfcChimneyTypeEnum(IfcChimneyTypeEnum_ val)
Definition: Ifc4x2Enum.h:1139
OdIfc4x2::kIfcProfileTypeEnum_unset
@ kIfcProfileTypeEnum_unset
Definition: Ifc4x2Enum.h:4333
OdIfc4x2::IfcEngineTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcEventTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2813
OdIfc4x2::kIfcPlateTypeEnum_CURTAIN_PANEL
@ kIfcPlateTypeEnum_CURTAIN_PANEL
Definition: Ifc4x2Enum.h:4239
OdIfc4x2::kIfcChangeActionEnum_NOTDEFINED
@ kIfcChangeActionEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1077
OdIfc4x2::IfcMemberTypeEnum::IfcMemberTypeEnum
IfcMemberTypeEnum(const IfcMemberTypeEnum &other)
Definition: Ifc4x2Enum.h:3786
OdIfc4x2::IfcReferentTypeEnum
Definition: Ifc4x2Enum.h:4687
OdIfc4x2::IfcArithmeticOperatorEnum::IfcArithmeticOperatorEnum
IfcArithmeticOperatorEnum(const IfcArithmeticOperatorEnum &other)
Definition: Ifc4x2Enum.h:420
OdIfc4x2::kIfcUnitaryControlElementTypeEnum_MIMICPANEL
@ kIfcUnitaryControlElementTypeEnum_MIMICPANEL
Definition: Ifc4x2Enum.h:6235
OdIfc4x2::kIfcSolarDeviceTypeEnum_SOLARCOLLECTOR
@ kIfcSolarDeviceTypeEnum_SOLARCOLLECTOR
Definition: Ifc4x2Enum.h:5267
OdIfc4x2::IfcGridTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcSurfaceSide::IfcSurfaceSide
IfcSurfaceSide(IfcSurfaceSide_ val)
Definition: Ifc4x2Enum.h:5695
OdIfc4x2::IfcReinforcingMeshTypeEnum
Definition: Ifc4x2Enum.h:4837
OdIfc4x2::kIfcRecurrenceTypeEnum_MONTHLY_BY_DAY_OF_MONTH
@ kIfcRecurrenceTypeEnum_MONTHLY_BY_DAY_OF_MONTH
Definition: Ifc4x2Enum.h:4650
OdIfc4x2::kIfcMemberTypeEnum_POST
@ kIfcMemberTypeEnum_POST
Definition: Ifc4x2Enum.h:3766
OdIfc4x2::IfcBearingTypeDisplacementEnum::IfcBearingTypeDisplacementEnum
IfcBearingTypeDisplacementEnum()
Definition: Ifc4x2Enum.h:609
OdIfc4x2::IfcPlateTypeEnum::IfcPlateTypeEnum
IfcPlateTypeEnum()
Definition: Ifc4x2Enum.h:4256
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_MICROPHONE
@ kIfcAudioVisualApplianceTypeEnum_MICROPHONE
Definition: Ifc4x2Enum.h:465
OdIfc4x2::IfcBearingTypeDisplacementEnum::IfcBearingTypeDisplacementEnum
IfcBearingTypeDisplacementEnum(const IfcBearingTypeDisplacementEnum &other)
Definition: Ifc4x2Enum.h:610
OdIfc4x2::kIfcValveTypeEnum_FLUSHING
@ kIfcValveTypeEnum_FLUSHING
Definition: Ifc4x2Enum.h:6304
OdIfc4x2::kIfcStairTypeEnum_CURVED_RUN_STAIR
@ kIfcStairTypeEnum_CURVED_RUN_STAIR
Definition: Ifc4x2Enum.h:5454
OdIfc4x2::IfcLogicalOperatorEnum
Definition: Ifc4x2Enum.h:3674
OdIfc4x2::IfcPermeableCoveringOperationEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4049
OdIfc4x2::kIfcElementAssemblyTypeEnum_ARCH
@ kIfcElementAssemblyTypeEnum_ARCH
Definition: Ifc4x2Enum.h:2613
OdIfc4x2::IfcSlabTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5253
OdIfc4x2::kIfcSwitchingDeviceTypeEnum_unset
@ kIfcSwitchingDeviceTypeEnum_unset
Definition: Ifc4x2Enum.h:5721
OdIfc4x2::kIfcReflectanceMethodEnum_BLINN
@ kIfcReflectanceMethodEnum_BLINN
Definition: Ifc4x2Enum.h:4707
OdIfc4x2::kIfcAirToAirHeatRecoveryTypeEnum_HEATPIPE
@ kIfcAirToAirHeatRecoveryTypeEnum_HEATPIPE
Definition: Ifc4x2Enum.h:267
OdIfc4x2::kIfcLaborResourceTypeEnum_PAINTING
@ kIfcLaborResourceTypeEnum_PAINTING
Definition: Ifc4x2Enum.h:3457
OdIfc4x2::kIfcSolarDeviceTypeEnum_SOLARPANEL
@ kIfcSolarDeviceTypeEnum_SOLARPANEL
Definition: Ifc4x2Enum.h:5268
OdIfc4x2::kIfcDerivedUnitEnum_MODULUSOFSUBGRADEREACTIONUNIT
@ kIfcDerivedUnitEnum_MODULUSOFSUBGRADEREACTIONUNIT
Definition: Ifc4x2Enum.h:1850
OdIfc4x2::kIfcDoorStyleConstructionEnum_PLASTIC
@ kIfcDoorStyleConstructionEnum_PLASTIC
Definition: Ifc4x2Enum.h:2201
OdIfc4x2::kIfcWindowTypeEnum_WINDOW
@ kIfcWindowTypeEnum_WINDOW
Definition: Ifc4x2Enum.h:6628
OdIfc4x2::IfcProjectOrderTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4373
OdIfc4x2::kIfcActionSourceTypeEnum_TEMPERATURE_T
@ kIfcActionSourceTypeEnum_TEMPERATURE_T
Definition: Ifc4x2Enum.h:76
OdIfc4x2::IfcBooleanOperator::exists
int exists() const
Definition: Ifc4x2Enum.h:731
OdIfc4x2::IfcObjectiveEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcDoorStyleOperationEnum_FOLDING_TO_LEFT
@ kIfcDoorStyleOperationEnum_FOLDING_TO_LEFT
Definition: Ifc4x2Enum.h:2238
OdIfc4x2::IfcElementCompositionEnum::IfcElementCompositionEnum
IfcElementCompositionEnum()
Definition: Ifc4x2Enum.h:2660
OdIfc4x2::kIfcActionSourceTypeEnum_IMPULSE
@ kIfcActionSourceTypeEnum_IMPULSE
Definition: Ifc4x2Enum.h:79
OdIfc4x2::kIfcMotorConnectionTypeEnum_BELTDRIVE
@ kIfcMotorConnectionTypeEnum_BELTDRIVE
Definition: Ifc4x2Enum.h:3802
OdIfc4x2::kIfcSolarDeviceTypeEnum_USERDEFINED
@ kIfcSolarDeviceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5269
OdIfc4x2::kIfcSIPrefix_PETA
@ kIfcSIPrefix_PETA
Definition: Ifc4x2Enum.h:4942
OdIfc4x2::IfcAirTerminalBoxTypeEnum::IfcAirTerminalBoxTypeEnum
IfcAirTerminalBoxTypeEnum(IfcAirTerminalBoxTypeEnum_ val)
Definition: Ifc4x2Enum.h:218
OdIfc4x2::IfcOccupantTypeEnum
Definition: Ifc4x2Enum.h:3933
OdIfc4x2::IfcAlignmentTypeEnum::IfcAlignmentTypeEnum
IfcAlignmentTypeEnum()
Definition: Ifc4x2Enum.h:335
OdIfc4x2::IfcWasteTerminalTypeEnum::IfcWasteTerminalTypeEnum
IfcWasteTerminalTypeEnum(const IfcWasteTerminalTypeEnum &other)
Definition: Ifc4x2Enum.h:6481
OdIfc4x2::kIfcBenchmarkEnum_GREATERTHANOREQUALTO
@ kIfcBenchmarkEnum_GREATERTHANOREQUALTO
Definition: Ifc4x2Enum.h:660
OdIfc4x2::IfcWindowTypeEnum::IfcWindowTypeEnum
IfcWindowTypeEnum()
Definition: Ifc4x2Enum.h:6639
OdIfc4x2::IfcDoorPanelOperationEnum::IfcDoorPanelOperationEnum
IfcDoorPanelOperationEnum()
Definition: Ifc4x2Enum.h:2151
OdIfc4x2::IfcCostScheduleTypeEnum::IfcCostScheduleTypeEnum
IfcCostScheduleTypeEnum(const IfcCostScheduleTypeEnum &other)
Definition: Ifc4x2Enum.h:1625
OdIfc4x2::kIfcHumidifierTypeEnum_ADIABATICCOMPRESSEDAIRNOZZLE
@ kIfcHumidifierTypeEnum_ADIABATICCOMPRESSEDAIRNOZZLE
Definition: Ifc4x2Enum.h:3274
OdIfc4x2::IfcEvaporatorTypeEnum_
IfcEvaporatorTypeEnum_
Definition: Ifc4x2Enum.h:2737
OdIfc4x2::kIfcSIPrefix_ATTO
@ kIfcSIPrefix_ATTO
Definition: Ifc4x2Enum.h:4956
OdIfc4x2::kIfcStairTypeEnum_THREE_QUARTER_WINDING_STAIR
@ kIfcStairTypeEnum_THREE_QUARTER_WINDING_STAIR
Definition: Ifc4x2Enum.h:5450
OdIfc4x2::kIfcWorkCalendarTypeEnum_SECONDSHIFT
@ kIfcWorkCalendarTypeEnum_SECONDSHIFT
Definition: Ifc4x2Enum.h:6691
OdIfc4x2::StrToIfcVibrationIsolatorTypeEnum
IfcVibrationIsolatorTypeEnum StrToIfcVibrationIsolatorTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcDistributionSystemEnum_REFRIGERATION
@ kIfcDistributionSystemEnum_REFRIGERATION
Definition: Ifc4x2Enum.h:2042
OdIfc4x2::IfcElectricMotorTypeEnum::IfcElectricMotorTypeEnum
IfcElectricMotorTypeEnum(IfcElectricMotorTypeEnum_ val)
Definition: Ifc4x2Enum.h:2569
OdIfc4x2::IfcConstructionProductResourceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcProjectedOrTrueLengthEnum::IfcProjectedOrTrueLengthEnum
IfcProjectedOrTrueLengthEnum(const IfcProjectedOrTrueLengthEnum &other)
Definition: Ifc4x2Enum.h:4395
OdIfc4x2::IfcBoilerTypeEnum::IfcBoilerTypeEnum
IfcBoilerTypeEnum(IfcBoilerTypeEnum_ val)
Definition: Ifc4x2Enum.h:704
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_USERDEFINED
@ kIfcAudioVisualApplianceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:473
OdIfc4x2::kIfcWallTypeEnum_MOVABLE
@ kIfcWallTypeEnum_MOVABLE
Definition: Ifc4x2Enum.h:6430
OdIfc4x2::IfcElectricTimeControlTypeEnum::IfcElectricTimeControlTypeEnum
IfcElectricTimeControlTypeEnum(IfcElectricTimeControlTypeEnum_ val)
Definition: Ifc4x2Enum.h:2597
OdIfc4x2::kIfcCoveringTypeEnum_NOTDEFINED
@ kIfcCoveringTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1653
OdIfc4x2::IfcAlignmentTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcReinforcingMeshTypeEnum::IfcReinforcingMeshTypeEnum
IfcReinforcingMeshTypeEnum(const IfcReinforcingMeshTypeEnum &other)
Definition: Ifc4x2Enum.h:4841
OdIfc4x2::kIfcElectricApplianceTypeEnum_VENDINGMACHINE
@ kIfcElectricApplianceTypeEnum_VENDINGMACHINE
Definition: Ifc4x2Enum.h:2440
OdIfc4x2::IfcElectricFlowStorageDeviceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2513
OdIfc4x2::IfcConstructionMaterialResourceTypeEnum::IfcConstructionMaterialResourceTypeEnum
IfcConstructionMaterialResourceTypeEnum(const IfcConstructionMaterialResourceTypeEnum &other)
Definition: Ifc4x2Enum.h:1456
OdIfc4x2::kIfcValveTypeEnum_ANTIVACUUM
@ kIfcValveTypeEnum_ANTIVACUUM
Definition: Ifc4x2Enum.h:6295
OdIfc4x2::kIfcMemberTypeEnum_STAY_CABLE
@ kIfcMemberTypeEnum_STAY_CABLE
Definition: Ifc4x2Enum.h:3776
OdIfc4x2::IfcSolarDeviceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5281
OdIfc4x2::kIfcWindowStyleOperationEnum_SINGLE_PANEL
@ kIfcWindowStyleOperationEnum_SINGLE_PANEL
Definition: Ifc4x2Enum.h:6594
OdIfc4x2::IfcLightEmissionSourceEnum::IfcLightEmissionSourceEnum
IfcLightEmissionSourceEnum()
Definition: Ifc4x2Enum.h:3593
OdIfc4x2::IfcGlobalOrLocalEnum::IfcGlobalOrLocalEnum
IfcGlobalOrLocalEnum()
Definition: Ifc4x2Enum.h:3194
OdIfc4x2::kIfcDoorStyleOperationEnum_SLIDING_TO_LEFT
@ kIfcDoorStyleOperationEnum_SLIDING_TO_LEFT
Definition: Ifc4x2Enum.h:2235
OdIfc4x2::kIfcReflectanceMethodEnum_FLAT
@ kIfcReflectanceMethodEnum_FLAT
Definition: Ifc4x2Enum.h:4708
OdIfc4x2::kIfcTransportElementTypeEnum_MOVINGWALKWAY
@ kIfcTransportElementTypeEnum_MOVINGWALKWAY
Definition: Ifc4x2Enum.h:6098
OdIfc4x2::IfcFlowDirectionEnum
Definition: Ifc4x2Enum.h:2983
OdIfc4x2::kIfcTendonAnchorTypeEnum_FIXED_END
@ kIfcTendonAnchorTypeEnum_FIXED_END
Definition: Ifc4x2Enum.h:5867
OdIfc4x2::IfcElectricGeneratorTypeEnum::IfcElectricGeneratorTypeEnum
IfcElectricGeneratorTypeEnum(const IfcElectricGeneratorTypeEnum &other)
Definition: Ifc4x2Enum.h:2538
OdIfc4x2::kIfcAddressTypeEnum_SITE
@ kIfcAddressTypeEnum_SITE
Definition: Ifc4x2Enum.h:178
OdIfc4x2::StrToIfcDoorPanelOperationEnum
IfcDoorPanelOperationEnum StrToIfcDoorPanelOperationEnum(OdAnsiString val)
OdIfc4x2::kIfcDoorTypeOperationEnum_USERDEFINED
@ kIfcDoorTypeOperationEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2314
OdIfc4x2::kIfcInternalOrExternalEnum_INTERNAL
@ kIfcInternalOrExternalEnum_INTERNAL
Definition: Ifc4x2Enum.h:3334
OdIfc4x2::kIfcBuildingSystemTypeEnum_NOTDEFINED
@ kIfcBuildingSystemTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:880
OdIfc4x2::kIfcTransitionCurveType_CUBICPARABOLA
@ kIfcTransitionCurveType_CUBICPARABOLA
Definition: Ifc4x2Enum.h:6071
OdIfc4x2::kIfcInternalOrExternalEnum_EXTERNAL_WATER
@ kIfcInternalOrExternalEnum_EXTERNAL_WATER
Definition: Ifc4x2Enum.h:3337
OdIfc4x2::IfcTendonConduitTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcFootingTypeEnum_PILE_CAP
@ kIfcFootingTypeEnum_PILE_CAP
Definition: Ifc4x2Enum.h:3068
OdIfc4x2::IfcArithmeticOperatorEnum_
IfcArithmeticOperatorEnum_
Definition: Ifc4x2Enum.h:408
OdIfc4x2::IfcEvaporativeCoolerTypeEnum_
IfcEvaporativeCoolerTypeEnum_
Definition: Ifc4x2Enum.h:2703
OdIfc4x2::kIfcLightDistributionCurveEnum_TYPE_B
@ kIfcLightDistributionCurveEnum_TYPE_B
Definition: Ifc4x2Enum.h:3550
OdIfc4x2::IfcDistributionChamberElementTypeEnum
Definition: Ifc4x2Enum.h:1963
OdIfc4x2::kIfcSurfaceSide_POSITIVE
@ kIfcSurfaceSide_POSITIVE
Definition: Ifc4x2Enum.h:5684
OdIfc4x2::kIfcElementCompositionEnum_PARTIAL
@ kIfcElementCompositionEnum_PARTIAL
Definition: Ifc4x2Enum.h:2653
OdIfc4x2::kIfcValveTypeEnum_DOUBLEREGULATING
@ kIfcValveTypeEnum_DOUBLEREGULATING
Definition: Ifc4x2Enum.h:6302
OdIfc4x2::kIfcRoleEnum_CONSTRUCTIONMANAGER
@ kIfcRoleEnum_CONSTRUCTIONMANAGER
Definition: Ifc4x2Enum.h:4876
OdIfc4x2::IfcStackTerminalTypeEnum::IfcStackTerminalTypeEnum
IfcStackTerminalTypeEnum(const IfcStackTerminalTypeEnum &other)
Definition: Ifc4x2Enum.h:5396
OdIfc4x2::IfcRampTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4635
OdIfc4x2::kIfcObjectTypeEnum_GROUP
@ kIfcObjectTypeEnum_GROUP
Definition: Ifc4x2Enum.h:3859
OdIfc4x2::kIfcBridgePartTypeEnum_USERDEFINED
@ kIfcBridgePartTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:755
OdIfc4x2::kIfcDerivedUnitEnum_WARPINGCONSTANTUNIT
@ kIfcDerivedUnitEnum_WARPINGCONSTANTUNIT
Definition: Ifc4x2Enum.h:1870
OdIfc4x2::kIfcActionTypeEnum_VARIABLE_Q
@ kIfcActionTypeEnum_VARIABLE_Q
Definition: Ifc4x2Enum.h:120
OdIfc4x2::IfcWorkScheduleTypeEnum
Definition: Ifc4x2Enum.h:6754
OdIfc4x2::kIfcCableCarrierFittingTypeEnum_CROSS
@ kIfcCableCarrierFittingTypeEnum_CROSS
Definition: Ifc4x2Enum.h:930
OdIfc4x2::kIfcGeographicElementTypeEnum_SOIL_BORING_POINT
@ kIfcGeographicElementTypeEnum_SOIL_BORING_POINT
Definition: Ifc4x2Enum.h:3128
OdIfc4x2::IfcTubeBundleTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6164
OdIfc4x2::kIfcRoleEnum_STRUCTURALENGINEER
@ kIfcRoleEnum_STRUCTURALENGINEER
Definition: Ifc4x2Enum.h:4862
OdIfc4x2::StrToIfcLogicalOperatorEnum
IfcLogicalOperatorEnum StrToIfcLogicalOperatorEnum(OdAnsiString val)
OdIfc4x2::IfcReinforcingBarTypeEnum::IfcReinforcingBarTypeEnum
IfcReinforcingBarTypeEnum(const IfcReinforcingBarTypeEnum &other)
Definition: Ifc4x2Enum.h:4816
OdIfc4x2::kIfcSIPrefix_unset
@ kIfcSIPrefix_unset
Definition: Ifc4x2Enum.h:4957
OdIfc4x2::kIfcVibrationIsolatorTypeEnum_BASE
@ kIfcVibrationIsolatorTypeEnum_BASE
Definition: Ifc4x2Enum.h:6373
OdIfc4x2::kIfcDamperTypeEnum_NOTDEFINED
@ kIfcDamperTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1768
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_SHOWER
@ kIfcSanitaryTerminalTypeEnum_SHOWER
Definition: Ifc4x2Enum.h:5036
OdIfc4x2::kIfcStairFlightTypeEnum_STRAIGHT
@ kIfcStairFlightTypeEnum_STRAIGHT
Definition: Ifc4x2Enum.h:5412
OdIfc4x2::kIfcActionSourceTypeEnum_PRESTRESSING_P
@ kIfcActionSourceTypeEnum_PRESTRESSING_P
Definition: Ifc4x2Enum.h:74
OdIfc4x2::IfcProjectionElementTypeEnum::IfcProjectionElementTypeEnum
IfcProjectionElementTypeEnum(IfcProjectionElementTypeEnum_ val)
Definition: Ifc4x2Enum.h:4423
OdIfc4x2::IfcGlobalOrLocalEnum::IfcGlobalOrLocalEnum
IfcGlobalOrLocalEnum(const IfcGlobalOrLocalEnum &other)
Definition: Ifc4x2Enum.h:3195
OdIfc4x2::kIfcDerivedUnitEnum_MASSFLOWRATEUNIT
@ kIfcDerivedUnitEnum_MASSFLOWRATEUNIT
Definition: Ifc4x2Enum.h:1830
OdIfc4x2::IfcEvaporativeCoolerTypeEnum::IfcEvaporativeCoolerTypeEnum
IfcEvaporativeCoolerTypeEnum()
Definition: Ifc4x2Enum.h:2721
OdIfc4x2::IfcBSplineCurveForm::toStr
OdAnsiString toStr()
OdIfc4x2::IfcSanitaryTerminalTypeEnum
Definition: Ifc4x2Enum.h:5048
OdIfc4x2::kIfcDoorStyleOperationEnum_REVOLVING
@ kIfcDoorStyleOperationEnum_REVOLVING
Definition: Ifc4x2Enum.h:2241
OdIfc4x2::IfcLampTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3510
OdIfc4x2::kIfcBSplineSurfaceForm_PLANE_SURF
@ kIfcBSplineSurfaceForm_PLANE_SURF
Definition: Ifc4x2Enum.h:527
OdIfc4x2::kIfcDamperTypeEnum_SMOKEDAMPER
@ kIfcDamperTypeEnum_SMOKEDAMPER
Definition: Ifc4x2Enum.h:1766
OdIfc4x2::IfcBuildingElementPartTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcVoidingFeatureTypeEnum_NOTCH
@ kIfcVoidingFeatureTypeEnum_NOTCH
Definition: Ifc4x2Enum.h:6400
OdIfc4x2::kIfcTrimmingPreference_unset
@ kIfcTrimmingPreference_unset
Definition: Ifc4x2Enum.h:6129
OdIfc4x2::kIfcLogicalOperatorEnum_LOGICALAND
@ kIfcLogicalOperatorEnum_LOGICALAND
Definition: Ifc4x2Enum.h:3666
OdIfc4x2::IfcStackTerminalTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5398
OdIfc4x2::IfcWallTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcAirToAirHeatRecoveryTypeEnum_USERDEFINED
@ kIfcAirToAirHeatRecoveryTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:271
OdIfc4x2::IfcRoofTypeEnum::IfcRoofTypeEnum
IfcRoofTypeEnum(const IfcRoofTypeEnum &other)
Definition: Ifc4x2Enum.h:4925
OdIfc4x2::IfcInterceptorTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcWorkScheduleTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcDistributionSystemEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2066
OdIfc4x2::kIfcSectionTypeEnum_unset
@ kIfcSectionTypeEnum_unset
Definition: Ifc4x2Enum.h:5070
OdIfc4x2::kIfcTendonAnchorTypeEnum_NOTDEFINED
@ kIfcTendonAnchorTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5870
OdIfc4x2::IfcStructuralCurveActivityTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5527
OdIfc4x2::kIfcShadingDeviceTypeEnum_NOTDEFINED
@ kIfcShadingDeviceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5175
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_STUDSHEARCONNECTOR
@ kIfcMechanicalFastenerTypeEnum_STUDSHEARCONNECTOR
Definition: Ifc4x2Enum.h:3703
OdIfc4x2::IfcProjectOrderTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcEventTypeEnum
IfcEventTypeEnum StrToIfcEventTypeEnum(OdAnsiString val)
OdIfc4x2::IfcActuatorTypeEnum::IfcActuatorTypeEnum
IfcActuatorTypeEnum()
Definition: Ifc4x2Enum.h:160
OdIfc4x2::kIfcControllerTypeEnum_FLOATING
@ kIfcControllerTypeEnum_FLOATING
Definition: Ifc4x2Enum.h:1499
OdIfc4x2::IfcDuctSilencerTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcActuatorTypeEnum_unset
@ kIfcActuatorTypeEnum_unset
Definition: Ifc4x2Enum.h:154
OdIfc4x2::kIfcTransitionCode_unset
@ kIfcTransitionCode_unset
Definition: Ifc4x2Enum.h:6044
OdIfc4x2::StrToIfcElementCompositionEnum
IfcElementCompositionEnum StrToIfcElementCompositionEnum(OdAnsiString val)
OdIfc4x2::IfcPropertySetTemplateTypeEnum::IfcPropertySetTemplateTypeEnum
IfcPropertySetTemplateTypeEnum()
Definition: Ifc4x2Enum.h:4452
OdIfc4x2::IfcProfileTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcInventoryTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATECROSSFLOWEXCHANGER
@ kIfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATECROSSFLOWEXCHANGER
Definition: Ifc4x2Enum.h:263
OdIfc4x2::IfcAirTerminalBoxTypeEnum::IfcAirTerminalBoxTypeEnum
IfcAirTerminalBoxTypeEnum(const IfcAirTerminalBoxTypeEnum &other)
Definition: Ifc4x2Enum.h:217
OdIfc4x2::kIfcPermitTypeEnum_ACCESS
@ kIfcPermitTypeEnum_ACCESS
Definition: Ifc4x2Enum.h:4063
OdIfc4x2::kIfcSurfaceSide_unset
@ kIfcSurfaceSide_unset
Definition: Ifc4x2Enum.h:5687
OdIfc4x2::kIfcDiscreteAccessoryTypeEnum_NOTDEFINED
@ kIfcDiscreteAccessoryTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1926
OdIfc4x2::IfcDoorPanelPositionEnum::IfcDoorPanelPositionEnum
IfcDoorPanelPositionEnum(const IfcDoorPanelPositionEnum &other)
Definition: Ifc4x2Enum.h:2179
OdIfc4x2::kIfcDoorTypeEnum_GATE
@ kIfcDoorTypeEnum_GATE
Definition: Ifc4x2Enum.h:2269
OdIfc4x2::IfcMotorConnectionTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3816
OdIfc4x2::IfcSurfaceSide_
IfcSurfaceSide_
Definition: Ifc4x2Enum.h:5683
OdIfc4x2::IfcPipeSegmentTypeEnum
Definition: Ifc4x2Enum.h:4219
OdIfc4x2::IfcTimeSeriesDataTypeEnum_
IfcTimeSeriesDataTypeEnum_
Definition: Ifc4x2Enum.h:5979
OdIfc4x2::kIfcSIUnitName_BECQUEREL
@ kIfcSIUnitName_BECQUEREL
Definition: Ifc4x2Enum.h:4981
OdIfc4x2::IfcNullStyle
Definition: Ifc4x2Enum.h:3834
OdIfc4x2::IfcCostScheduleTypeEnum::IfcCostScheduleTypeEnum
IfcCostScheduleTypeEnum(IfcCostScheduleTypeEnum_ val)
Definition: Ifc4x2Enum.h:1626
OdIfc4x2::IfcDoorTypeOperationEnum::IfcDoorTypeOperationEnum
IfcDoorTypeOperationEnum(IfcDoorTypeOperationEnum_ val)
Definition: Ifc4x2Enum.h:2324
OdIfc4x2::kIfcBearingTypeEnum_NOTDEFINED
@ kIfcBearingTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:635
OdIfc4x2::IfcElectricTimeControlTypeEnum::IfcElectricTimeControlTypeEnum
IfcElectricTimeControlTypeEnum()
Definition: Ifc4x2Enum.h:2595
OdIfc4x2::kIfcElectricMotorTypeEnum_INDUCTION
@ kIfcElectricMotorTypeEnum_INDUCTION
Definition: Ifc4x2Enum.h:2555
OdIfc4x2::IfcBridgeTypeEnum::IfcBridgeTypeEnum
IfcBridgeTypeEnum()
Definition: Ifc4x2Enum.h:796
OdIfc4x2::kIfcOccupantTypeEnum_LETTINGAGENT
@ kIfcOccupantTypeEnum_LETTINGAGENT
Definition: Ifc4x2Enum.h:3925
OdIfc4x2::IfcReinforcingBarSurfaceEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4785
OdIfc4x2::kIfcGridTypeEnum_unset
@ kIfcGridTypeEnum_unset
Definition: Ifc4x2Enum.h:3217
OdIfc4x2::kIfcFastenerTypeEnum_WELD
@ kIfcFastenerTypeEnum_WELD
Definition: Ifc4x2Enum.h:2889
OdIfc4x2::kIfcGeometricProjectionEnum_unset
@ kIfcGeometricProjectionEnum_unset
Definition: Ifc4x2Enum.h:3163
OdIfc4x2::kIfcReinforcingBarTypeEnum_RING
@ kIfcReinforcingBarTypeEnum_RING
Definition: Ifc4x2Enum.h:4803
OdIfc4x2::IfcSurfaceFeatureTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5671
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_NOTDEFINED
@ kIfcSanitaryTerminalTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5044
OdIfc4x2::IfcSIPrefix::IfcSIPrefix
IfcSIPrefix(IfcSIPrefix_ val)
Definition: Ifc4x2Enum.h:4965
OdIfc4x2::IfcAirTerminalBoxTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:220
OdIfc4x2::StrToIfcSequenceEnum
IfcSequenceEnum StrToIfcSequenceEnum(OdAnsiString val)
OdIfc4x2::kIfcConstraintEnum_USERDEFINED
@ kIfcConstraintEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1380
OdIfc4x2::kIfcBridgePartTypeEnum_SUPERSTRUCTURE
@ kIfcBridgePartTypeEnum_SUPERSTRUCTURE
Definition: Ifc4x2Enum.h:753
OdIfc4x2::kIfcActionRequestTypeEnum_unset
@ kIfcActionRequestTypeEnum_unset
Definition: Ifc4x2Enum.h:46
OdIfc4x2::kIfcBoilerTypeEnum_WATER
@ kIfcBoilerTypeEnum_WATER
Definition: Ifc4x2Enum.h:692
OdIfc4x2::IfcWallTypeEnum::IfcWallTypeEnum
IfcWallTypeEnum()
Definition: Ifc4x2Enum.h:6448
OdIfc4x2::kIfcDiscreteAccessoryTypeEnum_EXPANSION_JOINT_DEVICE
@ kIfcDiscreteAccessoryTypeEnum_EXPANSION_JOINT_DEVICE
Definition: Ifc4x2Enum.h:1924
OdIfc4x2::IfcInventoryTypeEnum_
IfcInventoryTypeEnum_
Definition: Ifc4x2Enum.h:3362
OdIfc4x2::StrToIfcDoorTypeOperationEnum
IfcDoorTypeOperationEnum StrToIfcDoorTypeOperationEnum(OdAnsiString val)
OdIfc4x2::kIfcRailingTypeEnum_HANDRAIL
@ kIfcRailingTypeEnum_HANDRAIL
Definition: Ifc4x2Enum.h:4562
OdIfc4x2::IfcDirectionSenseEnum_
IfcDirectionSenseEnum_
Definition: Ifc4x2Enum.h:1895
OdIfc4x2::IfcAirTerminalTypeEnum::IfcAirTerminalTypeEnum
IfcAirTerminalTypeEnum(IfcAirTerminalTypeEnum_ val)
Definition: Ifc4x2Enum.h:247
OdIfc4x2::IfcConnectionTypeEnum::IfcConnectionTypeEnum
IfcConnectionTypeEnum(IfcConnectionTypeEnum_ val)
Definition: Ifc4x2Enum.h:1362
OdIfc4x2::IfcRampFlightTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcActionSourceTypeEnum_PROPPING
@ kIfcActionSourceTypeEnum_PROPPING
Definition: Ifc4x2Enum.h:83
OdIfc4x2::kIfcWindowStyleOperationEnum_TRIPLE_PANEL_LEFT
@ kIfcWindowStyleOperationEnum_TRIPLE_PANEL_LEFT
Definition: Ifc4x2Enum.h:6600
OdIfc4x2::kIfcTextPath_unset
@ kIfcTextPath_unset
Definition: Ifc4x2Enum.h:5957
OdIfc4x2::StrToIfcSystemFurnitureElementTypeEnum
IfcSystemFurnitureElementTypeEnum StrToIfcSystemFurnitureElementTypeEnum(OdAnsiString val)
OdIfc4x2::IfcWindowPanelPositionEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6550
OdIfc4x2::IfcMechanicalFastenerTypeEnum
Definition: Ifc4x2Enum.h:3710
OdIfc4x2::kIfcDocumentStatusEnum_FINAL
@ kIfcDocumentStatusEnum_FINAL
Definition: Ifc4x2Enum.h:2110
OdIfc4x2::StrToIfcSimplePropertyTemplateTypeEnum
IfcSimplePropertyTemplateTypeEnum StrToIfcSimplePropertyTemplateTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcLayerSetDirectionEnum_AXIS2
@ kIfcLayerSetDirectionEnum_AXIS2
Definition: Ifc4x2Enum.h:3524
OdIfc4x2::kIfcLaborResourceTypeEnum_SURVEYING
@ kIfcLaborResourceTypeEnum_SURVEYING
Definition: Ifc4x2Enum.h:3463
OdIfc4x2::IfcDamperTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcSanitaryTerminalTypeEnum::IfcSanitaryTerminalTypeEnum
IfcSanitaryTerminalTypeEnum(const IfcSanitaryTerminalTypeEnum &other)
Definition: Ifc4x2Enum.h:5052
OdIfc4x2::kIfcSurfaceFeatureTypeEnum_TAG
@ kIfcSurfaceFeatureTypeEnum_TAG
Definition: Ifc4x2Enum.h:5656
OdIfc4x2::IfcDoorPanelOperationEnum::IfcDoorPanelOperationEnum
IfcDoorPanelOperationEnum(const IfcDoorPanelOperationEnum &other)
Definition: Ifc4x2Enum.h:2152
OdIfc4x2::kIfcElementAssemblyTypeEnum_NOTDEFINED
@ kIfcElementAssemblyTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2627
OdIfc4x2::kIfcCoolingTowerTypeEnum_MECHANICALINDUCEDDRAFT
@ kIfcCoolingTowerTypeEnum_MECHANICALINDUCEDDRAFT
Definition: Ifc4x2Enum.h:1557
OdIfc4x2::IfcTendonAnchorTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcDistributionChamberElementTypeEnum_MANHOLE
@ kIfcDistributionChamberElementTypeEnum_MANHOLE
Definition: Ifc4x2Enum.h:1953
OdIfc4x2::kIfcConstructionEquipmentResourceTypeEnum_HEATING
@ kIfcConstructionEquipmentResourceTypeEnum_HEATING
Definition: Ifc4x2Enum.h:1408
OdIfc4x2::kIfcChangeActionEnum_MODIFIED
@ kIfcChangeActionEnum_MODIFIED
Definition: Ifc4x2Enum.h:1074
OdIfc4x2::kIfcBridgeTypeEnum_USERDEFINED
@ kIfcBridgeTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:788
OdIfc4x2::IfcFastenerTypeEnum::IfcFastenerTypeEnum
IfcFastenerTypeEnum()
Definition: Ifc4x2Enum.h:2898
OdIfc4x2::kIfcFireSuppressionTerminalTypeEnum_FIREHYDRANT
@ kIfcFireSuppressionTerminalTypeEnum_FIREHYDRANT
Definition: Ifc4x2Enum.h:2947
OdIfc4x2::kIfcChillerTypeEnum_NOTDEFINED
@ kIfcChillerTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1105
OdIfc4x2::IfcDistributionPortTypeEnum::IfcDistributionPortTypeEnum
IfcDistributionPortTypeEnum(const IfcDistributionPortTypeEnum &other)
Definition: Ifc4x2Enum.h:1996
OdIfc4x2::kIfcProtectiveDeviceTrippingUnitTypeEnum_NOTDEFINED
@ kIfcProtectiveDeviceTrippingUnitTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4474
OdIfc4x2::IfcOutletTypeEnum::IfcOutletTypeEnum
IfcOutletTypeEnum(IfcOutletTypeEnum_ val)
Definition: Ifc4x2Enum.h:3995
OdIfc4x2::kIfcRoofTypeEnum_GAMBREL_ROOF
@ kIfcRoofTypeEnum_GAMBREL_ROOF
Definition: Ifc4x2Enum.h:4908
OdIfc4x2::kIfcColumnTypeEnum_PIERSTEM
@ kIfcColumnTypeEnum_PIERSTEM
Definition: Ifc4x2Enum.h:1188
OdIfc4x2::IfcBoilerTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcComplexPropertyTemplateTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcSanitaryTerminalTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5054
OdIfc4x2::kIfcLaborResourceTypeEnum_CONCRETE
@ kIfcLaborResourceTypeEnum_CONCRETE
Definition: Ifc4x2Enum.h:3448
OdIfc4x2::IfcTubeBundleTypeEnum
Definition: Ifc4x2Enum.h:6158
OdIfc4x2::IfcDirectionSenseEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1907
OdIfc4x2::kIfcTrimmingPreference_UNSPECIFIED
@ kIfcTrimmingPreference_UNSPECIFIED
Definition: Ifc4x2Enum.h:6128
OdIfc4x2::kIfcDiscreteAccessoryTypeEnum_SHOE
@ kIfcDiscreteAccessoryTypeEnum_SHOE
Definition: Ifc4x2Enum.h:1923
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_PRINTER
@ kIfcCommunicationsApplianceTypeEnum_PRINTER
Definition: Ifc4x2Enum.h:1224
OdIfc4x2::kIfcBearingTypeEnum_USERDEFINED
@ kIfcBearingTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:634
OdIfc4x2::IfcProfileTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4343
OdIfc4x2::kIfcElectricTimeControlTypeEnum_TIMEDELAY
@ kIfcElectricTimeControlTypeEnum_TIMEDELAY
Definition: Ifc4x2Enum.h:2585
OdIfc4x2::kIfcStructuralSurfaceActivityTypeEnum_USERDEFINED
@ kIfcStructuralSurfaceActivityTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5575
OdIfc4x2::kIfcSensorTypeEnum_USERDEFINED
@ kIfcSensorTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5117
OdIfc4x2::IfcChillerTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1115
OdIfc4x2::kIfcUnitaryControlElementTypeEnum_WEATHERSTATION
@ kIfcUnitaryControlElementTypeEnum_WEATHERSTATION
Definition: Ifc4x2Enum.h:6238
OdIfc4x2::IfcFanTypeEnum::IfcFanTypeEnum
IfcFanTypeEnum()
Definition: Ifc4x2Enum.h:2870
OdIfc4x2::kIfcInternalOrExternalEnum_NOTDEFINED
@ kIfcInternalOrExternalEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3339
OdIfc4x2::kIfcDistributionSystemEnum_VENT
@ kIfcDistributionSystemEnum_VENT
Definition: Ifc4x2Enum.h:2050
OdIfc4x2::IfcChimneyTypeEnum
Definition: Ifc4x2Enum.h:1134
OdIfc4x2::IfcTendonAnchorTypeEnum::IfcTendonAnchorTypeEnum
IfcTendonAnchorTypeEnum(IfcTendonAnchorTypeEnum_ val)
Definition: Ifc4x2Enum.h:5879
OdIfc4x2::kIfcSensorTypeEnum_HUMIDITYSENSOR
@ kIfcSensorTypeEnum_HUMIDITYSENSOR
Definition: Ifc4x2Enum.h:5102
OdIfc4x2::IfcBuildingSystemTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:891
OdIfc4x2::IfcTransportElementTypeEnum::IfcTransportElementTypeEnum
IfcTransportElementTypeEnum(const IfcTransportElementTypeEnum &other)
Definition: Ifc4x2Enum.h:6110
OdIfc4x2::IfcConstructionEquipmentResourceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1424
OdIfc4x2::IfcStairFlightTypeEnum::IfcStairFlightTypeEnum
IfcStairFlightTypeEnum(const IfcStairFlightTypeEnum &other)
Definition: Ifc4x2Enum.h:5426
OdIfc4x2::IfcWorkCalendarTypeEnum::IfcWorkCalendarTypeEnum
IfcWorkCalendarTypeEnum(IfcWorkCalendarTypeEnum_ val)
Definition: Ifc4x2Enum.h:6703
OdIfc4x2::kIfcStairTypeEnum_QUARTER_WINDING_STAIR
@ kIfcStairTypeEnum_QUARTER_WINDING_STAIR
Definition: Ifc4x2Enum.h:5444
OdIfc4x2::IfcWindowPanelPositionEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6549
OdIfc4x2::IfcStateEnum_
IfcStateEnum_
Definition: Ifc4x2Enum.h:5480
OdIfc4x2::kIfcRailingTypeEnum_BALUSTRADE
@ kIfcRailingTypeEnum_BALUSTRADE
Definition: Ifc4x2Enum.h:4564
OdIfc4x2::IfcAlignmentTypeEnum::IfcAlignmentTypeEnum
IfcAlignmentTypeEnum(const IfcAlignmentTypeEnum &other)
Definition: Ifc4x2Enum.h:336
OdIfc4x2::IfcWindowStyleOperationEnum
Definition: Ifc4x2Enum.h:6608
OdIfc4x2::IfcProjectOrderTypeEnum::IfcProjectOrderTypeEnum
IfcProjectOrderTypeEnum()
Definition: Ifc4x2Enum.h:4369
OdIfc4x2::IfcLightFixtureTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3624
OdIfc4x2::kIfcReflectanceMethodEnum_MIRROR
@ kIfcReflectanceMethodEnum_MIRROR
Definition: Ifc4x2Enum.h:4712
OdIfc4x2::IfcAlignmentTypeEnum
Definition: Ifc4x2Enum.h:332
OdIfc4x2::IfcBridgePartTypeEnum_
IfcBridgePartTypeEnum_
Definition: Ifc4x2Enum.h:744
OdIfc4x2::IfcWindowPanelPositionEnum::IfcWindowPanelPositionEnum
IfcWindowPanelPositionEnum(const IfcWindowPanelPositionEnum &other)
Definition: Ifc4x2Enum.h:6547
OdIfc4x2::IfcDoorTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcSolarDeviceTypeEnum::IfcSolarDeviceTypeEnum
IfcSolarDeviceTypeEnum(const IfcSolarDeviceTypeEnum &other)
Definition: Ifc4x2Enum.h:5278
OdIfc4x2::IfcPipeFittingTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcDuctFittingTypeEnum_ENTRY
@ kIfcDuctFittingTypeEnum_ENTRY
Definition: Ifc4x2Enum.h:2341
OdIfc4x2::IfcTransitionCode::exists
int exists() const
Definition: Ifc4x2Enum.h:6053
OdIfc4x2::IfcAnalysisTheoryTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:395
OdIfc4x2::StrToIfcPhysicalOrVirtualEnum
IfcPhysicalOrVirtualEnum StrToIfcPhysicalOrVirtualEnum(OdAnsiString val)
OdIfc4x2::kIfcObjectiveEnum_CODECOMPLIANCE
@ kIfcObjectiveEnum_CODECOMPLIANCE
Definition: Ifc4x2Enum.h:3885
OdIfc4x2::kIfcArithmeticOperatorEnum_unset
@ kIfcArithmeticOperatorEnum_unset
Definition: Ifc4x2Enum.h:413
OdIfc4x2::IfcPermitTypeEnum_
IfcPermitTypeEnum_
Definition: Ifc4x2Enum.h:4062
OdIfc4x2::IfcOpeningElementTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3966
OdIfc4x2::IfcLaborResourceTypeEnum
Definition: Ifc4x2Enum.h:3469
OdIfc4x2::IfcActionSourceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:105
OdIfc4x2::kIfcDerivedUnitEnum_KINEMATICVISCOSITYUNIT
@ kIfcDerivedUnitEnum_KINEMATICVISCOSITYUNIT
Definition: Ifc4x2Enum.h:1827
OdIfc4x2::kIfcDoorPanelOperationEnum_unset
@ kIfcDoorPanelOperationEnum_unset
Definition: Ifc4x2Enum.h:2145
OdIfc4x2::kIfcDerivedUnitEnum_THERMALCONDUCTANCEUNIT
@ kIfcDerivedUnitEnum_THERMALCONDUCTANCEUNIT
Definition: Ifc4x2Enum.h:1835
OdIfc4x2::IfcChimneyTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcRoleEnum_FIELDCONSTRUCTIONMANAGER
@ kIfcRoleEnum_FIELDCONSTRUCTIONMANAGER
Definition: Ifc4x2Enum.h:4877
OdIfc4x2::StrToIfcTaskTypeEnum
IfcTaskTypeEnum StrToIfcTaskTypeEnum(OdAnsiString val)
OdIfc4x2::IfcDuctFittingTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcConstructionProductResourceTypeEnum::IfcConstructionProductResourceTypeEnum
IfcConstructionProductResourceTypeEnum()
Definition: Ifc4x2Enum.h:1482
OdIfc4x2::kIfcDoorTypeOperationEnum_SWING_FIXED_LEFT
@ kIfcDoorTypeOperationEnum_SWING_FIXED_LEFT
Definition: Ifc4x2Enum.h:2312
OdIfc4x2::IfcDuctSilencerTypeEnum::IfcDuctSilencerTypeEnum
IfcDuctSilencerTypeEnum(IfcDuctSilencerTypeEnum_ val)
Definition: Ifc4x2Enum.h:2411
OdIfc4x2::kIfcDerivedUnitEnum_SECTIONMODULUSUNIT
@ kIfcDerivedUnitEnum_SECTIONMODULUSUNIT
Definition: Ifc4x2Enum.h:1862
OdIfc4x2::IfcEventTriggerTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcWindowStyleConstructionEnum::IfcWindowStyleConstructionEnum
IfcWindowStyleConstructionEnum()
Definition: Ifc4x2Enum.h:6577
OdIfc4x2::kIfcDistributionSystemEnum_TELEPHONE
@ kIfcDistributionSystemEnum_TELEPHONE
Definition: Ifc4x2Enum.h:2047
OdIfc4x2::kIfcMedicalDeviceTypeEnum_OXYGENGENERATOR
@ kIfcMedicalDeviceTypeEnum_OXYGENGENERATOR
Definition: Ifc4x2Enum.h:3732
OdIfc4x2::IfcBenchmarkEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:678
OdIfc4x2::kIfcTransitionCode_CONTINUOUS
@ kIfcTransitionCode_CONTINUOUS
Definition: Ifc4x2Enum.h:6041
OdIfc4x2::IfcReferentTypeEnum::IfcReferentTypeEnum
IfcReferentTypeEnum()
Definition: Ifc4x2Enum.h:4690
OdIfc4x2::kIfcHumidifierTypeEnum_ADIABATICWETTEDELEMENT
@ kIfcHumidifierTypeEnum_ADIABATICWETTEDELEMENT
Definition: Ifc4x2Enum.h:3270
OdIfc4x2::StrToIfcTransitionCode
IfcTransitionCode StrToIfcTransitionCode(OdAnsiString val)
OdIfc4x2::IfcConstraintEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1392
OdIfc4x2::kIfcSequenceEnum_USERDEFINED
@ kIfcSequenceEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5146
OdIfc4x2::kIfcLightEmissionSourceEnum_METALHALIDE
@ kIfcLightEmissionSourceEnum_METALHALIDE
Definition: Ifc4x2Enum.h:3584
OdIfc4x2::IfcFireSuppressionTerminalTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcCaissonFoundationTypeEnum_WELL
@ kIfcCaissonFoundationTypeEnum_WELL
Definition: Ifc4x2Enum.h:1046
OdIfc::kIfcBooleanOperator_DIFFERENCE
@ kIfcBooleanOperator_DIFFERENCE
Definition: IfcModelerGeometry.h:56
OdIfc4x2::IfcSimplePropertyTemplateTypeEnum_
IfcSimplePropertyTemplateTypeEnum_
Definition: Ifc4x2Enum.h:5198
OdIfc4x2::IfcRoleEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4889
OdIfc4x2::kIfcSolarDeviceTypeEnum_NOTDEFINED
@ kIfcSolarDeviceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5270
OdIfc4x2::kIfcMedicalDeviceTypeEnum_AIRSTATION
@ kIfcMedicalDeviceTypeEnum_AIRSTATION
Definition: Ifc4x2Enum.h:3730
OdIfc4x2::kIfcStructuralSurfaceMemberTypeEnum_SHELL
@ kIfcStructuralSurfaceMemberTypeEnum_SHELL
Definition: Ifc4x2Enum.h:5602
OdIfc4x2::kIfcInventoryTypeEnum_SPACEINVENTORY
@ kIfcInventoryTypeEnum_SPACEINVENTORY
Definition: Ifc4x2Enum.h:3364
OdIfc4x2::IfcReinforcingBarSurfaceEnum_
IfcReinforcingBarSurfaceEnum_
Definition: Ifc4x2Enum.h:4772
OdIfc4x2::IfcFootingTypeEnum::IfcFootingTypeEnum
IfcFootingTypeEnum(const IfcFootingTypeEnum &other)
Definition: Ifc4x2Enum.h:3079
OdIfc4x2::kIfcProjectOrderTypeEnum_PURCHASEORDER
@ kIfcProjectOrderTypeEnum_PURCHASEORDER
Definition: Ifc4x2Enum.h:4359
OdIfc4x2::IfcConstructionProductResourceTypeEnum::IfcConstructionProductResourceTypeEnum
IfcConstructionProductResourceTypeEnum(const IfcConstructionProductResourceTypeEnum &other)
Definition: Ifc4x2Enum.h:1483
OdIfc4x2::IfcColumnTypeEnum
Definition: Ifc4x2Enum.h:1196
OdIfc4x2::IfcAirTerminalBoxTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcStructuralSurfaceMemberTypeEnum_USERDEFINED
@ kIfcStructuralSurfaceMemberTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5603
OdIfc4x2::kIfcExternalSpatialElementTypeEnum_EXTERNAL_EARTH
@ kIfcExternalSpatialElementTypeEnum_EXTERNAL_EARTH
Definition: Ifc4x2Enum.h:2827
OdIfc4x2::IfcBridgeTypeEnum::IfcBridgeTypeEnum
IfcBridgeTypeEnum(IfcBridgeTypeEnum_ val)
Definition: Ifc4x2Enum.h:798
OdIfc4x2::kIfcWindowPanelOperationEnum_SIDEHUNGRIGHTHAND
@ kIfcWindowPanelOperationEnum_SIDEHUNGRIGHTHAND
Definition: Ifc4x2Enum.h:6497
OdIfc4x2::IfcCooledBeamTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1542
OdIfc4x2::IfcLoadGroupTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3653
OdIfc4x2::StrToIfcRampFlightTypeEnum
IfcRampFlightTypeEnum StrToIfcRampFlightTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_unset
@ kIfcAudioVisualApplianceTypeEnum_unset
Definition: Ifc4x2Enum.h:475
OdIfc4x2::kIfcHeatExchangerTypeEnum_PLATE
@ kIfcHeatExchangerTypeEnum_PLATE
Definition: Ifc4x2Enum.h:3240
OdIfc4x2::kIfcCompressorTypeEnum_ROLLINGPISTON
@ kIfcCompressorTypeEnum_ROLLINGPISTON
Definition: Ifc4x2Enum.h:1289
OdIfc4x2::IfcWindowPanelOperationEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcAudioVisualApplianceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:484
OdIfc4x2::IfcRailingTypeEnum::IfcRailingTypeEnum
IfcRailingTypeEnum(IfcRailingTypeEnum_ val)
Definition: Ifc4x2Enum.h:4575
OdIfc4x2::IfcLayerSetDirectionEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3535
OdIfc4x2::IfcSpaceHeaterTypeEnum::IfcSpaceHeaterTypeEnum
IfcSpaceHeaterTypeEnum(IfcSpaceHeaterTypeEnum_ val)
Definition: Ifc4x2Enum.h:5306
OdIfc4x2::kIfcTubeBundleTypeEnum_FINNED
@ kIfcTubeBundleTypeEnum_FINNED
Definition: Ifc4x2Enum.h:6152
OdIfc4x2::kIfcSectionTypeEnum_TAPERED
@ kIfcSectionTypeEnum_TAPERED
Definition: Ifc4x2Enum.h:5069
OdIfc4x2::kIfcStairFlightTypeEnum_USERDEFINED
@ kIfcStairFlightTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5417
OdIfc4x2::kIfcBridgePartTypeEnum_FOUNDATION
@ kIfcBridgePartTypeEnum_FOUNDATION
Definition: Ifc4x2Enum.h:748
OdIfc4x2::kIfcTaskDurationEnum_unset
@ kIfcTaskDurationEnum_unset
Definition: Ifc4x2Enum.h:5806
OdIfc4x2::IfcTransportElementTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6112
OdIfc4x2::IfcInternalOrExternalEnum::IfcInternalOrExternalEnum
IfcInternalOrExternalEnum(IfcInternalOrExternalEnum_ val)
Definition: Ifc4x2Enum.h:3348
OdIfc4x2::IfcAnalysisModelTypeEnum::IfcAnalysisModelTypeEnum
IfcAnalysisModelTypeEnum(IfcAnalysisModelTypeEnum_ val)
Definition: Ifc4x2Enum.h:365
OdIfc4x2::IfcTendonTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5940
OdIfc4x2::IfcSequenceEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5157
OdIfc4x2::kIfcStackTerminalTypeEnum_RAINWATERHOPPER
@ kIfcStackTerminalTypeEnum_RAINWATERHOPPER
Definition: Ifc4x2Enum.h:5386
OdIfc4x2::IfcAirToAirHeatRecoveryTypeEnum_
IfcAirToAirHeatRecoveryTypeEnum_
Definition: Ifc4x2Enum.h:261
OdIfc4x2::kIfcWindowTypeEnum_SKYLIGHT
@ kIfcWindowTypeEnum_SKYLIGHT
Definition: Ifc4x2Enum.h:6629
OdIfc4x2::IfcRoofTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4927
OdIfc4x2::kIfcSensorTypeEnum_HEATSENSOR
@ kIfcSensorTypeEnum_HEATSENSOR
Definition: Ifc4x2Enum.h:5101
OdIfc4x2::IfcObjectiveEnum::IfcObjectiveEnum
IfcObjectiveEnum()
Definition: Ifc4x2Enum.h:3904
OdIfc4x2::kIfcLaborResourceTypeEnum_PLUMBING
@ kIfcLaborResourceTypeEnum_PLUMBING
Definition: Ifc4x2Enum.h:3459
OdIfc4x2::kIfcConstructionMaterialResourceTypeEnum_USERDEFINED
@ kIfcConstructionMaterialResourceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1448
OdIfc4x2::kIfcActionSourceTypeEnum_LACK_OF_FIT
@ kIfcActionSourceTypeEnum_LACK_OF_FIT
Definition: Ifc4x2Enum.h:87
OdIfc4x2::IfcAirTerminalBoxTypeEnum::IfcAirTerminalBoxTypeEnum
IfcAirTerminalBoxTypeEnum()
Definition: Ifc4x2Enum.h:216
OdIfc4x2::kIfcPipeSegmentTypeEnum_unset
@ kIfcPipeSegmentTypeEnum_unset
Definition: Ifc4x2Enum.h:4216
OdIfc4x2::kIfcSIUnitName_SQUARE_METRE
@ kIfcSIUnitName_SQUARE_METRE
Definition: Ifc4x2Enum.h:5004
OdIfc4x2::kIfcOpeningElementTypeEnum_unset
@ kIfcOpeningElementTypeEnum_unset
Definition: Ifc4x2Enum.h:3957
OdIfc4x2::StrToIfcPermitTypeEnum
IfcPermitTypeEnum StrToIfcPermitTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcMedicalDeviceTypeEnum_OXYGENPLANT
@ kIfcMedicalDeviceTypeEnum_OXYGENPLANT
Definition: Ifc4x2Enum.h:3733
OdIfc4x2::kIfcAlarmTypeEnum_unset
@ kIfcAlarmTypeEnum_unset
Definition: Ifc4x2Enum.h:304
OdIfc4x2::IfcPipeSegmentTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcFootingTypeEnum
IfcFootingTypeEnum StrToIfcFootingTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcDocumentStatusEnum_unset
@ kIfcDocumentStatusEnum_unset
Definition: Ifc4x2Enum.h:2113
OdIfc4x2::kIfcUnitEnum_ABSORBEDDOSEUNIT
@ kIfcUnitEnum_ABSORBEDDOSEUNIT
Definition: Ifc4x2Enum.h:6178
OdIfc4x2::kIfcSIUnitName_DEGREE_CELSIUS
@ kIfcSIUnitName_DEGREE_CELSIUS
Definition: Ifc4x2Enum.h:4985
OdIfc4x2::kIfcSIPrefix_MILLI
@ kIfcSIPrefix_MILLI
Definition: Ifc4x2Enum.h:4951
OdIfc4x2::IfcSanitaryTerminalTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5055
OdIfc4x2::kIfcProjectionElementTypeEnum_unset
@ kIfcProjectionElementTypeEnum_unset
Definition: Ifc4x2Enum.h:4415
OdIfc4x2::kIfcElementAssemblyTypeEnum_GIRDER
@ kIfcElementAssemblyTypeEnum_GIRDER
Definition: Ifc4x2Enum.h:2616
OdIfc4x2::kIfcDamperTypeEnum_unset
@ kIfcDamperTypeEnum_unset
Definition: Ifc4x2Enum.h:1769
OdIfc4x2::StrToIfcSlabTypeEnum
IfcSlabTypeEnum StrToIfcSlabTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcDamperTypeEnum_FIREDAMPER
@ kIfcDamperTypeEnum_FIREDAMPER
Definition: Ifc4x2Enum.h:1760
OdIfc4x2::kIfcMemberTypeEnum_RAFTER
@ kIfcMemberTypeEnum_RAFTER
Definition: Ifc4x2Enum.h:3768
OdIfc4x2::IfcGridTypeEnum::IfcGridTypeEnum
IfcGridTypeEnum()
Definition: Ifc4x2Enum.h:3223
OdIfc4x2::kIfcCaissonFoundationTypeEnum_unset
@ kIfcCaissonFoundationTypeEnum_unset
Definition: Ifc4x2Enum.h:1050
OdIfc4x2::kIfcElementAssemblyTypeEnum_SLAB_FIELD
@ kIfcElementAssemblyTypeEnum_SLAB_FIELD
Definition: Ifc4x2Enum.h:2619
OdIfc4x2::IfcGlobalOrLocalEnum::IfcGlobalOrLocalEnum
IfcGlobalOrLocalEnum(IfcGlobalOrLocalEnum_ val)
Definition: Ifc4x2Enum.h:3196
OdIfc4x2::kIfcRailingTypeEnum_GUARDRAIL
@ kIfcRailingTypeEnum_GUARDRAIL
Definition: Ifc4x2Enum.h:4563
OdIfc4x2::IfcUnitaryControlElementTypeEnum::IfcUnitaryControlElementTypeEnum
IfcUnitaryControlElementTypeEnum()
Definition: Ifc4x2Enum.h:6247
OdIfc4x2::IfcStairFlightTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5429
OdIfc4x2::StrToIfcChangeActionEnum
IfcChangeActionEnum StrToIfcChangeActionEnum(OdAnsiString val)
OdIfc4x2::kIfcReinforcingBarRoleEnum_unset
@ kIfcReinforcingBarRoleEnum_unset
Definition: Ifc4x2Enum.h:4750
OdIfc4x2::IfcDistributionChamberElementTypeEnum::IfcDistributionChamberElementTypeEnum
IfcDistributionChamberElementTypeEnum(IfcDistributionChamberElementTypeEnum_ val)
Definition: Ifc4x2Enum.h:1968
OdIfc4x2::kIfcBSplineSurfaceForm_SPHERICAL_SURF
@ kIfcBSplineSurfaceForm_SPHERICAL_SURF
Definition: Ifc4x2Enum.h:530
OdIfc4x2::IfcElectricDistributionBoardTypeEnum
Definition: Ifc4x2Enum.h:2476
OdIfc4x2::kIfcCableSegmentTypeEnum_CORESEGMENT
@ kIfcCableSegmentTypeEnum_CORESEGMENT
Definition: Ifc4x2Enum.h:1020
OdIfc4x2::kIfcWorkCalendarTypeEnum_unset
@ kIfcWorkCalendarTypeEnum_unset
Definition: Ifc4x2Enum.h:6695
OdIfc4x2::kIfcFanTypeEnum_VANEAXIAL
@ kIfcFanTypeEnum_VANEAXIAL
Definition: Ifc4x2Enum.h:2860
OdIfc4x2::IfcDistributionPortTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1999
OdIfc4x2::kIfcPropertySetTemplateTypeEnum_PSET_TYPEDRIVENOVERRIDE
@ kIfcPropertySetTemplateTypeEnum_PSET_TYPEDRIVENOVERRIDE
Definition: Ifc4x2Enum.h:4439
OdIfc4x2::kIfcDoorTypeOperationEnum_DOUBLE_SWING_LEFT
@ kIfcDoorTypeOperationEnum_DOUBLE_SWING_LEFT
Definition: Ifc4x2Enum.h:2301
OdIfc4x2::IfcSimplePropertyTemplateTypeEnum::IfcSimplePropertyTemplateTypeEnum
IfcSimplePropertyTemplateTypeEnum(const IfcSimplePropertyTemplateTypeEnum &other)
Definition: Ifc4x2Enum.h:5218
OdIfc4x2::IfcBenchmarkEnum::IfcBenchmarkEnum
IfcBenchmarkEnum(const IfcBenchmarkEnum &other)
Definition: Ifc4x2Enum.h:676
OdIfc4x2::kIfcDiscreteAccessoryTypeEnum_BRACKET
@ kIfcDiscreteAccessoryTypeEnum_BRACKET
Definition: Ifc4x2Enum.h:1922
OdIfc4x2::IfcProtectiveDeviceTrippingUnitTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4484
OdIfc4x2::kIfcAnalysisTheoryTypeEnum_FIRST_ORDER_THEORY
@ kIfcAnalysisTheoryTypeEnum_FIRST_ORDER_THEORY
Definition: Ifc4x2Enum.h:380
OdIfc4x2::IfcMotorConnectionTypeEnum::IfcMotorConnectionTypeEnum
IfcMotorConnectionTypeEnum(IfcMotorConnectionTypeEnum_ val)
Definition: Ifc4x2Enum.h:3815
OdIfc4x2::kIfcDocumentConfidentialityEnum_RESTRICTED
@ kIfcDocumentConfidentialityEnum_RESTRICTED
Definition: Ifc4x2Enum.h:2080
OdIfc4x2::IfcTextPath::exists
int exists() const
Definition: Ifc4x2Enum.h:5966
OdIfc4x2::kIfcDamperTypeEnum_CONTROLDAMPER
@ kIfcDamperTypeEnum_CONTROLDAMPER
Definition: Ifc4x2Enum.h:1759
OdIfc4x2::IfcPumpTypeEnum::IfcPumpTypeEnum
IfcPumpTypeEnum(IfcPumpTypeEnum_ val)
Definition: Ifc4x2Enum.h:4547
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_BATH
@ kIfcSanitaryTerminalTypeEnum_BATH
Definition: Ifc4x2Enum.h:5033
OdIfc4x2::kIfcConstructionEquipmentResourceTypeEnum_PAVING
@ kIfcConstructionEquipmentResourceTypeEnum_PAVING
Definition: Ifc4x2Enum.h:1410
OdIfc4x2::IfcPileConstructionEnum_
IfcPileConstructionEnum_
Definition: Ifc4x2Enum.h:4116
OdIfc4x2::kIfcDoorStyleConstructionEnum_NOTDEFINED
@ kIfcDoorStyleConstructionEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2203
OdIfc4x2::kIfcWindowStyleConstructionEnum_STEEL
@ kIfcWindowStyleConstructionEnum_STEEL
Definition: Ifc4x2Enum.h:6565
OdIfc4x2::kIfcProcedureTypeEnum_SHUTDOWN
@ kIfcProcedureTypeEnum_SHUTDOWN
Definition: Ifc4x2Enum.h:4304
OdIfc4x2::IfcTransformerTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6026
OdIfc4x2::IfcStructuralSurfaceMemberTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcAirToAirHeatRecoveryTypeEnum::IfcAirToAirHeatRecoveryTypeEnum
IfcAirToAirHeatRecoveryTypeEnum(IfcAirToAirHeatRecoveryTypeEnum_ val)
Definition: Ifc4x2Enum.h:281
OdIfc4x2::IfcComplexPropertyTemplateTypeEnum_
IfcComplexPropertyTemplateTypeEnum_
Definition: Ifc4x2Enum.h:1252
OdIfc4x2::kIfcConstructionEquipmentResourceTypeEnum_USERDEFINED
@ kIfcConstructionEquipmentResourceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1413
OdIfc4x2::IfcSpaceHeaterTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcTransitionCurveType
IfcTransitionCurveType StrToIfcTransitionCurveType(OdAnsiString val)
OdIfc4x2::IfcPumpTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4549
OdIfc4x2::IfcUnitaryControlElementTypeEnum
Definition: Ifc4x2Enum.h:6244
OdIfc4x2::kIfcArithmeticOperatorEnum_ADD
@ kIfcArithmeticOperatorEnum_ADD
Definition: Ifc4x2Enum.h:409
OdIfc4x2::kIfcActionSourceTypeEnum_COMPLETION_G1
@ kIfcActionSourceTypeEnum_COMPLETION_G1
Definition: Ifc4x2Enum.h:70
OdIfc4x2::kIfcOccupantTypeEnum_TENANT
@ kIfcOccupantTypeEnum_TENANT
Definition: Ifc4x2Enum.h:3927
OdIfc4x2::IfcPipeFittingTypeEnum::IfcPipeFittingTypeEnum
IfcPipeFittingTypeEnum(IfcPipeFittingTypeEnum_ val)
Definition: Ifc4x2Enum.h:4194
OdIfc4x2::IfcSwitchingDeviceTypeEnum
Definition: Ifc4x2Enum.h:5724
OdIfc4x2::kIfcDoorPanelOperationEnum_DOUBLE_ACTING
@ kIfcDoorPanelOperationEnum_DOUBLE_ACTING
Definition: Ifc4x2Enum.h:2137
OdIfc4x2::kIfcDistributionChamberElementTypeEnum_SUMP
@ kIfcDistributionChamberElementTypeEnum_SUMP
Definition: Ifc4x2Enum.h:1955
OdIfc4x2::kIfcLampTypeEnum_NOTDEFINED
@ kIfcLampTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3499
OdIfc4x2::kIfcCoveringTypeEnum_CEILING
@ kIfcCoveringTypeEnum_CEILING
Definition: Ifc4x2Enum.h:1641
OdIfc4x2::IfcCableFittingTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1004
OdIfc4x2::kIfcUnitEnum_THERMODYNAMICTEMPERATUREUNIT
@ kIfcUnitEnum_THERMODYNAMICTEMPERATUREUNIT
Definition: Ifc4x2Enum.h:6204
OdIfc4x2::IfcLampTypeEnum::IfcLampTypeEnum
IfcLampTypeEnum(const IfcLampTypeEnum &other)
Definition: Ifc4x2Enum.h:3507
OdIfc4x2::kIfcLightEmissionSourceEnum_COMPACTFLUORESCENT
@ kIfcLightEmissionSourceEnum_COMPACTFLUORESCENT
Definition: Ifc4x2Enum.h:3576
OdIfc4x2::kIfcOutletTypeEnum_POWEROUTLET
@ kIfcOutletTypeEnum_POWEROUTLET
Definition: Ifc4x2Enum.h:3982
OdIfc4x2::kIfcLampTypeEnum_FLUORESCENT
@ kIfcLampTypeEnum_FLUORESCENT
Definition: Ifc4x2Enum.h:3490
OdIfc4x2::kIfcFootingTypeEnum_CAISSON_FOUNDATION
@ kIfcFootingTypeEnum_CAISSON_FOUNDATION
Definition: Ifc4x2Enum.h:3065
OdIfc4x2::kIfcVibrationIsolatorTypeEnum_SPRING
@ kIfcVibrationIsolatorTypeEnum_SPRING
Definition: Ifc4x2Enum.h:6372
OdIfc4x2::IfcBridgeTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:800
OdIfc4x2::kIfcCoilTypeEnum_NOTDEFINED
@ kIfcCoilTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1162
OdIfc4x2::kIfcAlarmTypeEnum_BREAKGLASSBUTTON
@ kIfcAlarmTypeEnum_BREAKGLASSBUTTON
Definition: Ifc4x2Enum.h:297
OdIfc4x2::IfcWindowTypeEnum
Definition: Ifc4x2Enum.h:6636
OdIfc4x2::kIfcBuildingElementProxyTypeEnum_COMPLEX
@ kIfcBuildingElementProxyTypeEnum_COMPLEX
Definition: Ifc4x2Enum.h:841
OdIfc4x2::kIfcInventoryTypeEnum_USERDEFINED
@ kIfcInventoryTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3366
OdIfc4x2::IfcBuildingElementProxyTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:858
OdIfc4x2::kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SINGLE_SWING
@ kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SINGLE_SWING
Definition: Ifc4x2Enum.h:2229
OdIfc4x2::IfcReinforcingBarRoleEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4759
OdIfc4x2::kIfcRampFlightTypeEnum_NOTDEFINED
@ kIfcRampFlightTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4593
OdIfc4x2::IfcCommunicationsApplianceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1240
OdIfc4x2::kIfcStairTypeEnum_HALF_TURN_STAIR
@ kIfcStairTypeEnum_HALF_TURN_STAIR
Definition: Ifc4x2Enum.h:5447
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_PLAYER
@ kIfcAudioVisualApplianceTypeEnum_PLAYER
Definition: Ifc4x2Enum.h:466
OdIfc4x2::kIfcStairTypeEnum_QUARTER_TURN_STAIR
@ kIfcStairTypeEnum_QUARTER_TURN_STAIR
Definition: Ifc4x2Enum.h:5445
OdIfc4x2::kIfcUnitEnum_LENGTHUNIT
@ kIfcUnitEnum_LENGTHUNIT
Definition: Ifc4x2Enum.h:6193
OdIfc4x2::kIfcVibrationDamperTypeEnum_USERDEFINED
@ kIfcVibrationDamperTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6346
OdIfc4x2::IfcTransformerTypeEnum_
IfcTransformerTypeEnum_
Definition: Ifc4x2Enum.h:6009
OdIfc4x2::IfcAirToAirHeatRecoveryTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:282
OdIfc4x2::kIfcActionSourceTypeEnum_SYSTEM_IMPERFECTION
@ kIfcActionSourceTypeEnum_SYSTEM_IMPERFECTION
Definition: Ifc4x2Enum.h:84
OdIfc4x2::kIfcElectricFlowStorageDeviceTypeEnum_HARMONICFILTER
@ kIfcElectricFlowStorageDeviceTypeEnum_HARMONICFILTER
Definition: Ifc4x2Enum.h:2498
OdIfc4x2::IfcWindowTypePartitioningEnum::IfcWindowTypePartitioningEnum
IfcWindowTypePartitioningEnum()
Definition: Ifc4x2Enum.h:6673
OdIfc4x2::IfcSystemFurnitureElementTypeEnum_
IfcSystemFurnitureElementTypeEnum_
Definition: Ifc4x2Enum.h:5743
OdIfc4x2::IfcCooledBeamTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcOpeningElementTypeEnum_OPENING
@ kIfcOpeningElementTypeEnum_OPENING
Definition: Ifc4x2Enum.h:3953
OdIfc4x2::IfcBearingTypeDisplacementEnum
Definition: Ifc4x2Enum.h:606
OdIfc4x2::IfcPileTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4164
OdIfc4x2::kIfcEventTriggerTypeEnum_EVENTRULE
@ kIfcEventTriggerTypeEnum_EVENTRULE
Definition: Ifc4x2Enum.h:2769
OdIfc4x2::IfcDoorStyleOperationEnum_
IfcDoorStyleOperationEnum_
Definition: Ifc4x2Enum.h:2226
OdIfc4x2::IfcPumpTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4548
OdIfc4x2::kIfcElementAssemblyTypeEnum_ACCESSORY_ASSEMBLY
@ kIfcElementAssemblyTypeEnum_ACCESSORY_ASSEMBLY
Definition: Ifc4x2Enum.h:2612
OdIfc4x2::kIfcElectricFlowStorageDeviceTypeEnum_CAPACITORBANK
@ kIfcElectricFlowStorageDeviceTypeEnum_CAPACITORBANK
Definition: Ifc4x2Enum.h:2497
OdIfc4x2::IfcRampFlightTypeEnum::IfcRampFlightTypeEnum
IfcRampFlightTypeEnum(IfcRampFlightTypeEnum_ val)
Definition: Ifc4x2Enum.h:4602
OdIfc4x2::IfcProcedureTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4317
OdIfc4x2::IfcDoorStyleConstructionEnum::IfcDoorStyleConstructionEnum
IfcDoorStyleConstructionEnum(const IfcDoorStyleConstructionEnum &other)
Definition: Ifc4x2Enum.h:2211
OdIfc4x2::IfcTankTypeEnum::IfcTankTypeEnum
IfcTankTypeEnum(const IfcTankTypeEnum &other)
Definition: Ifc4x2Enum.h:5787
OdIfc4x2::kIfcValveTypeEnum_AIRRELEASE
@ kIfcValveTypeEnum_AIRRELEASE
Definition: Ifc4x2Enum.h:6294
OdIfc4x2::IfcCompressorTypeEnum::IfcCompressorTypeEnum
IfcCompressorTypeEnum()
Definition: Ifc4x2Enum.h:1301
OdIfc4x2::kIfcTendonAnchorTypeEnum_COUPLER
@ kIfcTendonAnchorTypeEnum_COUPLER
Definition: Ifc4x2Enum.h:5866
OdIfc4x2::IfcConnectionTypeEnum
Definition: Ifc4x2Enum.h:1357
OdIfc4x2::kIfcDoorTypeOperationEnum_DOUBLE_DOOR_SLIDING
@ kIfcDoorTypeOperationEnum_DOUBLE_DOOR_SLIDING
Definition: Ifc4x2Enum.h:2306
OdIfc4x2::kIfcSanitaryTerminalTypeEnum_TOILETPAN
@ kIfcSanitaryTerminalTypeEnum_TOILETPAN
Definition: Ifc4x2Enum.h:5039
OdIfc4x2::kIfcTaskTypeEnum_ATTENDANCE
@ kIfcTaskTypeEnum_ATTENDANCE
Definition: Ifc4x2Enum.h:5829
OdIfc4x2::IfcElectricFlowStorageDeviceTypeEnum::IfcElectricFlowStorageDeviceTypeEnum
IfcElectricFlowStorageDeviceTypeEnum(IfcElectricFlowStorageDeviceTypeEnum_ val)
Definition: Ifc4x2Enum.h:2511
OdIfc4x2::IfcBuildingElementProxyTypeEnum_
IfcBuildingElementProxyTypeEnum_
Definition: Ifc4x2Enum.h:840
OdIfc4x2::kIfcConnectionTypeEnum_ATEND
@ kIfcConnectionTypeEnum_ATEND
Definition: Ifc4x2Enum.h:1352
OdIfc4x2::kIfcFilterTypeEnum_unset
@ kIfcFilterTypeEnum_unset
Definition: Ifc4x2Enum.h:2923
OdIfc4x2::kIfcSurfaceFeatureTypeEnum_USERDEFINED
@ kIfcSurfaceFeatureTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5659
OdIfc4x2::IfcAlarmTypeEnum
Definition: Ifc4x2Enum.h:307
OdIfc4x2::kIfcElectricApplianceTypeEnum_PHOTOCOPIER
@ kIfcElectricApplianceTypeEnum_PHOTOCOPIER
Definition: Ifc4x2Enum.h:2437
OdIfc4x2::kIfcDataOriginEnum_USERDEFINED
@ kIfcDataOriginEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1795
OdIfc4x2::StrToIfcElectricTimeControlTypeEnum
IfcElectricTimeControlTypeEnum StrToIfcElectricTimeControlTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcPumpTypeEnum
IfcPumpTypeEnum StrToIfcPumpTypeEnum(OdAnsiString val)
OdIfc4x2::IfcMedicalDeviceTypeEnum::IfcMedicalDeviceTypeEnum
IfcMedicalDeviceTypeEnum(const IfcMedicalDeviceTypeEnum &other)
Definition: Ifc4x2Enum.h:3744
OdIfc4x2::IfcPileTypeEnum::IfcPileTypeEnum
IfcPileTypeEnum()
Definition: Ifc4x2Enum.h:4160
OdIfc4x2::kIfcBSplineSurfaceForm_TOROIDAL_SURF
@ kIfcBSplineSurfaceForm_TOROIDAL_SURF
Definition: Ifc4x2Enum.h:531
OdIfc4x2::kIfcProtectiveDeviceTrippingUnitTypeEnum_ELECTRONIC
@ kIfcProtectiveDeviceTrippingUnitTypeEnum_ELECTRONIC
Definition: Ifc4x2Enum.h:4469
OdIfc4x2::kIfcUnitEnum_unset
@ kIfcUnitEnum_unset
Definition: Ifc4x2Enum.h:6208
OdIfc4x2::IfcAirTerminalBoxTypeEnum_
IfcAirTerminalBoxTypeEnum_
Definition: Ifc4x2Enum.h:204
OdIfc4x2::kIfcRoleEnum_ARCHITECT
@ kIfcRoleEnum_ARCHITECT
Definition: Ifc4x2Enum.h:4861
OdIfc4x2::StrToIfcCableSegmentTypeEnum
IfcCableSegmentTypeEnum StrToIfcCableSegmentTypeEnum(OdAnsiString val)
OdIfc4x2::IfcVibrationIsolatorTypeEnum_
IfcVibrationIsolatorTypeEnum_
Definition: Ifc4x2Enum.h:6370
OdIfc4x2::StrToIfcSensorTypeEnum
IfcSensorTypeEnum StrToIfcSensorTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcRecurrenceTypeEnum_BY_WEEKDAY_COUNT
@ kIfcRecurrenceTypeEnum_BY_WEEKDAY_COUNT
Definition: Ifc4x2Enum.h:4653
OdIfc4x2::kIfcDistributionSystemEnum_EXHAUST
@ kIfcDistributionSystemEnum_EXHAUST
Definition: Ifc4x2Enum.h:2029
OdIfc4x2::IfcCostItemTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcBeamTypeEnum_USERDEFINED
@ kIfcBeamTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:573
OdIfc4x2::IfcExternalSpatialElementTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcRoleEnum_CIVILENGINEER
@ kIfcRoleEnum_CIVILENGINEER
Definition: Ifc4x2Enum.h:4871
OdIfc4x2::kIfcPipeFittingTypeEnum_OBSTRUCTION
@ kIfcPipeFittingTypeEnum_OBSTRUCTION
Definition: Ifc4x2Enum.h:4182
OdIfc4x2::kIfcDerivedUnitEnum_HEATFLUXDENSITYUNIT
@ kIfcDerivedUnitEnum_HEATFLUXDENSITYUNIT
Definition: Ifc4x2Enum.h:1824
OdIfc4x2::kIfcReinforcingMeshTypeEnum_NOTDEFINED
@ kIfcReinforcingMeshTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4833
OdIfc4x2::IfcBSplineCurveForm::nullify
void nullify()
Definition: Ifc4x2Enum.h:514
OdIfc4x2::kIfcEvaporatorTypeEnum_DIRECTEXPANSIONBRAZEDPLATE
@ kIfcEvaporatorTypeEnum_DIRECTEXPANSIONBRAZEDPLATE
Definition: Ifc4x2Enum.h:2741
OdIfc4x2::kIfcPileTypeEnum_COHESION
@ kIfcPileTypeEnum_COHESION
Definition: Ifc4x2Enum.h:4149
OdIfc4x2::kIfcTaskTypeEnum_LOGISTIC
@ kIfcTaskTypeEnum_LOGISTIC
Definition: Ifc4x2Enum.h:5835
OdIfc4x2::IfcCondenserTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1336
OdIfc4x2::IfcSurfaceSide::IfcSurfaceSide
IfcSurfaceSide(const IfcSurfaceSide &other)
Definition: Ifc4x2Enum.h:5694
OdIfc4x2::kIfcCostScheduleTypeEnum_ESTIMATE
@ kIfcCostScheduleTypeEnum_ESTIMATE
Definition: Ifc4x2Enum.h:1611
OdIfc4x2::kIfcElectricApplianceTypeEnum_USERDEFINED
@ kIfcElectricApplianceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2442
OdIfc4x2::IfcStairFlightTypeEnum::IfcStairFlightTypeEnum
IfcStairFlightTypeEnum(IfcStairFlightTypeEnum_ val)
Definition: Ifc4x2Enum.h:5427
OdIfc4x2::StrToIfcLightEmissionSourceEnum
IfcLightEmissionSourceEnum StrToIfcLightEmissionSourceEnum(OdAnsiString val)
OdIfc4x2::IfcComplexPropertyTemplateTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1264
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_DISPLAY
@ kIfcAudioVisualApplianceTypeEnum_DISPLAY
Definition: Ifc4x2Enum.h:464
OdIfc4x2::kIfcTextPath_UP
@ kIfcTextPath_UP
Definition: Ifc4x2Enum.h:5955
OdIfc4x2::kIfcTankTypeEnum_STORAGE
@ kIfcTankTypeEnum_STORAGE
Definition: Ifc4x2Enum.h:5776
OdIfc4x2::kIfcDoorPanelPositionEnum_unset
@ kIfcDoorPanelPositionEnum_unset
Definition: Ifc4x2Enum.h:2172
OdIfc4x2::StrToIfcGeometricProjectionEnum
IfcGeometricProjectionEnum StrToIfcGeometricProjectionEnum(OdAnsiString val)
OdIfc4x2::IfcProtectiveDeviceTypeEnum::IfcProtectiveDeviceTypeEnum
IfcProtectiveDeviceTypeEnum()
Definition: Ifc4x2Enum.h:4513
OdIfc4x2::kIfcDoorTypeOperationEnum_DOUBLE_DOOR_FOLDING
@ kIfcDoorTypeOperationEnum_DOUBLE_DOOR_FOLDING
Definition: Ifc4x2Enum.h:2309
OdIfc4x2::kIfcDoorTypeEnum_TRAPDOOR
@ kIfcDoorTypeEnum_TRAPDOOR
Definition: Ifc4x2Enum.h:2270
OdIfc4x2::kIfcTransportElementTypeEnum_unset
@ kIfcTransportElementTypeEnum_unset
Definition: Ifc4x2Enum.h:6103
OdIfc4x2::kIfcBuildingSystemTypeEnum_REINFORCING
@ kIfcBuildingSystemTypeEnum_REINFORCING
Definition: Ifc4x2Enum.h:877
OdIfc4x2::IfcTransitionCurveType::IfcTransitionCurveType
IfcTransitionCurveType()
Definition: Ifc4x2Enum.h:6079
OdIfc4x2::IfcFireSuppressionTerminalTypeEnum::IfcFireSuppressionTerminalTypeEnum
IfcFireSuppressionTerminalTypeEnum(IfcFireSuppressionTerminalTypeEnum_ val)
Definition: Ifc4x2Enum.h:2961
OdIfc4x2::kIfcGeometricProjectionEnum_GRAPH_VIEW
@ kIfcGeometricProjectionEnum_GRAPH_VIEW
Definition: Ifc4x2Enum.h:3154
OdIfc4x2::IfcReferentTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcBSplineSurfaceForm
IfcBSplineSurfaceForm StrToIfcBSplineSurfaceForm(OdAnsiString val)
OdIfc4x2::StrToIfcProcedureTypeEnum
IfcProcedureTypeEnum StrToIfcProcedureTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcDistributionSystemEnum_SIGNAL
@ kIfcDistributionSystemEnum_SIGNAL
Definition: Ifc4x2Enum.h:2045
OdIfc4x2::kIfcDistributionSystemEnum_CONVEYING
@ kIfcDistributionSystemEnum_CONVEYING
Definition: Ifc4x2Enum.h:2020
OdIfc4x2::kIfcTimeSeriesDataTypeEnum_DISCRETEBINARY
@ kIfcTimeSeriesDataTypeEnum_DISCRETEBINARY
Definition: Ifc4x2Enum.h:5982
OdIfc4x2::IfcCoilTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcChimneyTypeEnum_unset
@ kIfcChimneyTypeEnum_unset
Definition: Ifc4x2Enum.h:1131
OdIfc4x2::kIfcReinforcingBarRoleEnum_STUD
@ kIfcReinforcingBarRoleEnum_STUD
Definition: Ifc4x2Enum.h:4743
OdIfc4x2::kIfcUnitEnum_TIMEUNIT
@ kIfcUnitEnum_TIMEUNIT
Definition: Ifc4x2Enum.h:6205
OdIfc4x2::kIfcPermitTypeEnum_BUILDING
@ kIfcPermitTypeEnum_BUILDING
Definition: Ifc4x2Enum.h:4064
OdIfc4x2::IfcHeatExchangerTypeEnum::IfcHeatExchangerTypeEnum
IfcHeatExchangerTypeEnum()
Definition: Ifc4x2Enum.h:3250
OdIfc4x2::kIfcFlowInstrumentTypeEnum_THERMOMETER
@ kIfcFlowInstrumentTypeEnum_THERMOMETER
Definition: Ifc4x2Enum.h:3004
OdIfc4x2::IfcRecurrenceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4666
OdIfc4x2::kIfcDamperTypeEnum_RELIEFDAMPER
@ kIfcDamperTypeEnum_RELIEFDAMPER
Definition: Ifc4x2Enum.h:1765
OdIfc4x2::kIfcTankTypeEnum_BASIN
@ kIfcTankTypeEnum_BASIN
Definition: Ifc4x2Enum.h:5771
OdIfc4x2::IfcConstructionEquipmentResourceTypeEnum::IfcConstructionEquipmentResourceTypeEnum
IfcConstructionEquipmentResourceTypeEnum()
Definition: Ifc4x2Enum.h:1421
OdIfc4x2::IfcChangeActionEnum::IfcChangeActionEnum
IfcChangeActionEnum(IfcChangeActionEnum_ val)
Definition: Ifc4x2Enum.h:1086
OdIfc4x2::IfcTankTypeEnum
Definition: Ifc4x2Enum.h:5783
OdIfc4x2::IfcSIUnitName::exists
int exists() const
Definition: Ifc4x2Enum.h:5019
OdIfc4x2::kIfcDoorStyleConstructionEnum_unset
@ kIfcDoorStyleConstructionEnum_unset
Definition: Ifc4x2Enum.h:2204
OdIfc4x2::StrToIfcCoolingTowerTypeEnum
IfcCoolingTowerTypeEnum StrToIfcCoolingTowerTypeEnum(OdAnsiString val)
OdIfc4x2::IfcDoorPanelOperationEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2154
OdIfc4x2::IfcLogicalOperatorEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3680
OdIfc4x2::IfcShadingDeviceTypeEnum::IfcShadingDeviceTypeEnum
IfcShadingDeviceTypeEnum()
Definition: Ifc4x2Enum.h:5182
OdIfc4x2::kIfcSIUnitName_unset
@ kIfcSIUnitName_unset
Definition: Ifc4x2Enum.h:5010
OdIfc4x2::IfcReinforcingBarTypeEnum::IfcReinforcingBarTypeEnum
IfcReinforcingBarTypeEnum()
Definition: Ifc4x2Enum.h:4815
OdIfc4x2::IfcRampTypeEnum::IfcRampTypeEnum
IfcRampTypeEnum(const IfcRampTypeEnum &other)
Definition: Ifc4x2Enum.h:4632
OdIfc4x2::kIfcValveTypeEnum_GASTAP
@ kIfcValveTypeEnum_GASTAP
Definition: Ifc4x2Enum.h:6306
OdIfc4x2::StrToIfcCommunicationsApplianceTypeEnum
IfcCommunicationsApplianceTypeEnum StrToIfcCommunicationsApplianceTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcReinforcingBarTypeEnum_USERDEFINED
@ kIfcReinforcingBarTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4807
OdIfc4x2::StrToIfcTextPath
IfcTextPath StrToIfcTextPath(OdAnsiString val)
OdIfc4x2::kIfcElectricApplianceTypeEnum_ELECTRICCOOKER
@ kIfcElectricApplianceTypeEnum_ELECTRICCOOKER
Definition: Ifc4x2Enum.h:2427
OdIfc4x2::kIfcUnitEnum_PRESSUREUNIT
@ kIfcUnitEnum_PRESSUREUNIT
Definition: Ifc4x2Enum.h:6201
OdIfc4x2::IfcConstraintEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcWindowTypePartitioningEnum::IfcWindowTypePartitioningEnum
IfcWindowTypePartitioningEnum(IfcWindowTypePartitioningEnum_ val)
Definition: Ifc4x2Enum.h:6675
OdIfc4x2::IfcComplexPropertyTemplateTypeEnum
Definition: Ifc4x2Enum.h:1258
OdIfc4x2::IfcReinforcingMeshTypeEnum::IfcReinforcingMeshTypeEnum
IfcReinforcingMeshTypeEnum()
Definition: Ifc4x2Enum.h:4840
OdIfc4x2::kIfcTransformerTypeEnum_unset
@ kIfcTransformerTypeEnum_unset
Definition: Ifc4x2Enum.h:6017
OdIfc4x2::IfcPileTypeEnum::IfcPileTypeEnum
IfcPileTypeEnum(IfcPileTypeEnum_ val)
Definition: Ifc4x2Enum.h:4162
OdIfc4x2::kIfcTransitionCode_CONTSAMEGRADIENT
@ kIfcTransitionCode_CONTSAMEGRADIENT
Definition: Ifc4x2Enum.h:6042
OdIfc4x2::IfcOutletTypeEnum::IfcOutletTypeEnum
IfcOutletTypeEnum()
Definition: Ifc4x2Enum.h:3993
OdIfc4x2::kIfcSwitchingDeviceTypeEnum_CONTACTOR
@ kIfcSwitchingDeviceTypeEnum_CONTACTOR
Definition: Ifc4x2Enum.h:5710
OdIfc4x2::kIfcTaskTypeEnum_INSTALLATION
@ kIfcTaskTypeEnum_INSTALLATION
Definition: Ifc4x2Enum.h:5834
OdIfc4x2::kIfcRampTypeEnum_unset
@ kIfcRampTypeEnum_unset
Definition: Ifc4x2Enum.h:4625
OdIfc4x2::IfcLampTypeEnum_
IfcLampTypeEnum_
Definition: Ifc4x2Enum.h:3488
OdIfc4x2::StrToIfcCurveInterpolationEnum
IfcCurveInterpolationEnum StrToIfcCurveInterpolationEnum(OdAnsiString val)
OdIfc4x2::StrToIfcBridgeTypeEnum
IfcBridgeTypeEnum StrToIfcBridgeTypeEnum(OdAnsiString val)
OdIfc4x2::IfcStructuralCurveMemberTypeEnum::IfcStructuralCurveMemberTypeEnum
IfcStructuralCurveMemberTypeEnum()
Definition: Ifc4x2Enum.h:5554
OdIfc4x2::kIfcSensorTypeEnum_SOUNDSENSOR
@ kIfcSensorTypeEnum_SOUNDSENSOR
Definition: Ifc4x2Enum.h:5114
OdIfc4x2::kIfcReinforcingBarRoleEnum_SHEAR
@ kIfcReinforcingBarRoleEnum_SHEAR
Definition: Ifc4x2Enum.h:4741
OdIfc4x2::kIfcOccupantTypeEnum_ASSIGNEE
@ kIfcOccupantTypeEnum_ASSIGNEE
Definition: Ifc4x2Enum.h:3921
OdIfc4x2::kIfcCooledBeamTypeEnum_PASSIVE
@ kIfcCooledBeamTypeEnum_PASSIVE
Definition: Ifc4x2Enum.h:1530
OdIfc4x2::kIfcRecurrenceTypeEnum_unset
@ kIfcRecurrenceTypeEnum_unset
Definition: Ifc4x2Enum.h:4656
OdIfc4x2::kIfcObjectiveEnum_NOTDEFINED
@ kIfcObjectiveEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3897
OdIfc4x2::IfcChillerTypeEnum::IfcChillerTypeEnum
IfcChillerTypeEnum()
Definition: Ifc4x2Enum.h:1112
OdIfc4x2::kIfcDistributionChamberElementTypeEnum_TRENCH
@ kIfcDistributionChamberElementTypeEnum_TRENCH
Definition: Ifc4x2Enum.h:1956
OdIfc4x2::IfcCoveringTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1664
OdIfc4x2::kIfcSpatialZoneTypeEnum_unset
@ kIfcSpatialZoneTypeEnum_unset
Definition: Ifc4x2Enum.h:5361
OdIfc4x2::IfcProcedureTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcFlowInstrumentTypeEnum_unset
@ kIfcFlowInstrumentTypeEnum_unset
Definition: Ifc4x2Enum.h:3013
OdIfc4x2::IfcReinforcingBarRoleEnum::IfcReinforcingBarRoleEnum
IfcReinforcingBarRoleEnum(IfcReinforcingBarRoleEnum_ val)
Definition: Ifc4x2Enum.h:4758
OdIfc4x2::kIfcStructuralSurfaceActivityTypeEnum_CONST
@ kIfcStructuralSurfaceActivityTypeEnum_CONST
Definition: Ifc4x2Enum.h:5571
OdIfc4x2::kIfcProtectiveDeviceTypeEnum_CIRCUITBREAKER
@ kIfcProtectiveDeviceTypeEnum_CIRCUITBREAKER
Definition: Ifc4x2Enum.h:4498
OdIfc4x2::kIfcDoorStyleConstructionEnum_ALUMINIUM_WOOD
@ kIfcDoorStyleConstructionEnum_ALUMINIUM_WOOD
Definition: Ifc4x2Enum.h:2199
OdIfc4x2::kIfcPileTypeEnum_FRICTION
@ kIfcPileTypeEnum_FRICTION
Definition: Ifc4x2Enum.h:4150
OdIfc4x2::IfcAlignmentTypeEnum::IfcAlignmentTypeEnum
IfcAlignmentTypeEnum(IfcAlignmentTypeEnum_ val)
Definition: Ifc4x2Enum.h:337
OdIfc4x2::IfcCableSegmentTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1032
OdIfc4x2::kIfcDerivedUnitEnum_SHEARMODULUSUNIT
@ kIfcDerivedUnitEnum_SHEARMODULUSUNIT
Definition: Ifc4x2Enum.h:1847
OdIfc4x2::kIfcSystemFurnitureElementTypeEnum_PANEL
@ kIfcSystemFurnitureElementTypeEnum_PANEL
Definition: Ifc4x2Enum.h:5744
OdIfc4x2::kIfcCoilTypeEnum_WATERCOOLINGCOIL
@ kIfcCoilTypeEnum_WATERCOOLINGCOIL
Definition: Ifc4x2Enum.h:1159
OdIfc4x2::IfcPlateTypeEnum::IfcPlateTypeEnum
IfcPlateTypeEnum(IfcPlateTypeEnum_ val)
Definition: Ifc4x2Enum.h:4258
OdIfc4x2::IfcInventoryTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3378
OdIfc4x2::kIfcAnalysisTheoryTypeEnum_NOTDEFINED
@ kIfcAnalysisTheoryTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:385
OdIfc4x2::IfcTransitionCurveType
Definition: Ifc4x2Enum.h:6076
OdIfc4x2::kIfcWallTypeEnum_PLUMBINGWALL
@ kIfcWallTypeEnum_PLUMBINGWALL
Definition: Ifc4x2Enum.h:6433
OdIfc4x2::kIfcDoorPanelOperationEnum_NOTDEFINED
@ kIfcDoorPanelOperationEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2144
OdIfc4x2::IfcSpatialZoneTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5370
OdIfc4x2::IfcOccupantTypeEnum::IfcOccupantTypeEnum
IfcOccupantTypeEnum()
Definition: Ifc4x2Enum.h:3936
OdIfc4x2::IfcVibrationDamperTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6358
OdIfc4x2::IfcCostItemTypeEnum
Definition: Ifc4x2Enum.h:1589
OdIfc4x2::IfcSwitchingDeviceTypeEnum_
IfcSwitchingDeviceTypeEnum_
Definition: Ifc4x2Enum.h:5709
OdIfc4x2::IfcAnalysisTheoryTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcDoorStyleOperationEnum_FOLDING_TO_RIGHT
@ kIfcDoorStyleOperationEnum_FOLDING_TO_RIGHT
Definition: Ifc4x2Enum.h:2239
OdIfc4x2::kIfcFanTypeEnum_CENTRIFUGALFORWARDCURVED
@ kIfcFanTypeEnum_CENTRIFUGALFORWARDCURVED
Definition: Ifc4x2Enum.h:2855
OdIfc4x2::kIfcElectricMotorTypeEnum_USERDEFINED
@ kIfcElectricMotorTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2559
OdIfc4x2::IfcStructuralSurfaceMemberTypeEnum
Definition: Ifc4x2Enum.h:5608
OdIfc4x2::kIfcLaborResourceTypeEnum_ELECTRIC
@ kIfcLaborResourceTypeEnum_ELECTRIC
Definition: Ifc4x2Enum.h:3450
OdIfc4x2::IfcAirTerminalBoxTypeEnum
Definition: Ifc4x2Enum.h:213
OdIfc4x2::IfcChimneyTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1141
OdIfc4x2::IfcPipeFittingTypeEnum
Definition: Ifc4x2Enum.h:4189
OdIfc4x2::IfcLightFixtureTypeEnum::IfcLightFixtureTypeEnum
IfcLightFixtureTypeEnum(IfcLightFixtureTypeEnum_ val)
Definition: Ifc4x2Enum.h:3623
OdIfc4x2::kIfcActuatorTypeEnum_HYDRAULICACTUATOR
@ kIfcActuatorTypeEnum_HYDRAULICACTUATOR
Definition: Ifc4x2Enum.h:149
OdIfc4x2::kIfcUnitaryEquipmentTypeEnum_DEHUMIDIFIER
@ kIfcUnitaryEquipmentTypeEnum_DEHUMIDIFIER
Definition: Ifc4x2Enum.h:6266
OdIfc4x2::kIfcStructuralCurveActivityTypeEnum_DISCRETE
@ kIfcStructuralCurveActivityTypeEnum_DISCRETE
Definition: Ifc4x2Enum.h:5515
OdIfc4x2::kIfcBenchmarkEnum_NOTEQUALTO
@ kIfcBenchmarkEnum_NOTEQUALTO
Definition: Ifc4x2Enum.h:664
OdIfc4x2::kIfcFlowDirectionEnum_unset
@ kIfcFlowDirectionEnum_unset
Definition: Ifc4x2Enum.h:2980
OdIfc4x2::kIfcDerivedUnitEnum_ROTATIONALFREQUENCYUNIT
@ kIfcDerivedUnitEnum_ROTATIONALFREQUENCYUNIT
Definition: Ifc4x2Enum.h:1840
OdIfc4x2::IfcDoorTypeEnum_
IfcDoorTypeEnum_
Definition: Ifc4x2Enum.h:2267
OdIfc4x2::kIfcTransformerTypeEnum_CURRENT
@ kIfcTransformerTypeEnum_CURRENT
Definition: Ifc4x2Enum.h:6010
OdIfc4x2::kIfcActionRequestTypeEnum_NOTDEFINED
@ kIfcActionRequestTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:45
OdIfc4x2::kIfcGlobalOrLocalEnum_unset
@ kIfcGlobalOrLocalEnum_unset
Definition: Ifc4x2Enum.h:3188
OdIfc4x2::IfcLayerSetDirectionEnum::IfcLayerSetDirectionEnum
IfcLayerSetDirectionEnum()
Definition: Ifc4x2Enum.h:3532
OdIfc4x2::kIfcDistributionSystemEnum_MUNICIPALSOLIDWASTE
@ kIfcDistributionSystemEnum_MUNICIPALSOLIDWASTE
Definition: Ifc4x2Enum.h:2037
OdIfc4x2::IfcDirectionSenseEnum::IfcDirectionSenseEnum
IfcDirectionSenseEnum(IfcDirectionSenseEnum_ val)
Definition: Ifc4x2Enum.h:1906
OdIfc4x2::kIfcWindowStyleOperationEnum_NOTDEFINED
@ kIfcWindowStyleOperationEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6604
OdIfc4x2::IfcCrewResourceTypeEnum::IfcCrewResourceTypeEnum
IfcCrewResourceTypeEnum(const IfcCrewResourceTypeEnum &other)
Definition: Ifc4x2Enum.h:1688
OdIfc4x2::kIfcElectricApplianceTypeEnum_FREEZER
@ kIfcElectricApplianceTypeEnum_FREEZER
Definition: Ifc4x2Enum.h:2432
OdIfc4x2::kIfcSIPrefix_DECA
@ kIfcSIPrefix_DECA
Definition: Ifc4x2Enum.h:4948
OdIfc4x2::IfcDiscreteAccessoryTypeEnum
Definition: Ifc4x2Enum.h:1930
OdIfc4x2::kIfcAlarmTypeEnum_BELL
@ kIfcAlarmTypeEnum_BELL
Definition: Ifc4x2Enum.h:296
OdIfc4x2::IfcTendonAnchorTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5881
OdIfc4x2::kIfcFanTypeEnum_CENTRIFUGALBACKWARDINCLINEDCURVED
@ kIfcFanTypeEnum_CENTRIFUGALBACKWARDINCLINEDCURVED
Definition: Ifc4x2Enum.h:2857
OdIfc4x2::kIfcDoorStyleOperationEnum_SLIDING_TO_RIGHT
@ kIfcDoorStyleOperationEnum_SLIDING_TO_RIGHT
Definition: Ifc4x2Enum.h:2236
OdIfc4x2::kIfcCoilTypeEnum_HYDRONICCOIL
@ kIfcCoilTypeEnum_HYDRONICCOIL
Definition: Ifc4x2Enum.h:1157
OdIfc4x2::IfcProcedureTypeEnum::IfcProcedureTypeEnum
IfcProcedureTypeEnum()
Definition: Ifc4x2Enum.h:4314
OdIfc4x2::kIfcElectricApplianceTypeEnum_DISHWASHER
@ kIfcElectricApplianceTypeEnum_DISHWASHER
Definition: Ifc4x2Enum.h:2426
OdIfc4x2::kIfcSlabTypeEnum_USERDEFINED
@ kIfcSlabTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5242
OdIfc4x2::kIfcRoofTypeEnum_GABLE_ROOF
@ kIfcRoofTypeEnum_GABLE_ROOF
Definition: Ifc4x2Enum.h:4905
OdIfc4x2::kIfcObjectiveEnum_SPECIFICATION
@ kIfcObjectiveEnum_SPECIFICATION
Definition: Ifc4x2Enum.h:3894
OdIfc4x2::IfcOpeningElementTypeEnum::IfcOpeningElementTypeEnum
IfcOpeningElementTypeEnum()
Definition: Ifc4x2Enum.h:3963
OdIfc4x2::kIfcCaissonFoundationTypeEnum_USERDEFINED
@ kIfcCaissonFoundationTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1048
OdIfc4x2::kIfcKnotType_unset
@ kIfcKnotType_unset
Definition: Ifc4x2Enum.h:3422
OdIfc4x2::kIfcTendonTypeEnum_USERDEFINED
@ kIfcTendonTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5928
OdIfc4x2::IfcSpaceTypeEnum::IfcSpaceTypeEnum
IfcSpaceTypeEnum()
Definition: Ifc4x2Enum.h:5334
OdIfc4x2::kIfcDoorTypeEnum_USERDEFINED
@ kIfcDoorTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2271
OdIfc4x2::kIfcGeometricProjectionEnum_NOTDEFINED
@ kIfcGeometricProjectionEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3162
OdIfc4x2::IfcCommunicationsApplianceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcCompressorTypeEnum_USERDEFINED
@ kIfcCompressorTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1293
OdIfc4x2::kIfcOutletTypeEnum_COMMUNICATIONSOUTLET
@ kIfcOutletTypeEnum_COMMUNICATIONSOUTLET
Definition: Ifc4x2Enum.h:3981
OdIfc4x2::kIfcArithmeticOperatorEnum_DIVIDE
@ kIfcArithmeticOperatorEnum_DIVIDE
Definition: Ifc4x2Enum.h:410
OdIfc4x2::StrToIfcCostScheduleTypeEnum
IfcCostScheduleTypeEnum StrToIfcCostScheduleTypeEnum(OdAnsiString val)
OdIfc4x2::IfcMemberTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3788
OdIfc4x2::kIfcExternalSpatialElementTypeEnum_USERDEFINED
@ kIfcExternalSpatialElementTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2830
OdIfc4x2::IfcWindowPanelPositionEnum
Definition: Ifc4x2Enum.h:6543
OdIfc4x2::IfcCondenserTypeEnum::IfcCondenserTypeEnum
IfcCondenserTypeEnum()
Definition: Ifc4x2Enum.h:1333
OdIfc4x2::kIfcBuildingElementPartTypeEnum_unset
@ kIfcBuildingElementPartTypeEnum_unset
Definition: Ifc4x2Enum.h:818
OdIfc4x2::IfcSlabTypeEnum::IfcSlabTypeEnum
IfcSlabTypeEnum(const IfcSlabTypeEnum &other)
Definition: Ifc4x2Enum.h:5251
OdIfc4x2::kIfcWindowStyleOperationEnum_DOUBLE_PANEL_VERTICAL
@ kIfcWindowStyleOperationEnum_DOUBLE_PANEL_VERTICAL
Definition: Ifc4x2Enum.h:6595
OdIfc4x2::IfcDuctSilencerTypeEnum::IfcDuctSilencerTypeEnum
IfcDuctSilencerTypeEnum(const IfcDuctSilencerTypeEnum &other)
Definition: Ifc4x2Enum.h:2410
OdIfc4x2::IfcTimeSeriesDataTypeEnum::IfcTimeSeriesDataTypeEnum
IfcTimeSeriesDataTypeEnum(IfcTimeSeriesDataTypeEnum_ val)
Definition: Ifc4x2Enum.h:5995
OdIfc4x2::kIfcOutletTypeEnum_NOTDEFINED
@ kIfcOutletTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3986
OdIfc4x2::IfcSimplePropertyTemplateTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcSwitchingDeviceTypeEnum::IfcSwitchingDeviceTypeEnum
IfcSwitchingDeviceTypeEnum(const IfcSwitchingDeviceTypeEnum &other)
Definition: Ifc4x2Enum.h:5728
OdIfc4x2::IfcHumidifierTypeEnum_
IfcHumidifierTypeEnum_
Definition: Ifc4x2Enum.h:3266
OdIfc4x2::kIfcDuctFittingTypeEnum_USERDEFINED
@ kIfcDuctFittingTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2346
OdIfc4x2::IfcActionRequestTypeEnum_
IfcActionRequestTypeEnum_
Definition: Ifc4x2Enum.h:38
OdIfc4x2::kIfcSensorTypeEnum_WINDSENSOR
@ kIfcSensorTypeEnum_WINDSENSOR
Definition: Ifc4x2Enum.h:5116
OdIfc4x2::kIfcValveTypeEnum_unset
@ kIfcValveTypeEnum_unset
Definition: Ifc4x2Enum.h:6317
OdIfc4x2::kIfcSensorTypeEnum_LEVELSENSOR
@ kIfcSensorTypeEnum_LEVELSENSOR
Definition: Ifc4x2Enum.h:5105
OdIfc4x2::IfcFireSuppressionTerminalTypeEnum::IfcFireSuppressionTerminalTypeEnum
IfcFireSuppressionTerminalTypeEnum()
Definition: Ifc4x2Enum.h:2959
OdIfc4x2::kIfcSIPrefix_HECTO
@ kIfcSIPrefix_HECTO
Definition: Ifc4x2Enum.h:4947
OdIfc4x2::IfcCooledBeamTypeEnum::IfcCooledBeamTypeEnum
IfcCooledBeamTypeEnum(IfcCooledBeamTypeEnum_ val)
Definition: Ifc4x2Enum.h:1541
OdIfc4x2::IfcAddressTypeEnum
Definition: Ifc4x2Enum.h:185
OdIfc4x2::IfcConstraintEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1391
OdIfc4x2::IfcConnectionTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcActuatorTypeEnum
Definition: Ifc4x2Enum.h:157
OdIfc4x2::IfcDoorTypeOperationEnum
Definition: Ifc4x2Enum.h:2319
OdIfc4x2::kIfcHeatExchangerTypeEnum_NOTDEFINED
@ kIfcHeatExchangerTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3243
OdIfc4x2::IfcEventTypeEnum::IfcEventTypeEnum
IfcEventTypeEnum()
Definition: Ifc4x2Enum.h:2809
OdIfc4x2::kIfcTransitionCurveType_BIQUADRATICPARABOLA
@ kIfcTransitionCurveType_BIQUADRATICPARABOLA
Definition: Ifc4x2Enum.h:6067
OdIfc4x2::IfcPlateTypeEnum
Definition: Ifc4x2Enum.h:4253
OdIfc4x2::kIfcStackTerminalTypeEnum_COWL
@ kIfcStackTerminalTypeEnum_COWL
Definition: Ifc4x2Enum.h:5385
OdIfc4x2::kIfcSpatialZoneTypeEnum_THERMAL
@ kIfcSpatialZoneTypeEnum_THERMAL
Definition: Ifc4x2Enum.h:5356
OdIfc4x2::kIfcDoorStyleOperationEnum_SINGLE_SWING_LEFT
@ kIfcDoorStyleOperationEnum_SINGLE_SWING_LEFT
Definition: Ifc4x2Enum.h:2227
OdIfc4x2::IfcChangeActionEnum::IfcChangeActionEnum
IfcChangeActionEnum(const IfcChangeActionEnum &other)
Definition: Ifc4x2Enum.h:1085
OdIfc4x2::kIfcPipeSegmentTypeEnum_USERDEFINED
@ kIfcPipeSegmentTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4214
OdIfc4x2::IfcMedicalDeviceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcEngineTypeEnum
Definition: Ifc4x2Enum.h:2684
OdIfc4x2::kIfcTransportElementTypeEnum_NOTDEFINED
@ kIfcTransportElementTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6102
OdIfc4x2::kIfcDuctSilencerTypeEnum_FLATOVAL
@ kIfcDuctSilencerTypeEnum_FLATOVAL
Definition: Ifc4x2Enum.h:2398
OdIfc4x2::IfcValveTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6326
OdIfc4x2::kIfcMedicalDeviceTypeEnum_VACUUMSTATION
@ kIfcMedicalDeviceTypeEnum_VACUUMSTATION
Definition: Ifc4x2Enum.h:3734
OdIfc4x2::kIfcLampTypeEnum_LED
@ kIfcLampTypeEnum_LED
Definition: Ifc4x2Enum.h:3494
OdIfc4x2::kIfcSlabTypeEnum_SIDEWALK
@ kIfcSlabTypeEnum_SIDEWALK
Definition: Ifc4x2Enum.h:5241
OdIfc4x2::operator>>
bool operator>>(const OdRxValue &out, IfcWorkScheduleTypeEnum &in)
OdIfc4x2::kIfcCompressorTypeEnum_SINGLESCREW
@ kIfcCompressorTypeEnum_SINGLESCREW
Definition: Ifc4x2Enum.h:1291
OdIfc4x2::IfcWindowStyleConstructionEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6581
OdIfc4x2::IfcReinforcingBarTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4818
OdIfc4x2::kIfcCostItemTypeEnum_NOTDEFINED
@ kIfcCostItemTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1585
OdIfc4x2::IfcBridgePartTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:766
OdIfc4x2::kIfcElectricApplianceTypeEnum_KITCHENMACHINE
@ kIfcElectricApplianceTypeEnum_KITCHENMACHINE
Definition: Ifc4x2Enum.h:2435
OdIfc4x2::IfcDocumentConfidentialityEnum::IfcDocumentConfidentialityEnum
IfcDocumentConfidentialityEnum()
Definition: Ifc4x2Enum.h:2091
OdIfc4x2::kIfcPhysicalOrVirtualEnum_VIRTUAL
@ kIfcPhysicalOrVirtualEnum_VIRTUAL
Definition: Ifc4x2Enum.h:4092
OdIfc4x2::StrToIfcDistributionChamberElementTypeEnum
IfcDistributionChamberElementTypeEnum StrToIfcDistributionChamberElementTypeEnum(OdAnsiString val)
OdIfc4x2::IfcLightDistributionCurveEnum_
IfcLightDistributionCurveEnum_
Definition: Ifc4x2Enum.h:3548
OdIfc4x2::kIfcRecurrenceTypeEnum_DAILY
@ kIfcRecurrenceTypeEnum_DAILY
Definition: Ifc4x2Enum.h:4648
OdIfc4x2::IfcLampTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3509
OdIfc4x2::IfcDoorTypeOperationEnum::IfcDoorTypeOperationEnum
IfcDoorTypeOperationEnum(const IfcDoorTypeOperationEnum &other)
Definition: Ifc4x2Enum.h:2323
OdIfc4x2::IfcTaskTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcStructuralCurveActivityTypeEnum_EQUIDISTANT
@ kIfcStructuralCurveActivityTypeEnum_EQUIDISTANT
Definition: Ifc4x2Enum.h:5512
OdIfc4x2::kIfcDuctSegmentTypeEnum_unset
@ kIfcDuctSegmentTypeEnum_unset
Definition: Ifc4x2Enum.h:2375
OdIfc4x2::kIfcSubContractResourceTypeEnum_unset
@ kIfcSubContractResourceTypeEnum_unset
Definition: Ifc4x2Enum.h:5632
OdIfc4x2::IfcWindowPanelOperationEnum::IfcWindowPanelOperationEnum
IfcWindowPanelOperationEnum(IfcWindowPanelOperationEnum_ val)
Definition: Ifc4x2Enum.h:6519
OdIfc4x2::IfcFastenerTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2902
OdIfc4x2::kIfcDistributionChamberElementTypeEnum_INSPECTIONCHAMBER
@ kIfcDistributionChamberElementTypeEnum_INSPECTIONCHAMBER
Definition: Ifc4x2Enum.h:1951
OdIfc4x2::IfcCurtainWallTypeEnum::IfcCurtainWallTypeEnum
IfcCurtainWallTypeEnum(IfcCurtainWallTypeEnum_ val)
Definition: Ifc4x2Enum.h:1714
OdIfc4x2::IfcLaborResourceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3475
OdIfc4x2::IfcAddressTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:192
OdIfc4x2::IfcJunctionBoxTypeEnum_
IfcJunctionBoxTypeEnum_
Definition: Ifc4x2Enum.h:3390
OdIfc4x2::kIfcEvaporativeCoolerTypeEnum_INDIRECTEVAPORATIVEWETCOIL
@ kIfcEvaporativeCoolerTypeEnum_INDIRECTEVAPORATIVEWETCOIL
Definition: Ifc4x2Enum.h:2710
OdIfc4x2::kIfcElectricFlowStorageDeviceTypeEnum_BATTERY
@ kIfcElectricFlowStorageDeviceTypeEnum_BATTERY
Definition: Ifc4x2Enum.h:2496
OdIfc4x2::StrToIfcSurfaceFeatureTypeEnum
IfcSurfaceFeatureTypeEnum StrToIfcSurfaceFeatureTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcInventoryTypeEnum_FURNITUREINVENTORY
@ kIfcInventoryTypeEnum_FURNITUREINVENTORY
Definition: Ifc4x2Enum.h:3365
OdIfc4x2::IfcAirToAirHeatRecoveryTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcLogicalOperatorEnum::IfcLogicalOperatorEnum
IfcLogicalOperatorEnum()
Definition: Ifc4x2Enum.h:3677
OdIfc4x2::kIfcWorkCalendarTypeEnum_THIRDSHIFT
@ kIfcWorkCalendarTypeEnum_THIRDSHIFT
Definition: Ifc4x2Enum.h:6692
OdIfc4x2::kIfcLightEmissionSourceEnum_HIGHPRESSUREMERCURY
@ kIfcLightEmissionSourceEnum_HIGHPRESSUREMERCURY
Definition: Ifc4x2Enum.h:3578
OdIfc4x2::kIfcActionSourceTypeEnum_BUOYANCY
@ kIfcActionSourceTypeEnum_BUOYANCY
Definition: Ifc4x2Enum.h:88
OdIfc4x2::IfcPerformanceHistoryTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcLightFixtureTypeEnum::IfcLightFixtureTypeEnum
IfcLightFixtureTypeEnum(const IfcLightFixtureTypeEnum &other)
Definition: Ifc4x2Enum.h:3622
OdIfc4x2::kIfcBenchmarkEnum_LESSTHAN
@ kIfcBenchmarkEnum_LESSTHAN
Definition: Ifc4x2Enum.h:661
OdIfc4x2::IfcGridTypeEnum::IfcGridTypeEnum
IfcGridTypeEnum(const IfcGridTypeEnum &other)
Definition: Ifc4x2Enum.h:3224
OdIfc4x2::kIfcDoorPanelOperationEnum_USERDEFINED
@ kIfcDoorPanelOperationEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2143
OdIfc4x2::IfcLightDistributionCurveEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcConstructionEquipmentResourceTypeEnum_NOTDEFINED
@ kIfcConstructionEquipmentResourceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1414
OdIfc4x2::StrToIfcReinforcingBarRoleEnum
IfcReinforcingBarRoleEnum StrToIfcReinforcingBarRoleEnum(OdAnsiString val)
OdIfc4x2::kIfcSlabTypeEnum_BASESLAB
@ kIfcSlabTypeEnum_BASESLAB
Definition: Ifc4x2Enum.h:5237
OdIfc4x2::kIfcLaborResourceTypeEnum_CLEANING
@ kIfcLaborResourceTypeEnum_CLEANING
Definition: Ifc4x2Enum.h:3447
OdIfc4x2::IfcStructuralCurveMemberTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5558
OdIfc4x2::IfcBooleanOperator::nullify
void nullify()
Definition: Ifc4x2Enum.h:732
OdIfc4x2::kIfcValveTypeEnum_ISOLATING
@ kIfcValveTypeEnum_ISOLATING
Definition: Ifc4x2Enum.h:6307
OdIfc4x2::kIfcSwitchingDeviceTypeEnum_STARTER
@ kIfcSwitchingDeviceTypeEnum_STARTER
Definition: Ifc4x2Enum.h:5716
OdIfc4x2::IfcTankTypeEnum::IfcTankTypeEnum
IfcTankTypeEnum()
Definition: Ifc4x2Enum.h:5786
OdIfc4x2::kIfcDoorStyleOperationEnum_DOUBLE_DOOR_FOLDING
@ kIfcDoorStyleOperationEnum_DOUBLE_DOOR_FOLDING
Definition: Ifc4x2Enum.h:2240
OdIfc4x2::kIfcDerivedUnitEnum_SOUNDPRESSUREUNIT
@ kIfcDerivedUnitEnum_SOUNDPRESSUREUNIT
Definition: Ifc4x2Enum.h:1866
OdIfc4x2::kIfcDistributionChamberElementTypeEnum_NOTDEFINED
@ kIfcDistributionChamberElementTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1959
OdIfc4x2::IfcMechanicalFastenerTypeEnum_
IfcMechanicalFastenerTypeEnum_
Definition: Ifc4x2Enum.h:3693
OdIfc4x2::kIfcPileTypeEnum_NOTDEFINED
@ kIfcPileTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4153
OdIfc4x2::kIfcCableCarrierSegmentTypeEnum_USERDEFINED
@ kIfcCableCarrierSegmentTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:962
OdIfc4x2::IfcBearingTypeDisplacementEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:613
OdIfc4x2::IfcTaskDurationEnum::IfcTaskDurationEnum
IfcTaskDurationEnum(const IfcTaskDurationEnum &other)
Definition: Ifc4x2Enum.h:5813
OdIfc4x2::StrToIfcTankTypeEnum
IfcTankTypeEnum StrToIfcTankTypeEnum(OdAnsiString val)
OdIfc4x2::IfcWindowStyleOperationEnum::IfcWindowStyleOperationEnum
IfcWindowStyleOperationEnum(IfcWindowStyleOperationEnum_ val)
Definition: Ifc4x2Enum.h:6613
OdIfc4x2::kIfcConstructionMaterialResourceTypeEnum_WOOD
@ kIfcConstructionMaterialResourceTypeEnum_WOOD
Definition: Ifc4x2Enum.h:1446
OdIfc4x2::kIfcEvaporativeCoolerTypeEnum_USERDEFINED
@ kIfcEvaporativeCoolerTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2713
OdIfc4x2::StrToIfcValveTypeEnum
IfcValveTypeEnum StrToIfcValveTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcCooledBeamTypeEnum_NOTDEFINED
@ kIfcCooledBeamTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1532
OdIfc4x2::IfcBearingTypeEnum_
IfcBearingTypeEnum_
Definition: Ifc4x2Enum.h:625
OdIfc4x2::kIfcElementAssemblyTypeEnum_PIER
@ kIfcElementAssemblyTypeEnum_PIER
Definition: Ifc4x2Enum.h:2622
OdIfc4x2::IfcRoofTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4928
OdIfc4x2::IfcReinforcingMeshTypeEnum_
IfcReinforcingMeshTypeEnum_
Definition: Ifc4x2Enum.h:4831
OdIfc4x2::kIfcGeometricProjectionEnum_MODEL_VIEW
@ kIfcGeometricProjectionEnum_MODEL_VIEW
Definition: Ifc4x2Enum.h:3156
OdIfc4x2::IfcInventoryTypeEnum
Definition: Ifc4x2Enum.h:3371
OdIfc4x2::kIfcPermeableCoveringOperationEnum_unset
@ kIfcPermeableCoveringOperationEnum_unset
Definition: Ifc4x2Enum.h:4040
OdIfc4x2::IfcBSplineCurveForm
Definition: Ifc4x2Enum.h:507
OdIfc4x2::IfcTransitionCode::IfcTransitionCode
IfcTransitionCode(IfcTransitionCode_ val)
Definition: Ifc4x2Enum.h:6052
OdIfc4x2::kIfcProcedureTypeEnum_USERDEFINED
@ kIfcProcedureTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4306
OdIfc4x2::kIfcDocumentConfidentialityEnum_unset
@ kIfcDocumentConfidentialityEnum_unset
Definition: Ifc4x2Enum.h:2085
OdIfc4x2::IfcSpaceHeaterTypeEnum
Definition: Ifc4x2Enum.h:5301
OdIfc4x2::IfcTimeSeriesDataTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcProcedureTypeEnum::IfcProcedureTypeEnum
IfcProcedureTypeEnum(IfcProcedureTypeEnum_ val)
Definition: Ifc4x2Enum.h:4316
OdIfc4x2::kIfcDerivedUnitEnum_TEMPERATURERATEOFCHANGEUNIT
@ kIfcDerivedUnitEnum_TEMPERATURERATEOFCHANGEUNIT
Definition: Ifc4x2Enum.h:1868
OdIfc4x2::kIfcTaskDurationEnum_WORKTIME
@ kIfcTaskDurationEnum_WORKTIME
Definition: Ifc4x2Enum.h:5804
OdIfc4x2::IfcWindowStyleConstructionEnum::IfcWindowStyleConstructionEnum
IfcWindowStyleConstructionEnum(IfcWindowStyleConstructionEnum_ val)
Definition: Ifc4x2Enum.h:6579
OdIfc4x2::IfcProjectedOrTrueLengthEnum
Definition: Ifc4x2Enum.h:4391
OdIfc4x2::IfcLampTypeEnum::IfcLampTypeEnum
IfcLampTypeEnum()
Definition: Ifc4x2Enum.h:3506
OdIfc4x2::IfcDoorPanelPositionEnum::IfcDoorPanelPositionEnum
IfcDoorPanelPositionEnum(IfcDoorPanelPositionEnum_ val)
Definition: Ifc4x2Enum.h:2180
OdIfc4x2::kIfcCableCarrierSegmentTypeEnum_NOTDEFINED
@ kIfcCableCarrierSegmentTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:963
OdIfc4x2::IfcWorkCalendarTypeEnum::IfcWorkCalendarTypeEnum
IfcWorkCalendarTypeEnum(const IfcWorkCalendarTypeEnum &other)
Definition: Ifc4x2Enum.h:6702
OdIfc4x2::IfcBenchmarkEnum::IfcBenchmarkEnum
IfcBenchmarkEnum(IfcBenchmarkEnum_ val)
Definition: Ifc4x2Enum.h:677
OdIfc4x2::IfcConstraintEnum_
IfcConstraintEnum_
Definition: Ifc4x2Enum.h:1376
OdIfc4x2::kIfcDataOriginEnum_PREDICTED
@ kIfcDataOriginEnum_PREDICTED
Definition: Ifc4x2Enum.h:1793
OdIfc4x2::IfcDoorPanelPositionEnum_
IfcDoorPanelPositionEnum_
Definition: Ifc4x2Enum.h:2167
OdIfc4x2::kIfcElectricApplianceTypeEnum_NOTDEFINED
@ kIfcElectricApplianceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2443
OdIfc4x2::IfcKnotType::exists
int exists() const
Definition: Ifc4x2Enum.h:3431
OdIfc4x2::StrToIfcBearingTypeEnum
IfcBearingTypeEnum StrToIfcBearingTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcWallTypeEnum_STANDARD
@ kIfcWallTypeEnum_STANDARD
Definition: Ifc4x2Enum.h:6436
OdIfc4x2::kIfcObjectiveEnum_HEALTHANDSAFETY
@ kIfcObjectiveEnum_HEALTHANDSAFETY
Definition: Ifc4x2Enum.h:3889
OdIfc4x2::kIfcStairFlightTypeEnum_FREEFORM
@ kIfcStairFlightTypeEnum_FREEFORM
Definition: Ifc4x2Enum.h:5416
OdIfc4x2::kIfcObjectiveEnum_MODELVIEW
@ kIfcObjectiveEnum_MODELVIEW
Definition: Ifc4x2Enum.h:3891
OdIfc4x2::IfcHeatExchangerTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3253
OdIfc4x2::kIfcDoorTypeEnum_DOOR
@ kIfcDoorTypeEnum_DOOR
Definition: Ifc4x2Enum.h:2268
OdIfc4x2::IfcKnotType::IfcKnotType
IfcKnotType(IfcKnotType_ val)
Definition: Ifc4x2Enum.h:3430
OdIfc4x2::IfcFireSuppressionTerminalTypeEnum
Definition: Ifc4x2Enum.h:2956
OdIfc4x2::IfcSpatialZoneTypeEnum_
IfcSpatialZoneTypeEnum_
Definition: Ifc4x2Enum.h:5350
OdIfc4x2::IfcPileConstructionEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4133
OdIfc4x2::StrToIfcLampTypeEnum
IfcLampTypeEnum StrToIfcLampTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcGlobalOrLocalEnum_LOCAL_COORDS
@ kIfcGlobalOrLocalEnum_LOCAL_COORDS
Definition: Ifc4x2Enum.h:3187
OdIfc4x2::kIfcPlateTypeEnum_FLANGE_PLATE
@ kIfcPlateTypeEnum_FLANGE_PLATE
Definition: Ifc4x2Enum.h:4241
OdIfc4x2::kIfcStructuralCurveMemberTypeEnum_PIN_JOINED_MEMBER
@ kIfcStructuralCurveMemberTypeEnum_PIN_JOINED_MEMBER
Definition: Ifc4x2Enum.h:5542
OdIfc4x2::IfcRecurrenceTypeEnum
Definition: Ifc4x2Enum.h:4659
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_STAPLE
@ kIfcMechanicalFastenerTypeEnum_STAPLE
Definition: Ifc4x2Enum.h:3702
OdIfc4x2::IfcBooleanOperator::IfcBooleanOperator
IfcBooleanOperator(const IfcBooleanOperator &other)
Definition: Ifc4x2Enum.h:729
OdIfc4x2::IfcCaissonFoundationTypeEnum::IfcCaissonFoundationTypeEnum
IfcCaissonFoundationTypeEnum()
Definition: Ifc4x2Enum.h:1056
OdIfc4x2::kIfcStairTypeEnum_THREE_QUARTER_TURN_STAIR
@ kIfcStairTypeEnum_THREE_QUARTER_TURN_STAIR
Definition: Ifc4x2Enum.h:5451
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_unset
@ kIfcMechanicalFastenerTypeEnum_unset
Definition: Ifc4x2Enum.h:3707
OdIfc4x2::IfcVibrationDamperTypeEnum::IfcVibrationDamperTypeEnum
IfcVibrationDamperTypeEnum(IfcVibrationDamperTypeEnum_ val)
Definition: Ifc4x2Enum.h:6356
OdIfc4x2::IfcCommunicationsApplianceTypeEnum::IfcCommunicationsApplianceTypeEnum
IfcCommunicationsApplianceTypeEnum(const IfcCommunicationsApplianceTypeEnum &other)
Definition: Ifc4x2Enum.h:1237
OdIfc4x2::kIfcCoolingTowerTypeEnum_unset
@ kIfcCoolingTowerTypeEnum_unset
Definition: Ifc4x2Enum.h:1561
OdIfc4x2::kIfcConnectionTypeEnum_ATPATH
@ kIfcConnectionTypeEnum_ATPATH
Definition: Ifc4x2Enum.h:1350
OdIfc4x2::kIfcPileConstructionEnum_COMPOSITE
@ kIfcPileConstructionEnum_COMPOSITE
Definition: Ifc4x2Enum.h:4118
OdIfc4x2::kIfcExternalSpatialElementTypeEnum_EXTERNAL_WATER
@ kIfcExternalSpatialElementTypeEnum_EXTERNAL_WATER
Definition: Ifc4x2Enum.h:2828
OdIfc4x2::kIfcMemberTypeEnum_USERDEFINED
@ kIfcMemberTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3777
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_FAX
@ kIfcCommunicationsApplianceTypeEnum_FAX
Definition: Ifc4x2Enum.h:1218
OdIfc4x2::IfcDuctSegmentTypeEnum::IfcDuctSegmentTypeEnum
IfcDuctSegmentTypeEnum(const IfcDuctSegmentTypeEnum &other)
Definition: Ifc4x2Enum.h:2382
OdIfc4x2::kIfcAirTerminalTypeEnum_USERDEFINED
@ kIfcAirTerminalTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:237
OdIfc4x2::kIfcAirTerminalTypeEnum_REGISTER
@ kIfcAirTerminalTypeEnum_REGISTER
Definition: Ifc4x2Enum.h:236
OdIfc4x2::IfcPlateTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4260
OdIfc4x2::kIfcCurveInterpolationEnum_LINEAR
@ kIfcCurveInterpolationEnum_LINEAR
Definition: Ifc4x2Enum.h:1729
OdIfc4x2::IfcShadingDeviceTypeEnum
Definition: Ifc4x2Enum.h:5179
OdIfc4x2::kIfcTendonConduitTypeEnum_DUCT
@ kIfcTendonConduitTypeEnum_DUCT
Definition: Ifc4x2Enum.h:5894
OdIfc4x2::kIfcSensorTypeEnum_COSENSOR
@ kIfcSensorTypeEnum_COSENSOR
Definition: Ifc4x2Enum.h:5093
OdIfc4x2::IfcSIPrefix::nullify
void nullify()
Definition: Ifc4x2Enum.h:4967
OdIfc4x2::IfcBSplineSurfaceForm
Definition: Ifc4x2Enum.h:541
OdIfc4x2::IfcFlowInstrumentTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcProcedureTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4318
OdIfc4x2::kIfcDoorStyleOperationEnum_DOUBLE_SWING_LEFT
@ kIfcDoorStyleOperationEnum_DOUBLE_SWING_LEFT
Definition: Ifc4x2Enum.h:2232
OdIfc4x2::IfcNullStyle::IfcNullStyle
IfcNullStyle()
Definition: Ifc4x2Enum.h:3837
OdIfc4x2::IfcWorkScheduleTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6761
OdIfc4x2::kIfcLaborResourceTypeEnum_CARPENTRY
@ kIfcLaborResourceTypeEnum_CARPENTRY
Definition: Ifc4x2Enum.h:3446
OdIfc4x2::StrToIfcSIUnitName
IfcSIUnitName StrToIfcSIUnitName(OdAnsiString val)
OdIfc4x2::StrToIfcBurnerTypeEnum
IfcBurnerTypeEnum StrToIfcBurnerTypeEnum(OdAnsiString val)
OdIfc4x2::IfcCableCarrierFittingTypeEnum::IfcCableCarrierFittingTypeEnum
IfcCableCarrierFittingTypeEnum(IfcCableCarrierFittingTypeEnum_ val)
Definition: Ifc4x2Enum.h:943
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_DOWEL
@ kIfcMechanicalFastenerTypeEnum_DOWEL
Definition: Ifc4x2Enum.h:3696
OdIfc4x2::StrToIfcSpaceHeaterTypeEnum
IfcSpaceHeaterTypeEnum StrToIfcSpaceHeaterTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcVibrationDamperTypeEnum_VISCOUS
@ kIfcVibrationDamperTypeEnum_VISCOUS
Definition: Ifc4x2Enum.h:6344
OdIfc4x2::kIfcDoorTypeOperationEnum_SWING_FIXED_RIGHT
@ kIfcDoorTypeOperationEnum_SWING_FIXED_RIGHT
Definition: Ifc4x2Enum.h:2313
OdIfc::IfcLogical
OdDAI::OdLogical IfcLogical
Definition: IfcSimpleTypes.h:87
OdIfc4x2::IfcFlowMeterTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcConstructionMaterialResourceTypeEnum_FUEL
@ kIfcConstructionMaterialResourceTypeEnum_FUEL
Definition: Ifc4x2Enum.h:1441
OdIfc4x2::kIfcDistributionSystemEnum_VENTILATION
@ kIfcDistributionSystemEnum_VENTILATION
Definition: Ifc4x2Enum.h:2051
OdIfc4x2::IfcCableSegmentTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcBuildingElementProxyTypeEnum::IfcBuildingElementProxyTypeEnum
IfcBuildingElementProxyTypeEnum(IfcBuildingElementProxyTypeEnum_ val)
Definition: Ifc4x2Enum.h:856
OdIfc4x2::StrToIfcSolarDeviceTypeEnum
IfcSolarDeviceTypeEnum StrToIfcSolarDeviceTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcProcedureTypeEnum_NOTDEFINED
@ kIfcProcedureTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4307
OdIfc4x2::IfcDataOriginEnum::IfcDataOriginEnum
IfcDataOriginEnum(const IfcDataOriginEnum &other)
Definition: Ifc4x2Enum.h:1804
OdIfc4x2::IfcSensorTypeEnum::IfcSensorTypeEnum
IfcSensorTypeEnum(IfcSensorTypeEnum_ val)
Definition: Ifc4x2Enum.h:5127
OdIfc4x2::kIfcCondenserTypeEnum_WATERCOOLEDBRAZEDPLATE
@ kIfcCondenserTypeEnum_WATERCOOLEDBRAZEDPLATE
Definition: Ifc4x2Enum.h:1321
OdIfc4x2::IfcStructuralSurfaceActivityTypeEnum::IfcStructuralSurfaceActivityTypeEnum
IfcStructuralSurfaceActivityTypeEnum()
Definition: Ifc4x2Enum.h:5583
OdIfc4x2::kIfcTubeBundleTypeEnum_USERDEFINED
@ kIfcTubeBundleTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6153
OdIfc4x2::IfcLoadGroupTypeEnum::IfcLoadGroupTypeEnum
IfcLoadGroupTypeEnum(IfcLoadGroupTypeEnum_ val)
Definition: Ifc4x2Enum.h:3651
OdIfc4x2::kIfcDuctSilencerTypeEnum_NOTDEFINED
@ kIfcDuctSilencerTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2402
OdIfc4x2::kIfcInterceptorTypeEnum_GREASE
@ kIfcInterceptorTypeEnum_GREASE
Definition: Ifc4x2Enum.h:3306
OdIfc4x2::IfcLightFixtureTypeEnum
Definition: Ifc4x2Enum.h:3618
OdIfc4x2::IfcStructuralSurfaceActivityTypeEnum::IfcStructuralSurfaceActivityTypeEnum
IfcStructuralSurfaceActivityTypeEnum(IfcStructuralSurfaceActivityTypeEnum_ val)
Definition: Ifc4x2Enum.h:5585
OdIfc4x2::IfcCrewResourceTypeEnum::IfcCrewResourceTypeEnum
IfcCrewResourceTypeEnum(IfcCrewResourceTypeEnum_ val)
Definition: Ifc4x2Enum.h:1689
OdIfc4x2::StrToIfcUnitaryControlElementTypeEnum
IfcUnitaryControlElementTypeEnum StrToIfcUnitaryControlElementTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcInterceptorTypeEnum_OIL
@ kIfcInterceptorTypeEnum_OIL
Definition: Ifc4x2Enum.h:3307
OdIfc4x2::IfcWasteTerminalTypeEnum
Definition: Ifc4x2Enum.h:6477
OdIfc4x2::kIfcBSplineCurveForm_CIRCULAR_ARC
@ kIfcBSplineCurveForm_CIRCULAR_ARC
Definition: Ifc4x2Enum.h:499
OdIfc4x2::kIfcElectricTimeControlTypeEnum_RELAY
@ kIfcElectricTimeControlTypeEnum_RELAY
Definition: Ifc4x2Enum.h:2586
OdIfc4x2::kIfcDocumentConfidentialityEnum_CONFIDENTIAL
@ kIfcDocumentConfidentialityEnum_CONFIDENTIAL
Definition: Ifc4x2Enum.h:2081
OdIfc4x2::IfcPermeableCoveringOperationEnum_
IfcPermeableCoveringOperationEnum_
Definition: Ifc4x2Enum.h:4034
OdIfc4x2::IfcUnitaryEquipmentTypeEnum::IfcUnitaryEquipmentTypeEnum
IfcUnitaryEquipmentTypeEnum()
Definition: Ifc4x2Enum.h:6277
OdIfc4x2::IfcWindowStyleConstructionEnum::IfcWindowStyleConstructionEnum
IfcWindowStyleConstructionEnum(const IfcWindowStyleConstructionEnum &other)
Definition: Ifc4x2Enum.h:6578
OdIfc4x2::kIfcObjectiveEnum_DESIGNINTENT
@ kIfcObjectiveEnum_DESIGNINTENT
Definition: Ifc4x2Enum.h:3887
OdIfc4x2::IfcBearingTypeDisplacementEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:612
OdIfc4x2::IfcUnitaryControlElementTypeEnum::IfcUnitaryControlElementTypeEnum
IfcUnitaryControlElementTypeEnum(const IfcUnitaryControlElementTypeEnum &other)
Definition: Ifc4x2Enum.h:6248
OdIfc4x2::IfcChillerTypeEnum_
IfcChillerTypeEnum_
Definition: Ifc4x2Enum.h:1100
OdIfc4x2::kIfcTransitionCurveType_COSINECURVE
@ kIfcTransitionCurveType_COSINECURVE
Definition: Ifc4x2Enum.h:6070
OdIfc4x2::IfcObjectiveEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3908
OdIfc4x2::IfcCableCarrierSegmentTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:974
OdIfc4x2::kIfcWallTypeEnum_ELEMENTEDWALL
@ kIfcWallTypeEnum_ELEMENTEDWALL
Definition: Ifc4x2Enum.h:6438
OdIfc4x2::IfcFurnitureTypeEnum::IfcFurnitureTypeEnum
IfcFurnitureTypeEnum(const IfcFurnitureTypeEnum &other)
Definition: Ifc4x2Enum.h:3111
OdIfc4x2::kIfcVibrationIsolatorTypeEnum_USERDEFINED
@ kIfcVibrationIsolatorTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6374
OdIfc4x2::IfcTaskDurationEnum_
IfcTaskDurationEnum_
Definition: Ifc4x2Enum.h:5802
OdIfc4x2::kIfcReinforcingBarTypeEnum_unset
@ kIfcReinforcingBarTypeEnum_unset
Definition: Ifc4x2Enum.h:4809
OdIfc4x2::kIfcPermeableCoveringOperationEnum_NOTDEFINED
@ kIfcPermeableCoveringOperationEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4039
OdIfc4x2::IfcCooledBeamTypeEnum
Definition: Ifc4x2Enum.h:1536
OdIfc4x2::IfcComplexPropertyTemplateTypeEnum::IfcComplexPropertyTemplateTypeEnum
IfcComplexPropertyTemplateTypeEnum()
Definition: Ifc4x2Enum.h:1261
OdIfc4x2::IfcStairFlightTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcRampTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4634
OdIfc4x2::IfcElementAssemblyTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcBSplineSurfaceForm_SURF_OF_REVOLUTION
@ kIfcBSplineSurfaceForm_SURF_OF_REVOLUTION
Definition: Ifc4x2Enum.h:532
OdIfc4x2::IfcDoorTypeOperationEnum_
IfcDoorTypeOperationEnum_
Definition: Ifc4x2Enum.h:2295
OdIfc4x2::IfcWorkCalendarTypeEnum::IfcWorkCalendarTypeEnum
IfcWorkCalendarTypeEnum()
Definition: Ifc4x2Enum.h:6701
OdIfc4x2::Logical
OdDAI::OdLogical Logical
Definition: Ifc4x2Enum.h:34
OdIfc4x2::kIfcLightEmissionSourceEnum_MAINVOLTAGEHALOGEN
@ kIfcLightEmissionSourceEnum_MAINVOLTAGEHALOGEN
Definition: Ifc4x2Enum.h:3583
OdIfc4x2::kIfcWindowStyleOperationEnum_TRIPLE_PANEL_RIGHT
@ kIfcWindowStyleOperationEnum_TRIPLE_PANEL_RIGHT
Definition: Ifc4x2Enum.h:6601
OdIfc4x2::kIfcUnitEnum_MASSUNIT
@ kIfcUnitEnum_MASSUNIT
Definition: Ifc4x2Enum.h:6198
OdIfc4x2::kIfcProjectionElementTypeEnum_USERDEFINED
@ kIfcProjectionElementTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4413
OdIfc4x2::StrToIfcProjectOrderTypeEnum
IfcProjectOrderTypeEnum StrToIfcProjectOrderTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcConstructionEquipmentResourceTypeEnum_TRANSPORTING
@ kIfcConstructionEquipmentResourceTypeEnum_TRANSPORTING
Definition: Ifc4x2Enum.h:1412
OdIfc4x2::kIfcBSplineCurveForm_UNSPECIFIED
@ kIfcBSplineCurveForm_UNSPECIFIED
Definition: Ifc4x2Enum.h:503
OdIfc4x2::kIfcDistributionSystemEnum_LIGHTING
@ kIfcDistributionSystemEnum_LIGHTING
Definition: Ifc4x2Enum.h:2035
OdIfc4x2::IfcColumnTypeEnum::IfcColumnTypeEnum
IfcColumnTypeEnum()
Definition: Ifc4x2Enum.h:1199
OdIfc4x2::IfcBoilerTypeEnum
Definition: Ifc4x2Enum.h:699
OdIfc4x2::IfcConstructionProductResourceTypeEnum::IfcConstructionProductResourceTypeEnum
IfcConstructionProductResourceTypeEnum(IfcConstructionProductResourceTypeEnum_ val)
Definition: Ifc4x2Enum.h:1484
OdIfc4x2::kIfcPropertySetTemplateTypeEnum_QTO_OCCURRENCEDRIVEN
@ kIfcPropertySetTemplateTypeEnum_QTO_OCCURRENCEDRIVEN
Definition: Ifc4x2Enum.h:4444
OdIfc4x2::IfcObjectTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcCableCarrierFittingTypeEnum
IfcCableCarrierFittingTypeEnum StrToIfcCableCarrierFittingTypeEnum(OdAnsiString val)
OdIfc4x2::IfcPipeSegmentTypeEnum_
IfcPipeSegmentTypeEnum_
Definition: Ifc4x2Enum.h:4208
OdIfc4x2::kIfcLightFixtureTypeEnum_DIRECTIONSOURCE
@ kIfcLightFixtureTypeEnum_DIRECTIONSOURCE
Definition: Ifc4x2Enum.h:3611
OdIfc4x2::IfcCableCarrierSegmentTypeEnum_
IfcCableCarrierSegmentTypeEnum_
Definition: Ifc4x2Enum.h:957
OdIfc4x2::kIfcObjectTypeEnum_PROCESS
@ kIfcObjectTypeEnum_PROCESS
Definition: Ifc4x2Enum.h:3855
OdIfc4x2::kIfcDoorStyleConstructionEnum_HIGH_GRADE_STEEL
@ kIfcDoorStyleConstructionEnum_HIGH_GRADE_STEEL
Definition: Ifc4x2Enum.h:2196
OdIfc4x2::kIfcEventTriggerTypeEnum_EVENTCOMPLEX
@ kIfcEventTriggerTypeEnum_EVENTCOMPLEX
Definition: Ifc4x2Enum.h:2772
OdIfc4x2::kIfcDistributionSystemEnum_DOMESTICHOTWATER
@ kIfcDistributionSystemEnum_DOMESTICHOTWATER
Definition: Ifc4x2Enum.h:2024
OdIfc4x2::kIfcWindowPanelPositionEnum_BOTTOM
@ kIfcWindowPanelPositionEnum_BOTTOM
Definition: Ifc4x2Enum.h:6537
OdIfc4x2::IfcFastenerTypeEnum_
IfcFastenerTypeEnum_
Definition: Ifc4x2Enum.h:2886
OdIfc4x2::kIfcAddressTypeEnum_OFFICE
@ kIfcAddressTypeEnum_OFFICE
Definition: Ifc4x2Enum.h:177
OdIfc4x2::StrToIfcElectricApplianceTypeEnum
IfcElectricApplianceTypeEnum StrToIfcElectricApplianceTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcWindowStyleOperationEnum
IfcWindowStyleOperationEnum StrToIfcWindowStyleOperationEnum(OdAnsiString val)
OdIfc4x2::IfcReinforcingBarSurfaceEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4784
OdIfc4x2::kIfcFurnitureTypeEnum_CHAIR
@ kIfcFurnitureTypeEnum_CHAIR
Definition: Ifc4x2Enum.h:3095
OdIfc4x2::kIfcTimeSeriesDataTypeEnum_unset
@ kIfcTimeSeriesDataTypeEnum_unset
Definition: Ifc4x2Enum.h:5987
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_RECEIVER
@ kIfcAudioVisualApplianceTypeEnum_RECEIVER
Definition: Ifc4x2Enum.h:468
OdIfc4x2::kIfcRecurrenceTypeEnum_MONTHLY_BY_POSITION
@ kIfcRecurrenceTypeEnum_MONTHLY_BY_POSITION
Definition: Ifc4x2Enum.h:4651
OdIfc4x2::kIfcFlowMeterTypeEnum_OILMETER
@ kIfcFlowMeterTypeEnum_OILMETER
Definition: Ifc4x2Enum.h:3038
OdIfc4x2::kIfcPileTypeEnum_unset
@ kIfcPileTypeEnum_unset
Definition: Ifc4x2Enum.h:4154
OdIfc4x2::IfcPipeFittingTypeEnum::IfcPipeFittingTypeEnum
IfcPipeFittingTypeEnum(const IfcPipeFittingTypeEnum &other)
Definition: Ifc4x2Enum.h:4193
OdIfc4x2::IfcInternalOrExternalEnum
Definition: Ifc4x2Enum.h:3343
OdIfc4x2::IfcControllerTypeEnum::IfcControllerTypeEnum
IfcControllerTypeEnum()
Definition: Ifc4x2Enum.h:1512
OdIfc4x2::kIfcSpaceTypeEnum_USERDEFINED
@ kIfcSpaceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5326
OdIfc4x2::IfcDuctSegmentTypeEnum
Definition: Ifc4x2Enum.h:2378
OdIfc4x2::kIfcDerivedUnitEnum_MOMENTOFINERTIAUNIT
@ kIfcDerivedUnitEnum_MOMENTOFINERTIAUNIT
Definition: Ifc4x2Enum.h:1842
OdIfc4x2::kIfcCooledBeamTypeEnum_ACTIVE
@ kIfcCooledBeamTypeEnum_ACTIVE
Definition: Ifc4x2Enum.h:1529
OdIfc4x2::kIfcWorkPlanTypeEnum_USERDEFINED
@ kIfcWorkPlanTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6721
OdIfc4x2::IfcWindowTypePartitioningEnum::IfcWindowTypePartitioningEnum
IfcWindowTypePartitioningEnum(const IfcWindowTypePartitioningEnum &other)
Definition: Ifc4x2Enum.h:6674
OdIfc4x2::kIfcBearingTypeEnum_ELASTOMERIC
@ kIfcBearingTypeEnum_ELASTOMERIC
Definition: Ifc4x2Enum.h:628
OdIfc4x2::IfcDiscreteAccessoryTypeEnum::IfcDiscreteAccessoryTypeEnum
IfcDiscreteAccessoryTypeEnum()
Definition: Ifc4x2Enum.h:1933
OdIfc4x2::IfcGeographicElementTypeEnum::IfcGeographicElementTypeEnum
IfcGeographicElementTypeEnum(const IfcGeographicElementTypeEnum &other)
Definition: Ifc4x2Enum.h:3138
OdIfc4x2::kIfcDuctSilencerTypeEnum_unset
@ kIfcDuctSilencerTypeEnum_unset
Definition: Ifc4x2Enum.h:2403
OdIfc4x2::IfcBenchmarkEnum::IfcBenchmarkEnum
IfcBenchmarkEnum()
Definition: Ifc4x2Enum.h:675
OdIfc4x2::IfcCableCarrierSegmentTypeEnum::IfcCableCarrierSegmentTypeEnum
IfcCableCarrierSegmentTypeEnum()
Definition: Ifc4x2Enum.h:970
OdIfc4x2::kIfcTransitionCurveType_BLOSSCURVE
@ kIfcTransitionCurveType_BLOSSCURVE
Definition: Ifc4x2Enum.h:6068
OdIfc4x2::kIfcFireSuppressionTerminalTypeEnum_SPRINKLER
@ kIfcFireSuppressionTerminalTypeEnum_SPRINKLER
Definition: Ifc4x2Enum.h:2949
OdIfc4x2::kIfcObjectiveEnum_CODEWAIVER
@ kIfcObjectiveEnum_CODEWAIVER
Definition: Ifc4x2Enum.h:3886
OdIfc4x2::kIfcCostScheduleTypeEnum_BUDGET
@ kIfcCostScheduleTypeEnum_BUDGET
Definition: Ifc4x2Enum.h:1609
OdIfc4x2::IfcWindowTypeEnum_
IfcWindowTypeEnum_
Definition: Ifc4x2Enum.h:6627
OdIfc4x2::kIfcConstructionEquipmentResourceTypeEnum_ERECTING
@ kIfcConstructionEquipmentResourceTypeEnum_ERECTING
Definition: Ifc4x2Enum.h:1407
OdIfc4x2::kIfcWindowPanelOperationEnum_TILTANDTURNRIGHTHAND
@ kIfcWindowPanelOperationEnum_TILTANDTURNRIGHTHAND
Definition: Ifc4x2Enum.h:6499
OdIfc4x2::kIfcGridTypeEnum_RADIAL
@ kIfcGridTypeEnum_RADIAL
Definition: Ifc4x2Enum.h:3212
OdIfc4x2::IfcTrimmingPreference::toStr
OdAnsiString toStr()
OdIfc4x2::IfcTendonTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcSwitchingDeviceTypeEnum_MOMENTARYSWITCH
@ kIfcSwitchingDeviceTypeEnum_MOMENTARYSWITCH
Definition: Ifc4x2Enum.h:5714
OdIfc4x2::StrToIfcActionTypeEnum
IfcActionTypeEnum StrToIfcActionTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcStateEnum_READONLY
@ kIfcStateEnum_READONLY
Definition: Ifc4x2Enum.h:5482
OdIfc4x2::IfcUnitaryEquipmentTypeEnum::IfcUnitaryEquipmentTypeEnum
IfcUnitaryEquipmentTypeEnum(const IfcUnitaryEquipmentTypeEnum &other)
Definition: Ifc4x2Enum.h:6278
OdIfc4x2::kIfcBridgeTypeEnum_CULVERT
@ kIfcBridgeTypeEnum_CULVERT
Definition: Ifc4x2Enum.h:783
OdIfc4x2::IfcPumpTypeEnum
Definition: Ifc4x2Enum.h:4542
OdIfc4x2::IfcCoveringTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1663
OdIfc4x2::kIfcBridgePartTypeEnum_unset
@ kIfcBridgePartTypeEnum_unset
Definition: Ifc4x2Enum.h:757
OdIfc4x2::IfcDuctSegmentTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcVoidingFeatureTypeEnum_MITER
@ kIfcVoidingFeatureTypeEnum_MITER
Definition: Ifc4x2Enum.h:6402
OdIfc4x2::kIfcDistributionSystemEnum_DRAINAGE
@ kIfcDistributionSystemEnum_DRAINAGE
Definition: Ifc4x2Enum.h:2025
OdIfc4x2::IfcFireSuppressionTerminalTypeEnum_
IfcFireSuppressionTerminalTypeEnum_
Definition: Ifc4x2Enum.h:2945
OdIfc4x2::IfcSolarDeviceTypeEnum::IfcSolarDeviceTypeEnum
IfcSolarDeviceTypeEnum(IfcSolarDeviceTypeEnum_ val)
Definition: Ifc4x2Enum.h:5279
OdIfc4x2::IfcTransitionCode::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcTankTypeEnum_BREAKPRESSURE
@ kIfcTankTypeEnum_BREAKPRESSURE
Definition: Ifc4x2Enum.h:5772
OdIfc4x2::IfcWorkPlanTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcReferentTypeEnum_USERDEFINED
@ kIfcReferentTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4682
OdIfc4x2::StrToIfcBuildingElementProxyTypeEnum
IfcBuildingElementProxyTypeEnum StrToIfcBuildingElementProxyTypeEnum(OdAnsiString val)
OdIfc4x2::IfcProjectionElementTypeEnum
Definition: Ifc4x2Enum.h:4418
OdIfc4x2::kIfcStateEnum_LOCKED
@ kIfcStateEnum_LOCKED
Definition: Ifc4x2Enum.h:5483
OdIfc4x2::IfcPipeSegmentTypeEnum::IfcPipeSegmentTypeEnum
IfcPipeSegmentTypeEnum(IfcPipeSegmentTypeEnum_ val)
Definition: Ifc4x2Enum.h:4224
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_TELEPHONE
@ kIfcAudioVisualApplianceTypeEnum_TELEPHONE
Definition: Ifc4x2Enum.h:471
OdIfc4x2::kIfcStairTypeEnum_DOUBLE_RETURN_STAIR
@ kIfcStairTypeEnum_DOUBLE_RETURN_STAIR
Definition: Ifc4x2Enum.h:5453
OdIfc4x2::IfcEventTriggerTypeEnum
Definition: Ifc4x2Enum.h:2778
OdIfc4x2::kIfcBenchmarkEnum_LESSTHANOREQUALTO
@ kIfcBenchmarkEnum_LESSTHANOREQUALTO
Definition: Ifc4x2Enum.h:662
OdIfc4x2::kIfcBeamTypeEnum_DIAPHRAGM
@ kIfcBeamTypeEnum_DIAPHRAGM
Definition: Ifc4x2Enum.h:568
OdIfc4x2::IfcDuctSegmentTypeEnum_
IfcDuctSegmentTypeEnum_
Definition: Ifc4x2Enum.h:2370
OdIfc4x2::IfcElectricFlowStorageDeviceTypeEnum
Definition: Ifc4x2Enum.h:2506
OdIfc4x2::IfcGridTypeEnum::IfcGridTypeEnum
IfcGridTypeEnum(IfcGridTypeEnum_ val)
Definition: Ifc4x2Enum.h:3225
OdIfc4x2::IfcCableSegmentTypeEnum::IfcCableSegmentTypeEnum
IfcCableSegmentTypeEnum(IfcCableSegmentTypeEnum_ val)
Definition: Ifc4x2Enum.h:1031
OdIfc4x2::kIfcCostItemTypeEnum_USERDEFINED
@ kIfcCostItemTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1584
OdIfc4x2::kIfcDistributionPortTypeEnum_USERDEFINED
@ kIfcDistributionPortTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1987
OdIfc4x2::IfcCableCarrierFittingTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcCoveringTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcLaborResourceTypeEnum_DRYWALL
@ kIfcLaborResourceTypeEnum_DRYWALL
Definition: Ifc4x2Enum.h:3449
OdIfc4x2::IfcCoilTypeEnum::IfcCoilTypeEnum
IfcCoilTypeEnum(IfcCoilTypeEnum_ val)
Definition: Ifc4x2Enum.h:1171
OdIfc4x2::IfcMemberTypeEnum_
IfcMemberTypeEnum_
Definition: Ifc4x2Enum.h:3759
OdIfc4x2::kIfcConstructionMaterialResourceTypeEnum_AGGREGATES
@ kIfcConstructionMaterialResourceTypeEnum_AGGREGATES
Definition: Ifc4x2Enum.h:1438
OdIfc4x2::IfcDocumentStatusEnum::IfcDocumentStatusEnum
IfcDocumentStatusEnum(IfcDocumentStatusEnum_ val)
Definition: Ifc4x2Enum.h:2121
OdIfc4x2::kIfcPumpTypeEnum_ENDSUCTION
@ kIfcPumpTypeEnum_ENDSUCTION
Definition: Ifc4x2Enum.h:4531
OdIfc4x2::kIfcMemberTypeEnum_STUD
@ kIfcMemberTypeEnum_STUD
Definition: Ifc4x2Enum.h:3771
OdIfc4x2::kIfcProfileTypeEnum_AREA
@ kIfcProfileTypeEnum_AREA
Definition: Ifc4x2Enum.h:4332
OdIfc4x2::IfcElectricDistributionBoardTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2482
OdIfc4x2::kIfcDistributionPortTypeEnum_NOTDEFINED
@ kIfcDistributionPortTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1988
OdIfc4x2::kIfcReflectanceMethodEnum_PHONG
@ kIfcReflectanceMethodEnum_PHONG
Definition: Ifc4x2Enum.h:4713
OdIfc4x2::kIfcPumpTypeEnum_USERDEFINED
@ kIfcPumpTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4537
OdIfc4x2::kIfcConstructionProductResourceTypeEnum_NOTDEFINED
@ kIfcConstructionProductResourceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1475
OdIfc4x2::kIfcProjectionElementTypeEnum_DEVIATOR
@ kIfcProjectionElementTypeEnum_DEVIATOR
Definition: Ifc4x2Enum.h:4412
OdIfc4x2::kIfcDistributionSystemEnum_POWERGENERATION
@ kIfcDistributionSystemEnum_POWERGENERATION
Definition: Ifc4x2Enum.h:2040
OdIfc4x2::kIfcWorkScheduleTypeEnum_NOTDEFINED
@ kIfcWorkScheduleTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6750
OdIfc4x2::kIfcLaborResourceTypeEnum_STEELWORK
@ kIfcLaborResourceTypeEnum_STEELWORK
Definition: Ifc4x2Enum.h:3462
OdIfc4x2::kIfcCrewResourceTypeEnum_unset
@ kIfcCrewResourceTypeEnum_unset
Definition: Ifc4x2Enum.h:1681
OdIfc4x2::kIfcDoorStyleOperationEnum_ROLLINGUP
@ kIfcDoorStyleOperationEnum_ROLLINGUP
Definition: Ifc4x2Enum.h:2242
OdIfc4x2::IfcPreferredSurfaceCurveRepresentation::exists
int exists() const
Definition: Ifc4x2Enum.h:4285
OdIfc4x2::kIfcAnalysisModelTypeEnum_OUT_PLANE_LOADING_2D
@ kIfcAnalysisModelTypeEnum_OUT_PLANE_LOADING_2D
Definition: Ifc4x2Enum.h:353
OdIfc4x2::kIfcSIPrefix_KILO
@ kIfcSIPrefix_KILO
Definition: Ifc4x2Enum.h:4946
OdIfc4x2::kIfcDerivedUnitEnum_DYNAMICVISCOSITYUNIT
@ kIfcDerivedUnitEnum_DYNAMICVISCOSITYUNIT
Definition: Ifc4x2Enum.h:1823
OdIfc4x2::kIfcPumpTypeEnum_SUBMERSIBLEPUMP
@ kIfcPumpTypeEnum_SUBMERSIBLEPUMP
Definition: Ifc4x2Enum.h:4533
OdIfc4x2::IfcElectricTimeControlTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcKnotType::IfcKnotType
IfcKnotType()
Definition: Ifc4x2Enum.h:3428
OdIfc4x2::kIfcColumnTypeEnum_PILASTER
@ kIfcColumnTypeEnum_PILASTER
Definition: Ifc4x2Enum.h:1187
OdIfc4x2::IfcElementCompositionEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcValveTypeEnum_DIVERTING
@ kIfcValveTypeEnum_DIVERTING
Definition: Ifc4x2Enum.h:6299
OdIfc4x2::IfcSIPrefix
Definition: Ifc4x2Enum.h:4960
OdIfc4x2::kIfcDuctSegmentTypeEnum_RIGIDSEGMENT
@ kIfcDuctSegmentTypeEnum_RIGIDSEGMENT
Definition: Ifc4x2Enum.h:2371
OdIfc4x2::kIfcAssemblyPlaceEnum_FACTORY
@ kIfcAssemblyPlaceEnum_FACTORY
Definition: Ifc4x2Enum.h:437
OdIfc4x2::IfcProtectiveDeviceTrippingUnitTypeEnum::IfcProtectiveDeviceTrippingUnitTypeEnum
IfcProtectiveDeviceTrippingUnitTypeEnum(const IfcProtectiveDeviceTrippingUnitTypeEnum &other)
Definition: Ifc4x2Enum.h:4482
OdIfc4x2::kIfcHumidifierTypeEnum_ASSISTEDBUTANE
@ kIfcHumidifierTypeEnum_ASSISTEDBUTANE
Definition: Ifc4x2Enum.h:3278
OdIfc4x2::kIfcBeamTypeEnum_CORNICE
@ kIfcBeamTypeEnum_CORNICE
Definition: Ifc4x2Enum.h:571
OdIfc4x2::IfcPreferredSurfaceCurveRepresentation::IfcPreferredSurfaceCurveRepresentation
IfcPreferredSurfaceCurveRepresentation(IfcPreferredSurfaceCurveRepresentation_ val)
Definition: Ifc4x2Enum.h:4284
OdIfc4x2::kIfcBridgeTypeEnum_ARCHED
@ kIfcBridgeTypeEnum_ARCHED
Definition: Ifc4x2Enum.h:780
OdIfc4x2::IfcAlignmentTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:339
OdIfc4x2::kIfcTendonAnchorTypeEnum_unset
@ kIfcTendonAnchorTypeEnum_unset
Definition: Ifc4x2Enum.h:5871
OdIfc4x2::kIfcConstructionMaterialResourceTypeEnum_DRYWALL
@ kIfcConstructionMaterialResourceTypeEnum_DRYWALL
Definition: Ifc4x2Enum.h:1440
OdIfc4x2::IfcTextPath::toStr
OdAnsiString toStr()
OdIfc4x2::IfcPileTypeEnum
Definition: Ifc4x2Enum.h:4157
OdIfc4x2::kIfcConstructionMaterialResourceTypeEnum_GYPSUM
@ kIfcConstructionMaterialResourceTypeEnum_GYPSUM
Definition: Ifc4x2Enum.h:1442
OdIfc4x2::StrToIfcMotorConnectionTypeEnum
IfcMotorConnectionTypeEnum StrToIfcMotorConnectionTypeEnum(OdAnsiString val)
OdIfc4x2::IfcDistributionChamberElementTypeEnum_
IfcDistributionChamberElementTypeEnum_
Definition: Ifc4x2Enum.h:1949
OdIfc4x2::IfcSequenceEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5158
OdIfc4x2::IfcCableCarrierFittingTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:944
OdIfc4x2::IfcTaskDurationEnum::IfcTaskDurationEnum
IfcTaskDurationEnum(IfcTaskDurationEnum_ val)
Definition: Ifc4x2Enum.h:5814
OdIfc4x2::kIfcAudioVisualApplianceTypeEnum_TUNER
@ kIfcAudioVisualApplianceTypeEnum_TUNER
Definition: Ifc4x2Enum.h:472
OdIfc4x2::kIfcStructuralCurveMemberTypeEnum_RIGID_JOINED_MEMBER
@ kIfcStructuralCurveMemberTypeEnum_RIGID_JOINED_MEMBER
Definition: Ifc4x2Enum.h:5541
OdIfc4x2::IfcRoleEnum_
IfcRoleEnum_
Definition: Ifc4x2Enum.h:4856
OdIfc4x2::kIfcDamperTypeEnum_BALANCINGDAMPER
@ kIfcDamperTypeEnum_BALANCINGDAMPER
Definition: Ifc4x2Enum.h:1757
OdIfc4x2::IfcPermitTypeEnum
Definition: Ifc4x2Enum.h:4071
OdIfc4x2::IfcTextPath
Definition: Ifc4x2Enum.h:5960
OdIfc4x2::StrToIfcPropertySetTemplateTypeEnum
IfcPropertySetTemplateTypeEnum StrToIfcPropertySetTemplateTypeEnum(OdAnsiString val)
OdIfc4x2::IfcTextPath::IfcTextPath
IfcTextPath(const IfcTextPath &other)
Definition: Ifc4x2Enum.h:5964
OdIfc4x2::IfcGridTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3226
OdIfc4x2::IfcActuatorTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcCaissonFoundationTypeEnum::IfcCaissonFoundationTypeEnum
IfcCaissonFoundationTypeEnum(IfcCaissonFoundationTypeEnum_ val)
Definition: Ifc4x2Enum.h:1058
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_USERDEFINED
@ kIfcMechanicalFastenerTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3705
OdIfc4x2::IfcGeometricProjectionEnum::IfcGeometricProjectionEnum
IfcGeometricProjectionEnum(IfcGeometricProjectionEnum_ val)
Definition: Ifc4x2Enum.h:3171
OdIfc4x2::IfcComplexPropertyTemplateTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1265
OdIfc4x2::IfcElectricTimeControlTypeEnum
Definition: Ifc4x2Enum.h:2592
OdIfc4x2::IfcControllerTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcElectricApplianceTypeEnum_REFRIGERATOR
@ kIfcElectricApplianceTypeEnum_REFRIGERATOR
Definition: Ifc4x2Enum.h:2438
OdIfc4x2::kIfcElectricApplianceTypeEnum_FREESTANDINGELECTRICHEATER
@ kIfcElectricApplianceTypeEnum_FREESTANDINGELECTRICHEATER
Definition: Ifc4x2Enum.h:2428
OdIfc4x2::IfcAirToAirHeatRecoveryTypeEnum
Definition: Ifc4x2Enum.h:276
OdIfc4x2::kIfcBoilerTypeEnum_NOTDEFINED
@ kIfcBoilerTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:695
OdIfc4x2::kIfcTaskTypeEnum_NOTDEFINED
@ kIfcTaskTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5842
OdIfc4x2::IfcTransitionCurveType::nullify
void nullify()
Definition: Ifc4x2Enum.h:6083
OdIfc4x2::IfcCooledBeamTypeEnum::IfcCooledBeamTypeEnum
IfcCooledBeamTypeEnum(const IfcCooledBeamTypeEnum &other)
Definition: Ifc4x2Enum.h:1540
OdIfc4x2::kIfcSurfaceFeatureTypeEnum_MARK
@ kIfcSurfaceFeatureTypeEnum_MARK
Definition: Ifc4x2Enum.h:5655
OdIfc4x2::kIfcStateEnum_READWRITELOCKED
@ kIfcStateEnum_READWRITELOCKED
Definition: Ifc4x2Enum.h:5484
OdDAI::operator==
bool DAI_EXPORT operator==(const OdFileDescriptionAuto &left, const OdFileDescriptionAuto &right)
OdIfc4x2::IfcFurnitureTypeEnum
Definition: Ifc4x2Enum.h:3107
OdIfc4x2::IfcCostItemTypeEnum::IfcCostItemTypeEnum
IfcCostItemTypeEnum()
Definition: Ifc4x2Enum.h:1592
OdIfc4x2::kIfcStairTypeEnum_TWO_QUARTER_TURN_STAIR
@ kIfcStairTypeEnum_TWO_QUARTER_TURN_STAIR
Definition: Ifc4x2Enum.h:5449
OdIfc4x2::kIfcElementAssemblyTypeEnum_RIGID_FRAME
@ kIfcElementAssemblyTypeEnum_RIGID_FRAME
Definition: Ifc4x2Enum.h:2618
OdIfc4x2::IfcDistributionPortTypeEnum::IfcDistributionPortTypeEnum
IfcDistributionPortTypeEnum()
Definition: Ifc4x2Enum.h:1995
OdIfc4x2::IfcPerformanceHistoryTypeEnum::IfcPerformanceHistoryTypeEnum
IfcPerformanceHistoryTypeEnum(const IfcPerformanceHistoryTypeEnum &other)
Definition: Ifc4x2Enum.h:4019
OdIfc4x2::kIfcDerivedUnitEnum_TEMPERATUREGRADIENTUNIT
@ kIfcDerivedUnitEnum_TEMPERATUREGRADIENTUNIT
Definition: Ifc4x2Enum.h:1867
OdIfc4x2::IfcCoolingTowerTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1571
OdIfc4x2::kIfcLampTypeEnum_METALHALIDE
@ kIfcLampTypeEnum_METALHALIDE
Definition: Ifc4x2Enum.h:3495
OdIfc4x2::IfcDocumentStatusEnum::IfcDocumentStatusEnum
IfcDocumentStatusEnum()
Definition: Ifc4x2Enum.h:2119
OdIfc4x2::IfcPropertySetTemplateTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4455
OdIfc4x2::kIfcUnitEnum_MAGNETICFLUXUNIT
@ kIfcUnitEnum_MAGNETICFLUXUNIT
Definition: Ifc4x2Enum.h:6197
OdIfc4x2::StrToIfcFlowMeterTypeEnum
IfcFlowMeterTypeEnum StrToIfcFlowMeterTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcDocumentConfidentialityEnum_PUBLIC
@ kIfcDocumentConfidentialityEnum_PUBLIC
Definition: Ifc4x2Enum.h:2079
OdIfc4x2::StrToIfcDataOriginEnum
IfcDataOriginEnum StrToIfcDataOriginEnum(OdAnsiString val)
OdIfc4x2::kIfcObjectTypeEnum_unset
@ kIfcObjectTypeEnum_unset
Definition: Ifc4x2Enum.h:3862
OdIfc4x2::IfcStructuralCurveMemberTypeEnum
Definition: Ifc4x2Enum.h:5551
OdIfc4x2::IfcDuctSilencerTypeEnum
Definition: Ifc4x2Enum.h:2406
OdIfc4x2::kIfcPileTypeEnum_USERDEFINED
@ kIfcPileTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4152
OdIfc4x2::kIfcValveTypeEnum_CHANGEOVER
@ kIfcValveTypeEnum_CHANGEOVER
Definition: Ifc4x2Enum.h:6296
OdIfc4x2::kIfcStairFlightTypeEnum_unset
@ kIfcStairFlightTypeEnum_unset
Definition: Ifc4x2Enum.h:5419
OdIfc4x2::kIfcLaborResourceTypeEnum_ROOFING
@ kIfcLaborResourceTypeEnum_ROOFING
Definition: Ifc4x2Enum.h:3460
OdIfc4x2::kIfcSensorTypeEnum_FROSTSENSOR
@ kIfcSensorTypeEnum_FROSTSENSOR
Definition: Ifc4x2Enum.h:5099
OdIfc4x2::kIfcPipeFittingTypeEnum_BEND
@ kIfcPipeFittingTypeEnum_BEND
Definition: Ifc4x2Enum.h:4177
OdIfc4x2::kIfcEventTriggerTypeEnum_NOTDEFINED
@ kIfcEventTriggerTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2774
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_GATEWAY
@ kIfcCommunicationsApplianceTypeEnum_GATEWAY
Definition: Ifc4x2Enum.h:1219
OdIfc4x2::IfcBoilerTypeEnum::IfcBoilerTypeEnum
IfcBoilerTypeEnum(const IfcBoilerTypeEnum &other)
Definition: Ifc4x2Enum.h:703
OdIfc4x2::IfcRoleEnum::IfcRoleEnum
IfcRoleEnum(IfcRoleEnum_ val)
Definition: Ifc4x2Enum.h:4888
OdIfc4x2::kIfcCoveringTypeEnum_COPING
@ kIfcCoveringTypeEnum_COPING
Definition: Ifc4x2Enum.h:1651
OdIfc4x2::IfcMedicalDeviceTypeEnum::IfcMedicalDeviceTypeEnum
IfcMedicalDeviceTypeEnum(IfcMedicalDeviceTypeEnum_ val)
Definition: Ifc4x2Enum.h:3745
OdIfc4x2::kIfcKnotType_UNIFORM_KNOTS
@ kIfcKnotType_UNIFORM_KNOTS
Definition: Ifc4x2Enum.h:3418
OdIfc4x2::IfcBeamTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:584
OdIfc4x2::kIfcEventTriggerTypeEnum_EVENTMESSAGE
@ kIfcEventTriggerTypeEnum_EVENTMESSAGE
Definition: Ifc4x2Enum.h:2770
OdIfc4x2::kIfcChillerTypeEnum_WATERCOOLED
@ kIfcChillerTypeEnum_WATERCOOLED
Definition: Ifc4x2Enum.h:1102
OdIfc4x2::kIfcCableFittingTypeEnum_CONNECTOR
@ kIfcCableFittingTypeEnum_CONNECTOR
Definition: Ifc4x2Enum.h:987
OdIfc4x2::IfcChangeActionEnum::IfcChangeActionEnum
IfcChangeActionEnum()
Definition: Ifc4x2Enum.h:1084
OdIfc4x2::IfcDuctSilencerTypeEnum::IfcDuctSilencerTypeEnum
IfcDuctSilencerTypeEnum()
Definition: Ifc4x2Enum.h:2409
OdIfc4x2::kIfcFootingTypeEnum_USERDEFINED
@ kIfcFootingTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3070
OdIfc4x2::IfcPerformanceHistoryTypeEnum::IfcPerformanceHistoryTypeEnum
IfcPerformanceHistoryTypeEnum(IfcPerformanceHistoryTypeEnum_ val)
Definition: Ifc4x2Enum.h:4020
OdIfc4x2::IfcPermitTypeEnum::IfcPermitTypeEnum
IfcPermitTypeEnum()
Definition: Ifc4x2Enum.h:4074
OdIfc4x2::IfcColumnTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcSectionTypeEnum
Definition: Ifc4x2Enum.h:5073
OdIfc4x2::IfcWorkPlanTypeEnum
Definition: Ifc4x2Enum.h:6726
OdIfc4x2::IfcMedicalDeviceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3746
OdIfc4x2::StrToIfcWindowTypePartitioningEnum
IfcWindowTypePartitioningEnum StrToIfcWindowTypePartitioningEnum(OdAnsiString val)
OdIfc4x2::kIfcDoorStyleConstructionEnum_USERDEFINED
@ kIfcDoorStyleConstructionEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2202
OdIfc4x2::kIfcDoorStyleConstructionEnum_WOOD
@ kIfcDoorStyleConstructionEnum_WOOD
Definition: Ifc4x2Enum.h:2198
OdIfc4x2::IfcCableCarrierFittingTypeEnum
Definition: Ifc4x2Enum.h:938
OdIfc4x2::IfcConstructionMaterialResourceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1458
OdIfc4x2::IfcStructuralCurveActivityTypeEnum::IfcStructuralCurveActivityTypeEnum
IfcStructuralCurveActivityTypeEnum(IfcStructuralCurveActivityTypeEnum_ val)
Definition: Ifc4x2Enum.h:5526
OdIfc4x2::kIfcWallTypeEnum_RETAININGWALL
@ kIfcWallTypeEnum_RETAININGWALL
Definition: Ifc4x2Enum.h:6439
OdIfc4x2::IfcTendonTypeEnum::IfcTendonTypeEnum
IfcTendonTypeEnum(const IfcTendonTypeEnum &other)
Definition: Ifc4x2Enum.h:5937
OdIfc4x2::kIfcDoorPanelOperationEnum_SWINGING
@ kIfcDoorPanelOperationEnum_SWINGING
Definition: Ifc4x2Enum.h:2136
OdIfc4x2::IfcFurnitureTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3113
OdIfc4x2::kIfcLightFixtureTypeEnum_USERDEFINED
@ kIfcLightFixtureTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3613
OdIfc4x2::kIfcReinforcingBarTypeEnum_ANCHORING
@ kIfcReinforcingBarTypeEnum_ANCHORING
Definition: Ifc4x2Enum.h:4798
OdIfc4x2::kIfcStructuralCurveActivityTypeEnum_unset
@ kIfcStructuralCurveActivityTypeEnum_unset
Definition: Ifc4x2Enum.h:5518
OdIfc4x2::IfcSurfaceSide::nullify
void nullify()
Definition: Ifc4x2Enum.h:5697
OdIfc4x2::kIfcUnitEnum_ELECTRICCHARGEUNIT
@ kIfcUnitEnum_ELECTRICCHARGEUNIT
Definition: Ifc4x2Enum.h:6183
OdIfc4x2::kIfcSIPrefix_FEMTO
@ kIfcSIPrefix_FEMTO
Definition: Ifc4x2Enum.h:4955
OdIfc4x2::kIfcMedicalDeviceTypeEnum_USERDEFINED
@ kIfcMedicalDeviceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3735
OdIfc4x2::kIfcDamperTypeEnum_BLASTDAMPER
@ kIfcDamperTypeEnum_BLASTDAMPER
Definition: Ifc4x2Enum.h:1758
OdIfc4x2::kIfcShadingDeviceTypeEnum_unset
@ kIfcShadingDeviceTypeEnum_unset
Definition: Ifc4x2Enum.h:5176
OdIfc4x2::IfcDoorStyleOperationEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcInterceptorTypeEnum::IfcInterceptorTypeEnum
IfcInterceptorTypeEnum(IfcInterceptorTypeEnum_ val)
Definition: Ifc4x2Enum.h:3319
OdIfc4x2::IfcDoorStyleConstructionEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcBridgeTypeEnum_TRUSS
@ kIfcBridgeTypeEnum_TRUSS
Definition: Ifc4x2Enum.h:787
OdIfc4x2::IfcActionSourceTypeEnum_
IfcActionSourceTypeEnum_
Definition: Ifc4x2Enum.h:68
OdIfc4x2::IfcEvaporativeCoolerTypeEnum
Definition: Ifc4x2Enum.h:2718
OdIfc4x2::IfcCaissonFoundationTypeEnum::IfcCaissonFoundationTypeEnum
IfcCaissonFoundationTypeEnum(const IfcCaissonFoundationTypeEnum &other)
Definition: Ifc4x2Enum.h:1057
OdIfc4x2::kIfcStructuralSurfaceActivityTypeEnum_NOTDEFINED
@ kIfcStructuralSurfaceActivityTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5576
OdIfc4x2::kIfcDistributionSystemEnum_ELECTRICAL
@ kIfcDistributionSystemEnum_ELECTRICAL
Definition: Ifc4x2Enum.h:2027
OdIfc4x2::kIfcWindowPanelOperationEnum_PIVOTHORIZONTAL
@ kIfcWindowPanelOperationEnum_PIVOTHORIZONTAL
Definition: Ifc4x2Enum.h:6503
OdIfc4x2::kIfcSequenceEnum_FINISH_FINISH
@ kIfcSequenceEnum_FINISH_FINISH
Definition: Ifc4x2Enum.h:5145
OdIfc4x2::IfcFurnitureTypeEnum::IfcFurnitureTypeEnum
IfcFurnitureTypeEnum()
Definition: Ifc4x2Enum.h:3110
OdIfc4x2::IfcBSplineSurfaceForm::exists
int exists() const
Definition: Ifc4x2Enum.h:547
OdIfc4x2::kIfcCableCarrierSegmentTypeEnum_CABLELADDERSEGMENT
@ kIfcCableCarrierSegmentTypeEnum_CABLELADDERSEGMENT
Definition: Ifc4x2Enum.h:958
OdIfc4x2::kIfcUnitEnum_ELECTRICCAPACITANCEUNIT
@ kIfcUnitEnum_ELECTRICCAPACITANCEUNIT
Definition: Ifc4x2Enum.h:6182
OdIfc4x2::kIfcVibrationDamperTypeEnum_NOTDEFINED
@ kIfcVibrationDamperTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6347
OdIfc4x2::IfcDoorPanelPositionEnum
Definition: Ifc4x2Enum.h:2175
OdIfc4x2::IfcCoolingTowerTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcUnitaryControlElementTypeEnum_CONTROLPANEL
@ kIfcUnitaryControlElementTypeEnum_CONTROLPANEL
Definition: Ifc4x2Enum.h:6232
OdIfc4x2::IfcLaborResourceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcTrimmingPreference::exists
int exists() const
Definition: Ifc4x2Enum.h:6138
OdIfc4x2::kIfcMedicalDeviceTypeEnum_FEEDAIRUNIT
@ kIfcMedicalDeviceTypeEnum_FEEDAIRUNIT
Definition: Ifc4x2Enum.h:3731
OdIfc4x2::StrToIfcDoorStyleOperationEnum
IfcDoorStyleOperationEnum StrToIfcDoorStyleOperationEnum(OdAnsiString val)
OdIfc4x2::IfcColumnTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1202
OdIfc4x2::kIfcSensorTypeEnum_FLOWSENSOR
@ kIfcSensorTypeEnum_FLOWSENSOR
Definition: Ifc4x2Enum.h:5098
OdIfc4x2::IfcHumidifierTypeEnum
Definition: Ifc4x2Enum.h:3285
OdIfc4x2::IfcFilterTypeEnum_
IfcFilterTypeEnum_
Definition: Ifc4x2Enum.h:2914
OdIfc4x2::IfcSIUnitName
Definition: Ifc4x2Enum.h:5013
OdIfc4x2::kIfcTaskTypeEnum_DISPOSAL
@ kIfcTaskTypeEnum_DISPOSAL
Definition: Ifc4x2Enum.h:5833
OdIfc4x2::kIfcTaskTypeEnum_MOVE
@ kIfcTaskTypeEnum_MOVE
Definition: Ifc4x2Enum.h:5837
OdIfc4x2::IfcProjectedOrTrueLengthEnum::IfcProjectedOrTrueLengthEnum
IfcProjectedOrTrueLengthEnum(IfcProjectedOrTrueLengthEnum_ val)
Definition: Ifc4x2Enum.h:4396
OdIfc4x2::kIfcTendonTypeEnum_NOTDEFINED
@ kIfcTendonTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5929
OdIfc4x2::IfcInternalOrExternalEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcWindowPanelOperationEnum_SLIDINGHORIZONTAL
@ kIfcWindowPanelOperationEnum_SLIDINGHORIZONTAL
Definition: Ifc4x2Enum.h:6505
OdIfc4x2::kIfcDerivedUnitEnum_LINEARVELOCITYUNIT
@ kIfcDerivedUnitEnum_LINEARVELOCITYUNIT
Definition: Ifc4x2Enum.h:1828
OdIfc4x2::IfcDerivedUnitEnum::IfcDerivedUnitEnum
IfcDerivedUnitEnum(const IfcDerivedUnitEnum &other)
Definition: Ifc4x2Enum.h:1880
OdIfc4x2::kIfcActionSourceTypeEnum_FIRE
@ kIfcActionSourceTypeEnum_FIRE
Definition: Ifc4x2Enum.h:78
OdIfc4x2::IfcAudioVisualApplianceTypeEnum::IfcAudioVisualApplianceTypeEnum
IfcAudioVisualApplianceTypeEnum(const IfcAudioVisualApplianceTypeEnum &other)
Definition: Ifc4x2Enum.h:482
OdIfc4x2::IfcDoorTypeOperationEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcPropertySetTemplateTypeEnum::IfcPropertySetTemplateTypeEnum
IfcPropertySetTemplateTypeEnum(const IfcPropertySetTemplateTypeEnum &other)
Definition: Ifc4x2Enum.h:4453
OdIfc4x2::kIfcTaskTypeEnum_OPERATION
@ kIfcTaskTypeEnum_OPERATION
Definition: Ifc4x2Enum.h:5838
OdIfc4x2::kIfcRampTypeEnum_HALF_TURN_RAMP
@ kIfcRampTypeEnum_HALF_TURN_RAMP
Definition: Ifc4x2Enum.h:4621
OdIfc4x2::IfcActionSourceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcOpeningElementTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3967
OdIfc4x2::IfcValveTypeEnum::IfcValveTypeEnum
IfcValveTypeEnum(const IfcValveTypeEnum &other)
Definition: Ifc4x2Enum.h:6324
OdIfc4x2::kIfcSIUnitName_TESLA
@ kIfcSIUnitName_TESLA
Definition: Ifc4x2Enum.h:5006
OdIfc4x2::kIfcProcedureTypeEnum_ADVICE_CAUTION
@ kIfcProcedureTypeEnum_ADVICE_CAUTION
Definition: Ifc4x2Enum.h:4299
OdIfc4x2::IfcUnitEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcCostScheduleTypeEnum_COSTPLAN
@ kIfcCostScheduleTypeEnum_COSTPLAN
Definition: Ifc4x2Enum.h:1610
OdIfc4x2::IfcControllerTypeEnum::IfcControllerTypeEnum
IfcControllerTypeEnum(const IfcControllerTypeEnum &other)
Definition: Ifc4x2Enum.h:1513
OdIfc4x2::kIfcSlabTypeEnum_APPROACH_SLAB
@ kIfcSlabTypeEnum_APPROACH_SLAB
Definition: Ifc4x2Enum.h:5238
OdIfc4x2::IfcPileTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4163
OdIfc4x2::kIfcValveTypeEnum_DOUBLECHECK
@ kIfcValveTypeEnum_DOUBLECHECK
Definition: Ifc4x2Enum.h:6301
OdIfc4x2::IfcStructuralSurfaceActivityTypeEnum_
IfcStructuralSurfaceActivityTypeEnum_
Definition: Ifc4x2Enum.h:5570
OdIfc4x2::IfcChillerTypeEnum
Definition: Ifc4x2Enum.h:1109
OdIfc4x2::IfcCoolingTowerTypeEnum::IfcCoolingTowerTypeEnum
IfcCoolingTowerTypeEnum(IfcCoolingTowerTypeEnum_ val)
Definition: Ifc4x2Enum.h:1569
OdIfc4x2::IfcDoorTypeOperationEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2325
OdIfc4x2::IfcWindowPanelOperationEnum_
IfcWindowPanelOperationEnum_
Definition: Ifc4x2Enum.h:6496
OdIfc4x2::kIfcHumidifierTypeEnum_ADIABATICPAN
@ kIfcHumidifierTypeEnum_ADIABATICPAN
Definition: Ifc4x2Enum.h:3269
OdIfc4x2::StrToIfcPermeableCoveringOperationEnum
IfcPermeableCoveringOperationEnum StrToIfcPermeableCoveringOperationEnum(OdAnsiString val)
OdIfc4x2::IfcReinforcingBarRoleEnum::IfcReinforcingBarRoleEnum
IfcReinforcingBarRoleEnum()
Definition: Ifc4x2Enum.h:4756
OdIfc4x2::kIfcBeamTypeEnum_HATSTONE
@ kIfcBeamTypeEnum_HATSTONE
Definition: Ifc4x2Enum.h:570
OdIfc4x2::IfcSectionTypeEnum::IfcSectionTypeEnum
IfcSectionTypeEnum(const IfcSectionTypeEnum &other)
Definition: Ifc4x2Enum.h:5077
OdIfc4x2::kIfcGeometricProjectionEnum_ELEVATION_VIEW
@ kIfcGeometricProjectionEnum_ELEVATION_VIEW
Definition: Ifc4x2Enum.h:3160
OdIfc4x2::kIfcTankTypeEnum_VESSEL
@ kIfcTankTypeEnum_VESSEL
Definition: Ifc4x2Enum.h:5777
OdIfc4x2::kIfcVoidingFeatureTypeEnum_USERDEFINED
@ kIfcVoidingFeatureTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6405
OdIfc4x2::IfcFurnitureTypeEnum::IfcFurnitureTypeEnum
IfcFurnitureTypeEnum(IfcFurnitureTypeEnum_ val)
Definition: Ifc4x2Enum.h:3112
OdIfc4x2::IfcSimplePropertyTemplateTypeEnum
Definition: Ifc4x2Enum.h:5214
OdIfc4x2::kIfcDistributionSystemEnum_EARTHING
@ kIfcDistributionSystemEnum_EARTHING
Definition: Ifc4x2Enum.h:2026
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_SHEARCONNECTOR
@ kIfcMechanicalFastenerTypeEnum_SHEARCONNECTOR
Definition: Ifc4x2Enum.h:3701
OdIfc4x2::kIfcActuatorTypeEnum_THERMOSTATICACTUATOR
@ kIfcActuatorTypeEnum_THERMOSTATICACTUATOR
Definition: Ifc4x2Enum.h:151
OdIfc4x2::IfcTransitionCurveType::IfcTransitionCurveType
IfcTransitionCurveType(IfcTransitionCurveType_ val)
Definition: Ifc4x2Enum.h:6081
OdIfc4x2::IfcRecurrenceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcReinforcingBarRoleEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcLogicalOperatorEnum_LOGICALOR
@ kIfcLogicalOperatorEnum_LOGICALOR
Definition: Ifc4x2Enum.h:3667
OdIfc4x2::StrToIfcBuildingSystemTypeEnum
IfcBuildingSystemTypeEnum StrToIfcBuildingSystemTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcCaissonFoundationTypeEnum_CAISSON
@ kIfcCaissonFoundationTypeEnum_CAISSON
Definition: Ifc4x2Enum.h:1047
OdIfc4x2::kIfcValveTypeEnum_STEAMTRAP
@ kIfcValveTypeEnum_STEAMTRAP
Definition: Ifc4x2Enum.h:6313
OdIfc4x2::IfcCableCarrierSegmentTypeEnum
Definition: Ifc4x2Enum.h:967
OdIfc4x2::IfcAirToAirHeatRecoveryTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:283
OdIfc4x2::kIfcShadingDeviceTypeEnum_USERDEFINED
@ kIfcShadingDeviceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5174
OdIfc4x2::IfcBenchmarkEnum_
IfcBenchmarkEnum_
Definition: Ifc4x2Enum.h:658
OdIfc4x2::IfcTankTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5789
OdIfc4x2::IfcBuildingElementProxyTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:857
OdIfc4x2::kIfcVibrationIsolatorTypeEnum_COMPRESSION
@ kIfcVibrationIsolatorTypeEnum_COMPRESSION
Definition: Ifc4x2Enum.h:6371
OdIfc4x2::kIfcTaskDurationEnum_NOTDEFINED
@ kIfcTaskDurationEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5805
OdIfc4x2::kIfcProtectiveDeviceTypeEnum_VARISTOR
@ kIfcProtectiveDeviceTypeEnum_VARISTOR
Definition: Ifc4x2Enum.h:4504
OdIfc4x2::kIfcDiscreteAccessoryTypeEnum_USERDEFINED
@ kIfcDiscreteAccessoryTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1925
OdIfc4x2::kIfcStairTypeEnum_TWO_CURVED_RUN_STAIR
@ kIfcStairTypeEnum_TWO_CURVED_RUN_STAIR
Definition: Ifc4x2Enum.h:5455
OdIfc4x2::kIfcJunctionBoxTypeEnum_unset
@ kIfcJunctionBoxTypeEnum_unset
Definition: Ifc4x2Enum.h:3395
OdIfc4x2::kIfcSimplePropertyTemplateTypeEnum_Q_AREA
@ kIfcSimplePropertyTemplateTypeEnum_Q_AREA
Definition: Ifc4x2Enum.h:5206
OdIfc4x2::kIfcTaskTypeEnum_DEMOLITION
@ kIfcTaskTypeEnum_DEMOLITION
Definition: Ifc4x2Enum.h:5831
OdIfc4x2::kIfcHumidifierTypeEnum_NOTDEFINED
@ kIfcHumidifierTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3281
OdIfc4x2::IfcProjectOrderTypeEnum
Definition: Ifc4x2Enum.h:4366
OdIfc4x2::StrToIfcBenchmarkEnum
IfcBenchmarkEnum StrToIfcBenchmarkEnum(OdAnsiString val)
OdIfc4x2::IfcReinforcingMeshTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4843
OdIfc4x2::kIfcNullStyle_NULL
@ kIfcNullStyle_NULL
Definition: Ifc4x2Enum.h:3830
OdIfc4x2::kIfcElectricApplianceTypeEnum_TUMBLEDRYER
@ kIfcElectricApplianceTypeEnum_TUMBLEDRYER
Definition: Ifc4x2Enum.h:2439
OdIfc4x2::kIfcCableFittingTypeEnum_TRANSITION
@ kIfcCableFittingTypeEnum_TRANSITION
Definition: Ifc4x2Enum.h:991
OdIfc4x2::kIfcStructuralCurveMemberTypeEnum_NOTDEFINED
@ kIfcStructuralCurveMemberTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5547
OdIfc4x2::kIfcOccupantTypeEnum_NOTDEFINED
@ kIfcOccupantTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3929
OdIfc::kIfcBooleanOperator_INTERSECTION
@ kIfcBooleanOperator_INTERSECTION
Definition: IfcModelerGeometry.h:52
OdIfc4x2::kIfcAirTerminalTypeEnum_unset
@ kIfcAirTerminalTypeEnum_unset
Definition: Ifc4x2Enum.h:239
OdIfc4x2::IfcStructuralSurfaceActivityTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5587
OdIfc4x2::IfcMechanicalFastenerTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3717
OdIfc4x2::kIfcWindowTypePartitioningEnum_NOTDEFINED
@ kIfcWindowTypePartitioningEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6666
OdIfc4x2::IfcBridgePartTypeEnum
Definition: Ifc4x2Enum.h:760
OdIfc4x2::kIfcWallTypeEnum_SHEAR
@ kIfcWallTypeEnum_SHEAR
Definition: Ifc4x2Enum.h:6434
OdIfc4x2::kIfcElectricApplianceTypeEnum_unset
@ kIfcElectricApplianceTypeEnum_unset
Definition: Ifc4x2Enum.h:2444
OdIfc4x2::IfcDirectionSenseEnum::IfcDirectionSenseEnum
IfcDirectionSenseEnum()
Definition: Ifc4x2Enum.h:1904
OdIfc4x2::StrToIfcCableCarrierSegmentTypeEnum
IfcCableCarrierSegmentTypeEnum StrToIfcCableCarrierSegmentTypeEnum(OdAnsiString val)
OdIfc4x2::IfcPileTypeEnum_
IfcPileTypeEnum_
Definition: Ifc4x2Enum.h:4145
OdIfc4x2::StrToIfcKnotType
IfcKnotType StrToIfcKnotType(OdAnsiString val)
OdIfc4x2::IfcPreferredSurfaceCurveRepresentation::nullify
void nullify()
Definition: Ifc4x2Enum.h:4286
OdIfc4x2::kIfcEvaporatorTypeEnum_SHELLANDCOIL
@ kIfcEvaporatorTypeEnum_SHELLANDCOIL
Definition: Ifc4x2Enum.h:2743
OdIfc4x2::kIfcVibrationIsolatorTypeEnum_NOTDEFINED
@ kIfcVibrationIsolatorTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6375
OdIfc4x2::kIfcBridgeTypeEnum_CANTILEVER
@ kIfcBridgeTypeEnum_CANTILEVER
Definition: Ifc4x2Enum.h:782
OdIfc4x2::kIfcFastenerTypeEnum_GLUE
@ kIfcFastenerTypeEnum_GLUE
Definition: Ifc4x2Enum.h:2887
OdIfc4x2::IfcElectricFlowStorageDeviceTypeEnum::IfcElectricFlowStorageDeviceTypeEnum
IfcElectricFlowStorageDeviceTypeEnum()
Definition: Ifc4x2Enum.h:2509
OdIfc4x2::IfcReinforcingBarTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcTransformerTypeEnum_RECTIFIER
@ kIfcTransformerTypeEnum_RECTIFIER
Definition: Ifc4x2Enum.h:6013
OdIfc4x2::kIfcElementAssemblyTypeEnum_ABUTMENT
@ kIfcElementAssemblyTypeEnum_ABUTMENT
Definition: Ifc4x2Enum.h:2621
OdIfc4x2::IfcValveTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcRailingTypeEnum_USERDEFINED
@ kIfcRailingTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4565
OdIfc4x2::kIfcOpeningElementTypeEnum_USERDEFINED
@ kIfcOpeningElementTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3955
OdIfc4x2::StrToIfcBearingTypeDisplacementEnum
IfcBearingTypeDisplacementEnum StrToIfcBearingTypeDisplacementEnum(OdAnsiString val)
OdIfc4x2::IfcMechanicalFastenerTypeEnum::IfcMechanicalFastenerTypeEnum
IfcMechanicalFastenerTypeEnum()
Definition: Ifc4x2Enum.h:3713
OdIfc4x2::kIfcDerivedUnitEnum_MODULUSOFELASTICITYUNIT
@ kIfcDerivedUnitEnum_MODULUSOFELASTICITYUNIT
Definition: Ifc4x2Enum.h:1846
OdIfc4x2::kIfcSensorTypeEnum_MOVEMENTSENSOR
@ kIfcSensorTypeEnum_MOVEMENTSENSOR
Definition: Ifc4x2Enum.h:5108
OdIfc4x2::kIfcProtectiveDeviceTypeEnum_unset
@ kIfcProtectiveDeviceTypeEnum_unset
Definition: Ifc4x2Enum.h:4507
OdIfc4x2::StrToIfcVoidingFeatureTypeEnum
IfcVoidingFeatureTypeEnum StrToIfcVoidingFeatureTypeEnum(OdAnsiString val)
OdIfc4x2::IfcPermeableCoveringOperationEnum::IfcPermeableCoveringOperationEnum
IfcPermeableCoveringOperationEnum(IfcPermeableCoveringOperationEnum_ val)
Definition: Ifc4x2Enum.h:4048
OdIfc4x2::kIfcStructuralCurveMemberTypeEnum_COMPRESSION_MEMBER
@ kIfcStructuralCurveMemberTypeEnum_COMPRESSION_MEMBER
Definition: Ifc4x2Enum.h:5545
OdIfc4x2::IfcOpeningElementTypeEnum::IfcOpeningElementTypeEnum
IfcOpeningElementTypeEnum(IfcOpeningElementTypeEnum_ val)
Definition: Ifc4x2Enum.h:3965
OdIfc4x2::IfcSlabTypeEnum
Definition: Ifc4x2Enum.h:5247
OdIfc4x2::IfcWindowPanelOperationEnum::IfcWindowPanelOperationEnum
IfcWindowPanelOperationEnum(const IfcWindowPanelOperationEnum &other)
Definition: Ifc4x2Enum.h:6518
OdIfc4x2::kIfcRecurrenceTypeEnum_YEARLY_BY_POSITION
@ kIfcRecurrenceTypeEnum_YEARLY_BY_POSITION
Definition: Ifc4x2Enum.h:4655
OdIfc4x2::kIfcDuctSilencerTypeEnum_USERDEFINED
@ kIfcDuctSilencerTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2401
OdIfc4x2::StrToIfcComplexPropertyTemplateTypeEnum
IfcComplexPropertyTemplateTypeEnum StrToIfcComplexPropertyTemplateTypeEnum(OdAnsiString val)
OdIfc4x2::IfcTendonConduitTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5910
OdIfc4x2::IfcTankTypeEnum_
IfcTankTypeEnum_
Definition: Ifc4x2Enum.h:5770
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_NETWORKHUB
@ kIfcCommunicationsApplianceTypeEnum_NETWORKHUB
Definition: Ifc4x2Enum.h:1223
OdIfc4x2::kIfcBuildingElementProxyTypeEnum_PARTIAL
@ kIfcBuildingElementProxyTypeEnum_PARTIAL
Definition: Ifc4x2Enum.h:843
OdIfc4x2::kIfcBearingTypeEnum_GUIDE
@ kIfcBearingTypeEnum_GUIDE
Definition: Ifc4x2Enum.h:630
OdIfc4x2::StrToIfcControllerTypeEnum
IfcControllerTypeEnum StrToIfcControllerTypeEnum(OdAnsiString val)
OdIfc4x2::IfcMemberTypeEnum::IfcMemberTypeEnum
IfcMemberTypeEnum()
Definition: Ifc4x2Enum.h:3785
OdIfc4x2::IfcExternalSpatialElementTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2841
OdIfc4x2::IfcMotorConnectionTypeEnum_
IfcMotorConnectionTypeEnum_
Definition: Ifc4x2Enum.h:3801
OdIfc4x2::IfcBearingTypeEnum::IfcBearingTypeEnum
IfcBearingTypeEnum(const IfcBearingTypeEnum &other)
Definition: Ifc4x2Enum.h:643
OdIfc4x2::IfcRampFlightTypeEnum_
IfcRampFlightTypeEnum_
Definition: Ifc4x2Enum.h:4589
OdIfc4x2::IfcFastenerTypeEnum
Definition: Ifc4x2Enum.h:2895
OdIfc4x2::IfcActionRequestTypeEnum::IfcActionRequestTypeEnum
IfcActionRequestTypeEnum(const IfcActionRequestTypeEnum &other)
Definition: Ifc4x2Enum.h:53
OdIfc4x2::kIfcDistributionSystemEnum_LIGHTNINGPROTECTION
@ kIfcDistributionSystemEnum_LIGHTNINGPROTECTION
Definition: Ifc4x2Enum.h:2036
OdIfc4x2::IfcCrewResourceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcBridgePartTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:767
OdIfc4x2::kIfcElementCompositionEnum_COMPLEX
@ kIfcElementCompositionEnum_COMPLEX
Definition: Ifc4x2Enum.h:2651
OdIfc4x2::IfcSystemFurnitureElementTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcPermeableCoveringOperationEnum_SCREEN
@ kIfcPermeableCoveringOperationEnum_SCREEN
Definition: Ifc4x2Enum.h:4037
OdIfc4x2::kIfcCoilTypeEnum_WATERHEATINGCOIL
@ kIfcCoilTypeEnum_WATERHEATINGCOIL
Definition: Ifc4x2Enum.h:1160
OdIfc4x2::IfcElectricDistributionBoardTypeEnum::IfcElectricDistributionBoardTypeEnum
IfcElectricDistributionBoardTypeEnum(IfcElectricDistributionBoardTypeEnum_ val)
Definition: Ifc4x2Enum.h:2481
OdIfc4x2::IfcFireSuppressionTerminalTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2962
OdIfc4x2::kIfcWindowPanelOperationEnum_TOPHUNG
@ kIfcWindowPanelOperationEnum_TOPHUNG
Definition: Ifc4x2Enum.h:6501
OdIfc4x2::kIfcDoorPanelOperationEnum_FIXEDPANEL
@ kIfcDoorPanelOperationEnum_FIXEDPANEL
Definition: Ifc4x2Enum.h:2142
OdIfc4x2::IfcUnitEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6217
OdIfc4x2::kIfcSIUnitName_WATT
@ kIfcSIUnitName_WATT
Definition: Ifc4x2Enum.h:5008
OdIfc4x2::kIfcLogicalOperatorEnum_LOGICALXOR
@ kIfcLogicalOperatorEnum_LOGICALXOR
Definition: Ifc4x2Enum.h:3668
OdIfc4x2::IfcSystemFurnitureElementTypeEnum::IfcSystemFurnitureElementTypeEnum
IfcSystemFurnitureElementTypeEnum(const IfcSystemFurnitureElementTypeEnum &other)
Definition: Ifc4x2Enum.h:5755
OdIfc4x2::kIfcAnalysisModelTypeEnum_unset
@ kIfcAnalysisModelTypeEnum_unset
Definition: Ifc4x2Enum.h:357
OdIfc4x2::kIfcOutletTypeEnum_DATAOUTLET
@ kIfcOutletTypeEnum_DATAOUTLET
Definition: Ifc4x2Enum.h:3983
OdIfc4x2::kIfcDoorTypeOperationEnum_FOLDING_TO_RIGHT
@ kIfcDoorTypeOperationEnum_FOLDING_TO_RIGHT
Definition: Ifc4x2Enum.h:2308
OdIfc4x2::kIfcCoilTypeEnum_USERDEFINED
@ kIfcCoilTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1161
OdIfc4x2::IfcEventTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2812
OdIfc4x2::kIfcDistributionSystemEnum_WATERSUPPLY
@ kIfcDistributionSystemEnum_WATERSUPPLY
Definition: Ifc4x2Enum.h:2053
OdIfc4x2::kIfcSwitchingDeviceTypeEnum_EMERGENCYSTOP
@ kIfcSwitchingDeviceTypeEnum_EMERGENCYSTOP
Definition: Ifc4x2Enum.h:5712
OdIfc4x2::IfcKnotType::nullify
void nullify()
Definition: Ifc4x2Enum.h:3432
OdIfc4x2::kIfcDistributionChamberElementTypeEnum_USERDEFINED
@ kIfcDistributionChamberElementTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1958
OdIfc4x2::kIfcFurnitureTypeEnum_DESK
@ kIfcFurnitureTypeEnum_DESK
Definition: Ifc4x2Enum.h:3097
OdIfc4x2::StrToIfcUnitEnum
IfcUnitEnum StrToIfcUnitEnum(OdAnsiString val)
OdIfc4x2::IfcCostItemTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1596
OdIfc4x2::IfcTubeBundleTypeEnum::IfcTubeBundleTypeEnum
IfcTubeBundleTypeEnum(const IfcTubeBundleTypeEnum &other)
Definition: Ifc4x2Enum.h:6162
OdIfc4x2::kIfcDistributionSystemEnum_AUDIOVISUAL
@ kIfcDistributionSystemEnum_AUDIOVISUAL
Definition: Ifc4x2Enum.h:2013
OdIfc4x2::kIfcStructuralSurfaceMemberTypeEnum_unset
@ kIfcStructuralSurfaceMemberTypeEnum_unset
Definition: Ifc4x2Enum.h:5605
OdIfc4x2::IfcPipeFittingTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4195
OdIfc4x2::IfcConstructionProductResourceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1485
OdIfc4x2::IfcConnectionTypeEnum_
IfcConnectionTypeEnum_
Definition: Ifc4x2Enum.h:1349
OdIfc4x2::IfcTendonTypeEnum::IfcTendonTypeEnum
IfcTendonTypeEnum()
Definition: Ifc4x2Enum.h:5936
OdIfc4x2::kIfcStructuralCurveActivityTypeEnum_PARABOLA
@ kIfcStructuralCurveActivityTypeEnum_PARABOLA
Definition: Ifc4x2Enum.h:5514
OdIfc4x2::IfcInterceptorTypeEnum::IfcInterceptorTypeEnum
IfcInterceptorTypeEnum(const IfcInterceptorTypeEnum &other)
Definition: Ifc4x2Enum.h:3318
OdIfc4x2::StrToIfcFireSuppressionTerminalTypeEnum
IfcFireSuppressionTerminalTypeEnum StrToIfcFireSuppressionTerminalTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcElectricApplianceTypeEnum_FREESTANDINGFAN
@ kIfcElectricApplianceTypeEnum_FREESTANDINGFAN
Definition: Ifc4x2Enum.h:2429
OdIfc4x2::kIfcObjectTypeEnum_RESOURCE
@ kIfcObjectTypeEnum_RESOURCE
Definition: Ifc4x2Enum.h:3857
OdIfc4x2::IfcElectricGeneratorTypeEnum::IfcElectricGeneratorTypeEnum
IfcElectricGeneratorTypeEnum()
Definition: Ifc4x2Enum.h:2537
OdIfc4x2::IfcTaskTypeEnum::IfcTaskTypeEnum
IfcTaskTypeEnum(IfcTaskTypeEnum_ val)
Definition: Ifc4x2Enum.h:5851
OdIfc4x2::IfcUnitEnum::IfcUnitEnum
IfcUnitEnum(IfcUnitEnum_ val)
Definition: Ifc4x2Enum.h:6216
OdIfc4x2::IfcEventTypeEnum
Definition: Ifc4x2Enum.h:2806
OdIfc4x2::kIfcObjectiveEnum_TRIGGERCONDITION
@ kIfcObjectiveEnum_TRIGGERCONDITION
Definition: Ifc4x2Enum.h:3895
OdIfc4x2::kIfcLightEmissionSourceEnum_LOWVOLTAGEHALOGEN
@ kIfcLightEmissionSourceEnum_LOWVOLTAGEHALOGEN
Definition: Ifc4x2Enum.h:3582
OdIfc4x2::IfcSIPrefix::toStr
OdAnsiString toStr()
OdIfc4x2::IfcNullStyle::exists
int exists() const
Definition: Ifc4x2Enum.h:3840
OdIfc4x2::kIfcRoleEnum_ELECTRICALENGINEER
@ kIfcRoleEnum_ELECTRICALENGINEER
Definition: Ifc4x2Enum.h:4868
OdIfc4x2::kIfcAlarmTypeEnum_LIGHT
@ kIfcAlarmTypeEnum_LIGHT
Definition: Ifc4x2Enum.h:298
OdIfc4x2::kIfcTendonAnchorTypeEnum_TENSIONING_END
@ kIfcTendonAnchorTypeEnum_TENSIONING_END
Definition: Ifc4x2Enum.h:5868
OdIfc4x2::kIfcDistributionSystemEnum_DATA
@ kIfcDistributionSystemEnum_DATA
Definition: Ifc4x2Enum.h:2021
OdIfc4x2::kIfcAnalysisModelTypeEnum_LOADING_3D
@ kIfcAnalysisModelTypeEnum_LOADING_3D
Definition: Ifc4x2Enum.h:354
OdIfc4x2::IfcChangeActionEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1088
OdIfc4x2::IfcNullStyle::IfcNullStyle
IfcNullStyle(const IfcNullStyle &other)
Definition: Ifc4x2Enum.h:3838
OdIfc4x2::kIfcLogicalOperatorEnum_LOGICALNOTAND
@ kIfcLogicalOperatorEnum_LOGICALNOTAND
Definition: Ifc4x2Enum.h:3669
OdIfc4x2::IfcStackTerminalTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5399
OdIfc4x2::kIfcPileTypeEnum_SUPPORT
@ kIfcPileTypeEnum_SUPPORT
Definition: Ifc4x2Enum.h:4151
OdIfc4x2::IfcDistributionPortTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1998
OdIfc4x2::kIfcWasteTerminalTypeEnum_FLOORTRAP
@ kIfcWasteTerminalTypeEnum_FLOORTRAP
Definition: Ifc4x2Enum.h:6465
OdIfc4x2::IfcDistributionSystemEnum_
IfcDistributionSystemEnum_
Definition: Ifc4x2Enum.h:2011
OdIfc4x2::IfcCableFittingTypeEnum::IfcCableFittingTypeEnum
IfcCableFittingTypeEnum()
Definition: Ifc4x2Enum.h:1000
OdIfc4x2::IfcElectricTimeControlTypeEnum::IfcElectricTimeControlTypeEnum
IfcElectricTimeControlTypeEnum(const IfcElectricTimeControlTypeEnum &other)
Definition: Ifc4x2Enum.h:2596
OdIfc4x2::IfcInterceptorTypeEnum_
IfcInterceptorTypeEnum_
Definition: Ifc4x2Enum.h:3304
OdIfc4x2::IfcDoorStyleOperationEnum::IfcDoorStyleOperationEnum
IfcDoorStyleOperationEnum(const IfcDoorStyleOperationEnum &other)
Definition: Ifc4x2Enum.h:2252
OdIfc4x2::IfcSolarDeviceTypeEnum_
IfcSolarDeviceTypeEnum_
Definition: Ifc4x2Enum.h:5266
OdIfc4x2::IfcInventoryTypeEnum::IfcInventoryTypeEnum
IfcInventoryTypeEnum(const IfcInventoryTypeEnum &other)
Definition: Ifc4x2Enum.h:3375
OdIfc4x2::IfcHeatExchangerTypeEnum::IfcHeatExchangerTypeEnum
IfcHeatExchangerTypeEnum(const IfcHeatExchangerTypeEnum &other)
Definition: Ifc4x2Enum.h:3251
OdIfc4x2::kIfcDistributionPortTypeEnum_PIPE
@ kIfcDistributionPortTypeEnum_PIPE
Definition: Ifc4x2Enum.h:1986
OdIfc4x2::kIfcValveTypeEnum_NOTDEFINED
@ kIfcValveTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6316
OdIfc4x2::IfcWindowStyleOperationEnum_
IfcWindowStyleOperationEnum_
Definition: Ifc4x2Enum.h:6593
OdIfc4x2::IfcActionSourceTypeEnum
Definition: Ifc4x2Enum.h:99
OdIfc4x2::IfcPropertySetTemplateTypeEnum
Definition: Ifc4x2Enum.h:4449
OdIfc4x2::kIfcDamperTypeEnum_USERDEFINED
@ kIfcDamperTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1767
OdIfc4x2::kIfcWindowTypePartitioningEnum_DOUBLE_PANEL_HORIZONTAL
@ kIfcWindowTypePartitioningEnum_DOUBLE_PANEL_HORIZONTAL
Definition: Ifc4x2Enum.h:6658
OdIfc4x2::kIfcUnitEnum_USERDEFINED
@ kIfcUnitEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6207
OdIfc4x2::IfcCaissonFoundationTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1059
OdIfc4x2::kIfcNullStyle_unset
@ kIfcNullStyle_unset
Definition: Ifc4x2Enum.h:3831
OdIfc4x2::kIfcTransportElementTypeEnum_ELEVATOR
@ kIfcTransportElementTypeEnum_ELEVATOR
Definition: Ifc4x2Enum.h:6096
OdIfc4x2::IfcMedicalDeviceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3747
OdIfc4x2::kIfcDoorPanelPositionEnum_LEFT
@ kIfcDoorPanelPositionEnum_LEFT
Definition: Ifc4x2Enum.h:2168
OdIfc4x2::IfcUnitaryControlElementTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6251
OdIfc4x2::kIfcReflectanceMethodEnum_MATT
@ kIfcReflectanceMethodEnum_MATT
Definition: Ifc4x2Enum.h:4710
OdIfc4x2::IfcOpeningElementTypeEnum::IfcOpeningElementTypeEnum
IfcOpeningElementTypeEnum(const IfcOpeningElementTypeEnum &other)
Definition: Ifc4x2Enum.h:3964
OdIfc4x2::IfcPermitTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4077
OdIfc4x2::kIfcDistributionChamberElementTypeEnum_unset
@ kIfcDistributionChamberElementTypeEnum_unset
Definition: Ifc4x2Enum.h:1960
OdIfc4x2::IfcCurtainWallTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1715
OdIfc4x2::IfcStateEnum::IfcStateEnum
IfcStateEnum(const IfcStateEnum &other)
Definition: Ifc4x2Enum.h:5493
OdIfc4x2::IfcGeographicElementTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcReferentTypeEnum::IfcReferentTypeEnum
IfcReferentTypeEnum(IfcReferentTypeEnum_ val)
Definition: Ifc4x2Enum.h:4692
OdIfc4x2::IfcArithmeticOperatorEnum::IfcArithmeticOperatorEnum
IfcArithmeticOperatorEnum()
Definition: Ifc4x2Enum.h:419
OdIfc4x2::IfcGeographicElementTypeEnum_
IfcGeographicElementTypeEnum_
Definition: Ifc4x2Enum.h:3126
OdIfc4x2::kIfcDerivedUnitEnum_CURVATUREUNIT
@ kIfcDerivedUnitEnum_CURVATUREUNIT
Definition: Ifc4x2Enum.h:1852
OdIfc4x2::StrToIfcFastenerTypeEnum
IfcFastenerTypeEnum StrToIfcFastenerTypeEnum(OdAnsiString val)
OdIfc4x2::IfcEventTriggerTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2784
OdIfc4x2::IfcSpatialZoneTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcGeographicElementTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3140
OdIfc4x2::IfcAnalysisTheoryTypeEnum::IfcAnalysisTheoryTypeEnum
IfcAnalysisTheoryTypeEnum(IfcAnalysisTheoryTypeEnum_ val)
Definition: Ifc4x2Enum.h:394
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_COUPLER
@ kIfcMechanicalFastenerTypeEnum_COUPLER
Definition: Ifc4x2Enum.h:3704
OdIfc4x2::IfcFlowInstrumentTypeEnum::IfcFlowInstrumentTypeEnum
IfcFlowInstrumentTypeEnum(const IfcFlowInstrumentTypeEnum &other)
Definition: Ifc4x2Enum.h:3020
OdIfc4x2::kIfcWindowTypePartitioningEnum_TRIPLE_PANEL_VERTICAL
@ kIfcWindowTypePartitioningEnum_TRIPLE_PANEL_VERTICAL
Definition: Ifc4x2Enum.h:6659
OdIfc4x2::IfcBuildingElementPartTypeEnum::IfcBuildingElementPartTypeEnum
IfcBuildingElementPartTypeEnum()
Definition: Ifc4x2Enum.h:824
OdIfc4x2::IfcWorkCalendarTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcDistributionSystemEnum_OPERATIONAL
@ kIfcDistributionSystemEnum_OPERATIONAL
Definition: Ifc4x2Enum.h:2039
OdIfc4x2::IfcActionSourceTypeEnum::IfcActionSourceTypeEnum
IfcActionSourceTypeEnum(const IfcActionSourceTypeEnum &other)
Definition: Ifc4x2Enum.h:103
OdIfc4x2::IfcEvaporatorTypeEnum::IfcEvaporatorTypeEnum
IfcEvaporatorTypeEnum()
Definition: Ifc4x2Enum.h:2752
OdIfc4x2::IfcBoilerTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:706
OdIfc4x2::kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT
@ kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT
Definition: Ifc4x2Enum.h:2231
OdIfc4x2::kIfcStairFlightTypeEnum_WINDER
@ kIfcStairFlightTypeEnum_WINDER
Definition: Ifc4x2Enum.h:5413
OdIfc4x2::kIfcFootingTypeEnum_FOOTING_BEAM
@ kIfcFootingTypeEnum_FOOTING_BEAM
Definition: Ifc4x2Enum.h:3066
OdIfc4x2::StrToIfcStairFlightTypeEnum
IfcStairFlightTypeEnum StrToIfcStairFlightTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcActuatorTypeEnum
IfcActuatorTypeEnum StrToIfcActuatorTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcGridTypeEnum_RECTANGULAR
@ kIfcGridTypeEnum_RECTANGULAR
Definition: Ifc4x2Enum.h:3211
OdIfc4x2::IfcTendonTypeEnum_
IfcTendonTypeEnum_
Definition: Ifc4x2Enum.h:5923
OdIfc4x2::StrToIfcBoilerTypeEnum
IfcBoilerTypeEnum StrToIfcBoilerTypeEnum(OdAnsiString val)
OdIfc4x2::IfcElectricGeneratorTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2540
OdIfc4x2::IfcDocumentConfidentialityEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2094
OdIfc4x2::IfcFilterTypeEnum::IfcFilterTypeEnum
IfcFilterTypeEnum(const IfcFilterTypeEnum &other)
Definition: Ifc4x2Enum.h:2930
OdIfc4x2::kIfcDamperTypeEnum_BACKDRAFTDAMPER
@ kIfcDamperTypeEnum_BACKDRAFTDAMPER
Definition: Ifc4x2Enum.h:1756
OdIfc4x2::IfcBurnerTypeEnum::IfcBurnerTypeEnum
IfcBurnerTypeEnum()
Definition: Ifc4x2Enum.h:912
OdIfc4x2::kIfcCondenserTypeEnum_AIRCOOLED
@ kIfcCondenserTypeEnum_AIRCOOLED
Definition: Ifc4x2Enum.h:1318
OdIfc4x2::kIfcSensorTypeEnum_PHSENSOR
@ kIfcSensorTypeEnum_PHSENSOR
Definition: Ifc4x2Enum.h:5109
OdIfc4x2::IfcWorkScheduleTypeEnum_
IfcWorkScheduleTypeEnum_
Definition: Ifc4x2Enum.h:6745
OdIfc4x2::IfcTaskTypeEnum::IfcTaskTypeEnum
IfcTaskTypeEnum(const IfcTaskTypeEnum &other)
Definition: Ifc4x2Enum.h:5850
OdIfc4x2::IfcLightEmissionSourceEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3596
OdIfc4x2::IfcEvaporativeCoolerTypeEnum::IfcEvaporativeCoolerTypeEnum
IfcEvaporativeCoolerTypeEnum(const IfcEvaporativeCoolerTypeEnum &other)
Definition: Ifc4x2Enum.h:2722
OdIfc4x2::IfcHumidifierTypeEnum::IfcHumidifierTypeEnum
IfcHumidifierTypeEnum()
Definition: Ifc4x2Enum.h:3288
OdIfc4x2::IfcFlowInstrumentTypeEnum_
IfcFlowInstrumentTypeEnum_
Definition: Ifc4x2Enum.h:3002
OdIfc4x2::IfcDerivedUnitEnum::IfcDerivedUnitEnum
IfcDerivedUnitEnum()
Definition: Ifc4x2Enum.h:1879
OdIfc4x2::IfcLampTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcDistributionSystemEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2065
OdIfc4x2::kIfcActionSourceTypeEnum_CURRENT
@ kIfcActionSourceTypeEnum_CURRENT
Definition: Ifc4x2Enum.h:90
OdIfc4x2::IfcStairTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5468
OdIfc4x2::kIfcActionSourceTypeEnum_WIND_W
@ kIfcActionSourceTypeEnum_WIND_W
Definition: Ifc4x2Enum.h:73
OdIfc4x2::IfcCompressorTypeEnum::IfcCompressorTypeEnum
IfcCompressorTypeEnum(const IfcCompressorTypeEnum &other)
Definition: Ifc4x2Enum.h:1302
OdIfc4x2::IfcTendonAnchorTypeEnum::IfcTendonAnchorTypeEnum
IfcTendonAnchorTypeEnum()
Definition: Ifc4x2Enum.h:5877
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_RIVET
@ kIfcMechanicalFastenerTypeEnum_RIVET
Definition: Ifc4x2Enum.h:3699
OdIfc4x2::IfcDocumentStatusEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2122
OdIfc4x2::kIfcPumpTypeEnum_SPLITCASE
@ kIfcPumpTypeEnum_SPLITCASE
Definition: Ifc4x2Enum.h:4532
OdIfc4x2::kIfcSIPrefix_GIGA
@ kIfcSIPrefix_GIGA
Definition: Ifc4x2Enum.h:4944
OdIfc4x2::kIfcProtectiveDeviceTrippingUnitTypeEnum_RESIDUALCURRENT
@ kIfcProtectiveDeviceTrippingUnitTypeEnum_RESIDUALCURRENT
Definition: Ifc4x2Enum.h:4471
OdIfc4x2::kIfcPropertySetTemplateTypeEnum_PSET_OCCURRENCEDRIVEN
@ kIfcPropertySetTemplateTypeEnum_PSET_OCCURRENCEDRIVEN
Definition: Ifc4x2Enum.h:4440
OdIfc4x2::kIfcActionSourceTypeEnum_SETTLEMENT_U
@ kIfcActionSourceTypeEnum_SETTLEMENT_U
Definition: Ifc4x2Enum.h:75
OdIfc4x2::IfcConstraintEnum::IfcConstraintEnum
IfcConstraintEnum()
Definition: Ifc4x2Enum.h:1388
OdIfc4x2::kIfcLampTypeEnum_USERDEFINED
@ kIfcLampTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3498
OdIfc4x2::kIfcCableCarrierFittingTypeEnum_BEND
@ kIfcCableCarrierFittingTypeEnum_BEND
Definition: Ifc4x2Enum.h:929
OdIfc4x2::IfcVibrationDamperTypeEnum::IfcVibrationDamperTypeEnum
IfcVibrationDamperTypeEnum(const IfcVibrationDamperTypeEnum &other)
Definition: Ifc4x2Enum.h:6355
OdIfc4x2::kIfcReinforcingBarSurfaceEnum_unset
@ kIfcReinforcingBarSurfaceEnum_unset
Definition: Ifc4x2Enum.h:4775
OdIfc4x2::IfcWindowPanelPositionEnum::IfcWindowPanelPositionEnum
IfcWindowPanelPositionEnum()
Definition: Ifc4x2Enum.h:6546
OdIfc4x2::IfcSpaceTypeEnum::IfcSpaceTypeEnum
IfcSpaceTypeEnum(IfcSpaceTypeEnum_ val)
Definition: Ifc4x2Enum.h:5336
OdIfc4x2::kIfcSensorTypeEnum_CONDUCTANCESENSOR
@ kIfcSensorTypeEnum_CONDUCTANCESENSOR
Definition: Ifc4x2Enum.h:5095
OdIfc4x2::kIfcReinforcingBarTypeEnum_EDGE
@ kIfcReinforcingBarTypeEnum_EDGE
Definition: Ifc4x2Enum.h:4799
OdIfc4x2::kIfcBeamTypeEnum_unset
@ kIfcBeamTypeEnum_unset
Definition: Ifc4x2Enum.h:575
OdIfc4x2::IfcConstraintEnum::IfcConstraintEnum
IfcConstraintEnum(IfcConstraintEnum_ val)
Definition: Ifc4x2Enum.h:1390
OdIfc4x2::kIfcCoilTypeEnum_GASHEATINGCOIL
@ kIfcCoilTypeEnum_GASHEATINGCOIL
Definition: Ifc4x2Enum.h:1156
OdIfc4x2::IfcLoadGroupTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3652
OdIfc4x2::IfcHumidifierTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcCableCarrierSegmentTypeEnum_unset
@ kIfcCableCarrierSegmentTypeEnum_unset
Definition: Ifc4x2Enum.h:964
OdIfc4x2::kIfcReferentTypeEnum_NOTDEFINED
@ kIfcReferentTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4683
OdIfc4x2::kIfcEventTriggerTypeEnum_EVENTTIME
@ kIfcEventTriggerTypeEnum_EVENTTIME
Definition: Ifc4x2Enum.h:2771
OdIfc4x2::IfcTransportElementTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6113
OdIfc4x2::kIfcElementAssemblyTypeEnum_BRACED_FRAME
@ kIfcElementAssemblyTypeEnum_BRACED_FRAME
Definition: Ifc4x2Enum.h:2615
OdIfc4x2::IfcCommunicationsApplianceTypeEnum::IfcCommunicationsApplianceTypeEnum
IfcCommunicationsApplianceTypeEnum(IfcCommunicationsApplianceTypeEnum_ val)
Definition: Ifc4x2Enum.h:1238
OdIfc4x2::kIfcActionSourceTypeEnum_IMPACT
@ kIfcActionSourceTypeEnum_IMPACT
Definition: Ifc4x2Enum.h:80
OdIfc4x2::kIfcDerivedUnitEnum_TORQUEUNIT
@ kIfcDerivedUnitEnum_TORQUEUNIT
Definition: Ifc4x2Enum.h:1841
OdIfc4x2::kIfcSubContractResourceTypeEnum_USERDEFINED
@ kIfcSubContractResourceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5630
OdIfc4x2::kIfcDirectionSenseEnum_unset
@ kIfcDirectionSenseEnum_unset
Definition: Ifc4x2Enum.h:1898
OdIfc4x2::kIfcCondenserTypeEnum_NOTDEFINED
@ kIfcCondenserTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1326
OdIfc4x2::kIfcUnitEnum_FREQUENCYUNIT
@ kIfcUnitEnum_FREQUENCYUNIT
Definition: Ifc4x2Enum.h:6190
OdIfc4x2::IfcProfileTypeEnum_
IfcProfileTypeEnum_
Definition: Ifc4x2Enum.h:4330
OdIfc4x2::StrToIfcOccupantTypeEnum
IfcOccupantTypeEnum StrToIfcOccupantTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcLaborResourceTypeEnum_USERDEFINED
@ kIfcLaborResourceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3464
OdIfc4x2::kIfcTimeSeriesDataTypeEnum_CONTINUOUS
@ kIfcTimeSeriesDataTypeEnum_CONTINUOUS
Definition: Ifc4x2Enum.h:5980
OdIfc4x2::IfcGlobalOrLocalEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3198
OdIfc4x2::kIfcCurveInterpolationEnum_LOG_LINEAR
@ kIfcCurveInterpolationEnum_LOG_LINEAR
Definition: Ifc4x2Enum.h:1730
OdIfc4x2::IfcStructuralSurfaceActivityTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5586
OdIfc4x2::IfcSpaceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcFlowDirectionEnum
IfcFlowDirectionEnum StrToIfcFlowDirectionEnum(OdAnsiString val)
OdIfc4x2::kIfcBridgePartTypeEnum_PIER
@ kIfcBridgePartTypeEnum_PIER
Definition: Ifc4x2Enum.h:749
OdIfc4x2::IfcBSplineSurfaceForm::IfcBSplineSurfaceForm
IfcBSplineSurfaceForm()
Definition: Ifc4x2Enum.h:544
OdIfc4x2::IfcPlateTypeEnum::IfcPlateTypeEnum
IfcPlateTypeEnum(const IfcPlateTypeEnum &other)
Definition: Ifc4x2Enum.h:4257
OdIfc4x2::IfcInventoryTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3377
OdIfc4x2::kIfcUnitEnum_MAGNETICFLUXDENSITYUNIT
@ kIfcUnitEnum_MAGNETICFLUXDENSITYUNIT
Definition: Ifc4x2Enum.h:6196
OdIfc4x2::IfcSensorTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcUnitaryControlElementTypeEnum_
IfcUnitaryControlElementTypeEnum_
Definition: Ifc4x2Enum.h:6230
OdIfc4x2::kIfcStructuralSurfaceMemberTypeEnum_NOTDEFINED
@ kIfcStructuralSurfaceMemberTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:5604
OdIfc4x2::StrToIfcStructuralSurfaceMemberTypeEnum
IfcStructuralSurfaceMemberTypeEnum StrToIfcStructuralSurfaceMemberTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcReinforcingBarRoleEnum_NOTDEFINED
@ kIfcReinforcingBarRoleEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4749
OdIfc4x2::kIfcInternalOrExternalEnum_EXTERNAL_EARTH
@ kIfcInternalOrExternalEnum_EXTERNAL_EARTH
Definition: Ifc4x2Enum.h:3336
OdIfc4x2::IfcBurnerTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:915
OdIfc4x2::IfcProtectiveDeviceTrippingUnitTypeEnum_
IfcProtectiveDeviceTrippingUnitTypeEnum_
Definition: Ifc4x2Enum.h:4468
OdIfc4x2::IfcProfileTypeEnum::IfcProfileTypeEnum
IfcProfileTypeEnum(IfcProfileTypeEnum_ val)
Definition: Ifc4x2Enum.h:4341
OdIfc4x2::IfcTransformerTypeEnum::IfcTransformerTypeEnum
IfcTransformerTypeEnum(const IfcTransformerTypeEnum &other)
Definition: Ifc4x2Enum.h:6024
OdIfc4x2::kIfcKnotType_QUASI_UNIFORM_KNOTS
@ kIfcKnotType_QUASI_UNIFORM_KNOTS
Definition: Ifc4x2Enum.h:3419
OdIfc4x2::kIfcTendonConduitTypeEnum_unset
@ kIfcTendonConduitTypeEnum_unset
Definition: Ifc4x2Enum.h:5901
OdIfc4x2::IfcAnalysisTheoryTypeEnum
Definition: Ifc4x2Enum.h:389
OdIfc4x2::IfcWasteTerminalTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcElectricMotorTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2571
OdIfc4x2::IfcRoleEnum::IfcRoleEnum
IfcRoleEnum()
Definition: Ifc4x2Enum.h:4886
OdIfc4x2::kIfcPhysicalOrVirtualEnum_PHYSICAL
@ kIfcPhysicalOrVirtualEnum_PHYSICAL
Definition: Ifc4x2Enum.h:4091
OdIfc4x2::kIfcBuildingSystemTypeEnum_USERDEFINED
@ kIfcBuildingSystemTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:879
OdIfc4x2::IfcWorkPlanTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6733
OdIfc4x2::kIfcPipeSegmentTypeEnum_SPOOL
@ kIfcPipeSegmentTypeEnum_SPOOL
Definition: Ifc4x2Enum.h:4213
OdIfc4x2::kIfcSpaceHeaterTypeEnum_RADIATOR
@ kIfcSpaceHeaterTypeEnum_RADIATOR
Definition: Ifc4x2Enum.h:5295
OdIfc4x2::kIfcSIUnitName_STERADIAN
@ kIfcSIUnitName_STERADIAN
Definition: Ifc4x2Enum.h:5005
OdIfc4x2::kIfcFlowInstrumentTypeEnum_VOLTMETER_PEAK
@ kIfcFlowInstrumentTypeEnum_VOLTMETER_PEAK
Definition: Ifc4x2Enum.h:3009
OdIfc4x2::kIfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATEPARALLELFLOWEXCHANGER
@ kIfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATEPARALLELFLOWEXCHANGER
Definition: Ifc4x2Enum.h:264
OdIfc4x2::IfcBSplineSurfaceForm::IfcBSplineSurfaceForm
IfcBSplineSurfaceForm(const IfcBSplineSurfaceForm &other)
Definition: Ifc4x2Enum.h:545
OdIfc4x2::kIfcDoorStyleOperationEnum_DOUBLE_SWING_RIGHT
@ kIfcDoorStyleOperationEnum_DOUBLE_SWING_RIGHT
Definition: Ifc4x2Enum.h:2233
OdIfc4x2::kIfcBearingTypeEnum_ROCKER
@ kIfcBearingTypeEnum_ROCKER
Definition: Ifc4x2Enum.h:631
OdIfc4x2::kIfcTankTypeEnum_USERDEFINED
@ kIfcTankTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5778
OdIfc4x2::kIfcColumnTypeEnum_NOTDEFINED
@ kIfcColumnTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1192
OdIfc4x2::IfcPropertySetTemplateTypeEnum_
IfcPropertySetTemplateTypeEnum_
Definition: Ifc4x2Enum.h:4437
OdIfc4x2::IfcCrewResourceTypeEnum_
IfcCrewResourceTypeEnum_
Definition: Ifc4x2Enum.h:1676
OdIfc4x2::kIfcDistributionSystemEnum_AIRCONDITIONING
@ kIfcDistributionSystemEnum_AIRCONDITIONING
Definition: Ifc4x2Enum.h:2012
OdIfc4x2::StrToIfcAnalysisModelTypeEnum
IfcAnalysisModelTypeEnum StrToIfcAnalysisModelTypeEnum(OdAnsiString val)
OdIfc4x2::IfcActionSourceTypeEnum::IfcActionSourceTypeEnum
IfcActionSourceTypeEnum()
Definition: Ifc4x2Enum.h:102
OdIfc4x2::kIfcRampTypeEnum_QUARTER_TURN_RAMP
@ kIfcRampTypeEnum_QUARTER_TURN_RAMP
Definition: Ifc4x2Enum.h:4619
OdIfc4x2::IfcAlignmentTypeEnum_
IfcAlignmentTypeEnum_
Definition: Ifc4x2Enum.h:326
OdIfc4x2::IfcElectricDistributionBoardTypeEnum::IfcElectricDistributionBoardTypeEnum
IfcElectricDistributionBoardTypeEnum()
Definition: Ifc4x2Enum.h:2479
OdIfc4x2::kIfcFurnitureTypeEnum_BED
@ kIfcFurnitureTypeEnum_BED
Definition: Ifc4x2Enum.h:3098
OdIfc4x2::IfcObjectiveEnum::IfcObjectiveEnum
IfcObjectiveEnum(const IfcObjectiveEnum &other)
Definition: Ifc4x2Enum.h:3905
OdIfc4x2::IfcSwitchingDeviceTypeEnum::IfcSwitchingDeviceTypeEnum
IfcSwitchingDeviceTypeEnum()
Definition: Ifc4x2Enum.h:5727
OdIfc4x2::IfcSurfaceSide::IfcSurfaceSide
IfcSurfaceSide()
Definition: Ifc4x2Enum.h:5693
OdIfc4x2::IfcCurveInterpolationEnum::IfcCurveInterpolationEnum
IfcCurveInterpolationEnum()
Definition: Ifc4x2Enum.h:1739
OdIfc4x2::IfcPhysicalOrVirtualEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcReferentTypeEnum_unset
@ kIfcReferentTypeEnum_unset
Definition: Ifc4x2Enum.h:4684
OdIfc4x2::kIfcCoveringTypeEnum_FLOORING
@ kIfcCoveringTypeEnum_FLOORING
Definition: Ifc4x2Enum.h:1642
OdIfc4x2::IfcProfileTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4342
OdIfc4x2::kIfcLoadGroupTypeEnum_NOTDEFINED
@ kIfcLoadGroupTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3642
OdIfc4x2::kIfcLoadGroupTypeEnum_LOAD_GROUP
@ kIfcLoadGroupTypeEnum_LOAD_GROUP
Definition: Ifc4x2Enum.h:3638
OdIfc4x2::IfcMemberTypeEnum
Definition: Ifc4x2Enum.h:3782
OdIfc4x2::StrToIfcRoleEnum
IfcRoleEnum StrToIfcRoleEnum(OdAnsiString val)
OdIfc4x2::kIfcCooledBeamTypeEnum_USERDEFINED
@ kIfcCooledBeamTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1531
OdIfc4x2::IfcGeographicElementTypeEnum::IfcGeographicElementTypeEnum
IfcGeographicElementTypeEnum(IfcGeographicElementTypeEnum_ val)
Definition: Ifc4x2Enum.h:3139
OdIfc4x2::kIfcConstraintEnum_NOTDEFINED
@ kIfcConstraintEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1381
OdIfc4x2::IfcCostScheduleTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1627
OdIfc4x2::IfcDataOriginEnum::IfcDataOriginEnum
IfcDataOriginEnum()
Definition: Ifc4x2Enum.h:1803
OdIfc4x2::kIfcValveTypeEnum_COMMISSIONING
@ kIfcValveTypeEnum_COMMISSIONING
Definition: Ifc4x2Enum.h:6298
OdIfc4x2::IfcOutletTypeEnum::IfcOutletTypeEnum
IfcOutletTypeEnum(const IfcOutletTypeEnum &other)
Definition: Ifc4x2Enum.h:3994
OdIfc4x2::IfcAlignmentTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:338
OdIfc4x2::IfcConstructionMaterialResourceTypeEnum::IfcConstructionMaterialResourceTypeEnum
IfcConstructionMaterialResourceTypeEnum(IfcConstructionMaterialResourceTypeEnum_ val)
Definition: Ifc4x2Enum.h:1457
OdIfc4x2::IfcDistributionChamberElementTypeEnum::IfcDistributionChamberElementTypeEnum
IfcDistributionChamberElementTypeEnum()
Definition: Ifc4x2Enum.h:1966
OdIfc4x2::IfcStairFlightTypeEnum_
IfcStairFlightTypeEnum_
Definition: Ifc4x2Enum.h:5411
OdIfc4x2::kIfcDerivedUnitEnum_ROTATIONALSTIFFNESSUNIT
@ kIfcDerivedUnitEnum_ROTATIONALSTIFFNESSUNIT
Definition: Ifc4x2Enum.h:1849
OdIfc4x2::IfcWorkCalendarTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:6704
OdIfc4x2::IfcSectionTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5080
OdIfc4x2::IfcRampTypeEnum
Definition: Ifc4x2Enum.h:4628
OdIfc4x2::IfcFanTypeEnum::IfcFanTypeEnum
IfcFanTypeEnum(IfcFanTypeEnum_ val)
Definition: Ifc4x2Enum.h:2872
OdIfc4x2::kIfcUnitaryEquipmentTypeEnum_AIRHANDLER
@ kIfcUnitaryEquipmentTypeEnum_AIRHANDLER
Definition: Ifc4x2Enum.h:6264
OdIfc4x2::IfcCoolingTowerTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1570
OdIfc4x2::StrToIfcRecurrenceTypeEnum
IfcRecurrenceTypeEnum StrToIfcRecurrenceTypeEnum(OdAnsiString val)
OdIfc4x2::IfcRampFlightTypeEnum::IfcRampFlightTypeEnum
IfcRampFlightTypeEnum(const IfcRampFlightTypeEnum &other)
Definition: Ifc4x2Enum.h:4601
OdIfc4x2::kIfcPlateTypeEnum_STIFFENER_PLATE
@ kIfcPlateTypeEnum_STIFFENER_PLATE
Definition: Ifc4x2Enum.h:4243
OdIfc4x2::IfcElectricGeneratorTypeEnum_
IfcElectricGeneratorTypeEnum_
Definition: Ifc4x2Enum.h:2525
OdIfc4x2::IfcSimplePropertyTemplateTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5220
OdIfc4x2::IfcPhysicalOrVirtualEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4103
OdIfc4x2::IfcSanitaryTerminalTypeEnum::IfcSanitaryTerminalTypeEnum
IfcSanitaryTerminalTypeEnum(IfcSanitaryTerminalTypeEnum_ val)
Definition: Ifc4x2Enum.h:5053
OdIfc4x2::kIfcCompressorTypeEnum_OPENTYPE
@ kIfcCompressorTypeEnum_OPENTYPE
Definition: Ifc4x2Enum.h:1285
OdIfc4x2::IfcAnalysisModelTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:366
OdIfc4x2::kIfcElectricApplianceTypeEnum_HANDDRYER
@ kIfcElectricApplianceTypeEnum_HANDDRYER
Definition: Ifc4x2Enum.h:2434
OdIfc4x2::IfcBuildingSystemTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:890
OdIfc4x2::IfcBearingTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:646
OdIfc4x2::IfcGeometricProjectionEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3172
OdIfc4x2::IfcConnectionTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1364
OdIfc4x2::kIfcEventTriggerTypeEnum_unset
@ kIfcEventTriggerTypeEnum_unset
Definition: Ifc4x2Enum.h:2775
OdIfc4x2::IfcReinforcingMeshTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcDoorStyleConstructionEnum_
IfcDoorStyleConstructionEnum_
Definition: Ifc4x2Enum.h:2194
OdIfc4x2::kIfcSlabTypeEnum_WEARING
@ kIfcSlabTypeEnum_WEARING
Definition: Ifc4x2Enum.h:5240
OdIfc4x2::IfcHeatExchangerTypeEnum
Definition: Ifc4x2Enum.h:3247
OdIfc4x2::IfcBeamTypeEnum::IfcBeamTypeEnum
IfcBeamTypeEnum(const IfcBeamTypeEnum &other)
Definition: Ifc4x2Enum.h:582
OdIfc4x2::IfcSectionTypeEnum_
IfcSectionTypeEnum_
Definition: Ifc4x2Enum.h:5067
OdIfc4x2::IfcKnotType::IfcKnotType
IfcKnotType(const IfcKnotType &other)
Definition: Ifc4x2Enum.h:3429
OdIfc4x2::IfcFlowMeterTypeEnum::IfcFlowMeterTypeEnum
IfcFlowMeterTypeEnum()
Definition: Ifc4x2Enum.h:3048
OdIfc4x2::IfcAirToAirHeatRecoveryTypeEnum::IfcAirToAirHeatRecoveryTypeEnum
IfcAirToAirHeatRecoveryTypeEnum()
Definition: Ifc4x2Enum.h:279
OdIfc4x2::IfcBooleanOperator_
IfcBooleanOperator_
Definition: Ifc4x2Enum.h:718
OdIfc4x2::kIfcLaborResourceTypeEnum_FINISHING
@ kIfcLaborResourceTypeEnum_FINISHING
Definition: Ifc4x2Enum.h:3451
OdIfc4x2::kIfcRoleEnum_unset
@ kIfcRoleEnum_unset
Definition: Ifc4x2Enum.h:4880
OdIfc4x2::kIfcVoidingFeatureTypeEnum_EDGE
@ kIfcVoidingFeatureTypeEnum_EDGE
Definition: Ifc4x2Enum.h:6404
OdIfc4x2::IfcObjectTypeEnum_
IfcObjectTypeEnum_
Definition: Ifc4x2Enum.h:3853
OdIfc4x2::IfcBridgePartTypeEnum::IfcBridgePartTypeEnum
IfcBridgePartTypeEnum(IfcBridgePartTypeEnum_ val)
Definition: Ifc4x2Enum.h:765
OdIfc4x2::kIfcVoidingFeatureTypeEnum_NOTDEFINED
@ kIfcVoidingFeatureTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:6406
OdIfc4x2::IfcSurfaceFeatureTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5670
OdIfc4x2::IfcOccupantTypeEnum::IfcOccupantTypeEnum
IfcOccupantTypeEnum(IfcOccupantTypeEnum_ val)
Definition: Ifc4x2Enum.h:3938
OdIfc4x2::kIfcReinforcingBarRoleEnum_MAIN
@ kIfcReinforcingBarRoleEnum_MAIN
Definition: Ifc4x2Enum.h:4740
OdIfc4x2::IfcRoleEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcOutletTypeEnum_
IfcOutletTypeEnum_
Definition: Ifc4x2Enum.h:3979
OdIfc4x2::kIfcTextPath_DOWN
@ kIfcTextPath_DOWN
Definition: Ifc4x2Enum.h:5956
OdIfc4x2::IfcElementCompositionEnum::IfcElementCompositionEnum
IfcElementCompositionEnum(IfcElementCompositionEnum_ val)
Definition: Ifc4x2Enum.h:2662
OdIfc4x2::kIfcTendonConduitTypeEnum_COUPLER
@ kIfcTendonConduitTypeEnum_COUPLER
Definition: Ifc4x2Enum.h:5895
OdIfc4x2::IfcActionTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:134
OdIfc4x2::kIfcBeamTypeEnum_JOIST
@ kIfcBeamTypeEnum_JOIST
Definition: Ifc4x2Enum.h:562
OdIfc4x2::kIfcEventTypeEnum_unset
@ kIfcEventTypeEnum_unset
Definition: Ifc4x2Enum.h:2803
OdIfc4x2::kIfcDerivedUnitEnum_ISOTHERMALMOISTURECAPACITYUNIT
@ kIfcDerivedUnitEnum_ISOTHERMALMOISTURECAPACITYUNIT
Definition: Ifc4x2Enum.h:1826
OdIfc4x2::IfcStructuralCurveMemberTypeEnum_
IfcStructuralCurveMemberTypeEnum_
Definition: Ifc4x2Enum.h:5540
OdIfc4x2::IfcPileConstructionEnum::IfcPileConstructionEnum
IfcPileConstructionEnum(IfcPileConstructionEnum_ val)
Definition: Ifc4x2Enum.h:4131
OdIfc4x2::kIfcWasteTerminalTypeEnum_WASTETRAP
@ kIfcWasteTerminalTypeEnum_WASTETRAP
Definition: Ifc4x2Enum.h:6471
OdIfc4x2::IfcElectricTimeControlTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2599
OdIfc4x2::kIfcBSplineCurveForm_HYPERBOLIC_ARC
@ kIfcBSplineCurveForm_HYPERBOLIC_ARC
Definition: Ifc4x2Enum.h:502
OdIfc4x2::IfcWorkCalendarTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6705
OdIfc4x2::StrToIfcSubContractResourceTypeEnum
IfcSubContractResourceTypeEnum StrToIfcSubContractResourceTypeEnum(OdAnsiString val)
OdIfc4x2::IfcEngineTypeEnum::IfcEngineTypeEnum
IfcEngineTypeEnum(const IfcEngineTypeEnum &other)
Definition: Ifc4x2Enum.h:2688
OdIfc4x2::IfcStateEnum::IfcStateEnum
IfcStateEnum(IfcStateEnum_ val)
Definition: Ifc4x2Enum.h:5494
OdIfc4x2::kIfcDerivedUnitEnum_MASSPERLENGTHUNIT
@ kIfcDerivedUnitEnum_MASSPERLENGTHUNIT
Definition: Ifc4x2Enum.h:1856
OdIfc4x2::IfcCurtainWallTypeEnum::IfcCurtainWallTypeEnum
IfcCurtainWallTypeEnum(const IfcCurtainWallTypeEnum &other)
Definition: Ifc4x2Enum.h:1713
OdIfc4x2::kIfcShadingDeviceTypeEnum_JALOUSIE
@ kIfcShadingDeviceTypeEnum_JALOUSIE
Definition: Ifc4x2Enum.h:5171
OdIfc4x2::kIfcBSplineSurfaceForm_GENERALISED_CONE
@ kIfcBSplineSurfaceForm_GENERALISED_CONE
Definition: Ifc4x2Enum.h:534
OdIfc4x2::IfcJunctionBoxTypeEnum::IfcJunctionBoxTypeEnum
IfcJunctionBoxTypeEnum()
Definition: Ifc4x2Enum.h:3401
OdIfc4x2::IfcElectricGeneratorTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2541
OdIfc4x2::IfcDuctSilencerTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2412
OdIfc4x2::kIfcTextPath_LEFT
@ kIfcTextPath_LEFT
Definition: Ifc4x2Enum.h:5953
OdIfc4x2::kIfcCaissonFoundationTypeEnum_NOTDEFINED
@ kIfcCaissonFoundationTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1049
OdIfc4x2::kIfcBeamTypeEnum_T_BEAM
@ kIfcBeamTypeEnum_T_BEAM
Definition: Ifc4x2Enum.h:566
OdIfc4x2::kIfcMechanicalFastenerTypeEnum_NAIL
@ kIfcMechanicalFastenerTypeEnum_NAIL
Definition: Ifc4x2Enum.h:3697
OdIfc4x2::IfcStateEnum::IfcStateEnum
IfcStateEnum()
Definition: Ifc4x2Enum.h:5492
OdIfc4x2::kIfcDistributionSystemEnum_TV
@ kIfcDistributionSystemEnum_TV
Definition: Ifc4x2Enum.h:2048
OdIfc4x2::kIfcAirTerminalTypeEnum_LOUVRE
@ kIfcAirTerminalTypeEnum_LOUVRE
Definition: Ifc4x2Enum.h:235
OdIfc4x2::IfcActionRequestTypeEnum::IfcActionRequestTypeEnum
IfcActionRequestTypeEnum()
Definition: Ifc4x2Enum.h:52
OdIfc4x2::IfcFlowMeterTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3051
OdIfc4x2::kIfcDerivedUnitEnum_THERMALRESISTANCEUNIT
@ kIfcDerivedUnitEnum_THERMALRESISTANCEUNIT
Definition: Ifc4x2Enum.h:1836
OdIfc4x2::kIfcSpaceHeaterTypeEnum_USERDEFINED
@ kIfcSpaceHeaterTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5296
OdIfc4x2::IfcPipeSegmentTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4226
OdIfc4x2::kIfcTransformerTypeEnum_VOLTAGE
@ kIfcTransformerTypeEnum_VOLTAGE
Definition: Ifc4x2Enum.h:6014
OdIfc4x2::IfcSubContractResourceTypeEnum::IfcSubContractResourceTypeEnum
IfcSubContractResourceTypeEnum()
Definition: Ifc4x2Enum.h:5638
OdIfc4x2::IfcShadingDeviceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5185
OdIfc4x2::kIfcUnitaryControlElementTypeEnum_USERDEFINED
@ kIfcUnitaryControlElementTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6239
OdIfc4x2::kIfcSIUnitName_JOULE
@ kIfcSIUnitName_JOULE
Definition: Ifc4x2Enum.h:4991
OdIfc4x2::IfcCostItemTypeEnum::IfcCostItemTypeEnum
IfcCostItemTypeEnum(IfcCostItemTypeEnum_ val)
Definition: Ifc4x2Enum.h:1594
OdIfc4x2::StrToIfcEvaporativeCoolerTypeEnum
IfcEvaporativeCoolerTypeEnum StrToIfcEvaporativeCoolerTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcStructuralCurveMemberTypeEnum
IfcStructuralCurveMemberTypeEnum StrToIfcStructuralCurveMemberTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcCompressorTypeEnum_DYNAMIC
@ kIfcCompressorTypeEnum_DYNAMIC
Definition: Ifc4x2Enum.h:1278
OdIfc4x2::IfcDiscreteAccessoryTypeEnum::IfcDiscreteAccessoryTypeEnum
IfcDiscreteAccessoryTypeEnum(const IfcDiscreteAccessoryTypeEnum &other)
Definition: Ifc4x2Enum.h:1934
OdIfc4x2::IfcEventTypeEnum_
IfcEventTypeEnum_
Definition: Ifc4x2Enum.h:2797
OdIfc4x2::IfcReferentTypeEnum_
IfcReferentTypeEnum_
Definition: Ifc4x2Enum.h:4678
OdIfc4x2::IfcActuatorTypeEnum::IfcActuatorTypeEnum
IfcActuatorTypeEnum(const IfcActuatorTypeEnum &other)
Definition: Ifc4x2Enum.h:161
OdIfc4x2::IfcDiscreteAccessoryTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcAddressTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:191
OdIfc4x2::kIfcDerivedUnitEnum_PHUNIT
@ kIfcDerivedUnitEnum_PHUNIT
Definition: Ifc4x2Enum.h:1859
OdIfc4x2::IfcNullStyle::nullify
void nullify()
Definition: Ifc4x2Enum.h:3841
OdIfc4x2::StrToIfcEvaporatorTypeEnum
IfcEvaporatorTypeEnum StrToIfcEvaporatorTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcTendonTypeEnum_unset
@ kIfcTendonTypeEnum_unset
Definition: Ifc4x2Enum.h:5930
OdIfc4x2::kIfcObjectiveEnum_unset
@ kIfcObjectiveEnum_unset
Definition: Ifc4x2Enum.h:3898
OdIfc4x2::kIfcHeatExchangerTypeEnum_unset
@ kIfcHeatExchangerTypeEnum_unset
Definition: Ifc4x2Enum.h:3244
OdIfc4x2::StrToIfcHumidifierTypeEnum
IfcHumidifierTypeEnum StrToIfcHumidifierTypeEnum(OdAnsiString val)
OdIfc4x2::IfcRampTypeEnum_
IfcRampTypeEnum_
Definition: Ifc4x2Enum.h:4616
OdIfc4x2::IfcDataOriginEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcStructuralSurfaceMemberTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5614
OdIfc4x2::kIfcConstructionMaterialResourceTypeEnum_MASONRY
@ kIfcConstructionMaterialResourceTypeEnum_MASONRY
Definition: Ifc4x2Enum.h:1443
OdIfc4x2::kIfcRoleEnum_CLIENT
@ kIfcRoleEnum_CLIENT
Definition: Ifc4x2Enum.h:4864
OdIfc4x2::IfcCableFittingTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcDuctFittingTypeEnum
Definition: Ifc4x2Enum.h:2351
OdIfc4x2::kIfcSlabTypeEnum_PAVING
@ kIfcSlabTypeEnum_PAVING
Definition: Ifc4x2Enum.h:5239
OdIfc4x2::kIfcPermeableCoveringOperationEnum_USERDEFINED
@ kIfcPermeableCoveringOperationEnum_USERDEFINED
Definition: Ifc4x2Enum.h:4038
OdIfc4x2::StrToIfcTendonAnchorTypeEnum
IfcTendonAnchorTypeEnum StrToIfcTendonAnchorTypeEnum(OdAnsiString val)
OdIfc4x2::IfcSubContractResourceTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcBearingTypeEnum_DISK
@ kIfcBearingTypeEnum_DISK
Definition: Ifc4x2Enum.h:633
OdIfc4x2::IfcStateEnum::toStr
OdAnsiString toStr()
OdIfc4x2::StrToIfcCaissonFoundationTypeEnum
IfcCaissonFoundationTypeEnum StrToIfcCaissonFoundationTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcWindowTypeEnum
IfcWindowTypeEnum StrToIfcWindowTypeEnum(OdAnsiString val)
OdIfc4x2::IfcCoilTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1172
OdIfc4x2::IfcTendonConduitTypeEnum::IfcTendonConduitTypeEnum
IfcTendonConduitTypeEnum(IfcTendonConduitTypeEnum_ val)
Definition: Ifc4x2Enum.h:5909
OdIfc4x2::IfcDoorTypeEnum::IfcDoorTypeEnum
IfcDoorTypeEnum(IfcDoorTypeEnum_ val)
Definition: Ifc4x2Enum.h:2281
OdIfc4x2::kIfcEngineTypeEnum_NOTDEFINED
@ kIfcEngineTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2680
OdIfc4x2::IfcDuctSilencerTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2413
OdIfc4x2::IfcCoilTypeEnum_
IfcCoilTypeEnum_
Definition: Ifc4x2Enum.h:1153
OdIfc4x2::IfcBridgeTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:799
OdIfc4x2::IfcProtectiveDeviceTypeEnum::IfcProtectiveDeviceTypeEnum
IfcProtectiveDeviceTypeEnum(const IfcProtectiveDeviceTypeEnum &other)
Definition: Ifc4x2Enum.h:4514
OdIfc4x2::kIfcDataOriginEnum_MEASURED
@ kIfcDataOriginEnum_MEASURED
Definition: Ifc4x2Enum.h:1792
OdIfc4x2::kIfcAddressTypeEnum_unset
@ kIfcAddressTypeEnum_unset
Definition: Ifc4x2Enum.h:182
OdIfc4x2::IfcCrewResourceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1690
OdIfc4x2::IfcSIUnitName::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcPileTypeEnum_BORED
@ kIfcPileTypeEnum_BORED
Definition: Ifc4x2Enum.h:4146
OdIfc4x2::kIfcBuildingElementProxyTypeEnum_unset
@ kIfcBuildingElementProxyTypeEnum_unset
Definition: Ifc4x2Enum.h:848
OdIfc4x2::IfcActionRequestTypeEnum::IfcActionRequestTypeEnum
IfcActionRequestTypeEnum(IfcActionRequestTypeEnum_ val)
Definition: Ifc4x2Enum.h:54
OdIfc4x2::kIfcUnitaryControlElementTypeEnum_INDICATORPANEL
@ kIfcUnitaryControlElementTypeEnum_INDICATORPANEL
Definition: Ifc4x2Enum.h:6234
OdIfc4x2::kIfcBSplineSurfaceForm_unset
@ kIfcBSplineSurfaceForm_unset
Definition: Ifc4x2Enum.h:538
OdIfc4x2::kIfcSIPrefix_MEGA
@ kIfcSIPrefix_MEGA
Definition: Ifc4x2Enum.h:4945
OdIfc4x2::StrToIfcChimneyTypeEnum
IfcChimneyTypeEnum StrToIfcChimneyTypeEnum(OdAnsiString val)
OdIfc4x2::IfcShadingDeviceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5186
OdIfc4x2::kIfcSIUnitName_HENRY
@ kIfcSIUnitName_HENRY
Definition: Ifc4x2Enum.h:4989
OdIfc4x2::kIfcTaskTypeEnum_DISMANTLE
@ kIfcTaskTypeEnum_DISMANTLE
Definition: Ifc4x2Enum.h:5832
OdIfc4x2::kIfcSystemFurnitureElementTypeEnum_WORKSURFACE
@ kIfcSystemFurnitureElementTypeEnum_WORKSURFACE
Definition: Ifc4x2Enum.h:5745
OdIfc4x2::IfcElectricGeneratorTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcWindowPanelOperationEnum_FIXEDCASEMENT
@ kIfcWindowPanelOperationEnum_FIXEDCASEMENT
Definition: Ifc4x2Enum.h:6508
OdIfc4x2::kIfcUnitaryControlElementTypeEnum_ALARMPANEL
@ kIfcUnitaryControlElementTypeEnum_ALARMPANEL
Definition: Ifc4x2Enum.h:6231
OdIfc4x2::kIfcProcedureTypeEnum_unset
@ kIfcProcedureTypeEnum_unset
Definition: Ifc4x2Enum.h:4308
OdIfc4x2::kIfcOccupantTypeEnum_LESSOR
@ kIfcOccupantTypeEnum_LESSOR
Definition: Ifc4x2Enum.h:3924
OdIfc4x2::StrToIfcTransformerTypeEnum
IfcTransformerTypeEnum StrToIfcTransformerTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcCurveInterpolationEnum_LOG_LOG
@ kIfcCurveInterpolationEnum_LOG_LOG
Definition: Ifc4x2Enum.h:1731
OdIfc4x2::IfcBSplineSurfaceForm::nullify
void nullify()
Definition: Ifc4x2Enum.h:548
OdIfc4x2::IfcCondenserTypeEnum::IfcCondenserTypeEnum
IfcCondenserTypeEnum(IfcCondenserTypeEnum_ val)
Definition: Ifc4x2Enum.h:1335
OdIfc4x2::IfcStackTerminalTypeEnum::IfcStackTerminalTypeEnum
IfcStackTerminalTypeEnum(IfcStackTerminalTypeEnum_ val)
Definition: Ifc4x2Enum.h:5397
OdIfc4x2::kIfcDoorStyleOperationEnum_SINGLE_SWING_RIGHT
@ kIfcDoorStyleOperationEnum_SINGLE_SWING_RIGHT
Definition: Ifc4x2Enum.h:2228
OdIfc4x2::IfcVibrationIsolatorTypeEnum
Definition: Ifc4x2Enum.h:6379
OdIfc4x2::IfcWindowStyleConstructionEnum
Definition: Ifc4x2Enum.h:6574
OdIfc4x2::IfcTubeBundleTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6165
OdIfc4x2::IfcFlowMeterTypeEnum::IfcFlowMeterTypeEnum
IfcFlowMeterTypeEnum(const IfcFlowMeterTypeEnum &other)
Definition: Ifc4x2Enum.h:3049
OdIfc4x2::IfcProtectiveDeviceTrippingUnitTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcValveTypeEnum_GASCOCK
@ kIfcValveTypeEnum_GASCOCK
Definition: Ifc4x2Enum.h:6305
OdIfc4x2::IfcSequenceEnum::IfcSequenceEnum
IfcSequenceEnum(const IfcSequenceEnum &other)
Definition: Ifc4x2Enum.h:5155
OdIfc4x2::kIfcMemberTypeEnum_PURLIN
@ kIfcMemberTypeEnum_PURLIN
Definition: Ifc4x2Enum.h:3767
OdIfc4x2::kIfcUnitEnum_INDUCTANCEUNIT
@ kIfcUnitEnum_INDUCTANCEUNIT
Definition: Ifc4x2Enum.h:6192
OdIfc4x2::IfcConnectionTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1363
OdIfc4x2::kIfcWindowStyleOperationEnum_TRIPLE_PANEL_BOTTOM
@ kIfcWindowStyleOperationEnum_TRIPLE_PANEL_BOTTOM
Definition: Ifc4x2Enum.h:6598
OdIfc4x2::IfcSensorTypeEnum::IfcSensorTypeEnum
IfcSensorTypeEnum(const IfcSensorTypeEnum &other)
Definition: Ifc4x2Enum.h:5126
OdIfc4x2::IfcMedicalDeviceTypeEnum::IfcMedicalDeviceTypeEnum
IfcMedicalDeviceTypeEnum()
Definition: Ifc4x2Enum.h:3743
OdIfc4x2::kIfcTendonConduitTypeEnum_GROUTING_DUCT
@ kIfcTendonConduitTypeEnum_GROUTING_DUCT
Definition: Ifc4x2Enum.h:5896
OdIfc4x2::IfcSlabTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcPreferredSurfaceCurveRepresentation::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcBuildingSystemTypeEnum_FENESTRATION
@ kIfcBuildingSystemTypeEnum_FENESTRATION
Definition: Ifc4x2Enum.h:871
OdIfc4x2::kIfcTaskDurationEnum_ELAPSEDTIME
@ kIfcTaskDurationEnum_ELAPSEDTIME
Definition: Ifc4x2Enum.h:5803
OdIfc4x2::IfcStateEnum
Definition: Ifc4x2Enum.h:5489
OdIfc4x2::IfcStairFlightTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5428
OdIfc4x2::kIfcRampTypeEnum_NOTDEFINED
@ kIfcRampTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4624
OdIfc4x2::kIfcPlateTypeEnum_WEB_PLATE
@ kIfcPlateTypeEnum_WEB_PLATE
Definition: Ifc4x2Enum.h:4242
OdIfc4x2::kIfcColumnTypeEnum_unset
@ kIfcColumnTypeEnum_unset
Definition: Ifc4x2Enum.h:1193
OdIfc4x2::IfcLightEmissionSourceEnum::IfcLightEmissionSourceEnum
IfcLightEmissionSourceEnum(const IfcLightEmissionSourceEnum &other)
Definition: Ifc4x2Enum.h:3594
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_NOTDEFINED
@ kIfcCommunicationsApplianceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:1229
OdIfc4x2::kIfcStairTypeEnum_USERDEFINED
@ kIfcStairTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:5456
OdIfc4x2::IfcDocumentConfidentialityEnum
Definition: Ifc4x2Enum.h:2088
OdIfc4x2::kIfcDistributionSystemEnum_HAZARDOUS
@ kIfcDistributionSystemEnum_HAZARDOUS
Definition: Ifc4x2Enum.h:2033
OdIfc4x2::kIfcBearingTypeDisplacementEnum_GUIDED_LONGITUDINAL
@ kIfcBearingTypeDisplacementEnum_GUIDED_LONGITUDINAL
Definition: Ifc4x2Enum.h:599
OdIfc4x2::IfcAudioVisualApplianceTypeEnum::IfcAudioVisualApplianceTypeEnum
IfcAudioVisualApplianceTypeEnum(IfcAudioVisualApplianceTypeEnum_ val)
Definition: Ifc4x2Enum.h:483
OdIfc4x2::IfcPreferredSurfaceCurveRepresentation::IfcPreferredSurfaceCurveRepresentation
IfcPreferredSurfaceCurveRepresentation()
Definition: Ifc4x2Enum.h:4282
OdIfc4x2::IfcOutletTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3997
OdIfc4x2::IfcDiscreteAccessoryTypeEnum_
IfcDiscreteAccessoryTypeEnum_
Definition: Ifc4x2Enum.h:1920
OdIfc4x2::kIfcDistributionSystemEnum_OIL
@ kIfcDistributionSystemEnum_OIL
Definition: Ifc4x2Enum.h:2038
OdIfc4x2::kIfcFlowInstrumentTypeEnum_VOLTMETER_RMS
@ kIfcFlowInstrumentTypeEnum_VOLTMETER_RMS
Definition: Ifc4x2Enum.h:3010
OdIfc4x2::kIfcElectricFlowStorageDeviceTypeEnum_NOTDEFINED
@ kIfcElectricFlowStorageDeviceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2502
OdIfc4x2::kIfcDistributionSystemEnum_GAS
@ kIfcDistributionSystemEnum_GAS
Definition: Ifc4x2Enum.h:2032
OdIfc4x2::kIfcUnitEnum_ELECTRICRESISTANCEUNIT
@ kIfcUnitEnum_ELECTRICRESISTANCEUNIT
Definition: Ifc4x2Enum.h:6186
OdIfc4x2::IfcElectricDistributionBoardTypeEnum_
IfcElectricDistributionBoardTypeEnum_
Definition: Ifc4x2Enum.h:2466
OdIfc4x2::StrToIfcStateEnum
IfcStateEnum StrToIfcStateEnum(OdAnsiString val)
OdIfc4x2::IfcBuildingElementProxyTypeEnum::IfcBuildingElementProxyTypeEnum
IfcBuildingElementProxyTypeEnum(const IfcBuildingElementProxyTypeEnum &other)
Definition: Ifc4x2Enum.h:855
OdIfc4x2::IfcEngineTypeEnum_
IfcEngineTypeEnum_
Definition: Ifc4x2Enum.h:2676
OdIfc4x2::IfcSpaceTypeEnum::IfcSpaceTypeEnum
IfcSpaceTypeEnum(const IfcSpaceTypeEnum &other)
Definition: Ifc4x2Enum.h:5335
OdIfc4x2::IfcCoilTypeEnum::IfcCoilTypeEnum
IfcCoilTypeEnum()
Definition: Ifc4x2Enum.h:1169
OdIfc4x2::kIfcSIUnitName_GRAM
@ kIfcSIUnitName_GRAM
Definition: Ifc4x2Enum.h:4987
OdIfc4x2::kIfcHumidifierTypeEnum_ADIABATICATOMIZING
@ kIfcHumidifierTypeEnum_ADIABATICATOMIZING
Definition: Ifc4x2Enum.h:3271
OdIfc4x2::StrToIfcNullStyle
IfcNullStyle StrToIfcNullStyle(OdAnsiString val)
OdIfc4x2::kIfcDerivedUnitEnum_THERMALEXPANSIONCOEFFICIENTUNIT
@ kIfcDerivedUnitEnum_THERMALEXPANSIONCOEFFICIENTUNIT
Definition: Ifc4x2Enum.h:1869
OdIfc4x2::kIfcCoveringTypeEnum_unset
@ kIfcCoveringTypeEnum_unset
Definition: Ifc4x2Enum.h:1654
OdIfc4x2::StrToIfcWallTypeEnum
IfcWallTypeEnum StrToIfcWallTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcJunctionBoxTypeEnum_USERDEFINED
@ kIfcJunctionBoxTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3393
OdIfc4x2::IfcTaskTypeEnum::IfcTaskTypeEnum
IfcTaskTypeEnum()
Definition: Ifc4x2Enum.h:5849
OdIfc4x2::StrToIfcSpatialZoneTypeEnum
IfcSpatialZoneTypeEnum StrToIfcSpatialZoneTypeEnum(OdAnsiString val)
OdIfc4x2::IfcMotorConnectionTypeEnum::IfcMotorConnectionTypeEnum
IfcMotorConnectionTypeEnum()
Definition: Ifc4x2Enum.h:3813
OdIfc4x2::IfcDistributionChamberElementTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcUnitaryControlElementTypeEnum_THERMOSTAT
@ kIfcUnitaryControlElementTypeEnum_THERMOSTAT
Definition: Ifc4x2Enum.h:6237
OdIfc4x2::kIfcCommunicationsApplianceTypeEnum_USERDEFINED
@ kIfcCommunicationsApplianceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1228
OdIfc4x2::IfcRailingTypeEnum
Definition: Ifc4x2Enum.h:4570
OdIfc4x2::kIfcPipeFittingTypeEnum_TRANSITION
@ kIfcPipeFittingTypeEnum_TRANSITION
Definition: Ifc4x2Enum.h:4183
OdIfc4x2::kIfcSpatialZoneTypeEnum_VENTILATION
@ kIfcSpatialZoneTypeEnum_VENTILATION
Definition: Ifc4x2Enum.h:5358
OdIfc4x2::kIfcCableFittingTypeEnum_USERDEFINED
@ kIfcCableFittingTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:992
OdIfc4x2::IfcWorkScheduleTypeEnum::IfcWorkScheduleTypeEnum
IfcWorkScheduleTypeEnum()
Definition: Ifc4x2Enum.h:6757
OdIfc4x2::IfcActionRequestTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:56
OdIfc4x2::kIfcBSplineSurfaceForm_SURF_OF_LINEAR_EXTRUSION
@ kIfcBSplineSurfaceForm_SURF_OF_LINEAR_EXTRUSION
Definition: Ifc4x2Enum.h:536
OdIfc::kIfcBooleanOperator_UNION
@ kIfcBooleanOperator_UNION
Definition: IfcModelerGeometry.h:48
OdIfc4x2::kIfcExternalSpatialElementTypeEnum_unset
@ kIfcExternalSpatialElementTypeEnum_unset
Definition: Ifc4x2Enum.h:2832
OdIfc4x2::kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVERIGIDMEDIAAIRCOOLER
@ kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVERIGIDMEDIAAIRCOOLER
Definition: Ifc4x2Enum.h:2705
OdIfc4x2::IfcCableFittingTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:1003
OdIfc4x2::IfcBuildingElementPartTypeEnum::IfcBuildingElementPartTypeEnum
IfcBuildingElementPartTypeEnum(const IfcBuildingElementPartTypeEnum &other)
Definition: Ifc4x2Enum.h:825
OdIfc4x2::StrToIfcProtectiveDeviceTypeEnum
IfcProtectiveDeviceTypeEnum StrToIfcProtectiveDeviceTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcAirTerminalTypeEnum_NOTDEFINED
@ kIfcAirTerminalTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:238
OdIfc4x2::kIfcBSplineCurveForm_PARABOLIC_ARC
@ kIfcBSplineCurveForm_PARABOLIC_ARC
Definition: Ifc4x2Enum.h:501
OdIfc4x2::kIfcInterceptorTypeEnum_USERDEFINED
@ kIfcInterceptorTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3309
OdIfc4x2::IfcDirectionSenseEnum
Definition: Ifc4x2Enum.h:1901
OdIfc4x2::kIfcMemberTypeEnum_STRINGER
@ kIfcMemberTypeEnum_STRINGER
Definition: Ifc4x2Enum.h:3769
OdIfc4x2::kIfcLaborResourceTypeEnum_NOTDEFINED
@ kIfcLaborResourceTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:3465
OdIfc4x2::kIfcCoveringTypeEnum_CLADDING
@ kIfcCoveringTypeEnum_CLADDING
Definition: Ifc4x2Enum.h:1643
OdIfc4x2::StrToIfcActionSourceTypeEnum
IfcActionSourceTypeEnum StrToIfcActionSourceTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcCostScheduleTypeEnum_PRICEDBILLOFQUANTITIES
@ kIfcCostScheduleTypeEnum_PRICEDBILLOFQUANTITIES
Definition: Ifc4x2Enum.h:1613
OdIfc4x2::IfcSpaceHeaterTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5308
OdIfc4x2::IfcSpatialZoneTypeEnum
Definition: Ifc4x2Enum.h:5364
OdIfc4x2::IfcPumpTypeEnum::IfcPumpTypeEnum
IfcPumpTypeEnum()
Definition: Ifc4x2Enum.h:4545
OdIfc4x2::IfcFilterTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcBSplineCurveForm_unset
@ kIfcBSplineCurveForm_unset
Definition: Ifc4x2Enum.h:504
OdIfc4x2::kIfcActionSourceTypeEnum_WAVE
@ kIfcActionSourceTypeEnum_WAVE
Definition: Ifc4x2Enum.h:91
OdIfc4x2::IfcLoadGroupTypeEnum::IfcLoadGroupTypeEnum
IfcLoadGroupTypeEnum()
Definition: Ifc4x2Enum.h:3649
OdIfc4x2::IfcHumidifierTypeEnum::IfcHumidifierTypeEnum
IfcHumidifierTypeEnum(const IfcHumidifierTypeEnum &other)
Definition: Ifc4x2Enum.h:3289
OdIfc4x2::StrToIfcLoadGroupTypeEnum
IfcLoadGroupTypeEnum StrToIfcLoadGroupTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcVibrationDamperTypeEnum_SHEAR_YIELD
@ kIfcVibrationDamperTypeEnum_SHEAR_YIELD
Definition: Ifc4x2Enum.h:6341
OdIfc4x2::kIfcPropertySetTemplateTypeEnum_NOTDEFINED
@ kIfcPropertySetTemplateTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4445
OdIfc4x2::IfcInterceptorTypeEnum
Definition: Ifc4x2Enum.h:3314
OdIfc4x2::IfcCableCarrierFittingTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:945
OdIfc4x2::kIfcUnitaryEquipmentTypeEnum_AIRCONDITIONINGUNIT
@ kIfcUnitaryEquipmentTypeEnum_AIRCONDITIONINGUNIT
Definition: Ifc4x2Enum.h:6265
OdIfc4x2::StrToIfcGlobalOrLocalEnum
IfcGlobalOrLocalEnum StrToIfcGlobalOrLocalEnum(OdAnsiString val)
OdIfc4x2::IfcReflectanceMethodEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4727
OdIfc4x2::kIfcDerivedUnitEnum_SOUNDPRESSURELEVELUNIT
@ kIfcDerivedUnitEnum_SOUNDPRESSURELEVELUNIT
Definition: Ifc4x2Enum.h:1865
OdIfc4x2::kIfcLayerSetDirectionEnum_AXIS3
@ kIfcLayerSetDirectionEnum_AXIS3
Definition: Ifc4x2Enum.h:3525
OdIfc4x2::IfcObjectiveEnum_
IfcObjectiveEnum_
Definition: Ifc4x2Enum.h:3884
OdIfc4x2::IfcBridgePartTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcValveTypeEnum
Definition: Ifc4x2Enum.h:6320
OdIfc4x2::StrToIfcWorkPlanTypeEnum
IfcWorkPlanTypeEnum StrToIfcWorkPlanTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcDoorTypeOperationEnum_unset
@ kIfcDoorTypeOperationEnum_unset
Definition: Ifc4x2Enum.h:2316
OdIfc4x2::kIfcOutletTypeEnum_AUDIOVISUALOUTLET
@ kIfcOutletTypeEnum_AUDIOVISUALOUTLET
Definition: Ifc4x2Enum.h:3980
OdIfc4x2::IfcDirectionSenseEnum::IfcDirectionSenseEnum
IfcDirectionSenseEnum(const IfcDirectionSenseEnum &other)
Definition: Ifc4x2Enum.h:1905
OdIfc4x2::StrToIfcConstraintEnum
IfcConstraintEnum StrToIfcConstraintEnum(OdAnsiString val)
OdIfc4x2::kIfcElementAssemblyTypeEnum_CROSS_BRACING
@ kIfcElementAssemblyTypeEnum_CROSS_BRACING
Definition: Ifc4x2Enum.h:2624
OdIfc4x2::kIfcTendonTypeEnum_COATED
@ kIfcTendonTypeEnum_COATED
Definition: Ifc4x2Enum.h:5925
OdIfc4x2::kIfcRoleEnum_SUPPLIER
@ kIfcRoleEnum_SUPPLIER
Definition: Ifc4x2Enum.h:4857
OdIfc4x2::IfcDuctFittingTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:2358
OdIfc4x2::IfcTimeSeriesDataTypeEnum::IfcTimeSeriesDataTypeEnum
IfcTimeSeriesDataTypeEnum()
Definition: Ifc4x2Enum.h:5993
OdIfc4x2::kIfcLightDistributionCurveEnum_unset
@ kIfcLightDistributionCurveEnum_unset
Definition: Ifc4x2Enum.h:3553
OdIfc4x2::kIfcFlowMeterTypeEnum_unset
@ kIfcFlowMeterTypeEnum_unset
Definition: Ifc4x2Enum.h:3042
OdIfc4x2::IfcFlowMeterTypeEnum_
IfcFlowMeterTypeEnum_
Definition: Ifc4x2Enum.h:3035
OdIfc4x2::IfcChimneyTypeEnum_
IfcChimneyTypeEnum_
Definition: Ifc4x2Enum.h:1128
OdIfc4x2::IfcSubContractResourceTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5641
OdIfc4x2::IfcReinforcingBarSurfaceEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcDerivedUnitEnum_
IfcDerivedUnitEnum_
Definition: Ifc4x2Enum.h:1819
OdIfc4x2::IfcActuatorTypeEnum::IfcActuatorTypeEnum
IfcActuatorTypeEnum(IfcActuatorTypeEnum_ val)
Definition: Ifc4x2Enum.h:162
OdIfc4x2::IfcChangeActionEnum
Definition: Ifc4x2Enum.h:1081
OdIfc4x2::kIfcTaskTypeEnum_unset
@ kIfcTaskTypeEnum_unset
Definition: Ifc4x2Enum.h:5843
OdIfc4x2::IfcTrimmingPreference::nullify
void nullify()
Definition: Ifc4x2Enum.h:6139
OdIfc4x2::IfcNullStyle::IfcNullStyle
IfcNullStyle(IfcNullStyle_ val)
Definition: Ifc4x2Enum.h:3839
OdIfc4x2::kIfcSIUnitName_OHM
@ kIfcSIUnitName_OHM
Definition: Ifc4x2Enum.h:4998
OdIfc4x2::IfcReflectanceMethodEnum::IfcReflectanceMethodEnum
IfcReflectanceMethodEnum()
Definition: Ifc4x2Enum.h:4723
OdIfc4x2::IfcCoveringTypeEnum
Definition: Ifc4x2Enum.h:1657
OdIfc4x2::kIfcCableSegmentTypeEnum_unset
@ kIfcCableSegmentTypeEnum_unset
Definition: Ifc4x2Enum.h:1023
OdIfc4x2::kIfcCrewResourceTypeEnum_OFFICE
@ kIfcCrewResourceTypeEnum_OFFICE
Definition: Ifc4x2Enum.h:1677
OdIfc4x2::kIfcCompressorTypeEnum_TWINSCREW
@ kIfcCompressorTypeEnum_TWINSCREW
Definition: Ifc4x2Enum.h:1292
OdIfc4x2::kIfcActionSourceTypeEnum_ERECTION
@ kIfcActionSourceTypeEnum_ERECTION
Definition: Ifc4x2Enum.h:82
OdIfc4x2::IfcTaskDurationEnum
Definition: Ifc4x2Enum.h:5809
OdIfc4x2::kIfcCableCarrierSegmentTypeEnum_CABLETRUNKINGSEGMENT
@ kIfcCableCarrierSegmentTypeEnum_CABLETRUNKINGSEGMENT
Definition: Ifc4x2Enum.h:960
OdIfc4x2::IfcWorkPlanTypeEnum::IfcWorkPlanTypeEnum
IfcWorkPlanTypeEnum()
Definition: Ifc4x2Enum.h:6729
OdIfc4x2::IfcEvaporatorTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:2755
OdIfc4x2::IfcAlarmTypeEnum::IfcAlarmTypeEnum
IfcAlarmTypeEnum()
Definition: Ifc4x2Enum.h:310
OdIfc4x2::kIfcBridgeTypeEnum_GIRDER
@ kIfcBridgeTypeEnum_GIRDER
Definition: Ifc4x2Enum.h:785
OdIfc4x2::IfcWasteTerminalTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:6484
OdIfc4x2::IfcConstructionMaterialResourceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1459
OdIfc4x2::IfcConstructionMaterialResourceTypeEnum
Definition: Ifc4x2Enum.h:1452
OdIfc4x2::kIfcProtectiveDeviceTypeEnum_EARTHLEAKAGECIRCUITBREAKER
@ kIfcProtectiveDeviceTypeEnum_EARTHLEAKAGECIRCUITBREAKER
Definition: Ifc4x2Enum.h:4499
OdIfc4x2::kIfcHeatExchangerTypeEnum_USERDEFINED
@ kIfcHeatExchangerTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3242
OdIfc4x2::IfcOutletTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::kIfcBridgeTypeEnum_unset
@ kIfcBridgeTypeEnum_unset
Definition: Ifc4x2Enum.h:790
OdIfc4x2::IfcTaskDurationEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:5815
OdIfc4x2::kIfcBuildingSystemTypeEnum_SHADING
@ kIfcBuildingSystemTypeEnum_SHADING
Definition: Ifc4x2Enum.h:875
OdIfc4x2::IfcPileTypeEnum::IfcPileTypeEnum
IfcPileTypeEnum(const IfcPileTypeEnum &other)
Definition: Ifc4x2Enum.h:4161
OdIfc4x2::IfcDamperTypeEnum::IfcDamperTypeEnum
IfcDamperTypeEnum()
Definition: Ifc4x2Enum.h:1775
OdIfc4x2::kIfcFilterTypeEnum_COMPRESSEDAIRFILTER
@ kIfcFilterTypeEnum_COMPRESSEDAIRFILTER
Definition: Ifc4x2Enum.h:2916
OdIfc4x2::kIfcProjectOrderTypeEnum_NOTDEFINED
@ kIfcProjectOrderTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4362
OdIfc4x2::IfcDerivedUnitEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1883
OdIfc4x2::kIfcHumidifierTypeEnum_STEAMINJECTION
@ kIfcHumidifierTypeEnum_STEAMINJECTION
Definition: Ifc4x2Enum.h:3267
OdIfc4x2::kIfcDistributionSystemEnum_VACUUM
@ kIfcDistributionSystemEnum_VACUUM
Definition: Ifc4x2Enum.h:2049
OdIfc4x2::kIfcReinforcingBarSurfaceEnum_PLAIN
@ kIfcReinforcingBarSurfaceEnum_PLAIN
Definition: Ifc4x2Enum.h:4773
OdIfc4x2::IfcReferentTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:4694
OdIfc4x2::kIfcEvaporativeCoolerTypeEnum_INDIRECTDIRECTCOMBINATION
@ kIfcEvaporativeCoolerTypeEnum_INDIRECTDIRECTCOMBINATION
Definition: Ifc4x2Enum.h:2712
OdIfc4x2::IfcShadingDeviceTypeEnum_
IfcShadingDeviceTypeEnum_
Definition: Ifc4x2Enum.h:5170
OdIfc4x2::IfcReinforcingBarSurfaceEnum::IfcReinforcingBarSurfaceEnum
IfcReinforcingBarSurfaceEnum(const IfcReinforcingBarSurfaceEnum &other)
Definition: Ifc4x2Enum.h:4782
OdIfc4x2::kIfcLaborResourceTypeEnum_MASONRY
@ kIfcLaborResourceTypeEnum_MASONRY
Definition: Ifc4x2Enum.h:3456
OdIfc4x2::StrToIfcTendonTypeEnum
IfcTendonTypeEnum StrToIfcTendonTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcStairTypeEnum_HALF_WINDING_STAIR
@ kIfcStairTypeEnum_HALF_WINDING_STAIR
Definition: Ifc4x2Enum.h:5446
OdIfc4x2::IfcCurveInterpolationEnum::IfcCurveInterpolationEnum
IfcCurveInterpolationEnum(IfcCurveInterpolationEnum_ val)
Definition: Ifc4x2Enum.h:1741
OdIfc4x2::IfcSpaceTypeEnum
Definition: Ifc4x2Enum.h:5331
OdIfc4x2::IfcEventTriggerTypeEnum::IfcEventTriggerTypeEnum
IfcEventTriggerTypeEnum(IfcEventTriggerTypeEnum_ val)
Definition: Ifc4x2Enum.h:2783
OdIfc4x2::kIfcPileConstructionEnum_PREFAB_STEEL
@ kIfcPileConstructionEnum_PREFAB_STEEL
Definition: Ifc4x2Enum.h:4120
OdIfc4x2::IfcMechanicalFastenerTypeEnum::toStr
OdAnsiString toStr()
OdIfc4x2::IfcSpatialZoneTypeEnum::IfcSpatialZoneTypeEnum
IfcSpatialZoneTypeEnum(IfcSpatialZoneTypeEnum_ val)
Definition: Ifc4x2Enum.h:5369
OdIfc4x2::IfcDamperTypeEnum
Definition: Ifc4x2Enum.h:1772
OdIfc4x2::kIfcActionRequestTypeEnum_EMAIL
@ kIfcActionRequestTypeEnum_EMAIL
Definition: Ifc4x2Enum.h:39
OdIfc4x2::kIfcSpaceTypeEnum_unset
@ kIfcSpaceTypeEnum_unset
Definition: Ifc4x2Enum.h:5328
OdIfc4x2::IfcDataOriginEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1807
OdIfc4x2::kIfcLightDistributionCurveEnum_TYPE_C
@ kIfcLightDistributionCurveEnum_TYPE_C
Definition: Ifc4x2Enum.h:3551
OdIfc4x2::IfcTrimmingPreference::IfcTrimmingPreference
IfcTrimmingPreference()
Definition: Ifc4x2Enum.h:6135
OdIfc4x2::kIfcRoofTypeEnum_NOTDEFINED
@ kIfcRoofTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:4917
OdIfc4x2::kIfcBuildingElementPartTypeEnum_NOTDEFINED
@ kIfcBuildingElementPartTypeEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:817
OdIfc4x2::IfcFootingTypeEnum
Definition: Ifc4x2Enum.h:3075
OdIfc4x2::kIfcSIUnitName_SECOND
@ kIfcSIUnitName_SECOND
Definition: Ifc4x2Enum.h:5001
OdIfc4x2::StrToIfcCurtainWallTypeEnum
IfcCurtainWallTypeEnum StrToIfcCurtainWallTypeEnum(OdAnsiString val)
OdIfc4x2::StrToIfcLayerSetDirectionEnum
IfcLayerSetDirectionEnum StrToIfcLayerSetDirectionEnum(OdAnsiString val)
OdIfc4x2::IfcFlowMeterTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:3052
OdIfc4x2::kIfcAssemblyPlaceEnum_unset
@ kIfcAssemblyPlaceEnum_unset
Definition: Ifc4x2Enum.h:439
OdIfc4x2::IfcSurfaceFeatureTypeEnum_
IfcSurfaceFeatureTypeEnum_
Definition: Ifc4x2Enum.h:5654
OdIfc4x2::kIfcFilterTypeEnum_OILFILTER
@ kIfcFilterTypeEnum_OILFILTER
Definition: Ifc4x2Enum.h:2918
OdIfc4x2::IfcChillerTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:1116
OdIfc4x2::kIfcPipeSegmentTypeEnum_RIGIDSEGMENT
@ kIfcPipeSegmentTypeEnum_RIGIDSEGMENT
Definition: Ifc4x2Enum.h:4211
OdIfc4x2::IfcReinforcingBarRoleEnum
Definition: Ifc4x2Enum.h:4753
OdIfc4x2::kIfcSIUnitName_METRE
@ kIfcSIUnitName_METRE
Definition: Ifc4x2Enum.h:4995
OdIfc4x2::IfcAnalysisModelTypeEnum_
IfcAnalysisModelTypeEnum_
Definition: Ifc4x2Enum.h:351
OdIfc4x2::kIfcProjectedOrTrueLengthEnum_TRUE_LENGTH
@ kIfcProjectedOrTrueLengthEnum_TRUE_LENGTH
Definition: Ifc4x2Enum.h:4387
OdIfc4x2::IfcMechanicalFastenerTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:3716
OdIfc4x2::IfcDataOriginEnum_
IfcDataOriginEnum_
Definition: Ifc4x2Enum.h:1791
OdIfc4x2::IfcCoveringTypeEnum::IfcCoveringTypeEnum
IfcCoveringTypeEnum(IfcCoveringTypeEnum_ val)
Definition: Ifc4x2Enum.h:1662
OdIfc4x2::IfcSubContractResourceTypeEnum::nullify
void nullify()
Definition: Ifc4x2Enum.h:5642
OdIfc4x2::IfcPhysicalOrVirtualEnum
Definition: Ifc4x2Enum.h:4097
OdIfc4x2::kIfcTransitionCurveType_SINECURVE
@ kIfcTransitionCurveType_SINECURVE
Definition: Ifc4x2Enum.h:6072
OdIfc4x2::kIfcSIPrefix_NANO
@ kIfcSIPrefix_NANO
Definition: Ifc4x2Enum.h:4953
OdIfc4x2::StrToIfcMechanicalFastenerTypeEnum
IfcMechanicalFastenerTypeEnum StrToIfcMechanicalFastenerTypeEnum(OdAnsiString val)
OdIfc4x2::kIfcFireSuppressionTerminalTypeEnum_BREECHINGINLET
@ kIfcFireSuppressionTerminalTypeEnum_BREECHINGINLET
Definition: Ifc4x2Enum.h:2946
OdIfc4x2::kIfcPermeableCoveringOperationEnum_GRILL
@ kIfcPermeableCoveringOperationEnum_GRILL
Definition: Ifc4x2Enum.h:4035
OdIfc4x2::kIfcObjectiveEnum_USERDEFINED
@ kIfcObjectiveEnum_USERDEFINED
Definition: Ifc4x2Enum.h:3896
OdIfc4x2::kIfcFireSuppressionTerminalTypeEnum_unset
@ kIfcFireSuppressionTerminalTypeEnum_unset
Definition: Ifc4x2Enum.h:2953
OdIfc4x2::kIfcActuatorTypeEnum_USERDEFINED
@ kIfcActuatorTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:152
OdIfc4x2::kIfcRoofTypeEnum_HIP_ROOF
@ kIfcRoofTypeEnum_HIP_ROOF
Definition: Ifc4x2Enum.h:4906
OdIfc4x2::kIfcRoofTypeEnum_SHED_ROOF
@ kIfcRoofTypeEnum_SHED_ROOF
Definition: Ifc4x2Enum.h:4904
OdIfc4x2::kIfcDoorTypeOperationEnum_NOTDEFINED
@ kIfcDoorTypeOperationEnum_NOTDEFINED
Definition: Ifc4x2Enum.h:2315
OdIfc4x2::IfcReinforcingBarRoleEnum_
IfcReinforcingBarRoleEnum_
Definition: Ifc4x2Enum.h:4739
OdIfc4x2::IfcTransitionCurveType::exists
int exists() const
Definition: Ifc4x2Enum.h:6082
OdIfc4x2::IfcInventoryTypeEnum::IfcInventoryTypeEnum
IfcInventoryTypeEnum()
Definition: Ifc4x2Enum.h:3374
OdIfc4x2::IfcBSplineCurveForm::exists
int exists() const
Definition: Ifc4x2Enum.h:513
OdIfc4x2::IfcPlateTypeEnum::exists
int exists() const
Definition: Ifc4x2Enum.h:4259
OdIfc4x2::kIfcDocumentConfidentialityEnum_USERDEFINED
@ kIfcDocumentConfidentialityEnum_USERDEFINED
Definition: Ifc4x2Enum.h:2083
OdIfc4x2::kIfcConstructionProductResourceTypeEnum_USERDEFINED
@ kIfcConstructionProductResourceTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:1474
OdIfc4x2::IfcVibrationIsolatorTypeEnum::IfcVibrationIsolatorTypeEnum
IfcVibrationIsolatorTypeEnum(IfcVibrationIsolatorTypeEnum_ val)
Definition: Ifc4x2Enum.h:6384
OdIfc4x2::kIfcWorkCalendarTypeEnum_USERDEFINED
@ kIfcWorkCalendarTypeEnum_USERDEFINED
Definition: Ifc4x2Enum.h:6693
OdIfc4x2::IfcDuctFittingTypeEnum::IfcDuctFittingTypeEnum
IfcDuctFittingTypeEnum(const IfcDuctFittingTypeEnum &other)
Definition: Ifc4x2Enum.h:2355
OdIfc4x2::kIfcPropertySetTemplateTypeEnum_QTO_TYPEDRIVENONLY
@ kIfcPropertySetTemplateTypeEnum_QTO_TYPEDRIVENONLY
Definition: Ifc4x2Enum.h:4442