CFx SDK Documentation  2020SP3
Ifc2x3Enum.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 _IFC2X3_ENUM_2x3_H
27 #define _IFC2X3_ENUM_2x3_H
28 
29 
30 using namespace OdIfc;
31 
32 namespace OdIfc2x3 {
33 
36 
38 {
67 };
68 
71 public:
73  IfcActionSourceTypeEnum(const IfcActionSourceTypeEnum &other) : m_val(other.m_val) {};
75  int exists() const { return m_val != kIfcActionSourceTypeEnum_unset ? 1 : 0; };
77  operator IfcActionSourceTypeEnum_() const { return m_val; };
78  operator unsigned long () const { return (unsigned long)m_val; };
79  IfcActionSourceTypeEnum& operator = (const IfcActionSourceTypeEnum_ val) { if (val < kIfcActionSourceTypeEnum_unset) m_val = val; else m_val = kIfcActionSourceTypeEnum_unset; return *this; };
80  bool operator == (const IfcActionSourceTypeEnum &other) const { return m_val == other.m_val; };
81  OdAnsiString toStr();
82 
83 };
84 
88 {
95 };
96 
98  IfcActionTypeEnum_ m_val;
99 public:
101  IfcActionTypeEnum(const IfcActionTypeEnum &other) : m_val(other.m_val) {};
102  IfcActionTypeEnum(IfcActionTypeEnum_ val) : m_val(val) {};
103  int exists() const { return m_val != kIfcActionTypeEnum_unset ? 1 : 0; };
104  void nullify() { m_val = kIfcActionTypeEnum_unset; };
105  operator IfcActionTypeEnum_() const { return m_val; };
106  operator unsigned long () const { return (unsigned long)m_val; };
107  IfcActionTypeEnum& operator = (const IfcActionTypeEnum_ val) { if (val < kIfcActionTypeEnum_unset) m_val = val; else m_val = kIfcActionTypeEnum_unset; return *this; };
108  bool operator == (const IfcActionTypeEnum &other) const { return m_val == other.m_val; };
109  OdAnsiString toStr();
110 
111 };
112 
116 {
125 };
126 
128  IfcActuatorTypeEnum_ m_val;
129 public:
131  IfcActuatorTypeEnum(const IfcActuatorTypeEnum &other) : m_val(other.m_val) {};
133  int exists() const { return m_val != kIfcActuatorTypeEnum_unset ? 1 : 0; };
134  void nullify() { m_val = kIfcActuatorTypeEnum_unset; };
135  operator IfcActuatorTypeEnum_() const { return m_val; };
136  operator unsigned long () const { return (unsigned long)m_val; };
137  IfcActuatorTypeEnum& operator = (const IfcActuatorTypeEnum_ val) { if (val < kIfcActuatorTypeEnum_unset) m_val = val; else m_val = kIfcActuatorTypeEnum_unset; return *this; };
138  bool operator == (const IfcActuatorTypeEnum &other) const { return m_val == other.m_val; };
139  OdAnsiString toStr();
140 
141 };
142 
146 {
153 };
154 
156  IfcAddressTypeEnum_ m_val;
157 public:
159  IfcAddressTypeEnum(const IfcAddressTypeEnum &other) : m_val(other.m_val) {};
161  int exists() const { return m_val != kIfcAddressTypeEnum_unset ? 1 : 0; };
162  void nullify() { m_val = kIfcAddressTypeEnum_unset; };
163  operator IfcAddressTypeEnum_() const { return m_val; };
164  operator unsigned long () const { return (unsigned long)m_val; };
165  IfcAddressTypeEnum& operator = (const IfcAddressTypeEnum_ val) { if (val < kIfcAddressTypeEnum_unset) m_val = val; else m_val = kIfcAddressTypeEnum_unset; return *this; };
166  bool operator == (const IfcAddressTypeEnum &other) const { return m_val == other.m_val; };
167  OdAnsiString toStr();
168 
169 };
170 
174 {
178 };
179 
181  IfcAheadOrBehind_ m_val;
182 public:
184  IfcAheadOrBehind(const IfcAheadOrBehind &other) : m_val(other.m_val) {};
185  IfcAheadOrBehind(IfcAheadOrBehind_ val) : m_val(val) {};
186  int exists() const { return m_val != kIfcAheadOrBehind_unset ? 1 : 0; };
187  void nullify() { m_val = kIfcAheadOrBehind_unset; };
188  operator IfcAheadOrBehind_() const { return m_val; };
189  operator unsigned long () const { return (unsigned long)m_val; };
190  IfcAheadOrBehind& operator = (const IfcAheadOrBehind_ val) { if (val < kIfcAheadOrBehind_unset) m_val = val; else m_val = kIfcAheadOrBehind_unset; return *this; };
191  bool operator == (const IfcAheadOrBehind &other) const { return m_val == other.m_val; };
192  OdAnsiString toStr();
193 
194 };
195 
196 bool operator>> (const OdRxValue &out, IfcAheadOrBehind &in);
199 {
206 };
207 
210 public:
212  IfcAirTerminalBoxTypeEnum(const IfcAirTerminalBoxTypeEnum &other) : m_val(other.m_val) {};
214  int exists() const { return m_val != kIfcAirTerminalBoxTypeEnum_unset ? 1 : 0; };
216  operator IfcAirTerminalBoxTypeEnum_() const { return m_val; };
217  operator unsigned long () const { return (unsigned long)m_val; };
218  IfcAirTerminalBoxTypeEnum& operator = (const IfcAirTerminalBoxTypeEnum_ val) { if (val < kIfcAirTerminalBoxTypeEnum_unset) m_val = val; else m_val = kIfcAirTerminalBoxTypeEnum_unset; return *this; };
219  bool operator == (const IfcAirTerminalBoxTypeEnum &other) const { return m_val == other.m_val; };
220  OdAnsiString toStr();
221 
222 };
223 
227 {
238 };
239 
242 public:
244  IfcAirTerminalTypeEnum(const IfcAirTerminalTypeEnum &other) : m_val(other.m_val) {};
246  int exists() const { return m_val != kIfcAirTerminalTypeEnum_unset ? 1 : 0; };
248  operator IfcAirTerminalTypeEnum_() const { return m_val; };
249  operator unsigned long () const { return (unsigned long)m_val; };
250  IfcAirTerminalTypeEnum& operator = (const IfcAirTerminalTypeEnum_ val) { if (val < kIfcAirTerminalTypeEnum_unset) m_val = val; else m_val = kIfcAirTerminalTypeEnum_unset; return *this; };
251  bool operator == (const IfcAirTerminalTypeEnum &other) const { return m_val == other.m_val; };
252  OdAnsiString toStr();
253 
254 };
255 
259 {
272 };
273 
276 public:
280  int exists() const { return m_val != kIfcAirToAirHeatRecoveryTypeEnum_unset ? 1 : 0; };
282  operator IfcAirToAirHeatRecoveryTypeEnum_() const { return m_val; };
283  operator unsigned long () const { return (unsigned long)m_val; };
285  bool operator == (const IfcAirToAirHeatRecoveryTypeEnum &other) const { return m_val == other.m_val; };
286  OdAnsiString toStr();
287 
288 };
289 
293 {
303 };
304 
306  IfcAlarmTypeEnum_ m_val;
307 public:
309  IfcAlarmTypeEnum(const IfcAlarmTypeEnum &other) : m_val(other.m_val) {};
310  IfcAlarmTypeEnum(IfcAlarmTypeEnum_ val) : m_val(val) {};
311  int exists() const { return m_val != kIfcAlarmTypeEnum_unset ? 1 : 0; };
312  void nullify() { m_val = kIfcAlarmTypeEnum_unset; };
313  operator IfcAlarmTypeEnum_() const { return m_val; };
314  operator unsigned long () const { return (unsigned long)m_val; };
315  IfcAlarmTypeEnum& operator = (const IfcAlarmTypeEnum_ val) { if (val < kIfcAlarmTypeEnum_unset) m_val = val; else m_val = kIfcAlarmTypeEnum_unset; return *this; };
316  bool operator == (const IfcAlarmTypeEnum &other) const { return m_val == other.m_val; };
317  OdAnsiString toStr();
318 
319 };
320 
321 bool operator>> (const OdRxValue &out, IfcAlarmTypeEnum &in);
324 {
331 };
332 
335 public:
337  IfcAnalysisModelTypeEnum(const IfcAnalysisModelTypeEnum &other) : m_val(other.m_val) {};
339  int exists() const { return m_val != kIfcAnalysisModelTypeEnum_unset ? 1 : 0; };
341  operator IfcAnalysisModelTypeEnum_() const { return m_val; };
342  operator unsigned long () const { return (unsigned long)m_val; };
343  IfcAnalysisModelTypeEnum& operator = (const IfcAnalysisModelTypeEnum_ val) { if (val < kIfcAnalysisModelTypeEnum_unset) m_val = val; else m_val = kIfcAnalysisModelTypeEnum_unset; return *this; };
344  bool operator == (const IfcAnalysisModelTypeEnum &other) const { return m_val == other.m_val; };
345  OdAnsiString toStr();
346 
347 };
348 
352 {
360 };
361 
364 public:
366  IfcAnalysisTheoryTypeEnum(const IfcAnalysisTheoryTypeEnum &other) : m_val(other.m_val) {};
368  int exists() const { return m_val != kIfcAnalysisTheoryTypeEnum_unset ? 1 : 0; };
370  operator IfcAnalysisTheoryTypeEnum_() const { return m_val; };
371  operator unsigned long () const { return (unsigned long)m_val; };
372  IfcAnalysisTheoryTypeEnum& operator = (const IfcAnalysisTheoryTypeEnum_ val) { if (val < kIfcAnalysisTheoryTypeEnum_unset) m_val = val; else m_val = kIfcAnalysisTheoryTypeEnum_unset; return *this; };
373  bool operator == (const IfcAnalysisTheoryTypeEnum &other) const { return m_val == other.m_val; };
374  OdAnsiString toStr();
375 
376 };
377 
381 {
387 };
388 
391 public:
393  IfcArithmeticOperatorEnum(const IfcArithmeticOperatorEnum &other) : m_val(other.m_val) {};
395  int exists() const { return m_val != kIfcArithmeticOperatorEnum_unset ? 1 : 0; };
397  operator IfcArithmeticOperatorEnum_() const { return m_val; };
398  operator unsigned long () const { return (unsigned long)m_val; };
399  IfcArithmeticOperatorEnum& operator = (const IfcArithmeticOperatorEnum_ val) { if (val < kIfcArithmeticOperatorEnum_unset) m_val = val; else m_val = kIfcArithmeticOperatorEnum_unset; return *this; };
400  bool operator == (const IfcArithmeticOperatorEnum &other) const { return m_val == other.m_val; };
401  OdAnsiString toStr();
402 
403 };
404 
408 {
413 };
414 
416  IfcAssemblyPlaceEnum_ m_val;
417 public:
419  IfcAssemblyPlaceEnum(const IfcAssemblyPlaceEnum &other) : m_val(other.m_val) {};
421  int exists() const { return m_val != kIfcAssemblyPlaceEnum_unset ? 1 : 0; };
423  operator IfcAssemblyPlaceEnum_() const { return m_val; };
424  operator unsigned long () const { return (unsigned long)m_val; };
425  IfcAssemblyPlaceEnum& operator = (const IfcAssemblyPlaceEnum_ val) { if (val < kIfcAssemblyPlaceEnum_unset) m_val = val; else m_val = kIfcAssemblyPlaceEnum_unset; return *this; };
426  bool operator == (const IfcAssemblyPlaceEnum &other) const { return m_val == other.m_val; };
427  OdAnsiString toStr();
428 
429 };
430 
434 {
442 };
443 
445  IfcBSplineCurveForm_ m_val;
446 public:
448  IfcBSplineCurveForm(const IfcBSplineCurveForm &other) : m_val(other.m_val) {};
450  int exists() const { return m_val != kIfcBSplineCurveForm_unset ? 1 : 0; };
451  void nullify() { m_val = kIfcBSplineCurveForm_unset; };
452  operator IfcBSplineCurveForm_() const { return m_val; };
453  operator unsigned long () const { return (unsigned long)m_val; };
454  IfcBSplineCurveForm& operator = (const IfcBSplineCurveForm_ val) { if (val < kIfcBSplineCurveForm_unset) m_val = val; else m_val = kIfcBSplineCurveForm_unset; return *this; };
455  bool operator == (const IfcBSplineCurveForm &other) const { return m_val == other.m_val; };
456  OdAnsiString toStr();
457 
458 };
459 
463 {
471 };
472 
474  IfcBeamTypeEnum_ m_val;
475 public:
477  IfcBeamTypeEnum(const IfcBeamTypeEnum &other) : m_val(other.m_val) {};
478  IfcBeamTypeEnum(IfcBeamTypeEnum_ val) : m_val(val) {};
479  int exists() const { return m_val != kIfcBeamTypeEnum_unset ? 1 : 0; };
480  void nullify() { m_val = kIfcBeamTypeEnum_unset; };
481  operator IfcBeamTypeEnum_() const { return m_val; };
482  operator unsigned long () const { return (unsigned long)m_val; };
483  IfcBeamTypeEnum& operator = (const IfcBeamTypeEnum_ val) { if (val < kIfcBeamTypeEnum_unset) m_val = val; else m_val = kIfcBeamTypeEnum_unset; return *this; };
484  bool operator == (const IfcBeamTypeEnum &other) const { return m_val == other.m_val; };
485  OdAnsiString toStr();
486 
487 };
488 
489 bool operator>> (const OdRxValue &out, IfcBeamTypeEnum &in);
492 {
500 };
501 
503  IfcBenchmarkEnum_ m_val;
504 public:
506  IfcBenchmarkEnum(const IfcBenchmarkEnum &other) : m_val(other.m_val) {};
507  IfcBenchmarkEnum(IfcBenchmarkEnum_ val) : m_val(val) {};
508  int exists() const { return m_val != kIfcBenchmarkEnum_unset ? 1 : 0; };
509  void nullify() { m_val = kIfcBenchmarkEnum_unset; };
510  operator IfcBenchmarkEnum_() const { return m_val; };
511  operator unsigned long () const { return (unsigned long)m_val; };
512  IfcBenchmarkEnum& operator = (const IfcBenchmarkEnum_ val) { if (val < kIfcBenchmarkEnum_unset) m_val = val; else m_val = kIfcBenchmarkEnum_unset; return *this; };
513  bool operator == (const IfcBenchmarkEnum &other) const { return m_val == other.m_val; };
514  OdAnsiString toStr();
515 
516 };
517 
518 bool operator>> (const OdRxValue &out, IfcBenchmarkEnum &in);
521 {
527 };
528 
530  IfcBoilerTypeEnum_ m_val;
531 public:
533  IfcBoilerTypeEnum(const IfcBoilerTypeEnum &other) : m_val(other.m_val) {};
534  IfcBoilerTypeEnum(IfcBoilerTypeEnum_ val) : m_val(val) {};
535  int exists() const { return m_val != kIfcBoilerTypeEnum_unset ? 1 : 0; };
536  void nullify() { m_val = kIfcBoilerTypeEnum_unset; };
537  operator IfcBoilerTypeEnum_() const { return m_val; };
538  operator unsigned long () const { return (unsigned long)m_val; };
539  IfcBoilerTypeEnum& operator = (const IfcBoilerTypeEnum_ val) { if (val < kIfcBoilerTypeEnum_unset) m_val = val; else m_val = kIfcBoilerTypeEnum_unset; return *this; };
540  bool operator == (const IfcBoilerTypeEnum &other) const { return m_val == other.m_val; };
541  OdAnsiString toStr();
542 
543 };
544 
548 {
553 };
554 
556  IfcBooleanOperator_ m_val;
557 public:
559  IfcBooleanOperator(const IfcBooleanOperator &other) : m_val(other.m_val) {};
561  int exists() const { return m_val != kIfcBooleanOperator_unset ? 1 : 0; };
562  void nullify() { m_val = kIfcBooleanOperator_unset; };
563  operator IfcBooleanOperator_() const { return m_val; };
564  operator unsigned long () const { return (unsigned long)m_val; };
565  IfcBooleanOperator& operator = (const IfcBooleanOperator_ val) { if (val < kIfcBooleanOperator_unset) m_val = val; else m_val = kIfcBooleanOperator_unset; return *this; };
566  bool operator == (const IfcBooleanOperator &other) const { return m_val == other.m_val; };
567  OdAnsiString toStr();
568 
569 };
570 
574 {
578 };
579 
582 public:
586  int exists() const { return m_val != kIfcBuildingElementProxyTypeEnum_unset ? 1 : 0; };
588  operator IfcBuildingElementProxyTypeEnum_() const { return m_val; };
589  operator unsigned long () const { return (unsigned long)m_val; };
591  bool operator == (const IfcBuildingElementProxyTypeEnum &other) const { return m_val == other.m_val; };
592  OdAnsiString toStr();
593 
594 };
595 
599 {
607 };
608 
611 public:
613  IfcCableCarrierFittingTypeEnum(const IfcCableCarrierFittingTypeEnum &other) : m_val(other.m_val) {};
615  int exists() const { return m_val != kIfcCableCarrierFittingTypeEnum_unset ? 1 : 0; };
617  operator IfcCableCarrierFittingTypeEnum_() const { return m_val; };
618  operator unsigned long () const { return (unsigned long)m_val; };
620  bool operator == (const IfcCableCarrierFittingTypeEnum &other) const { return m_val == other.m_val; };
621  OdAnsiString toStr();
622 
623 };
624 
628 {
636 };
637 
640 public:
642  IfcCableCarrierSegmentTypeEnum(const IfcCableCarrierSegmentTypeEnum &other) : m_val(other.m_val) {};
644  int exists() const { return m_val != kIfcCableCarrierSegmentTypeEnum_unset ? 1 : 0; };
646  operator IfcCableCarrierSegmentTypeEnum_() const { return m_val; };
647  operator unsigned long () const { return (unsigned long)m_val; };
649  bool operator == (const IfcCableCarrierSegmentTypeEnum &other) const { return m_val == other.m_val; };
650  OdAnsiString toStr();
651 
652 };
653 
657 {
663 };
664 
667 public:
669  IfcCableSegmentTypeEnum(const IfcCableSegmentTypeEnum &other) : m_val(other.m_val) {};
671  int exists() const { return m_val != kIfcCableSegmentTypeEnum_unset ? 1 : 0; };
673  operator IfcCableSegmentTypeEnum_() const { return m_val; };
674  operator unsigned long () const { return (unsigned long)m_val; };
675  IfcCableSegmentTypeEnum& operator = (const IfcCableSegmentTypeEnum_ val) { if (val < kIfcCableSegmentTypeEnum_unset) m_val = val; else m_val = kIfcCableSegmentTypeEnum_unset; return *this; };
676  bool operator == (const IfcCableSegmentTypeEnum &other) const { return m_val == other.m_val; };
677  OdAnsiString toStr();
678 
679 };
680 
684 {
692 };
693 
695  IfcChangeActionEnum_ m_val;
696 public:
698  IfcChangeActionEnum(const IfcChangeActionEnum &other) : m_val(other.m_val) {};
700  int exists() const { return m_val != kIfcChangeActionEnum_unset ? 1 : 0; };
701  void nullify() { m_val = kIfcChangeActionEnum_unset; };
702  operator IfcChangeActionEnum_() const { return m_val; };
703  operator unsigned long () const { return (unsigned long)m_val; };
704  IfcChangeActionEnum& operator = (const IfcChangeActionEnum_ val) { if (val < kIfcChangeActionEnum_unset) m_val = val; else m_val = kIfcChangeActionEnum_unset; return *this; };
705  bool operator == (const IfcChangeActionEnum &other) const { return m_val == other.m_val; };
706  OdAnsiString toStr();
707 
708 };
709 
713 {
720 };
721 
723  IfcChillerTypeEnum_ m_val;
724 public:
726  IfcChillerTypeEnum(const IfcChillerTypeEnum &other) : m_val(other.m_val) {};
728  int exists() const { return m_val != kIfcChillerTypeEnum_unset ? 1 : 0; };
729  void nullify() { m_val = kIfcChillerTypeEnum_unset; };
730  operator IfcChillerTypeEnum_() const { return m_val; };
731  operator unsigned long () const { return (unsigned long)m_val; };
732  IfcChillerTypeEnum& operator = (const IfcChillerTypeEnum_ val) { if (val < kIfcChillerTypeEnum_unset) m_val = val; else m_val = kIfcChillerTypeEnum_unset; return *this; };
733  bool operator == (const IfcChillerTypeEnum &other) const { return m_val == other.m_val; };
734  OdAnsiString toStr();
735 
736 };
737 
741 {
751 };
752 
754  IfcCoilTypeEnum_ m_val;
755 public:
757  IfcCoilTypeEnum(const IfcCoilTypeEnum &other) : m_val(other.m_val) {};
758  IfcCoilTypeEnum(IfcCoilTypeEnum_ val) : m_val(val) {};
759  int exists() const { return m_val != kIfcCoilTypeEnum_unset ? 1 : 0; };
760  void nullify() { m_val = kIfcCoilTypeEnum_unset; };
761  operator IfcCoilTypeEnum_() const { return m_val; };
762  operator unsigned long () const { return (unsigned long)m_val; };
763  IfcCoilTypeEnum& operator = (const IfcCoilTypeEnum_ val) { if (val < kIfcCoilTypeEnum_unset) m_val = val; else m_val = kIfcCoilTypeEnum_unset; return *this; };
764  bool operator == (const IfcCoilTypeEnum &other) const { return m_val == other.m_val; };
765  OdAnsiString toStr();
766 
767 };
768 
769 bool operator>> (const OdRxValue &out, IfcCoilTypeEnum &in);
772 {
777 };
778 
780  IfcColumnTypeEnum_ m_val;
781 public:
783  IfcColumnTypeEnum(const IfcColumnTypeEnum &other) : m_val(other.m_val) {};
784  IfcColumnTypeEnum(IfcColumnTypeEnum_ val) : m_val(val) {};
785  int exists() const { return m_val != kIfcColumnTypeEnum_unset ? 1 : 0; };
786  void nullify() { m_val = kIfcColumnTypeEnum_unset; };
787  operator IfcColumnTypeEnum_() const { return m_val; };
788  operator unsigned long () const { return (unsigned long)m_val; };
789  IfcColumnTypeEnum& operator = (const IfcColumnTypeEnum_ val) { if (val < kIfcColumnTypeEnum_unset) m_val = val; else m_val = kIfcColumnTypeEnum_unset; return *this; };
790  bool operator == (const IfcColumnTypeEnum &other) const { return m_val == other.m_val; };
791  OdAnsiString toStr();
792 
793 };
794 
798 {
817 };
818 
821 public:
823  IfcCompressorTypeEnum(const IfcCompressorTypeEnum &other) : m_val(other.m_val) {};
825  int exists() const { return m_val != kIfcCompressorTypeEnum_unset ? 1 : 0; };
827  operator IfcCompressorTypeEnum_() const { return m_val; };
828  operator unsigned long () const { return (unsigned long)m_val; };
829  IfcCompressorTypeEnum& operator = (const IfcCompressorTypeEnum_ val) { if (val < kIfcCompressorTypeEnum_unset) m_val = val; else m_val = kIfcCompressorTypeEnum_unset; return *this; };
830  bool operator == (const IfcCompressorTypeEnum &other) const { return m_val == other.m_val; };
831  OdAnsiString toStr();
832 
833 };
834 
838 {
848 };
849 
851  IfcCondenserTypeEnum_ m_val;
852 public:
854  IfcCondenserTypeEnum(const IfcCondenserTypeEnum &other) : m_val(other.m_val) {};
856  int exists() const { return m_val != kIfcCondenserTypeEnum_unset ? 1 : 0; };
858  operator IfcCondenserTypeEnum_() const { return m_val; };
859  operator unsigned long () const { return (unsigned long)m_val; };
860  IfcCondenserTypeEnum& operator = (const IfcCondenserTypeEnum_ val) { if (val < kIfcCondenserTypeEnum_unset) m_val = val; else m_val = kIfcCondenserTypeEnum_unset; return *this; };
861  bool operator == (const IfcCondenserTypeEnum &other) const { return m_val == other.m_val; };
862  OdAnsiString toStr();
863 
864 };
865 
869 {
875 };
876 
879 public:
881  IfcConnectionTypeEnum(const IfcConnectionTypeEnum &other) : m_val(other.m_val) {};
883  int exists() const { return m_val != kIfcConnectionTypeEnum_unset ? 1 : 0; };
885  operator IfcConnectionTypeEnum_() const { return m_val; };
886  operator unsigned long () const { return (unsigned long)m_val; };
887  IfcConnectionTypeEnum& operator = (const IfcConnectionTypeEnum_ val) { if (val < kIfcConnectionTypeEnum_unset) m_val = val; else m_val = kIfcConnectionTypeEnum_unset; return *this; };
888  bool operator == (const IfcConnectionTypeEnum &other) const { return m_val == other.m_val; };
889  OdAnsiString toStr();
890 
891 };
892 
896 {
903 };
904 
906  IfcConstraintEnum_ m_val;
907 public:
909  IfcConstraintEnum(const IfcConstraintEnum &other) : m_val(other.m_val) {};
910  IfcConstraintEnum(IfcConstraintEnum_ val) : m_val(val) {};
911  int exists() const { return m_val != kIfcConstraintEnum_unset ? 1 : 0; };
912  void nullify() { m_val = kIfcConstraintEnum_unset; };
913  operator IfcConstraintEnum_() const { return m_val; };
914  operator unsigned long () const { return (unsigned long)m_val; };
915  IfcConstraintEnum& operator = (const IfcConstraintEnum_ val) { if (val < kIfcConstraintEnum_unset) m_val = val; else m_val = kIfcConstraintEnum_unset; return *this; };
916  bool operator == (const IfcConstraintEnum &other) const { return m_val == other.m_val; };
917  OdAnsiString toStr();
918 
919 };
920 
924 {
934 };
935 
938 public:
940  IfcControllerTypeEnum(const IfcControllerTypeEnum &other) : m_val(other.m_val) {};
942  int exists() const { return m_val != kIfcControllerTypeEnum_unset ? 1 : 0; };
944  operator IfcControllerTypeEnum_() const { return m_val; };
945  operator unsigned long () const { return (unsigned long)m_val; };
946  IfcControllerTypeEnum& operator = (const IfcControllerTypeEnum_ val) { if (val < kIfcControllerTypeEnum_unset) m_val = val; else m_val = kIfcControllerTypeEnum_unset; return *this; };
947  bool operator == (const IfcControllerTypeEnum &other) const { return m_val == other.m_val; };
948  OdAnsiString toStr();
949 
950 };
951 
955 {
961 };
962 
965 public:
967  IfcCooledBeamTypeEnum(const IfcCooledBeamTypeEnum &other) : m_val(other.m_val) {};
969  int exists() const { return m_val != kIfcCooledBeamTypeEnum_unset ? 1 : 0; };
971  operator IfcCooledBeamTypeEnum_() const { return m_val; };
972  operator unsigned long () const { return (unsigned long)m_val; };
973  IfcCooledBeamTypeEnum& operator = (const IfcCooledBeamTypeEnum_ val) { if (val < kIfcCooledBeamTypeEnum_unset) m_val = val; else m_val = kIfcCooledBeamTypeEnum_unset; return *this; };
974  bool operator == (const IfcCooledBeamTypeEnum &other) const { return m_val == other.m_val; };
975  OdAnsiString toStr();
976 
977 };
978 
982 {
989 };
990 
993 public:
995  IfcCoolingTowerTypeEnum(const IfcCoolingTowerTypeEnum &other) : m_val(other.m_val) {};
997  int exists() const { return m_val != kIfcCoolingTowerTypeEnum_unset ? 1 : 0; };
999  operator IfcCoolingTowerTypeEnum_() const { return m_val; };
1000  operator unsigned long () const { return (unsigned long)m_val; };
1001  IfcCoolingTowerTypeEnum& operator = (const IfcCoolingTowerTypeEnum_ val) { if (val < kIfcCoolingTowerTypeEnum_unset) m_val = val; else m_val = kIfcCoolingTowerTypeEnum_unset; return *this; };
1002  bool operator == (const IfcCoolingTowerTypeEnum &other) const { return m_val == other.m_val; };
1003  OdAnsiString toStr();
1004 
1005 };
1006 
1010 {
1021 };
1022 
1025 public:
1027  IfcCostScheduleTypeEnum(const IfcCostScheduleTypeEnum &other) : m_val(other.m_val) {};
1029  int exists() const { return m_val != kIfcCostScheduleTypeEnum_unset ? 1 : 0; };
1031  operator IfcCostScheduleTypeEnum_() const { return m_val; };
1032  operator unsigned long () const { return (unsigned long)m_val; };
1033  IfcCostScheduleTypeEnum& operator = (const IfcCostScheduleTypeEnum_ val) { if (val < kIfcCostScheduleTypeEnum_unset) m_val = val; else m_val = kIfcCostScheduleTypeEnum_unset; return *this; };
1034  bool operator == (const IfcCostScheduleTypeEnum &other) const { return m_val == other.m_val; };
1035  OdAnsiString toStr();
1036 
1037 };
1038 
1042 {
1054 };
1055 
1057  IfcCoveringTypeEnum_ m_val;
1058 public:
1060  IfcCoveringTypeEnum(const IfcCoveringTypeEnum &other) : m_val(other.m_val) {};
1062  int exists() const { return m_val != kIfcCoveringTypeEnum_unset ? 1 : 0; };
1064  operator IfcCoveringTypeEnum_() const { return m_val; };
1065  operator unsigned long () const { return (unsigned long)m_val; };
1066  IfcCoveringTypeEnum& operator = (const IfcCoveringTypeEnum_ val) { if (val < kIfcCoveringTypeEnum_unset) m_val = val; else m_val = kIfcCoveringTypeEnum_unset; return *this; };
1067  bool operator == (const IfcCoveringTypeEnum &other) const { return m_val == other.m_val; };
1068  OdAnsiString toStr();
1069 
1070 };
1071 
1075 {
1160 };
1161 
1163  IfcCurrencyEnum_ m_val;
1164 public:
1166  IfcCurrencyEnum(const IfcCurrencyEnum &other) : m_val(other.m_val) {};
1167  IfcCurrencyEnum(IfcCurrencyEnum_ val) : m_val(val) {};
1168  int exists() const { return m_val != kIfcCurrencyEnum_unset ? 1 : 0; };
1169  void nullify() { m_val = kIfcCurrencyEnum_unset; };
1170  operator IfcCurrencyEnum_() const { return m_val; };
1171  operator unsigned long () const { return (unsigned long)m_val; };
1172  IfcCurrencyEnum& operator = (const IfcCurrencyEnum_ val) { if (val < kIfcCurrencyEnum_unset) m_val = val; else m_val = kIfcCurrencyEnum_unset; return *this; };
1173  bool operator == (const IfcCurrencyEnum &other) const { return m_val == other.m_val; };
1174  OdAnsiString toStr();
1175 
1176 };
1177 
1178 bool operator>> (const OdRxValue &out, IfcCurrencyEnum &in);
1181 {
1185 };
1186 
1189 public:
1191  IfcCurtainWallTypeEnum(const IfcCurtainWallTypeEnum &other) : m_val(other.m_val) {};
1193  int exists() const { return m_val != kIfcCurtainWallTypeEnum_unset ? 1 : 0; };
1195  operator IfcCurtainWallTypeEnum_() const { return m_val; };
1196  operator unsigned long () const { return (unsigned long)m_val; };
1197  IfcCurtainWallTypeEnum& operator = (const IfcCurtainWallTypeEnum_ val) { if (val < kIfcCurtainWallTypeEnum_unset) m_val = val; else m_val = kIfcCurtainWallTypeEnum_unset; return *this; };
1198  bool operator == (const IfcCurtainWallTypeEnum &other) const { return m_val == other.m_val; };
1199  OdAnsiString toStr();
1200 
1201 };
1202 
1206 {
1221 };
1222 
1224  IfcDamperTypeEnum_ m_val;
1225 public:
1227  IfcDamperTypeEnum(const IfcDamperTypeEnum &other) : m_val(other.m_val) {};
1229  int exists() const { return m_val != kIfcDamperTypeEnum_unset ? 1 : 0; };
1230  void nullify() { m_val = kIfcDamperTypeEnum_unset; };
1231  operator IfcDamperTypeEnum_() const { return m_val; };
1232  operator unsigned long () const { return (unsigned long)m_val; };
1233  IfcDamperTypeEnum& operator = (const IfcDamperTypeEnum_ val) { if (val < kIfcDamperTypeEnum_unset) m_val = val; else m_val = kIfcDamperTypeEnum_unset; return *this; };
1234  bool operator == (const IfcDamperTypeEnum &other) const { return m_val == other.m_val; };
1235  OdAnsiString toStr();
1236 
1237 };
1238 
1242 {
1249 };
1250 
1252  IfcDataOriginEnum_ m_val;
1253 public:
1255  IfcDataOriginEnum(const IfcDataOriginEnum &other) : m_val(other.m_val) {};
1257  int exists() const { return m_val != kIfcDataOriginEnum_unset ? 1 : 0; };
1258  void nullify() { m_val = kIfcDataOriginEnum_unset; };
1259  operator IfcDataOriginEnum_() const { return m_val; };
1260  operator unsigned long () const { return (unsigned long)m_val; };
1261  IfcDataOriginEnum& operator = (const IfcDataOriginEnum_ val) { if (val < kIfcDataOriginEnum_unset) m_val = val; else m_val = kIfcDataOriginEnum_unset; return *this; };
1262  bool operator == (const IfcDataOriginEnum &other) const { return m_val == other.m_val; };
1263  OdAnsiString toStr();
1264 
1265 };
1266 
1270 {
1321 };
1322 
1324  IfcDerivedUnitEnum_ m_val;
1325 public:
1327  IfcDerivedUnitEnum(const IfcDerivedUnitEnum &other) : m_val(other.m_val) {};
1329  int exists() const { return m_val != kIfcDerivedUnitEnum_unset ? 1 : 0; };
1330  void nullify() { m_val = kIfcDerivedUnitEnum_unset; };
1331  operator IfcDerivedUnitEnum_() const { return m_val; };
1332  operator unsigned long () const { return (unsigned long)m_val; };
1333  IfcDerivedUnitEnum& operator = (const IfcDerivedUnitEnum_ val) { if (val < kIfcDerivedUnitEnum_unset) m_val = val; else m_val = kIfcDerivedUnitEnum_unset; return *this; };
1334  bool operator == (const IfcDerivedUnitEnum &other) const { return m_val == other.m_val; };
1335  OdAnsiString toStr();
1336 
1337 };
1338 
1342 {
1346 };
1347 
1350 public:
1352  IfcDimensionExtentUsage(const IfcDimensionExtentUsage &other) : m_val(other.m_val) {};
1354  int exists() const { return m_val != kIfcDimensionExtentUsage_unset ? 1 : 0; };
1356  operator IfcDimensionExtentUsage_() const { return m_val; };
1357  operator unsigned long () const { return (unsigned long)m_val; };
1358  IfcDimensionExtentUsage& operator = (const IfcDimensionExtentUsage_ val) { if (val < kIfcDimensionExtentUsage_unset) m_val = val; else m_val = kIfcDimensionExtentUsage_unset; return *this; };
1359  bool operator == (const IfcDimensionExtentUsage &other) const { return m_val == other.m_val; };
1360  OdAnsiString toStr();
1361 
1362 };
1363 
1367 {
1371 };
1372 
1374  IfcDirectionSenseEnum_ m_val;
1375 public:
1377  IfcDirectionSenseEnum(const IfcDirectionSenseEnum &other) : m_val(other.m_val) {};
1379  int exists() const { return m_val != kIfcDirectionSenseEnum_unset ? 1 : 0; };
1381  operator IfcDirectionSenseEnum_() const { return m_val; };
1382  operator unsigned long () const { return (unsigned long)m_val; };
1383  IfcDirectionSenseEnum& operator = (const IfcDirectionSenseEnum_ val) { if (val < kIfcDirectionSenseEnum_unset) m_val = val; else m_val = kIfcDirectionSenseEnum_unset; return *this; };
1384  bool operator == (const IfcDirectionSenseEnum &other) const { return m_val == other.m_val; };
1385  OdAnsiString toStr();
1386 
1387 };
1388 
1392 {
1404 };
1405 
1408 public:
1412  int exists() const { return m_val != kIfcDistributionChamberElementTypeEnum_unset ? 1 : 0; };
1414  operator IfcDistributionChamberElementTypeEnum_() const { return m_val; };
1415  operator unsigned long () const { return (unsigned long)m_val; };
1417  bool operator == (const IfcDistributionChamberElementTypeEnum &other) const { return m_val == other.m_val; };
1418  OdAnsiString toStr();
1419 
1420 };
1421 
1425 {
1433 };
1434 
1437 public:
1441  int exists() const { return m_val != kIfcDocumentConfidentialityEnum_unset ? 1 : 0; };
1443  operator IfcDocumentConfidentialityEnum_() const { return m_val; };
1444  operator unsigned long () const { return (unsigned long)m_val; };
1446  bool operator == (const IfcDocumentConfidentialityEnum &other) const { return m_val == other.m_val; };
1447  OdAnsiString toStr();
1448 
1449 };
1450 
1454 {
1461 };
1462 
1464  IfcDocumentStatusEnum_ m_val;
1465 public:
1467  IfcDocumentStatusEnum(const IfcDocumentStatusEnum &other) : m_val(other.m_val) {};
1469  int exists() const { return m_val != kIfcDocumentStatusEnum_unset ? 1 : 0; };
1471  operator IfcDocumentStatusEnum_() const { return m_val; };
1472  operator unsigned long () const { return (unsigned long)m_val; };
1473  IfcDocumentStatusEnum& operator = (const IfcDocumentStatusEnum_ val) { if (val < kIfcDocumentStatusEnum_unset) m_val = val; else m_val = kIfcDocumentStatusEnum_unset; return *this; };
1474  bool operator == (const IfcDocumentStatusEnum &other) const { return m_val == other.m_val; };
1475  OdAnsiString toStr();
1476 
1477 };
1478 
1482 {
1492 };
1493 
1496 public:
1498  IfcDoorPanelOperationEnum(const IfcDoorPanelOperationEnum &other) : m_val(other.m_val) {};
1500  int exists() const { return m_val != kIfcDoorPanelOperationEnum_unset ? 1 : 0; };
1502  operator IfcDoorPanelOperationEnum_() const { return m_val; };
1503  operator unsigned long () const { return (unsigned long)m_val; };
1504  IfcDoorPanelOperationEnum& operator = (const IfcDoorPanelOperationEnum_ val) { if (val < kIfcDoorPanelOperationEnum_unset) m_val = val; else m_val = kIfcDoorPanelOperationEnum_unset; return *this; };
1505  bool operator == (const IfcDoorPanelOperationEnum &other) const { return m_val == other.m_val; };
1506  OdAnsiString toStr();
1507 
1508 };
1509 
1513 {
1519 };
1520 
1523 public:
1525  IfcDoorPanelPositionEnum(const IfcDoorPanelPositionEnum &other) : m_val(other.m_val) {};
1527  int exists() const { return m_val != kIfcDoorPanelPositionEnum_unset ? 1 : 0; };
1529  operator IfcDoorPanelPositionEnum_() const { return m_val; };
1530  operator unsigned long () const { return (unsigned long)m_val; };
1531  IfcDoorPanelPositionEnum& operator = (const IfcDoorPanelPositionEnum_ val) { if (val < kIfcDoorPanelPositionEnum_unset) m_val = val; else m_val = kIfcDoorPanelPositionEnum_unset; return *this; };
1532  bool operator == (const IfcDoorPanelPositionEnum &other) const { return m_val == other.m_val; };
1533  OdAnsiString toStr();
1534 
1535 };
1536 
1540 {
1551 };
1552 
1555 public:
1557  IfcDoorStyleConstructionEnum(const IfcDoorStyleConstructionEnum &other) : m_val(other.m_val) {};
1559  int exists() const { return m_val != kIfcDoorStyleConstructionEnum_unset ? 1 : 0; };
1561  operator IfcDoorStyleConstructionEnum_() const { return m_val; };
1562  operator unsigned long () const { return (unsigned long)m_val; };
1564  bool operator == (const IfcDoorStyleConstructionEnum &other) const { return m_val == other.m_val; };
1565  OdAnsiString toStr();
1566 
1567 };
1568 
1572 {
1592 };
1593 
1596 public:
1598  IfcDoorStyleOperationEnum(const IfcDoorStyleOperationEnum &other) : m_val(other.m_val) {};
1600  int exists() const { return m_val != kIfcDoorStyleOperationEnum_unset ? 1 : 0; };
1602  operator IfcDoorStyleOperationEnum_() const { return m_val; };
1603  operator unsigned long () const { return (unsigned long)m_val; };
1604  IfcDoorStyleOperationEnum& operator = (const IfcDoorStyleOperationEnum_ val) { if (val < kIfcDoorStyleOperationEnum_unset) m_val = val; else m_val = kIfcDoorStyleOperationEnum_unset; return *this; };
1605  bool operator == (const IfcDoorStyleOperationEnum &other) const { return m_val == other.m_val; };
1606  OdAnsiString toStr();
1607 
1608 };
1609 
1613 {
1624 };
1625 
1628 public:
1630  IfcDuctFittingTypeEnum(const IfcDuctFittingTypeEnum &other) : m_val(other.m_val) {};
1632  int exists() const { return m_val != kIfcDuctFittingTypeEnum_unset ? 1 : 0; };
1634  operator IfcDuctFittingTypeEnum_() const { return m_val; };
1635  operator unsigned long () const { return (unsigned long)m_val; };
1636  IfcDuctFittingTypeEnum& operator = (const IfcDuctFittingTypeEnum_ val) { if (val < kIfcDuctFittingTypeEnum_unset) m_val = val; else m_val = kIfcDuctFittingTypeEnum_unset; return *this; };
1637  bool operator == (const IfcDuctFittingTypeEnum &other) const { return m_val == other.m_val; };
1638  OdAnsiString toStr();
1639 
1640 };
1641 
1645 {
1651 };
1652 
1655 public:
1657  IfcDuctSegmentTypeEnum(const IfcDuctSegmentTypeEnum &other) : m_val(other.m_val) {};
1659  int exists() const { return m_val != kIfcDuctSegmentTypeEnum_unset ? 1 : 0; };
1661  operator IfcDuctSegmentTypeEnum_() const { return m_val; };
1662  operator unsigned long () const { return (unsigned long)m_val; };
1663  IfcDuctSegmentTypeEnum& operator = (const IfcDuctSegmentTypeEnum_ val) { if (val < kIfcDuctSegmentTypeEnum_unset) m_val = val; else m_val = kIfcDuctSegmentTypeEnum_unset; return *this; };
1664  bool operator == (const IfcDuctSegmentTypeEnum &other) const { return m_val == other.m_val; };
1665  OdAnsiString toStr();
1666 
1667 };
1668 
1672 {
1679 };
1680 
1683 public:
1685  IfcDuctSilencerTypeEnum(const IfcDuctSilencerTypeEnum &other) : m_val(other.m_val) {};
1687  int exists() const { return m_val != kIfcDuctSilencerTypeEnum_unset ? 1 : 0; };
1689  operator IfcDuctSilencerTypeEnum_() const { return m_val; };
1690  operator unsigned long () const { return (unsigned long)m_val; };
1691  IfcDuctSilencerTypeEnum& operator = (const IfcDuctSilencerTypeEnum_ val) { if (val < kIfcDuctSilencerTypeEnum_unset) m_val = val; else m_val = kIfcDuctSilencerTypeEnum_unset; return *this; };
1692  bool operator == (const IfcDuctSilencerTypeEnum &other) const { return m_val == other.m_val; };
1693  OdAnsiString toStr();
1694 
1695 };
1696 
1700 {
1728 };
1729 
1732 public:
1734  IfcElectricApplianceTypeEnum(const IfcElectricApplianceTypeEnum &other) : m_val(other.m_val) {};
1736  int exists() const { return m_val != kIfcElectricApplianceTypeEnum_unset ? 1 : 0; };
1738  operator IfcElectricApplianceTypeEnum_() const { return m_val; };
1739  operator unsigned long () const { return (unsigned long)m_val; };
1741  bool operator == (const IfcElectricApplianceTypeEnum &other) const { return m_val == other.m_val; };
1742  OdAnsiString toStr();
1743 
1744 };
1745 
1749 {
1754 };
1755 
1758 public:
1760  IfcElectricCurrentEnum(const IfcElectricCurrentEnum &other) : m_val(other.m_val) {};
1762  int exists() const { return m_val != kIfcElectricCurrentEnum_unset ? 1 : 0; };
1764  operator IfcElectricCurrentEnum_() const { return m_val; };
1765  operator unsigned long () const { return (unsigned long)m_val; };
1766  IfcElectricCurrentEnum& operator = (const IfcElectricCurrentEnum_ val) { if (val < kIfcElectricCurrentEnum_unset) m_val = val; else m_val = kIfcElectricCurrentEnum_unset; return *this; };
1767  bool operator == (const IfcElectricCurrentEnum &other) const { return m_val == other.m_val; };
1768  OdAnsiString toStr();
1769 
1770 };
1771 
1775 {
1788 };
1789 
1792 public:
1796  int exists() const { return m_val != kIfcElectricDistributionPointFunctionEnum_unset ? 1 : 0; };
1798  operator IfcElectricDistributionPointFunctionEnum_() const { return m_val; };
1799  operator unsigned long () const { return (unsigned long)m_val; };
1801  bool operator == (const IfcElectricDistributionPointFunctionEnum &other) const { return m_val == other.m_val; };
1802  OdAnsiString toStr();
1803 
1804 };
1805 
1809 {
1818 };
1819 
1822 public:
1826  int exists() const { return m_val != kIfcElectricFlowStorageDeviceTypeEnum_unset ? 1 : 0; };
1828  operator IfcElectricFlowStorageDeviceTypeEnum_() const { return m_val; };
1829  operator unsigned long () const { return (unsigned long)m_val; };
1831  bool operator == (const IfcElectricFlowStorageDeviceTypeEnum &other) const { return m_val == other.m_val; };
1832  OdAnsiString toStr();
1833 
1834 };
1835 
1839 {
1843 };
1844 
1847 public:
1849  IfcElectricGeneratorTypeEnum(const IfcElectricGeneratorTypeEnum &other) : m_val(other.m_val) {};
1851  int exists() const { return m_val != kIfcElectricGeneratorTypeEnum_unset ? 1 : 0; };
1853  operator IfcElectricGeneratorTypeEnum_() const { return m_val; };
1854  operator unsigned long () const { return (unsigned long)m_val; };
1856  bool operator == (const IfcElectricGeneratorTypeEnum &other) const { return m_val == other.m_val; };
1857  OdAnsiString toStr();
1858 
1859 };
1860 
1864 {
1871 };
1872 
1875 public:
1877  IfcElectricHeaterTypeEnum(const IfcElectricHeaterTypeEnum &other) : m_val(other.m_val) {};
1879  int exists() const { return m_val != kIfcElectricHeaterTypeEnum_unset ? 1 : 0; };
1881  operator IfcElectricHeaterTypeEnum_() const { return m_val; };
1882  operator unsigned long () const { return (unsigned long)m_val; };
1883  IfcElectricHeaterTypeEnum& operator = (const IfcElectricHeaterTypeEnum_ val) { if (val < kIfcElectricHeaterTypeEnum_unset) m_val = val; else m_val = kIfcElectricHeaterTypeEnum_unset; return *this; };
1884  bool operator == (const IfcElectricHeaterTypeEnum &other) const { return m_val == other.m_val; };
1885  OdAnsiString toStr();
1886 
1887 };
1888 
1892 {
1901 };
1902 
1905 public:
1907  IfcElectricMotorTypeEnum(const IfcElectricMotorTypeEnum &other) : m_val(other.m_val) {};
1909  int exists() const { return m_val != kIfcElectricMotorTypeEnum_unset ? 1 : 0; };
1911  operator IfcElectricMotorTypeEnum_() const { return m_val; };
1912  operator unsigned long () const { return (unsigned long)m_val; };
1913  IfcElectricMotorTypeEnum& operator = (const IfcElectricMotorTypeEnum_ val) { if (val < kIfcElectricMotorTypeEnum_unset) m_val = val; else m_val = kIfcElectricMotorTypeEnum_unset; return *this; };
1914  bool operator == (const IfcElectricMotorTypeEnum &other) const { return m_val == other.m_val; };
1915  OdAnsiString toStr();
1916 
1917 };
1918 
1922 {
1929 };
1930 
1933 public:
1937  int exists() const { return m_val != kIfcElectricTimeControlTypeEnum_unset ? 1 : 0; };
1939  operator IfcElectricTimeControlTypeEnum_() const { return m_val; };
1940  operator unsigned long () const { return (unsigned long)m_val; };
1942  bool operator == (const IfcElectricTimeControlTypeEnum &other) const { return m_val == other.m_val; };
1943  OdAnsiString toStr();
1944 
1945 };
1946 
1950 {
1963 };
1964 
1967 public:
1969  IfcElementAssemblyTypeEnum(const IfcElementAssemblyTypeEnum &other) : m_val(other.m_val) {};
1971  int exists() const { return m_val != kIfcElementAssemblyTypeEnum_unset ? 1 : 0; };
1973  operator IfcElementAssemblyTypeEnum_() const { return m_val; };
1974  operator unsigned long () const { return (unsigned long)m_val; };
1975  IfcElementAssemblyTypeEnum& operator = (const IfcElementAssemblyTypeEnum_ val) { if (val < kIfcElementAssemblyTypeEnum_unset) m_val = val; else m_val = kIfcElementAssemblyTypeEnum_unset; return *this; };
1976  bool operator == (const IfcElementAssemblyTypeEnum &other) const { return m_val == other.m_val; };
1977  OdAnsiString toStr();
1978 
1979 };
1980 
1984 {
1989 };
1990 
1993 public:
1995  IfcElementCompositionEnum(const IfcElementCompositionEnum &other) : m_val(other.m_val) {};
1997  int exists() const { return m_val != kIfcElementCompositionEnum_unset ? 1 : 0; };
1999  operator IfcElementCompositionEnum_() const { return m_val; };
2000  operator unsigned long () const { return (unsigned long)m_val; };
2001  IfcElementCompositionEnum& operator = (const IfcElementCompositionEnum_ val) { if (val < kIfcElementCompositionEnum_unset) m_val = val; else m_val = kIfcElementCompositionEnum_unset; return *this; };
2002  bool operator == (const IfcElementCompositionEnum &other) const { return m_val == other.m_val; };
2003  OdAnsiString toStr();
2004 
2005 };
2006 
2010 {
2018 };
2019 
2021  IfcEnergySequenceEnum_ m_val;
2022 public:
2024  IfcEnergySequenceEnum(const IfcEnergySequenceEnum &other) : m_val(other.m_val) {};
2026  int exists() const { return m_val != kIfcEnergySequenceEnum_unset ? 1 : 0; };
2028  operator IfcEnergySequenceEnum_() const { return m_val; };
2029  operator unsigned long () const { return (unsigned long)m_val; };
2030  IfcEnergySequenceEnum& operator = (const IfcEnergySequenceEnum_ val) { if (val < kIfcEnergySequenceEnum_unset) m_val = val; else m_val = kIfcEnergySequenceEnum_unset; return *this; };
2031  bool operator == (const IfcEnergySequenceEnum &other) const { return m_val == other.m_val; };
2032  OdAnsiString toStr();
2033 
2034 };
2035 
2039 {
2049 };
2050 
2053 public:
2057  int exists() const { return m_val != kIfcEnvironmentalImpactCategoryEnum_unset ? 1 : 0; };
2059  operator IfcEnvironmentalImpactCategoryEnum_() const { return m_val; };
2060  operator unsigned long () const { return (unsigned long)m_val; };
2062  bool operator == (const IfcEnvironmentalImpactCategoryEnum &other) const { return m_val == other.m_val; };
2063  OdAnsiString toStr();
2064 
2065 };
2066 
2070 {
2083 };
2084 
2087 public:
2089  IfcEvaporativeCoolerTypeEnum(const IfcEvaporativeCoolerTypeEnum &other) : m_val(other.m_val) {};
2091  int exists() const { return m_val != kIfcEvaporativeCoolerTypeEnum_unset ? 1 : 0; };
2093  operator IfcEvaporativeCoolerTypeEnum_() const { return m_val; };
2094  operator unsigned long () const { return (unsigned long)m_val; };
2096  bool operator == (const IfcEvaporativeCoolerTypeEnum &other) const { return m_val == other.m_val; };
2097  OdAnsiString toStr();
2098 
2099 };
2100 
2104 {
2113 };
2114 
2116  IfcEvaporatorTypeEnum_ m_val;
2117 public:
2119  IfcEvaporatorTypeEnum(const IfcEvaporatorTypeEnum &other) : m_val(other.m_val) {};
2121  int exists() const { return m_val != kIfcEvaporatorTypeEnum_unset ? 1 : 0; };
2123  operator IfcEvaporatorTypeEnum_() const { return m_val; };
2124  operator unsigned long () const { return (unsigned long)m_val; };
2125  IfcEvaporatorTypeEnum& operator = (const IfcEvaporatorTypeEnum_ val) { if (val < kIfcEvaporatorTypeEnum_unset) m_val = val; else m_val = kIfcEvaporatorTypeEnum_unset; return *this; };
2126  bool operator == (const IfcEvaporatorTypeEnum &other) const { return m_val == other.m_val; };
2127  OdAnsiString toStr();
2128 
2129 };
2130 
2134 {
2145 };
2146 
2148  IfcFanTypeEnum_ m_val;
2149 public:
2151  IfcFanTypeEnum(const IfcFanTypeEnum &other) : m_val(other.m_val) {};
2152  IfcFanTypeEnum(IfcFanTypeEnum_ val) : m_val(val) {};
2153  int exists() const { return m_val != kIfcFanTypeEnum_unset ? 1 : 0; };
2154  void nullify() { m_val = kIfcFanTypeEnum_unset; };
2155  operator IfcFanTypeEnum_() const { return m_val; };
2156  operator unsigned long () const { return (unsigned long)m_val; };
2157  IfcFanTypeEnum& operator = (const IfcFanTypeEnum_ val) { if (val < kIfcFanTypeEnum_unset) m_val = val; else m_val = kIfcFanTypeEnum_unset; return *this; };
2158  bool operator == (const IfcFanTypeEnum &other) const { return m_val == other.m_val; };
2159  OdAnsiString toStr();
2160 
2161 };
2162 
2163 bool operator>> (const OdRxValue &out, IfcFanTypeEnum &in);
2166 {
2175 };
2176 
2178  IfcFilterTypeEnum_ m_val;
2179 public:
2181  IfcFilterTypeEnum(const IfcFilterTypeEnum &other) : m_val(other.m_val) {};
2183  int exists() const { return m_val != kIfcFilterTypeEnum_unset ? 1 : 0; };
2184  void nullify() { m_val = kIfcFilterTypeEnum_unset; };
2185  operator IfcFilterTypeEnum_() const { return m_val; };
2186  operator unsigned long () const { return (unsigned long)m_val; };
2187  IfcFilterTypeEnum& operator = (const IfcFilterTypeEnum_ val) { if (val < kIfcFilterTypeEnum_unset) m_val = val; else m_val = kIfcFilterTypeEnum_unset; return *this; };
2188  bool operator == (const IfcFilterTypeEnum &other) const { return m_val == other.m_val; };
2189  OdAnsiString toStr();
2190 
2191 };
2192 
2196 {
2205 };
2206 
2209 public:
2213  int exists() const { return m_val != kIfcFireSuppressionTerminalTypeEnum_unset ? 1 : 0; };
2215  operator IfcFireSuppressionTerminalTypeEnum_() const { return m_val; };
2216  operator unsigned long () const { return (unsigned long)m_val; };
2218  bool operator == (const IfcFireSuppressionTerminalTypeEnum &other) const { return m_val == other.m_val; };
2219  OdAnsiString toStr();
2220 
2221 };
2222 
2226 {
2232 };
2233 
2235  IfcFlowDirectionEnum_ m_val;
2236 public:
2238  IfcFlowDirectionEnum(const IfcFlowDirectionEnum &other) : m_val(other.m_val) {};
2240  int exists() const { return m_val != kIfcFlowDirectionEnum_unset ? 1 : 0; };
2242  operator IfcFlowDirectionEnum_() const { return m_val; };
2243  operator unsigned long () const { return (unsigned long)m_val; };
2244  IfcFlowDirectionEnum& operator = (const IfcFlowDirectionEnum_ val) { if (val < kIfcFlowDirectionEnum_unset) m_val = val; else m_val = kIfcFlowDirectionEnum_unset; return *this; };
2245  bool operator == (const IfcFlowDirectionEnum &other) const { return m_val == other.m_val; };
2246  OdAnsiString toStr();
2247 
2248 };
2249 
2253 {
2265 };
2266 
2269 public:
2271  IfcFlowInstrumentTypeEnum(const IfcFlowInstrumentTypeEnum &other) : m_val(other.m_val) {};
2273  int exists() const { return m_val != kIfcFlowInstrumentTypeEnum_unset ? 1 : 0; };
2275  operator IfcFlowInstrumentTypeEnum_() const { return m_val; };
2276  operator unsigned long () const { return (unsigned long)m_val; };
2277  IfcFlowInstrumentTypeEnum& operator = (const IfcFlowInstrumentTypeEnum_ val) { if (val < kIfcFlowInstrumentTypeEnum_unset) m_val = val; else m_val = kIfcFlowInstrumentTypeEnum_unset; return *this; };
2278  bool operator == (const IfcFlowInstrumentTypeEnum &other) const { return m_val == other.m_val; };
2279  OdAnsiString toStr();
2280 
2281 };
2282 
2286 {
2296 };
2297 
2299  IfcFlowMeterTypeEnum_ m_val;
2300 public:
2302  IfcFlowMeterTypeEnum(const IfcFlowMeterTypeEnum &other) : m_val(other.m_val) {};
2304  int exists() const { return m_val != kIfcFlowMeterTypeEnum_unset ? 1 : 0; };
2306  operator IfcFlowMeterTypeEnum_() const { return m_val; };
2307  operator unsigned long () const { return (unsigned long)m_val; };
2308  IfcFlowMeterTypeEnum& operator = (const IfcFlowMeterTypeEnum_ val) { if (val < kIfcFlowMeterTypeEnum_unset) m_val = val; else m_val = kIfcFlowMeterTypeEnum_unset; return *this; };
2309  bool operator == (const IfcFlowMeterTypeEnum &other) const { return m_val == other.m_val; };
2310  OdAnsiString toStr();
2311 
2312 };
2313 
2317 {
2325 };
2326 
2328  IfcFootingTypeEnum_ m_val;
2329 public:
2331  IfcFootingTypeEnum(const IfcFootingTypeEnum &other) : m_val(other.m_val) {};
2333  int exists() const { return m_val != kIfcFootingTypeEnum_unset ? 1 : 0; };
2334  void nullify() { m_val = kIfcFootingTypeEnum_unset; };
2335  operator IfcFootingTypeEnum_() const { return m_val; };
2336  operator unsigned long () const { return (unsigned long)m_val; };
2337  IfcFootingTypeEnum& operator = (const IfcFootingTypeEnum_ val) { if (val < kIfcFootingTypeEnum_unset) m_val = val; else m_val = kIfcFootingTypeEnum_unset; return *this; };
2338  bool operator == (const IfcFootingTypeEnum &other) const { return m_val == other.m_val; };
2339  OdAnsiString toStr();
2340 
2341 };
2342 
2346 {
2353 };
2354 
2357 public:
2359  IfcGasTerminalTypeEnum(const IfcGasTerminalTypeEnum &other) : m_val(other.m_val) {};
2361  int exists() const { return m_val != kIfcGasTerminalTypeEnum_unset ? 1 : 0; };
2363  operator IfcGasTerminalTypeEnum_() const { return m_val; };
2364  operator unsigned long () const { return (unsigned long)m_val; };
2365  IfcGasTerminalTypeEnum& operator = (const IfcGasTerminalTypeEnum_ val) { if (val < kIfcGasTerminalTypeEnum_unset) m_val = val; else m_val = kIfcGasTerminalTypeEnum_unset; return *this; };
2366  bool operator == (const IfcGasTerminalTypeEnum &other) const { return m_val == other.m_val; };
2367  OdAnsiString toStr();
2368 
2369 };
2370 
2374 {
2385 };
2386 
2389 public:
2391  IfcGeometricProjectionEnum(const IfcGeometricProjectionEnum &other) : m_val(other.m_val) {};
2393  int exists() const { return m_val != kIfcGeometricProjectionEnum_unset ? 1 : 0; };
2395  operator IfcGeometricProjectionEnum_() const { return m_val; };
2396  operator unsigned long () const { return (unsigned long)m_val; };
2397  IfcGeometricProjectionEnum& operator = (const IfcGeometricProjectionEnum_ val) { if (val < kIfcGeometricProjectionEnum_unset) m_val = val; else m_val = kIfcGeometricProjectionEnum_unset; return *this; };
2398  bool operator == (const IfcGeometricProjectionEnum &other) const { return m_val == other.m_val; };
2399  OdAnsiString toStr();
2400 
2401 };
2402 
2406 {
2410 };
2411 
2413  IfcGlobalOrLocalEnum_ m_val;
2414 public:
2416  IfcGlobalOrLocalEnum(const IfcGlobalOrLocalEnum &other) : m_val(other.m_val) {};
2418  int exists() const { return m_val != kIfcGlobalOrLocalEnum_unset ? 1 : 0; };
2420  operator IfcGlobalOrLocalEnum_() const { return m_val; };
2421  operator unsigned long () const { return (unsigned long)m_val; };
2422  IfcGlobalOrLocalEnum& operator = (const IfcGlobalOrLocalEnum_ val) { if (val < kIfcGlobalOrLocalEnum_unset) m_val = val; else m_val = kIfcGlobalOrLocalEnum_unset; return *this; };
2423  bool operator == (const IfcGlobalOrLocalEnum &other) const { return m_val == other.m_val; };
2424  OdAnsiString toStr();
2425 
2426 };
2427 
2431 {
2437 };
2438 
2441 public:
2443  IfcHeatExchangerTypeEnum(const IfcHeatExchangerTypeEnum &other) : m_val(other.m_val) {};
2445  int exists() const { return m_val != kIfcHeatExchangerTypeEnum_unset ? 1 : 0; };
2447  operator IfcHeatExchangerTypeEnum_() const { return m_val; };
2448  operator unsigned long () const { return (unsigned long)m_val; };
2449  IfcHeatExchangerTypeEnum& operator = (const IfcHeatExchangerTypeEnum_ val) { if (val < kIfcHeatExchangerTypeEnum_unset) m_val = val; else m_val = kIfcHeatExchangerTypeEnum_unset; return *this; };
2450  bool operator == (const IfcHeatExchangerTypeEnum &other) const { return m_val == other.m_val; };
2451  OdAnsiString toStr();
2452 
2453 };
2454 
2458 {
2475 };
2476 
2478  IfcHumidifierTypeEnum_ m_val;
2479 public:
2481  IfcHumidifierTypeEnum(const IfcHumidifierTypeEnum &other) : m_val(other.m_val) {};
2483  int exists() const { return m_val != kIfcHumidifierTypeEnum_unset ? 1 : 0; };
2485  operator IfcHumidifierTypeEnum_() const { return m_val; };
2486  operator unsigned long () const { return (unsigned long)m_val; };
2487  IfcHumidifierTypeEnum& operator = (const IfcHumidifierTypeEnum_ val) { if (val < kIfcHumidifierTypeEnum_unset) m_val = val; else m_val = kIfcHumidifierTypeEnum_unset; return *this; };
2488  bool operator == (const IfcHumidifierTypeEnum &other) const { return m_val == other.m_val; };
2489  OdAnsiString toStr();
2490 
2491 };
2492 
2496 {
2501 };
2502 
2505 public:
2507  IfcInternalOrExternalEnum(const IfcInternalOrExternalEnum &other) : m_val(other.m_val) {};
2509  int exists() const { return m_val != kIfcInternalOrExternalEnum_unset ? 1 : 0; };
2511  operator IfcInternalOrExternalEnum_() const { return m_val; };
2512  operator unsigned long () const { return (unsigned long)m_val; };
2513  IfcInternalOrExternalEnum& operator = (const IfcInternalOrExternalEnum_ val) { if (val < kIfcInternalOrExternalEnum_unset) m_val = val; else m_val = kIfcInternalOrExternalEnum_unset; return *this; };
2514  bool operator == (const IfcInternalOrExternalEnum &other) const { return m_val == other.m_val; };
2515  OdAnsiString toStr();
2516 
2517 };
2518 
2522 {
2529 };
2530 
2532  IfcInventoryTypeEnum_ m_val;
2533 public:
2535  IfcInventoryTypeEnum(const IfcInventoryTypeEnum &other) : m_val(other.m_val) {};
2537  int exists() const { return m_val != kIfcInventoryTypeEnum_unset ? 1 : 0; };
2539  operator IfcInventoryTypeEnum_() const { return m_val; };
2540  operator unsigned long () const { return (unsigned long)m_val; };
2541  IfcInventoryTypeEnum& operator = (const IfcInventoryTypeEnum_ val) { if (val < kIfcInventoryTypeEnum_unset) m_val = val; else m_val = kIfcInventoryTypeEnum_unset; return *this; };
2542  bool operator == (const IfcInventoryTypeEnum &other) const { return m_val == other.m_val; };
2543  OdAnsiString toStr();
2544 
2545 };
2546 
2550 {
2554 };
2555 
2558 public:
2560  IfcJunctionBoxTypeEnum(const IfcJunctionBoxTypeEnum &other) : m_val(other.m_val) {};
2562  int exists() const { return m_val != kIfcJunctionBoxTypeEnum_unset ? 1 : 0; };
2564  operator IfcJunctionBoxTypeEnum_() const { return m_val; };
2565  operator unsigned long () const { return (unsigned long)m_val; };
2566  IfcJunctionBoxTypeEnum& operator = (const IfcJunctionBoxTypeEnum_ val) { if (val < kIfcJunctionBoxTypeEnum_unset) m_val = val; else m_val = kIfcJunctionBoxTypeEnum_unset; return *this; };
2567  bool operator == (const IfcJunctionBoxTypeEnum &other) const { return m_val == other.m_val; };
2568  OdAnsiString toStr();
2569 
2570 };
2571 
2575 {
2585 };
2586 
2588  IfcLampTypeEnum_ m_val;
2589 public:
2591  IfcLampTypeEnum(const IfcLampTypeEnum &other) : m_val(other.m_val) {};
2592  IfcLampTypeEnum(IfcLampTypeEnum_ val) : m_val(val) {};
2593  int exists() const { return m_val != kIfcLampTypeEnum_unset ? 1 : 0; };
2594  void nullify() { m_val = kIfcLampTypeEnum_unset; };
2595  operator IfcLampTypeEnum_() const { return m_val; };
2596  operator unsigned long () const { return (unsigned long)m_val; };
2597  IfcLampTypeEnum& operator = (const IfcLampTypeEnum_ val) { if (val < kIfcLampTypeEnum_unset) m_val = val; else m_val = kIfcLampTypeEnum_unset; return *this; };
2598  bool operator == (const IfcLampTypeEnum &other) const { return m_val == other.m_val; };
2599  OdAnsiString toStr();
2600 
2601 };
2602 
2603 bool operator>> (const OdRxValue &out, IfcLampTypeEnum &in);
2606 {
2611 };
2612 
2615 public:
2617  IfcLayerSetDirectionEnum(const IfcLayerSetDirectionEnum &other) : m_val(other.m_val) {};
2619  int exists() const { return m_val != kIfcLayerSetDirectionEnum_unset ? 1 : 0; };
2621  operator IfcLayerSetDirectionEnum_() const { return m_val; };
2622  operator unsigned long () const { return (unsigned long)m_val; };
2623  IfcLayerSetDirectionEnum& operator = (const IfcLayerSetDirectionEnum_ val) { if (val < kIfcLayerSetDirectionEnum_unset) m_val = val; else m_val = kIfcLayerSetDirectionEnum_unset; return *this; };
2624  bool operator == (const IfcLayerSetDirectionEnum &other) const { return m_val == other.m_val; };
2625  OdAnsiString toStr();
2626 
2627 };
2628 
2632 {
2638 };
2639 
2642 public:
2644  IfcLightDistributionCurveEnum(const IfcLightDistributionCurveEnum &other) : m_val(other.m_val) {};
2646  int exists() const { return m_val != kIfcLightDistributionCurveEnum_unset ? 1 : 0; };
2648  operator IfcLightDistributionCurveEnum_() const { return m_val; };
2649  operator unsigned long () const { return (unsigned long)m_val; };
2651  bool operator == (const IfcLightDistributionCurveEnum &other) const { return m_val == other.m_val; };
2652  OdAnsiString toStr();
2653 
2654 };
2655 
2659 {
2672 };
2673 
2676 public:
2678  IfcLightEmissionSourceEnum(const IfcLightEmissionSourceEnum &other) : m_val(other.m_val) {};
2680  int exists() const { return m_val != kIfcLightEmissionSourceEnum_unset ? 1 : 0; };
2682  operator IfcLightEmissionSourceEnum_() const { return m_val; };
2683  operator unsigned long () const { return (unsigned long)m_val; };
2684  IfcLightEmissionSourceEnum& operator = (const IfcLightEmissionSourceEnum_ val) { if (val < kIfcLightEmissionSourceEnum_unset) m_val = val; else m_val = kIfcLightEmissionSourceEnum_unset; return *this; };
2685  bool operator == (const IfcLightEmissionSourceEnum &other) const { return m_val == other.m_val; };
2686  OdAnsiString toStr();
2687 
2688 };
2689 
2693 {
2699 };
2700 
2703 public:
2705  IfcLightFixtureTypeEnum(const IfcLightFixtureTypeEnum &other) : m_val(other.m_val) {};
2707  int exists() const { return m_val != kIfcLightFixtureTypeEnum_unset ? 1 : 0; };
2709  operator IfcLightFixtureTypeEnum_() const { return m_val; };
2710  operator unsigned long () const { return (unsigned long)m_val; };
2711  IfcLightFixtureTypeEnum& operator = (const IfcLightFixtureTypeEnum_ val) { if (val < kIfcLightFixtureTypeEnum_unset) m_val = val; else m_val = kIfcLightFixtureTypeEnum_unset; return *this; };
2712  bool operator == (const IfcLightFixtureTypeEnum &other) const { return m_val == other.m_val; };
2713  OdAnsiString toStr();
2714 
2715 };
2716 
2720 {
2728 };
2729 
2731  IfcLoadGroupTypeEnum_ m_val;
2732 public:
2734  IfcLoadGroupTypeEnum(const IfcLoadGroupTypeEnum &other) : m_val(other.m_val) {};
2736  int exists() const { return m_val != kIfcLoadGroupTypeEnum_unset ? 1 : 0; };
2738  operator IfcLoadGroupTypeEnum_() const { return m_val; };
2739  operator unsigned long () const { return (unsigned long)m_val; };
2740  IfcLoadGroupTypeEnum& operator = (const IfcLoadGroupTypeEnum_ val) { if (val < kIfcLoadGroupTypeEnum_unset) m_val = val; else m_val = kIfcLoadGroupTypeEnum_unset; return *this; };
2741  bool operator == (const IfcLoadGroupTypeEnum &other) const { return m_val == other.m_val; };
2742  OdAnsiString toStr();
2743 
2744 };
2745 
2749 {
2753 };
2754 
2757 public:
2759  IfcLogicalOperatorEnum(const IfcLogicalOperatorEnum &other) : m_val(other.m_val) {};
2761  int exists() const { return m_val != kIfcLogicalOperatorEnum_unset ? 1 : 0; };
2763  operator IfcLogicalOperatorEnum_() const { return m_val; };
2764  operator unsigned long () const { return (unsigned long)m_val; };
2765  IfcLogicalOperatorEnum& operator = (const IfcLogicalOperatorEnum_ val) { if (val < kIfcLogicalOperatorEnum_unset) m_val = val; else m_val = kIfcLogicalOperatorEnum_unset; return *this; };
2766  bool operator == (const IfcLogicalOperatorEnum &other) const { return m_val == other.m_val; };
2767  OdAnsiString toStr();
2768 
2769 };
2770 
2774 {
2790 };
2791 
2793  IfcMemberTypeEnum_ m_val;
2794 public:
2796  IfcMemberTypeEnum(const IfcMemberTypeEnum &other) : m_val(other.m_val) {};
2798  int exists() const { return m_val != kIfcMemberTypeEnum_unset ? 1 : 0; };
2799  void nullify() { m_val = kIfcMemberTypeEnum_unset; };
2800  operator IfcMemberTypeEnum_() const { return m_val; };
2801  operator unsigned long () const { return (unsigned long)m_val; };
2802  IfcMemberTypeEnum& operator = (const IfcMemberTypeEnum_ val) { if (val < kIfcMemberTypeEnum_unset) m_val = val; else m_val = kIfcMemberTypeEnum_unset; return *this; };
2803  bool operator == (const IfcMemberTypeEnum &other) const { return m_val == other.m_val; };
2804  OdAnsiString toStr();
2805 
2806 };
2807 
2811 {
2818 };
2819 
2822 public:
2824  IfcMotorConnectionTypeEnum(const IfcMotorConnectionTypeEnum &other) : m_val(other.m_val) {};
2826  int exists() const { return m_val != kIfcMotorConnectionTypeEnum_unset ? 1 : 0; };
2828  operator IfcMotorConnectionTypeEnum_() const { return m_val; };
2829  operator unsigned long () const { return (unsigned long)m_val; };
2830  IfcMotorConnectionTypeEnum& operator = (const IfcMotorConnectionTypeEnum_ val) { if (val < kIfcMotorConnectionTypeEnum_unset) m_val = val; else m_val = kIfcMotorConnectionTypeEnum_unset; return *this; };
2831  bool operator == (const IfcMotorConnectionTypeEnum &other) const { return m_val == other.m_val; };
2832  OdAnsiString toStr();
2833 
2834 };
2835 
2839 {
2842 };
2843 
2845  IfcNullStyle_ m_val;
2846 public:
2848  IfcNullStyle(const IfcNullStyle &other) : m_val(other.m_val) {};
2849  IfcNullStyle(IfcNullStyle_ val) : m_val(val) {};
2850  int exists() const { return m_val != kIfcNullStyle_unset ? 1 : 0; };
2851  void nullify() { m_val = kIfcNullStyle_unset; };
2852  operator IfcNullStyle_() const { return m_val; };
2853  operator unsigned long () const { return (unsigned long)m_val; };
2854  IfcNullStyle& operator = (const IfcNullStyle_ val) { if (val < kIfcNullStyle_unset) m_val = val; else m_val = kIfcNullStyle_unset; return *this; };
2855  bool operator == (const IfcNullStyle &other) const { return m_val == other.m_val; };
2856  OdAnsiString toStr();
2857 
2858 };
2859 
2860 bool operator>> (const OdRxValue &out, IfcNullStyle &in);
2863 {
2873 };
2874 
2876  IfcObjectTypeEnum_ m_val;
2877 public:
2879  IfcObjectTypeEnum(const IfcObjectTypeEnum &other) : m_val(other.m_val) {};
2881  int exists() const { return m_val != kIfcObjectTypeEnum_unset ? 1 : 0; };
2882  void nullify() { m_val = kIfcObjectTypeEnum_unset; };
2883  operator IfcObjectTypeEnum_() const { return m_val; };
2884  operator unsigned long () const { return (unsigned long)m_val; };
2885  IfcObjectTypeEnum& operator = (const IfcObjectTypeEnum_ val) { if (val < kIfcObjectTypeEnum_unset) m_val = val; else m_val = kIfcObjectTypeEnum_unset; return *this; };
2886  bool operator == (const IfcObjectTypeEnum &other) const { return m_val == other.m_val; };
2887  OdAnsiString toStr();
2888 
2889 };
2890 
2894 {
2904 };
2905 
2907  IfcObjectiveEnum_ m_val;
2908 public:
2910  IfcObjectiveEnum(const IfcObjectiveEnum &other) : m_val(other.m_val) {};
2911  IfcObjectiveEnum(IfcObjectiveEnum_ val) : m_val(val) {};
2912  int exists() const { return m_val != kIfcObjectiveEnum_unset ? 1 : 0; };
2913  void nullify() { m_val = kIfcObjectiveEnum_unset; };
2914  operator IfcObjectiveEnum_() const { return m_val; };
2915  operator unsigned long () const { return (unsigned long)m_val; };
2916  IfcObjectiveEnum& operator = (const IfcObjectiveEnum_ val) { if (val < kIfcObjectiveEnum_unset) m_val = val; else m_val = kIfcObjectiveEnum_unset; return *this; };
2917  bool operator == (const IfcObjectiveEnum &other) const { return m_val == other.m_val; };
2918  OdAnsiString toStr();
2919 
2920 };
2921 
2925 {
2936 };
2937 
2939  IfcOccupantTypeEnum_ m_val;
2940 public:
2942  IfcOccupantTypeEnum(const IfcOccupantTypeEnum &other) : m_val(other.m_val) {};
2944  int exists() const { return m_val != kIfcOccupantTypeEnum_unset ? 1 : 0; };
2946  operator IfcOccupantTypeEnum_() const { return m_val; };
2947  operator unsigned long () const { return (unsigned long)m_val; };
2948  IfcOccupantTypeEnum& operator = (const IfcOccupantTypeEnum_ val) { if (val < kIfcOccupantTypeEnum_unset) m_val = val; else m_val = kIfcOccupantTypeEnum_unset; return *this; };
2949  bool operator == (const IfcOccupantTypeEnum &other) const { return m_val == other.m_val; };
2950  OdAnsiString toStr();
2951 
2952 };
2953 
2957 {
2964 };
2965 
2967  IfcOutletTypeEnum_ m_val;
2968 public:
2970  IfcOutletTypeEnum(const IfcOutletTypeEnum &other) : m_val(other.m_val) {};
2972  int exists() const { return m_val != kIfcOutletTypeEnum_unset ? 1 : 0; };
2973  void nullify() { m_val = kIfcOutletTypeEnum_unset; };
2974  operator IfcOutletTypeEnum_() const { return m_val; };
2975  operator unsigned long () const { return (unsigned long)m_val; };
2976  IfcOutletTypeEnum& operator = (const IfcOutletTypeEnum_ val) { if (val < kIfcOutletTypeEnum_unset) m_val = val; else m_val = kIfcOutletTypeEnum_unset; return *this; };
2977  bool operator == (const IfcOutletTypeEnum &other) const { return m_val == other.m_val; };
2978  OdAnsiString toStr();
2979 
2980 };
2981 
2985 {
2992 };
2993 
2996 public:
3000  int exists() const { return m_val != kIfcPermeableCoveringOperationEnum_unset ? 1 : 0; };
3002  operator IfcPermeableCoveringOperationEnum_() const { return m_val; };
3003  operator unsigned long () const { return (unsigned long)m_val; };
3005  bool operator == (const IfcPermeableCoveringOperationEnum &other) const { return m_val == other.m_val; };
3006  OdAnsiString toStr();
3007 
3008 };
3009 
3013 {
3018 };
3019 
3022 public:
3024  IfcPhysicalOrVirtualEnum(const IfcPhysicalOrVirtualEnum &other) : m_val(other.m_val) {};
3026  int exists() const { return m_val != kIfcPhysicalOrVirtualEnum_unset ? 1 : 0; };
3028  operator IfcPhysicalOrVirtualEnum_() const { return m_val; };
3029  operator unsigned long () const { return (unsigned long)m_val; };
3030  IfcPhysicalOrVirtualEnum& operator = (const IfcPhysicalOrVirtualEnum_ val) { if (val < kIfcPhysicalOrVirtualEnum_unset) m_val = val; else m_val = kIfcPhysicalOrVirtualEnum_unset; return *this; };
3031  bool operator == (const IfcPhysicalOrVirtualEnum &other) const { return m_val == other.m_val; };
3032  OdAnsiString toStr();
3033 
3034 };
3035 
3039 {
3047 };
3048 
3051 public:
3053  IfcPileConstructionEnum(const IfcPileConstructionEnum &other) : m_val(other.m_val) {};
3055  int exists() const { return m_val != kIfcPileConstructionEnum_unset ? 1 : 0; };
3057  operator IfcPileConstructionEnum_() const { return m_val; };
3058  operator unsigned long () const { return (unsigned long)m_val; };
3059  IfcPileConstructionEnum& operator = (const IfcPileConstructionEnum_ val) { if (val < kIfcPileConstructionEnum_unset) m_val = val; else m_val = kIfcPileConstructionEnum_unset; return *this; };
3060  bool operator == (const IfcPileConstructionEnum &other) const { return m_val == other.m_val; };
3061  OdAnsiString toStr();
3062 
3063 };
3064 
3068 {
3075 };
3076 
3078  IfcPileTypeEnum_ m_val;
3079 public:
3081  IfcPileTypeEnum(const IfcPileTypeEnum &other) : m_val(other.m_val) {};
3082  IfcPileTypeEnum(IfcPileTypeEnum_ val) : m_val(val) {};
3083  int exists() const { return m_val != kIfcPileTypeEnum_unset ? 1 : 0; };
3084  void nullify() { m_val = kIfcPileTypeEnum_unset; };
3085  operator IfcPileTypeEnum_() const { return m_val; };
3086  operator unsigned long () const { return (unsigned long)m_val; };
3087  IfcPileTypeEnum& operator = (const IfcPileTypeEnum_ val) { if (val < kIfcPileTypeEnum_unset) m_val = val; else m_val = kIfcPileTypeEnum_unset; return *this; };
3088  bool operator == (const IfcPileTypeEnum &other) const { return m_val == other.m_val; };
3089  OdAnsiString toStr();
3090 
3091 };
3092 
3093 bool operator>> (const OdRxValue &out, IfcPileTypeEnum &in);
3096 {
3107 };
3108 
3111 public:
3113  IfcPipeFittingTypeEnum(const IfcPipeFittingTypeEnum &other) : m_val(other.m_val) {};
3115  int exists() const { return m_val != kIfcPipeFittingTypeEnum_unset ? 1 : 0; };
3117  operator IfcPipeFittingTypeEnum_() const { return m_val; };
3118  operator unsigned long () const { return (unsigned long)m_val; };
3119  IfcPipeFittingTypeEnum& operator = (const IfcPipeFittingTypeEnum_ val) { if (val < kIfcPipeFittingTypeEnum_unset) m_val = val; else m_val = kIfcPipeFittingTypeEnum_unset; return *this; };
3120  bool operator == (const IfcPipeFittingTypeEnum &other) const { return m_val == other.m_val; };
3121  OdAnsiString toStr();
3122 
3123 };
3124 
3128 {
3136 };
3137 
3140 public:
3142  IfcPipeSegmentTypeEnum(const IfcPipeSegmentTypeEnum &other) : m_val(other.m_val) {};
3144  int exists() const { return m_val != kIfcPipeSegmentTypeEnum_unset ? 1 : 0; };
3146  operator IfcPipeSegmentTypeEnum_() const { return m_val; };
3147  operator unsigned long () const { return (unsigned long)m_val; };
3148  IfcPipeSegmentTypeEnum& operator = (const IfcPipeSegmentTypeEnum_ val) { if (val < kIfcPipeSegmentTypeEnum_unset) m_val = val; else m_val = kIfcPipeSegmentTypeEnum_unset; return *this; };
3149  bool operator == (const IfcPipeSegmentTypeEnum &other) const { return m_val == other.m_val; };
3150  OdAnsiString toStr();
3151 
3152 };
3153 
3157 {
3163 };
3164 
3166  IfcPlateTypeEnum_ m_val;
3167 public:
3169  IfcPlateTypeEnum(const IfcPlateTypeEnum &other) : m_val(other.m_val) {};
3170  IfcPlateTypeEnum(IfcPlateTypeEnum_ val) : m_val(val) {};
3171  int exists() const { return m_val != kIfcPlateTypeEnum_unset ? 1 : 0; };
3172  void nullify() { m_val = kIfcPlateTypeEnum_unset; };
3173  operator IfcPlateTypeEnum_() const { return m_val; };
3174  operator unsigned long () const { return (unsigned long)m_val; };
3175  IfcPlateTypeEnum& operator = (const IfcPlateTypeEnum_ val) { if (val < kIfcPlateTypeEnum_unset) m_val = val; else m_val = kIfcPlateTypeEnum_unset; return *this; };
3176  bool operator == (const IfcPlateTypeEnum &other) const { return m_val == other.m_val; };
3177  OdAnsiString toStr();
3178 
3179 };
3180 
3184 {
3195 };
3196 
3198  IfcProcedureTypeEnum_ m_val;
3199 public:
3201  IfcProcedureTypeEnum(const IfcProcedureTypeEnum &other) : m_val(other.m_val) {};
3203  int exists() const { return m_val != kIfcProcedureTypeEnum_unset ? 1 : 0; };
3205  operator IfcProcedureTypeEnum_() const { return m_val; };
3206  operator unsigned long () const { return (unsigned long)m_val; };
3207  IfcProcedureTypeEnum& operator = (const IfcProcedureTypeEnum_ val) { if (val < kIfcProcedureTypeEnum_unset) m_val = val; else m_val = kIfcProcedureTypeEnum_unset; return *this; };
3208  bool operator == (const IfcProcedureTypeEnum &other) const { return m_val == other.m_val; };
3209  OdAnsiString toStr();
3210 
3211 };
3212 
3216 {
3220 };
3221 
3223  IfcProfileTypeEnum_ m_val;
3224 public:
3226  IfcProfileTypeEnum(const IfcProfileTypeEnum &other) : m_val(other.m_val) {};
3228  int exists() const { return m_val != kIfcProfileTypeEnum_unset ? 1 : 0; };
3229  void nullify() { m_val = kIfcProfileTypeEnum_unset; };
3230  operator IfcProfileTypeEnum_() const { return m_val; };
3231  operator unsigned long () const { return (unsigned long)m_val; };
3232  IfcProfileTypeEnum& operator = (const IfcProfileTypeEnum_ val) { if (val < kIfcProfileTypeEnum_unset) m_val = val; else m_val = kIfcProfileTypeEnum_unset; return *this; };
3233  bool operator == (const IfcProfileTypeEnum &other) const { return m_val == other.m_val; };
3234  OdAnsiString toStr();
3235 
3236 };
3237 
3241 {
3250 };
3251 
3254 public:
3256  IfcProjectOrderRecordTypeEnum(const IfcProjectOrderRecordTypeEnum &other) : m_val(other.m_val) {};
3258  int exists() const { return m_val != kIfcProjectOrderRecordTypeEnum_unset ? 1 : 0; };
3260  operator IfcProjectOrderRecordTypeEnum_() const { return m_val; };
3261  operator unsigned long () const { return (unsigned long)m_val; };
3263  bool operator == (const IfcProjectOrderRecordTypeEnum &other) const { return m_val == other.m_val; };
3264  OdAnsiString toStr();
3265 
3266 };
3267 
3271 {
3280 };
3281 
3284 public:
3286  IfcProjectOrderTypeEnum(const IfcProjectOrderTypeEnum &other) : m_val(other.m_val) {};
3288  int exists() const { return m_val != kIfcProjectOrderTypeEnum_unset ? 1 : 0; };
3290  operator IfcProjectOrderTypeEnum_() const { return m_val; };
3291  operator unsigned long () const { return (unsigned long)m_val; };
3292  IfcProjectOrderTypeEnum& operator = (const IfcProjectOrderTypeEnum_ val) { if (val < kIfcProjectOrderTypeEnum_unset) m_val = val; else m_val = kIfcProjectOrderTypeEnum_unset; return *this; };
3293  bool operator == (const IfcProjectOrderTypeEnum &other) const { return m_val == other.m_val; };
3294  OdAnsiString toStr();
3295 
3296 };
3297 
3301 {
3305 };
3306 
3309 public:
3311  IfcProjectedOrTrueLengthEnum(const IfcProjectedOrTrueLengthEnum &other) : m_val(other.m_val) {};
3313  int exists() const { return m_val != kIfcProjectedOrTrueLengthEnum_unset ? 1 : 0; };
3315  operator IfcProjectedOrTrueLengthEnum_() const { return m_val; };
3316  operator unsigned long () const { return (unsigned long)m_val; };
3318  bool operator == (const IfcProjectedOrTrueLengthEnum &other) const { return m_val == other.m_val; };
3319  OdAnsiString toStr();
3320 
3321 };
3322 
3326 {
3337 };
3338 
3340  IfcPropertySourceEnum_ m_val;
3341 public:
3343  IfcPropertySourceEnum(const IfcPropertySourceEnum &other) : m_val(other.m_val) {};
3345  int exists() const { return m_val != kIfcPropertySourceEnum_unset ? 1 : 0; };
3347  operator IfcPropertySourceEnum_() const { return m_val; };
3348  operator unsigned long () const { return (unsigned long)m_val; };
3349  IfcPropertySourceEnum& operator = (const IfcPropertySourceEnum_ val) { if (val < kIfcPropertySourceEnum_unset) m_val = val; else m_val = kIfcPropertySourceEnum_unset; return *this; };
3350  bool operator == (const IfcPropertySourceEnum &other) const { return m_val == other.m_val; };
3351  OdAnsiString toStr();
3352 
3353 };
3354 
3358 {
3368 };
3369 
3372 public:
3374  IfcProtectiveDeviceTypeEnum(const IfcProtectiveDeviceTypeEnum &other) : m_val(other.m_val) {};
3376  int exists() const { return m_val != kIfcProtectiveDeviceTypeEnum_unset ? 1 : 0; };
3378  operator IfcProtectiveDeviceTypeEnum_() const { return m_val; };
3379  operator unsigned long () const { return (unsigned long)m_val; };
3380  IfcProtectiveDeviceTypeEnum& operator = (const IfcProtectiveDeviceTypeEnum_ val) { if (val < kIfcProtectiveDeviceTypeEnum_unset) m_val = val; else m_val = kIfcProtectiveDeviceTypeEnum_unset; return *this; };
3381  bool operator == (const IfcProtectiveDeviceTypeEnum &other) const { return m_val == other.m_val; };
3382  OdAnsiString toStr();
3383 
3384 };
3385 
3389 {
3398 };
3399 
3401  IfcPumpTypeEnum_ m_val;
3402 public:
3404  IfcPumpTypeEnum(const IfcPumpTypeEnum &other) : m_val(other.m_val) {};
3405  IfcPumpTypeEnum(IfcPumpTypeEnum_ val) : m_val(val) {};
3406  int exists() const { return m_val != kIfcPumpTypeEnum_unset ? 1 : 0; };
3407  void nullify() { m_val = kIfcPumpTypeEnum_unset; };
3408  operator IfcPumpTypeEnum_() const { return m_val; };
3409  operator unsigned long () const { return (unsigned long)m_val; };
3410  IfcPumpTypeEnum& operator = (const IfcPumpTypeEnum_ val) { if (val < kIfcPumpTypeEnum_unset) m_val = val; else m_val = kIfcPumpTypeEnum_unset; return *this; };
3411  bool operator == (const IfcPumpTypeEnum &other) const { return m_val == other.m_val; };
3412  OdAnsiString toStr();
3413 
3414 };
3415 
3416 bool operator>> (const OdRxValue &out, IfcPumpTypeEnum &in);
3419 {
3426 };
3427 
3429  IfcRailingTypeEnum_ m_val;
3430 public:
3432  IfcRailingTypeEnum(const IfcRailingTypeEnum &other) : m_val(other.m_val) {};
3434  int exists() const { return m_val != kIfcRailingTypeEnum_unset ? 1 : 0; };
3435  void nullify() { m_val = kIfcRailingTypeEnum_unset; };
3436  operator IfcRailingTypeEnum_() const { return m_val; };
3437  operator unsigned long () const { return (unsigned long)m_val; };
3438  IfcRailingTypeEnum& operator = (const IfcRailingTypeEnum_ val) { if (val < kIfcRailingTypeEnum_unset) m_val = val; else m_val = kIfcRailingTypeEnum_unset; return *this; };
3439  bool operator == (const IfcRailingTypeEnum &other) const { return m_val == other.m_val; };
3440  OdAnsiString toStr();
3441 
3442 };
3443 
3447 {
3453 };
3454 
3456  IfcRampFlightTypeEnum_ m_val;
3457 public:
3459  IfcRampFlightTypeEnum(const IfcRampFlightTypeEnum &other) : m_val(other.m_val) {};
3461  int exists() const { return m_val != kIfcRampFlightTypeEnum_unset ? 1 : 0; };
3463  operator IfcRampFlightTypeEnum_() const { return m_val; };
3464  operator unsigned long () const { return (unsigned long)m_val; };
3465  IfcRampFlightTypeEnum& operator = (const IfcRampFlightTypeEnum_ val) { if (val < kIfcRampFlightTypeEnum_unset) m_val = val; else m_val = kIfcRampFlightTypeEnum_unset; return *this; };
3466  bool operator == (const IfcRampFlightTypeEnum &other) const { return m_val == other.m_val; };
3467  OdAnsiString toStr();
3468 
3469 };
3470 
3474 {
3484 };
3485 
3487  IfcRampTypeEnum_ m_val;
3488 public:
3490  IfcRampTypeEnum(const IfcRampTypeEnum &other) : m_val(other.m_val) {};
3491  IfcRampTypeEnum(IfcRampTypeEnum_ val) : m_val(val) {};
3492  int exists() const { return m_val != kIfcRampTypeEnum_unset ? 1 : 0; };
3493  void nullify() { m_val = kIfcRampTypeEnum_unset; };
3494  operator IfcRampTypeEnum_() const { return m_val; };
3495  operator unsigned long () const { return (unsigned long)m_val; };
3496  IfcRampTypeEnum& operator = (const IfcRampTypeEnum_ val) { if (val < kIfcRampTypeEnum_unset) m_val = val; else m_val = kIfcRampTypeEnum_unset; return *this; };
3497  bool operator == (const IfcRampTypeEnum &other) const { return m_val == other.m_val; };
3498  OdAnsiString toStr();
3499 
3500 };
3501 
3502 bool operator>> (const OdRxValue &out, IfcRampTypeEnum &in);
3505 {
3517 };
3518 
3521 public:
3523  IfcReflectanceMethodEnum(const IfcReflectanceMethodEnum &other) : m_val(other.m_val) {};
3525  int exists() const { return m_val != kIfcReflectanceMethodEnum_unset ? 1 : 0; };
3527  operator IfcReflectanceMethodEnum_() const { return m_val; };
3528  operator unsigned long () const { return (unsigned long)m_val; };
3529  IfcReflectanceMethodEnum& operator = (const IfcReflectanceMethodEnum_ val) { if (val < kIfcReflectanceMethodEnum_unset) m_val = val; else m_val = kIfcReflectanceMethodEnum_unset; return *this; };
3530  bool operator == (const IfcReflectanceMethodEnum &other) const { return m_val == other.m_val; };
3531  OdAnsiString toStr();
3532 
3533 };
3534 
3538 {
3549 };
3550 
3553 public:
3555  IfcReinforcingBarRoleEnum(const IfcReinforcingBarRoleEnum &other) : m_val(other.m_val) {};
3557  int exists() const { return m_val != kIfcReinforcingBarRoleEnum_unset ? 1 : 0; };
3559  operator IfcReinforcingBarRoleEnum_() const { return m_val; };
3560  operator unsigned long () const { return (unsigned long)m_val; };
3561  IfcReinforcingBarRoleEnum& operator = (const IfcReinforcingBarRoleEnum_ val) { if (val < kIfcReinforcingBarRoleEnum_unset) m_val = val; else m_val = kIfcReinforcingBarRoleEnum_unset; return *this; };
3562  bool operator == (const IfcReinforcingBarRoleEnum &other) const { return m_val == other.m_val; };
3563  OdAnsiString toStr();
3564 
3565 };
3566 
3570 {
3574 };
3575 
3578 public:
3580  IfcReinforcingBarSurfaceEnum(const IfcReinforcingBarSurfaceEnum &other) : m_val(other.m_val) {};
3582  int exists() const { return m_val != kIfcReinforcingBarSurfaceEnum_unset ? 1 : 0; };
3584  operator IfcReinforcingBarSurfaceEnum_() const { return m_val; };
3585  operator unsigned long () const { return (unsigned long)m_val; };
3587  bool operator == (const IfcReinforcingBarSurfaceEnum &other) const { return m_val == other.m_val; };
3588  OdAnsiString toStr();
3589 
3590 };
3591 
3595 {
3605 };
3606 
3609 public:
3611  IfcResourceConsumptionEnum(const IfcResourceConsumptionEnum &other) : m_val(other.m_val) {};
3613  int exists() const { return m_val != kIfcResourceConsumptionEnum_unset ? 1 : 0; };
3615  operator IfcResourceConsumptionEnum_() const { return m_val; };
3616  operator unsigned long () const { return (unsigned long)m_val; };
3617  IfcResourceConsumptionEnum& operator = (const IfcResourceConsumptionEnum_ val) { if (val < kIfcResourceConsumptionEnum_unset) m_val = val; else m_val = kIfcResourceConsumptionEnum_unset; return *this; };
3618  bool operator == (const IfcResourceConsumptionEnum &other) const { return m_val == other.m_val; };
3619  OdAnsiString toStr();
3620 
3621 };
3622 
3626 {
3630 };
3631 
3634 public:
3636  IfcRibPlateDirectionEnum(const IfcRibPlateDirectionEnum &other) : m_val(other.m_val) {};
3638  int exists() const { return m_val != kIfcRibPlateDirectionEnum_unset ? 1 : 0; };
3640  operator IfcRibPlateDirectionEnum_() const { return m_val; };
3641  operator unsigned long () const { return (unsigned long)m_val; };
3642  IfcRibPlateDirectionEnum& operator = (const IfcRibPlateDirectionEnum_ val) { if (val < kIfcRibPlateDirectionEnum_unset) m_val = val; else m_val = kIfcRibPlateDirectionEnum_unset; return *this; };
3643  bool operator == (const IfcRibPlateDirectionEnum &other) const { return m_val == other.m_val; };
3644  OdAnsiString toStr();
3645 
3646 };
3647 
3651 {
3676 };
3677 
3679  IfcRoleEnum_ m_val;
3680 public:
3682  IfcRoleEnum(const IfcRoleEnum &other) : m_val(other.m_val) {};
3683  IfcRoleEnum(IfcRoleEnum_ val) : m_val(val) {};
3684  int exists() const { return m_val != kIfcRoleEnum_unset ? 1 : 0; };
3685  void nullify() { m_val = kIfcRoleEnum_unset; };
3686  operator IfcRoleEnum_() const { return m_val; };
3687  operator unsigned long () const { return (unsigned long)m_val; };
3688  IfcRoleEnum& operator = (const IfcRoleEnum_ val) { if (val < kIfcRoleEnum_unset) m_val = val; else m_val = kIfcRoleEnum_unset; return *this; };
3689  bool operator == (const IfcRoleEnum &other) const { return m_val == other.m_val; };
3690  OdAnsiString toStr();
3691 
3692 };
3693 
3694 bool operator>> (const OdRxValue &out, IfcRoleEnum &in);
3695 IfcRoleEnum StrToIfcRoleEnum(OdAnsiString val);
3697 {
3713 };
3714 
3716  IfcRoofTypeEnum_ m_val;
3717 public:
3719  IfcRoofTypeEnum(const IfcRoofTypeEnum &other) : m_val(other.m_val) {};
3720  IfcRoofTypeEnum(IfcRoofTypeEnum_ val) : m_val(val) {};
3721  int exists() const { return m_val != kIfcRoofTypeEnum_unset ? 1 : 0; };
3722  void nullify() { m_val = kIfcRoofTypeEnum_unset; };
3723  operator IfcRoofTypeEnum_() const { return m_val; };
3724  operator unsigned long () const { return (unsigned long)m_val; };
3725  IfcRoofTypeEnum& operator = (const IfcRoofTypeEnum_ val) { if (val < kIfcRoofTypeEnum_unset) m_val = val; else m_val = kIfcRoofTypeEnum_unset; return *this; };
3726  bool operator == (const IfcRoofTypeEnum &other) const { return m_val == other.m_val; };
3727  OdAnsiString toStr();
3728 
3729 };
3730 
3731 bool operator>> (const OdRxValue &out, IfcRoofTypeEnum &in);
3734 {
3752 };
3753 
3755  IfcSIPrefix_ m_val;
3756 public:
3758  IfcSIPrefix(const IfcSIPrefix &other) : m_val(other.m_val) {};
3759  IfcSIPrefix(IfcSIPrefix_ val) : m_val(val) {};
3760  int exists() const { return m_val != kIfcSIPrefix_unset ? 1 : 0; };
3761  void nullify() { m_val = kIfcSIPrefix_unset; };
3762  operator IfcSIPrefix_() const { return m_val; };
3763  operator unsigned long () const { return (unsigned long)m_val; };
3764  IfcSIPrefix& operator = (const IfcSIPrefix_ val) { if (val < kIfcSIPrefix_unset) m_val = val; else m_val = kIfcSIPrefix_unset; return *this; };
3765  bool operator == (const IfcSIPrefix &other) const { return m_val == other.m_val; };
3766  OdAnsiString toStr();
3767 
3768 };
3769 
3770 bool operator>> (const OdRxValue &out, IfcSIPrefix &in);
3771 IfcSIPrefix StrToIfcSIPrefix(OdAnsiString val);
3773 {
3805 };
3806 
3808  IfcSIUnitName_ m_val;
3809 public:
3811  IfcSIUnitName(const IfcSIUnitName &other) : m_val(other.m_val) {};
3812  IfcSIUnitName(IfcSIUnitName_ val) : m_val(val) {};
3813  int exists() const { return m_val != kIfcSIUnitName_unset ? 1 : 0; };
3814  void nullify() { m_val = kIfcSIUnitName_unset; };
3815  operator IfcSIUnitName_() const { return m_val; };
3816  operator unsigned long () const { return (unsigned long)m_val; };
3817  IfcSIUnitName& operator = (const IfcSIUnitName_ val) { if (val < kIfcSIUnitName_unset) m_val = val; else m_val = kIfcSIUnitName_unset; return *this; };
3818  bool operator == (const IfcSIUnitName &other) const { return m_val == other.m_val; };
3819  OdAnsiString toStr();
3820 
3821 };
3822 
3823 bool operator>> (const OdRxValue &out, IfcSIUnitName &in);
3826 {
3840 };
3841 
3844 public:
3846  IfcSanitaryTerminalTypeEnum(const IfcSanitaryTerminalTypeEnum &other) : m_val(other.m_val) {};
3848  int exists() const { return m_val != kIfcSanitaryTerminalTypeEnum_unset ? 1 : 0; };
3850  operator IfcSanitaryTerminalTypeEnum_() const { return m_val; };
3851  operator unsigned long () const { return (unsigned long)m_val; };
3852  IfcSanitaryTerminalTypeEnum& operator = (const IfcSanitaryTerminalTypeEnum_ val) { if (val < kIfcSanitaryTerminalTypeEnum_unset) m_val = val; else m_val = kIfcSanitaryTerminalTypeEnum_unset; return *this; };
3853  bool operator == (const IfcSanitaryTerminalTypeEnum &other) const { return m_val == other.m_val; };
3854  OdAnsiString toStr();
3855 
3856 };
3857 
3861 {
3865 };
3866 
3868  IfcSectionTypeEnum_ m_val;
3869 public:
3871  IfcSectionTypeEnum(const IfcSectionTypeEnum &other) : m_val(other.m_val) {};
3873  int exists() const { return m_val != kIfcSectionTypeEnum_unset ? 1 : 0; };
3874  void nullify() { m_val = kIfcSectionTypeEnum_unset; };
3875  operator IfcSectionTypeEnum_() const { return m_val; };
3876  operator unsigned long () const { return (unsigned long)m_val; };
3877  IfcSectionTypeEnum& operator = (const IfcSectionTypeEnum_ val) { if (val < kIfcSectionTypeEnum_unset) m_val = val; else m_val = kIfcSectionTypeEnum_unset; return *this; };
3878  bool operator == (const IfcSectionTypeEnum &other) const { return m_val == other.m_val; };
3879  OdAnsiString toStr();
3880 
3881 };
3882 
3886 {
3903 };
3904 
3906  IfcSensorTypeEnum_ m_val;
3907 public:
3909  IfcSensorTypeEnum(const IfcSensorTypeEnum &other) : m_val(other.m_val) {};
3911  int exists() const { return m_val != kIfcSensorTypeEnum_unset ? 1 : 0; };
3912  void nullify() { m_val = kIfcSensorTypeEnum_unset; };
3913  operator IfcSensorTypeEnum_() const { return m_val; };
3914  operator unsigned long () const { return (unsigned long)m_val; };
3915  IfcSensorTypeEnum& operator = (const IfcSensorTypeEnum_ val) { if (val < kIfcSensorTypeEnum_unset) m_val = val; else m_val = kIfcSensorTypeEnum_unset; return *this; };
3916  bool operator == (const IfcSensorTypeEnum &other) const { return m_val == other.m_val; };
3917  OdAnsiString toStr();
3918 
3919 };
3920 
3924 {
3931 };
3932 
3934  IfcSequenceEnum_ m_val;
3935 public:
3937  IfcSequenceEnum(const IfcSequenceEnum &other) : m_val(other.m_val) {};
3938  IfcSequenceEnum(IfcSequenceEnum_ val) : m_val(val) {};
3939  int exists() const { return m_val != kIfcSequenceEnum_unset ? 1 : 0; };
3940  void nullify() { m_val = kIfcSequenceEnum_unset; };
3941  operator IfcSequenceEnum_() const { return m_val; };
3942  operator unsigned long () const { return (unsigned long)m_val; };
3943  IfcSequenceEnum& operator = (const IfcSequenceEnum_ val) { if (val < kIfcSequenceEnum_unset) m_val = val; else m_val = kIfcSequenceEnum_unset; return *this; };
3944  bool operator == (const IfcSequenceEnum &other) const { return m_val == other.m_val; };
3945  OdAnsiString toStr();
3946 
3947 };
3948 
3949 bool operator>> (const OdRxValue &out, IfcSequenceEnum &in);
3952 {
3963 };
3964 
3967 public:
3969  IfcServiceLifeFactorTypeEnum(const IfcServiceLifeFactorTypeEnum &other) : m_val(other.m_val) {};
3971  int exists() const { return m_val != kIfcServiceLifeFactorTypeEnum_unset ? 1 : 0; };
3973  operator IfcServiceLifeFactorTypeEnum_() const { return m_val; };
3974  operator unsigned long () const { return (unsigned long)m_val; };
3976  bool operator == (const IfcServiceLifeFactorTypeEnum &other) const { return m_val == other.m_val; };
3977  OdAnsiString toStr();
3978 
3979 };
3980 
3984 {
3991 };
3992 
3995 public:
3997  IfcServiceLifeTypeEnum(const IfcServiceLifeTypeEnum &other) : m_val(other.m_val) {};
3999  int exists() const { return m_val != kIfcServiceLifeTypeEnum_unset ? 1 : 0; };
4001  operator IfcServiceLifeTypeEnum_() const { return m_val; };
4002  operator unsigned long () const { return (unsigned long)m_val; };
4003  IfcServiceLifeTypeEnum& operator = (const IfcServiceLifeTypeEnum_ val) { if (val < kIfcServiceLifeTypeEnum_unset) m_val = val; else m_val = kIfcServiceLifeTypeEnum_unset; return *this; };
4004  bool operator == (const IfcServiceLifeTypeEnum &other) const { return m_val == other.m_val; };
4005  OdAnsiString toStr();
4006 
4007 };
4008 
4012 {
4020 };
4021 
4023  IfcSlabTypeEnum_ m_val;
4024 public:
4026  IfcSlabTypeEnum(const IfcSlabTypeEnum &other) : m_val(other.m_val) {};
4027  IfcSlabTypeEnum(IfcSlabTypeEnum_ val) : m_val(val) {};
4028  int exists() const { return m_val != kIfcSlabTypeEnum_unset ? 1 : 0; };
4029  void nullify() { m_val = kIfcSlabTypeEnum_unset; };
4030  operator IfcSlabTypeEnum_() const { return m_val; };
4031  operator unsigned long () const { return (unsigned long)m_val; };
4032  IfcSlabTypeEnum& operator = (const IfcSlabTypeEnum_ val) { if (val < kIfcSlabTypeEnum_unset) m_val = val; else m_val = kIfcSlabTypeEnum_unset; return *this; };
4033  bool operator == (const IfcSlabTypeEnum &other) const { return m_val == other.m_val; };
4034  OdAnsiString toStr();
4035 
4036 };
4037 
4038 bool operator>> (const OdRxValue &out, IfcSlabTypeEnum &in);
4041 {
4050 };
4051 
4053  IfcSoundScaleEnum_ m_val;
4054 public:
4056  IfcSoundScaleEnum(const IfcSoundScaleEnum &other) : m_val(other.m_val) {};
4058  int exists() const { return m_val != kIfcSoundScaleEnum_unset ? 1 : 0; };
4059  void nullify() { m_val = kIfcSoundScaleEnum_unset; };
4060  operator IfcSoundScaleEnum_() const { return m_val; };
4061  operator unsigned long () const { return (unsigned long)m_val; };
4062  IfcSoundScaleEnum& operator = (const IfcSoundScaleEnum_ val) { if (val < kIfcSoundScaleEnum_unset) m_val = val; else m_val = kIfcSoundScaleEnum_unset; return *this; };
4063  bool operator == (const IfcSoundScaleEnum &other) const { return m_val == other.m_val; };
4064  OdAnsiString toStr();
4065 
4066 };
4067 
4071 {
4082 };
4083 
4086 public:
4088  IfcSpaceHeaterTypeEnum(const IfcSpaceHeaterTypeEnum &other) : m_val(other.m_val) {};
4090  int exists() const { return m_val != kIfcSpaceHeaterTypeEnum_unset ? 1 : 0; };
4092  operator IfcSpaceHeaterTypeEnum_() const { return m_val; };
4093  operator unsigned long () const { return (unsigned long)m_val; };
4094  IfcSpaceHeaterTypeEnum& operator = (const IfcSpaceHeaterTypeEnum_ val) { if (val < kIfcSpaceHeaterTypeEnum_unset) m_val = val; else m_val = kIfcSpaceHeaterTypeEnum_unset; return *this; };
4095  bool operator == (const IfcSpaceHeaterTypeEnum &other) const { return m_val == other.m_val; };
4096  OdAnsiString toStr();
4097 
4098 };
4099 
4103 {
4107 };
4108 
4110  IfcSpaceTypeEnum_ m_val;
4111 public:
4113  IfcSpaceTypeEnum(const IfcSpaceTypeEnum &other) : m_val(other.m_val) {};
4114  IfcSpaceTypeEnum(IfcSpaceTypeEnum_ val) : m_val(val) {};
4115  int exists() const { return m_val != kIfcSpaceTypeEnum_unset ? 1 : 0; };
4116  void nullify() { m_val = kIfcSpaceTypeEnum_unset; };
4117  operator IfcSpaceTypeEnum_() const { return m_val; };
4118  operator unsigned long () const { return (unsigned long)m_val; };
4119  IfcSpaceTypeEnum& operator = (const IfcSpaceTypeEnum_ val) { if (val < kIfcSpaceTypeEnum_unset) m_val = val; else m_val = kIfcSpaceTypeEnum_unset; return *this; };
4120  bool operator == (const IfcSpaceTypeEnum &other) const { return m_val == other.m_val; };
4121  OdAnsiString toStr();
4122 
4123 };
4124 
4128 {
4135 };
4136 
4139 public:
4141  IfcStackTerminalTypeEnum(const IfcStackTerminalTypeEnum &other) : m_val(other.m_val) {};
4143  int exists() const { return m_val != kIfcStackTerminalTypeEnum_unset ? 1 : 0; };
4145  operator IfcStackTerminalTypeEnum_() const { return m_val; };
4146  operator unsigned long () const { return (unsigned long)m_val; };
4147  IfcStackTerminalTypeEnum& operator = (const IfcStackTerminalTypeEnum_ val) { if (val < kIfcStackTerminalTypeEnum_unset) m_val = val; else m_val = kIfcStackTerminalTypeEnum_unset; return *this; };
4148  bool operator == (const IfcStackTerminalTypeEnum &other) const { return m_val == other.m_val; };
4149  OdAnsiString toStr();
4150 
4151 };
4152 
4156 {
4165 };
4166 
4169 public:
4171  IfcStairFlightTypeEnum(const IfcStairFlightTypeEnum &other) : m_val(other.m_val) {};
4173  int exists() const { return m_val != kIfcStairFlightTypeEnum_unset ? 1 : 0; };
4175  operator IfcStairFlightTypeEnum_() const { return m_val; };
4176  operator unsigned long () const { return (unsigned long)m_val; };
4177  IfcStairFlightTypeEnum& operator = (const IfcStairFlightTypeEnum_ val) { if (val < kIfcStairFlightTypeEnum_unset) m_val = val; else m_val = kIfcStairFlightTypeEnum_unset; return *this; };
4178  bool operator == (const IfcStairFlightTypeEnum &other) const { return m_val == other.m_val; };
4179  OdAnsiString toStr();
4180 
4181 };
4182 
4186 {
4204 };
4205 
4207  IfcStairTypeEnum_ m_val;
4208 public:
4210  IfcStairTypeEnum(const IfcStairTypeEnum &other) : m_val(other.m_val) {};
4211  IfcStairTypeEnum(IfcStairTypeEnum_ val) : m_val(val) {};
4212  int exists() const { return m_val != kIfcStairTypeEnum_unset ? 1 : 0; };
4213  void nullify() { m_val = kIfcStairTypeEnum_unset; };
4214  operator IfcStairTypeEnum_() const { return m_val; };
4215  operator unsigned long () const { return (unsigned long)m_val; };
4216  IfcStairTypeEnum& operator = (const IfcStairTypeEnum_ val) { if (val < kIfcStairTypeEnum_unset) m_val = val; else m_val = kIfcStairTypeEnum_unset; return *this; };
4217  bool operator == (const IfcStairTypeEnum &other) const { return m_val == other.m_val; };
4218  OdAnsiString toStr();
4219 
4220 };
4221 
4225 {
4232 };
4233 
4235  IfcStateEnum_ m_val;
4236 public:
4238  IfcStateEnum(const IfcStateEnum &other) : m_val(other.m_val) {};
4239  IfcStateEnum(IfcStateEnum_ val) : m_val(val) {};
4240  int exists() const { return m_val != kIfcStateEnum_unset ? 1 : 0; };
4241  void nullify() { m_val = kIfcStateEnum_unset; };
4242  operator IfcStateEnum_() const { return m_val; };
4243  operator unsigned long () const { return (unsigned long)m_val; };
4244  IfcStateEnum& operator = (const IfcStateEnum_ val) { if (val < kIfcStateEnum_unset) m_val = val; else m_val = kIfcStateEnum_unset; return *this; };
4245  bool operator == (const IfcStateEnum &other) const { return m_val == other.m_val; };
4246  OdAnsiString toStr();
4247 
4248 };
4249 
4250 bool operator>> (const OdRxValue &out, IfcStateEnum &in);
4253 {
4262 };
4263 
4266 public:
4268  IfcStructuralCurveTypeEnum(const IfcStructuralCurveTypeEnum &other) : m_val(other.m_val) {};
4270  int exists() const { return m_val != kIfcStructuralCurveTypeEnum_unset ? 1 : 0; };
4272  operator IfcStructuralCurveTypeEnum_() const { return m_val; };
4273  operator unsigned long () const { return (unsigned long)m_val; };
4274  IfcStructuralCurveTypeEnum& operator = (const IfcStructuralCurveTypeEnum_ val) { if (val < kIfcStructuralCurveTypeEnum_unset) m_val = val; else m_val = kIfcStructuralCurveTypeEnum_unset; return *this; };
4275  bool operator == (const IfcStructuralCurveTypeEnum &other) const { return m_val == other.m_val; };
4276  OdAnsiString toStr();
4277 
4278 };
4279 
4283 {
4290 };
4291 
4294 public:
4296  IfcStructuralSurfaceTypeEnum(const IfcStructuralSurfaceTypeEnum &other) : m_val(other.m_val) {};
4298  int exists() const { return m_val != kIfcStructuralSurfaceTypeEnum_unset ? 1 : 0; };
4300  operator IfcStructuralSurfaceTypeEnum_() const { return m_val; };
4301  operator unsigned long () const { return (unsigned long)m_val; };
4303  bool operator == (const IfcStructuralSurfaceTypeEnum &other) const { return m_val == other.m_val; };
4304  OdAnsiString toStr();
4305 
4306 };
4307 
4311 {
4316 };
4317 
4319  IfcSurfaceSide_ m_val;
4320 public:
4322  IfcSurfaceSide(const IfcSurfaceSide &other) : m_val(other.m_val) {};
4323  IfcSurfaceSide(IfcSurfaceSide_ val) : m_val(val) {};
4324  int exists() const { return m_val != kIfcSurfaceSide_unset ? 1 : 0; };
4325  void nullify() { m_val = kIfcSurfaceSide_unset; };
4326  operator IfcSurfaceSide_() const { return m_val; };
4327  operator unsigned long () const { return (unsigned long)m_val; };
4328  IfcSurfaceSide& operator = (const IfcSurfaceSide_ val) { if (val < kIfcSurfaceSide_unset) m_val = val; else m_val = kIfcSurfaceSide_unset; return *this; };
4329  bool operator == (const IfcSurfaceSide &other) const { return m_val == other.m_val; };
4330  OdAnsiString toStr();
4331 
4332 };
4333 
4334 bool operator>> (const OdRxValue &out, IfcSurfaceSide &in);
4337 {
4348 };
4349 
4351  IfcSurfaceTextureEnum_ m_val;
4352 public:
4354  IfcSurfaceTextureEnum(const IfcSurfaceTextureEnum &other) : m_val(other.m_val) {};
4356  int exists() const { return m_val != kIfcSurfaceTextureEnum_unset ? 1 : 0; };
4358  operator IfcSurfaceTextureEnum_() const { return m_val; };
4359  operator unsigned long () const { return (unsigned long)m_val; };
4360  IfcSurfaceTextureEnum& operator = (const IfcSurfaceTextureEnum_ val) { if (val < kIfcSurfaceTextureEnum_unset) m_val = val; else m_val = kIfcSurfaceTextureEnum_unset; return *this; };
4361  bool operator == (const IfcSurfaceTextureEnum &other) const { return m_val == other.m_val; };
4362  OdAnsiString toStr();
4363 
4364 };
4365 
4369 {
4378 };
4379 
4382 public:
4384  IfcSwitchingDeviceTypeEnum(const IfcSwitchingDeviceTypeEnum &other) : m_val(other.m_val) {};
4386  int exists() const { return m_val != kIfcSwitchingDeviceTypeEnum_unset ? 1 : 0; };
4388  operator IfcSwitchingDeviceTypeEnum_() const { return m_val; };
4389  operator unsigned long () const { return (unsigned long)m_val; };
4390  IfcSwitchingDeviceTypeEnum& operator = (const IfcSwitchingDeviceTypeEnum_ val) { if (val < kIfcSwitchingDeviceTypeEnum_unset) m_val = val; else m_val = kIfcSwitchingDeviceTypeEnum_unset; return *this; };
4391  bool operator == (const IfcSwitchingDeviceTypeEnum &other) const { return m_val == other.m_val; };
4392  OdAnsiString toStr();
4393 
4394 };
4395 
4399 {
4407 };
4408 
4410  IfcTankTypeEnum_ m_val;
4411 public:
4413  IfcTankTypeEnum(const IfcTankTypeEnum &other) : m_val(other.m_val) {};
4414  IfcTankTypeEnum(IfcTankTypeEnum_ val) : m_val(val) {};
4415  int exists() const { return m_val != kIfcTankTypeEnum_unset ? 1 : 0; };
4416  void nullify() { m_val = kIfcTankTypeEnum_unset; };
4417  operator IfcTankTypeEnum_() const { return m_val; };
4418  operator unsigned long () const { return (unsigned long)m_val; };
4419  IfcTankTypeEnum& operator = (const IfcTankTypeEnum_ val) { if (val < kIfcTankTypeEnum_unset) m_val = val; else m_val = kIfcTankTypeEnum_unset; return *this; };
4420  bool operator == (const IfcTankTypeEnum &other) const { return m_val == other.m_val; };
4421  OdAnsiString toStr();
4422 
4423 };
4424 
4425 bool operator>> (const OdRxValue &out, IfcTankTypeEnum &in);
4428 {
4436 };
4437 
4439  IfcTendonTypeEnum_ m_val;
4440 public:
4442  IfcTendonTypeEnum(const IfcTendonTypeEnum &other) : m_val(other.m_val) {};
4444  int exists() const { return m_val != kIfcTendonTypeEnum_unset ? 1 : 0; };
4445  void nullify() { m_val = kIfcTendonTypeEnum_unset; };
4446  operator IfcTendonTypeEnum_() const { return m_val; };
4447  operator unsigned long () const { return (unsigned long)m_val; };
4448  IfcTendonTypeEnum& operator = (const IfcTendonTypeEnum_ val) { if (val < kIfcTendonTypeEnum_unset) m_val = val; else m_val = kIfcTendonTypeEnum_unset; return *this; };
4449  bool operator == (const IfcTendonTypeEnum &other) const { return m_val == other.m_val; };
4450  OdAnsiString toStr();
4451 
4452 };
4453 
4457 {
4463 };
4464 
4466  IfcTextPath_ m_val;
4467 public:
4469  IfcTextPath(const IfcTextPath &other) : m_val(other.m_val) {};
4470  IfcTextPath(IfcTextPath_ val) : m_val(val) {};
4471  int exists() const { return m_val != kIfcTextPath_unset ? 1 : 0; };
4472  void nullify() { m_val = kIfcTextPath_unset; };
4473  operator IfcTextPath_() const { return m_val; };
4474  operator unsigned long () const { return (unsigned long)m_val; };
4475  IfcTextPath& operator = (const IfcTextPath_ val) { if (val < kIfcTextPath_unset) m_val = val; else m_val = kIfcTextPath_unset; return *this; };
4476  bool operator == (const IfcTextPath &other) const { return m_val == other.m_val; };
4477  OdAnsiString toStr();
4478 
4479 };
4480 
4481 bool operator>> (const OdRxValue &out, IfcTextPath &in);
4482 IfcTextPath StrToIfcTextPath(OdAnsiString val);
4484 {
4499 };
4500 
4503 public:
4505  IfcThermalLoadSourceEnum(const IfcThermalLoadSourceEnum &other) : m_val(other.m_val) {};
4507  int exists() const { return m_val != kIfcThermalLoadSourceEnum_unset ? 1 : 0; };
4509  operator IfcThermalLoadSourceEnum_() const { return m_val; };
4510  operator unsigned long () const { return (unsigned long)m_val; };
4511  IfcThermalLoadSourceEnum& operator = (const IfcThermalLoadSourceEnum_ val) { if (val < kIfcThermalLoadSourceEnum_unset) m_val = val; else m_val = kIfcThermalLoadSourceEnum_unset; return *this; };
4512  bool operator == (const IfcThermalLoadSourceEnum &other) const { return m_val == other.m_val; };
4513  OdAnsiString toStr();
4514 
4515 };
4516 
4520 {
4526 };
4527 
4530 public:
4532  IfcThermalLoadTypeEnum(const IfcThermalLoadTypeEnum &other) : m_val(other.m_val) {};
4534  int exists() const { return m_val != kIfcThermalLoadTypeEnum_unset ? 1 : 0; };
4536  operator IfcThermalLoadTypeEnum_() const { return m_val; };
4537  operator unsigned long () const { return (unsigned long)m_val; };
4538  IfcThermalLoadTypeEnum& operator = (const IfcThermalLoadTypeEnum_ val) { if (val < kIfcThermalLoadTypeEnum_unset) m_val = val; else m_val = kIfcThermalLoadTypeEnum_unset; return *this; };
4539  bool operator == (const IfcThermalLoadTypeEnum &other) const { return m_val == other.m_val; };
4540  OdAnsiString toStr();
4541 
4542 };
4543 
4547 {
4556 };
4557 
4560 public:
4562  IfcTimeSeriesDataTypeEnum(const IfcTimeSeriesDataTypeEnum &other) : m_val(other.m_val) {};
4564  int exists() const { return m_val != kIfcTimeSeriesDataTypeEnum_unset ? 1 : 0; };
4566  operator IfcTimeSeriesDataTypeEnum_() const { return m_val; };
4567  operator unsigned long () const { return (unsigned long)m_val; };
4568  IfcTimeSeriesDataTypeEnum& operator = (const IfcTimeSeriesDataTypeEnum_ val) { if (val < kIfcTimeSeriesDataTypeEnum_unset) m_val = val; else m_val = kIfcTimeSeriesDataTypeEnum_unset; return *this; };
4569  bool operator == (const IfcTimeSeriesDataTypeEnum &other) const { return m_val == other.m_val; };
4570  OdAnsiString toStr();
4571 
4572 };
4573 
4577 {
4585 };
4586 
4589 public:
4591  IfcTimeSeriesScheduleTypeEnum(const IfcTimeSeriesScheduleTypeEnum &other) : m_val(other.m_val) {};
4593  int exists() const { return m_val != kIfcTimeSeriesScheduleTypeEnum_unset ? 1 : 0; };
4595  operator IfcTimeSeriesScheduleTypeEnum_() const { return m_val; };
4596  operator unsigned long () const { return (unsigned long)m_val; };
4598  bool operator == (const IfcTimeSeriesScheduleTypeEnum &other) const { return m_val == other.m_val; };
4599  OdAnsiString toStr();
4600 
4601 };
4602 
4606 {
4613 };
4614 
4617 public:
4619  IfcTransformerTypeEnum(const IfcTransformerTypeEnum &other) : m_val(other.m_val) {};
4621  int exists() const { return m_val != kIfcTransformerTypeEnum_unset ? 1 : 0; };
4623  operator IfcTransformerTypeEnum_() const { return m_val; };
4624  operator unsigned long () const { return (unsigned long)m_val; };
4625  IfcTransformerTypeEnum& operator = (const IfcTransformerTypeEnum_ val) { if (val < kIfcTransformerTypeEnum_unset) m_val = val; else m_val = kIfcTransformerTypeEnum_unset; return *this; };
4626  bool operator == (const IfcTransformerTypeEnum &other) const { return m_val == other.m_val; };
4627  OdAnsiString toStr();
4628 
4629 };
4630 
4634 {
4640 };
4641 
4643  IfcTransitionCode_ m_val;
4644 public:
4646  IfcTransitionCode(const IfcTransitionCode &other) : m_val(other.m_val) {};
4648  int exists() const { return m_val != kIfcTransitionCode_unset ? 1 : 0; };
4649  void nullify() { m_val = kIfcTransitionCode_unset; };
4650  operator IfcTransitionCode_() const { return m_val; };
4651  operator unsigned long () const { return (unsigned long)m_val; };
4652  IfcTransitionCode& operator = (const IfcTransitionCode_ val) { if (val < kIfcTransitionCode_unset) m_val = val; else m_val = kIfcTransitionCode_unset; return *this; };
4653  bool operator == (const IfcTransitionCode &other) const { return m_val == other.m_val; };
4654  OdAnsiString toStr();
4655 
4656 };
4657 
4661 {
4668 };
4669 
4672 public:
4674  IfcTransportElementTypeEnum(const IfcTransportElementTypeEnum &other) : m_val(other.m_val) {};
4676  int exists() const { return m_val != kIfcTransportElementTypeEnum_unset ? 1 : 0; };
4678  operator IfcTransportElementTypeEnum_() const { return m_val; };
4679  operator unsigned long () const { return (unsigned long)m_val; };
4680  IfcTransportElementTypeEnum& operator = (const IfcTransportElementTypeEnum_ val) { if (val < kIfcTransportElementTypeEnum_unset) m_val = val; else m_val = kIfcTransportElementTypeEnum_unset; return *this; };
4681  bool operator == (const IfcTransportElementTypeEnum &other) const { return m_val == other.m_val; };
4682  OdAnsiString toStr();
4683 
4684 };
4685 
4689 {
4694 };
4695 
4697  IfcTrimmingPreference_ m_val;
4698 public:
4700  IfcTrimmingPreference(const IfcTrimmingPreference &other) : m_val(other.m_val) {};
4702  int exists() const { return m_val != kIfcTrimmingPreference_unset ? 1 : 0; };
4704  operator IfcTrimmingPreference_() const { return m_val; };
4705  operator unsigned long () const { return (unsigned long)m_val; };
4706  IfcTrimmingPreference& operator = (const IfcTrimmingPreference_ val) { if (val < kIfcTrimmingPreference_unset) m_val = val; else m_val = kIfcTrimmingPreference_unset; return *this; };
4707  bool operator == (const IfcTrimmingPreference &other) const { return m_val == other.m_val; };
4708  OdAnsiString toStr();
4709 
4710 };
4711 
4715 {
4720 };
4721 
4723  IfcTubeBundleTypeEnum_ m_val;
4724 public:
4726  IfcTubeBundleTypeEnum(const IfcTubeBundleTypeEnum &other) : m_val(other.m_val) {};
4728  int exists() const { return m_val != kIfcTubeBundleTypeEnum_unset ? 1 : 0; };
4730  operator IfcTubeBundleTypeEnum_() const { return m_val; };
4731  operator unsigned long () const { return (unsigned long)m_val; };
4732  IfcTubeBundleTypeEnum& operator = (const IfcTubeBundleTypeEnum_ val) { if (val < kIfcTubeBundleTypeEnum_unset) m_val = val; else m_val = kIfcTubeBundleTypeEnum_unset; return *this; };
4733  bool operator == (const IfcTubeBundleTypeEnum &other) const { return m_val == other.m_val; };
4734  OdAnsiString toStr();
4735 
4736 };
4737 
4741 {
4773 };
4774 
4776  IfcUnitEnum_ m_val;
4777 public:
4779  IfcUnitEnum(const IfcUnitEnum &other) : m_val(other.m_val) {};
4780  IfcUnitEnum(IfcUnitEnum_ val) : m_val(val) {};
4781  int exists() const { return m_val != kIfcUnitEnum_unset ? 1 : 0; };
4782  void nullify() { m_val = kIfcUnitEnum_unset; };
4783  operator IfcUnitEnum_() const { return m_val; };
4784  operator unsigned long () const { return (unsigned long)m_val; };
4785  IfcUnitEnum& operator = (const IfcUnitEnum_ val) { if (val < kIfcUnitEnum_unset) m_val = val; else m_val = kIfcUnitEnum_unset; return *this; };
4786  bool operator == (const IfcUnitEnum &other) const { return m_val == other.m_val; };
4787  OdAnsiString toStr();
4788 
4789 };
4790 
4791 bool operator>> (const OdRxValue &out, IfcUnitEnum &in);
4792 IfcUnitEnum StrToIfcUnitEnum(OdAnsiString val);
4794 {
4802 };
4803 
4806 public:
4808  IfcUnitaryEquipmentTypeEnum(const IfcUnitaryEquipmentTypeEnum &other) : m_val(other.m_val) {};
4810  int exists() const { return m_val != kIfcUnitaryEquipmentTypeEnum_unset ? 1 : 0; };
4812  operator IfcUnitaryEquipmentTypeEnum_() const { return m_val; };
4813  operator unsigned long () const { return (unsigned long)m_val; };
4814  IfcUnitaryEquipmentTypeEnum& operator = (const IfcUnitaryEquipmentTypeEnum_ val) { if (val < kIfcUnitaryEquipmentTypeEnum_unset) m_val = val; else m_val = kIfcUnitaryEquipmentTypeEnum_unset; return *this; };
4815  bool operator == (const IfcUnitaryEquipmentTypeEnum &other) const { return m_val == other.m_val; };
4816  OdAnsiString toStr();
4817 
4818 };
4819 
4823 {
4848 };
4849 
4851  IfcValveTypeEnum_ m_val;
4852 public:
4854  IfcValveTypeEnum(const IfcValveTypeEnum &other) : m_val(other.m_val) {};
4855  IfcValveTypeEnum(IfcValveTypeEnum_ val) : m_val(val) {};
4856  int exists() const { return m_val != kIfcValveTypeEnum_unset ? 1 : 0; };
4857  void nullify() { m_val = kIfcValveTypeEnum_unset; };
4858  operator IfcValveTypeEnum_() const { return m_val; };
4859  operator unsigned long () const { return (unsigned long)m_val; };
4860  IfcValveTypeEnum& operator = (const IfcValveTypeEnum_ val) { if (val < kIfcValveTypeEnum_unset) m_val = val; else m_val = kIfcValveTypeEnum_unset; return *this; };
4861  bool operator == (const IfcValveTypeEnum &other) const { return m_val == other.m_val; };
4862  OdAnsiString toStr();
4863 
4864 };
4865 
4869 {
4875 };
4876 
4879 public:
4881  IfcVibrationIsolatorTypeEnum(const IfcVibrationIsolatorTypeEnum &other) : m_val(other.m_val) {};
4883  int exists() const { return m_val != kIfcVibrationIsolatorTypeEnum_unset ? 1 : 0; };
4885  operator IfcVibrationIsolatorTypeEnum_() const { return m_val; };
4886  operator unsigned long () const { return (unsigned long)m_val; };
4888  bool operator == (const IfcVibrationIsolatorTypeEnum &other) const { return m_val == other.m_val; };
4889  OdAnsiString toStr();
4890 
4891 };
4892 
4896 {
4905 };
4906 
4908  IfcWallTypeEnum_ m_val;
4909 public:
4911  IfcWallTypeEnum(const IfcWallTypeEnum &other) : m_val(other.m_val) {};
4912  IfcWallTypeEnum(IfcWallTypeEnum_ val) : m_val(val) {};
4913  int exists() const { return m_val != kIfcWallTypeEnum_unset ? 1 : 0; };
4914  void nullify() { m_val = kIfcWallTypeEnum_unset; };
4915  operator IfcWallTypeEnum_() const { return m_val; };
4916  operator unsigned long () const { return (unsigned long)m_val; };
4917  IfcWallTypeEnum& operator = (const IfcWallTypeEnum_ val) { if (val < kIfcWallTypeEnum_unset) m_val = val; else m_val = kIfcWallTypeEnum_unset; return *this; };
4918  bool operator == (const IfcWallTypeEnum &other) const { return m_val == other.m_val; };
4919  OdAnsiString toStr();
4920 
4921 };
4922 
4923 bool operator>> (const OdRxValue &out, IfcWallTypeEnum &in);
4926 {
4940 };
4941 
4944 public:
4946  IfcWasteTerminalTypeEnum(const IfcWasteTerminalTypeEnum &other) : m_val(other.m_val) {};
4948  int exists() const { return m_val != kIfcWasteTerminalTypeEnum_unset ? 1 : 0; };
4950  operator IfcWasteTerminalTypeEnum_() const { return m_val; };
4951  operator unsigned long () const { return (unsigned long)m_val; };
4952  IfcWasteTerminalTypeEnum& operator = (const IfcWasteTerminalTypeEnum_ val) { if (val < kIfcWasteTerminalTypeEnum_unset) m_val = val; else m_val = kIfcWasteTerminalTypeEnum_unset; return *this; };
4953  bool operator == (const IfcWasteTerminalTypeEnum &other) const { return m_val == other.m_val; };
4954  OdAnsiString toStr();
4955 
4956 };
4957 
4961 {
4977 };
4978 
4981 public:
4983  IfcWindowPanelOperationEnum(const IfcWindowPanelOperationEnum &other) : m_val(other.m_val) {};
4985  int exists() const { return m_val != kIfcWindowPanelOperationEnum_unset ? 1 : 0; };
4987  operator IfcWindowPanelOperationEnum_() const { return m_val; };
4988  operator unsigned long () const { return (unsigned long)m_val; };
4989  IfcWindowPanelOperationEnum& operator = (const IfcWindowPanelOperationEnum_ val) { if (val < kIfcWindowPanelOperationEnum_unset) m_val = val; else m_val = kIfcWindowPanelOperationEnum_unset; return *this; };
4990  bool operator == (const IfcWindowPanelOperationEnum &other) const { return m_val == other.m_val; };
4991  OdAnsiString toStr();
4992 
4993 };
4994 
4998 {
5006 };
5007 
5010 public:
5012  IfcWindowPanelPositionEnum(const IfcWindowPanelPositionEnum &other) : m_val(other.m_val) {};
5014  int exists() const { return m_val != kIfcWindowPanelPositionEnum_unset ? 1 : 0; };
5016  operator IfcWindowPanelPositionEnum_() const { return m_val; };
5017  operator unsigned long () const { return (unsigned long)m_val; };
5018  IfcWindowPanelPositionEnum& operator = (const IfcWindowPanelPositionEnum_ val) { if (val < kIfcWindowPanelPositionEnum_unset) m_val = val; else m_val = kIfcWindowPanelPositionEnum_unset; return *this; };
5019  bool operator == (const IfcWindowPanelPositionEnum &other) const { return m_val == other.m_val; };
5020  OdAnsiString toStr();
5021 
5022 };
5023 
5027 {
5037 };
5038 
5041 public:
5045  int exists() const { return m_val != kIfcWindowStyleConstructionEnum_unset ? 1 : 0; };
5047  operator IfcWindowStyleConstructionEnum_() const { return m_val; };
5048  operator unsigned long () const { return (unsigned long)m_val; };
5050  bool operator == (const IfcWindowStyleConstructionEnum &other) const { return m_val == other.m_val; };
5051  OdAnsiString toStr();
5052 
5053 };
5054 
5058 {
5071 };
5072 
5075 public:
5077  IfcWindowStyleOperationEnum(const IfcWindowStyleOperationEnum &other) : m_val(other.m_val) {};
5079  int exists() const { return m_val != kIfcWindowStyleOperationEnum_unset ? 1 : 0; };
5081  operator IfcWindowStyleOperationEnum_() const { return m_val; };
5082  operator unsigned long () const { return (unsigned long)m_val; };
5083  IfcWindowStyleOperationEnum& operator = (const IfcWindowStyleOperationEnum_ val) { if (val < kIfcWindowStyleOperationEnum_unset) m_val = val; else m_val = kIfcWindowStyleOperationEnum_unset; return *this; };
5084  bool operator == (const IfcWindowStyleOperationEnum &other) const { return m_val == other.m_val; };
5085  OdAnsiString toStr();
5086 
5087 };
5088 
5092 {
5099 };
5100 
5103 public:
5105  IfcWorkControlTypeEnum(const IfcWorkControlTypeEnum &other) : m_val(other.m_val) {};
5107  int exists() const { return m_val != kIfcWorkControlTypeEnum_unset ? 1 : 0; };
5109  operator IfcWorkControlTypeEnum_() const { return m_val; };
5110  operator unsigned long () const { return (unsigned long)m_val; };
5111  IfcWorkControlTypeEnum& operator = (const IfcWorkControlTypeEnum_ val) { if (val < kIfcWorkControlTypeEnum_unset) m_val = val; else m_val = kIfcWorkControlTypeEnum_unset; return *this; };
5112  bool operator == (const IfcWorkControlTypeEnum &other) const { return m_val == other.m_val; };
5113  OdAnsiString toStr();
5114 
5115 };
5116 
5119 
5120 } // namespace
5121 
5122 #endif // _IFC2X3_ENUM_2x3_H
5123 
OdIfc2x3::kIfcOutletTypeEnum_NOTDEFINED
@ kIfcOutletTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2962
OdIfc2x3::kIfcValveTypeEnum_FAUCET
@ kIfcValveTypeEnum_FAUCET
Definition: Ifc2x3Enum.h:4833
OdIfc2x3::StrToIfcColumnTypeEnum
IfcColumnTypeEnum StrToIfcColumnTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcBSplineCurveForm_unset
@ kIfcBSplineCurveForm_unset
Definition: Ifc2x3Enum.h:441
OdIfc2x3::IfcCoolingTowerTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:998
OdIfc2x3::IfcDoorStyleOperationEnum::IfcDoorStyleOperationEnum
IfcDoorStyleOperationEnum(IfcDoorStyleOperationEnum_ val)
Definition: Ifc2x3Enum.h:1599
OdIfc2x3::kIfcPipeSegmentTypeEnum_GUTTER
@ kIfcPipeSegmentTypeEnum_GUTTER
Definition: Ifc2x3Enum.h:3131
OdIfc2x3::IfcPipeFittingTypeEnum::IfcPipeFittingTypeEnum
IfcPipeFittingTypeEnum(const IfcPipeFittingTypeEnum &other)
Definition: Ifc2x3Enum.h:3113
OdIfc2x3::IfcDocumentStatusEnum::IfcDocumentStatusEnum
IfcDocumentStatusEnum(const IfcDocumentStatusEnum &other)
Definition: Ifc2x3Enum.h:1467
OdIfc2x3::kIfcCompressorTypeEnum_SINGLESCREW
@ kIfcCompressorTypeEnum_SINGLESCREW
Definition: Ifc2x3Enum.h:812
OdIfc2x3::IfcNullStyle::IfcNullStyle
IfcNullStyle()
Definition: Ifc2x3Enum.h:2847
OdIfc2x3::IfcDerivedUnitEnum::IfcDerivedUnitEnum
IfcDerivedUnitEnum()
Definition: Ifc2x3Enum.h:1326
OdIfc2x3::IfcThermalLoadTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4534
OdIfc2x3::kIfcAnalysisModelTypeEnum_unset
@ kIfcAnalysisModelTypeEnum_unset
Definition: Ifc2x3Enum.h:330
OdIfc2x3::kIfcCompressorTypeEnum_SINGLESTAGE
@ kIfcCompressorTypeEnum_SINGLESTAGE
Definition: Ifc2x3Enum.h:804
OdIfc2x3::IfcAnalysisModelTypeEnum
Definition: Ifc2x3Enum.h:333
OdIfc2x3::kIfcEvaporatorTypeEnum_FLOODEDSHELLANDTUBE
@ kIfcEvaporatorTypeEnum_FLOODEDSHELLANDTUBE
Definition: Ifc2x3Enum.h:2108
OdIfc2x3::kIfcStairTypeEnum_DOUBLE_RETURN_STAIR
@ kIfcStairTypeEnum_DOUBLE_RETURN_STAIR
Definition: Ifc2x3Enum.h:4198
OdIfc2x3::IfcProfileTypeEnum_
IfcProfileTypeEnum_
Definition: Ifc2x3Enum.h:3216
OdIfc2x3::IfcFireSuppressionTerminalTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2214
OdIfc2x3::kIfcDoorStyleOperationEnum_USERDEFINED
@ kIfcDoorStyleOperationEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1589
OdIfc2x3::IfcAssemblyPlaceEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:422
OdIfc2x3::kIfcDistributionChamberElementTypeEnum_unset
@ kIfcDistributionChamberElementTypeEnum_unset
Definition: Ifc2x3Enum.h:1403
OdIfc2x3::kIfcElectricDistributionPointFunctionEnum_CONTROLPANEL
@ kIfcElectricDistributionPointFunctionEnum_CONTROLPANEL
Definition: Ifc2x3Enum.h:1778
OdIfc2x3::IfcSIUnitName::IfcSIUnitName
IfcSIUnitName(IfcSIUnitName_ val)
Definition: Ifc2x3Enum.h:3812
OdIfc2x3::kIfcDamperTypeEnum_NOTDEFINED
@ kIfcDamperTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1219
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_BIDET
@ kIfcSanitaryTerminalTypeEnum_BIDET
Definition: Ifc2x3Enum.h:3828
OdIfc2x3::IfcCooledBeamTypeEnum::IfcCooledBeamTypeEnum
IfcCooledBeamTypeEnum()
Definition: Ifc2x3Enum.h:966
OdIfc2x3::StrToIfcWindowPanelPositionEnum
IfcWindowPanelPositionEnum StrToIfcWindowPanelPositionEnum(OdAnsiString val)
OdIfc2x3::IfcSIUnitName::IfcSIUnitName
IfcSIUnitName(const IfcSIUnitName &other)
Definition: Ifc2x3Enum.h:3811
OdIfc2x3::IfcCoveringTypeEnum::IfcCoveringTypeEnum
IfcCoveringTypeEnum(const IfcCoveringTypeEnum &other)
Definition: Ifc2x3Enum.h:1060
OdIfc2x3::IfcDoorStyleConstructionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1560
OdIfc2x3::IfcProtectiveDeviceTypeEnum_
IfcProtectiveDeviceTypeEnum_
Definition: Ifc2x3Enum.h:3358
OdIfc2x3::IfcActionSourceTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:75
OdIfc2x3::IfcReflectanceMethodEnum::IfcReflectanceMethodEnum
IfcReflectanceMethodEnum(IfcReflectanceMethodEnum_ val)
Definition: Ifc2x3Enum.h:3524
OdIfc2x3::IfcAlarmTypeEnum::IfcAlarmTypeEnum
IfcAlarmTypeEnum(IfcAlarmTypeEnum_ val)
Definition: Ifc2x3Enum.h:310
OdIfc2x3::IfcEnvironmentalImpactCategoryEnum::IfcEnvironmentalImpactCategoryEnum
IfcEnvironmentalImpactCategoryEnum(IfcEnvironmentalImpactCategoryEnum_ val)
Definition: Ifc2x3Enum.h:2056
OdIfc2x3::kIfcDerivedUnitEnum_THERMALCONDUCTANCEUNIT
@ kIfcDerivedUnitEnum_THERMALCONDUCTANCEUNIT
Definition: Ifc2x3Enum.h:1285
OdIfc2x3::kIfcElementAssemblyTypeEnum_BEAM_GRID
@ kIfcElementAssemblyTypeEnum_BEAM_GRID
Definition: Ifc2x3Enum.h:1953
OdIfc2x3::IfcOccupantTypeEnum
Definition: Ifc2x3Enum.h:2938
OdIfc2x3::IfcProtectiveDeviceTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3376
OdIfc2x3::kIfcDoorStyleOperationEnum_DOUBLE_DOOR_DOUBLE_SWING
@ kIfcDoorStyleOperationEnum_DOUBLE_DOOR_DOUBLE_SWING
Definition: Ifc2x3Enum.h:1580
OdIfc2x3::IfcWasteTerminalTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4949
OdIfc2x3::IfcTransformerTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4622
OdIfc2x3::kIfcPipeFittingTypeEnum_TRANSITION
@ kIfcPipeFittingTypeEnum_TRANSITION
Definition: Ifc2x3Enum.h:3103
OdIfc2x3::kIfcReflectanceMethodEnum_METAL
@ kIfcReflectanceMethodEnum_METAL
Definition: Ifc2x3Enum.h:3510
OdIfc2x3::IfcBenchmarkEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcDoorStyleOperationEnum_SLIDING_TO_RIGHT
@ kIfcDoorStyleOperationEnum_SLIDING_TO_RIGHT
Definition: Ifc2x3Enum.h:1582
OdIfc2x3::StrToIfcElectricGeneratorTypeEnum
IfcElectricGeneratorTypeEnum StrToIfcElectricGeneratorTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcReflectanceMethodEnum_unset
@ kIfcReflectanceMethodEnum_unset
Definition: Ifc2x3Enum.h:3516
OdIfc2x3::kIfcVibrationIsolatorTypeEnum_NOTDEFINED
@ kIfcVibrationIsolatorTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4873
OdIfc2x3::kIfcChillerTypeEnum_USERDEFINED
@ kIfcChillerTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:717
OdIfc2x3::kIfcReflectanceMethodEnum_STRAUSS
@ kIfcReflectanceMethodEnum_STRAUSS
Definition: Ifc2x3Enum.h:3514
OdIfc2x3::IfcInventoryTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2537
OdIfc2x3::kIfcCableCarrierFittingTypeEnum_CROSS
@ kIfcCableCarrierFittingTypeEnum_CROSS
Definition: Ifc2x3Enum.h:601
OdIfc2x3::kIfcStateEnum_READONLY
@ kIfcStateEnum_READONLY
Definition: Ifc2x3Enum.h:4227
OdIfc2x3::kIfcAirTerminalTypeEnum_unset
@ kIfcAirTerminalTypeEnum_unset
Definition: Ifc2x3Enum.h:237
OdIfc2x3::IfcStairFlightTypeEnum::IfcStairFlightTypeEnum
IfcStairFlightTypeEnum(const IfcStairFlightTypeEnum &other)
Definition: Ifc2x3Enum.h:4171
OdIfc2x3::kIfcWindowPanelPositionEnum_RIGHT
@ kIfcWindowPanelPositionEnum_RIGHT
Definition: Ifc2x3Enum.h:5001
OdIfc2x3::kIfcFireSuppressionTerminalTypeEnum_FIREHYDRANT
@ kIfcFireSuppressionTerminalTypeEnum_FIREHYDRANT
Definition: Ifc2x3Enum.h:2198
OdIfc2x3::IfcDuctSegmentTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcDamperTypeEnum_FIRESMOKEDAMPER
@ kIfcDamperTypeEnum_FIRESMOKEDAMPER
Definition: Ifc2x3Enum.h:1210
OdIfc2x3::IfcTransitionCode::IfcTransitionCode
IfcTransitionCode()
Definition: Ifc2x3Enum.h:4645
OdIfc2x3::IfcTankTypeEnum_
IfcTankTypeEnum_
Definition: Ifc2x3Enum.h:4399
OdIfc2x3::kIfcSIUnitName_LUMEN
@ kIfcSIUnitName_LUMEN
Definition: Ifc2x3Enum.h:3787
OdIfc2x3::kIfcDocumentConfidentialityEnum_RESTRICTED
@ kIfcDocumentConfidentialityEnum_RESTRICTED
Definition: Ifc2x3Enum.h:1427
OdIfc2x3::kIfcWindowStyleConstructionEnum_WOOD
@ kIfcWindowStyleConstructionEnum_WOOD
Definition: Ifc2x3Enum.h:5031
OdIfc2x3::kIfcCoilTypeEnum_GASHEATINGCOIL
@ kIfcCoilTypeEnum_GASHEATINGCOIL
Definition: Ifc2x3Enum.h:747
OdIfc2x3::kIfcWindowPanelOperationEnum_TILTANDTURNLEFTHAND
@ kIfcWindowPanelOperationEnum_TILTANDTURNLEFTHAND
Definition: Ifc2x3Enum.h:4965
OdIfc2x3::IfcLightEmissionSourceEnum::IfcLightEmissionSourceEnum
IfcLightEmissionSourceEnum()
Definition: Ifc2x3Enum.h:2677
OdIfc2x3::kIfcWindowStyleConstructionEnum_ALUMINIUM_WOOD
@ kIfcWindowStyleConstructionEnum_ALUMINIUM_WOOD
Definition: Ifc2x3Enum.h:5032
OdIfc2x3::kIfcStairFlightTypeEnum_WINDER
@ kIfcStairFlightTypeEnum_WINDER
Definition: Ifc2x3Enum.h:4158
OdIfc2x3::IfcOutletTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcDirectionSenseEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcCurrencyEnum_FJD
@ kIfcCurrencyEnum_FJD
Definition: Ifc2x3Enum.h:1105
OdIfc2x3::kIfcPermeableCoveringOperationEnum_NOTDEFINED
@ kIfcPermeableCoveringOperationEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2990
OdIfc2x3::IfcFireSuppressionTerminalTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2213
OdIfc2x3::IfcDamperTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcRibPlateDirectionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3639
OdIfc2x3::kIfcDoorStyleConstructionEnum_ALUMINIUM
@ kIfcDoorStyleConstructionEnum_ALUMINIUM
Definition: Ifc2x3Enum.h:1541
OdIfc2x3::kIfcBeamTypeEnum_NOTDEFINED
@ kIfcBeamTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:469
OdIfc2x3::kIfcDimensionExtentUsage_ORIGIN
@ kIfcDimensionExtentUsage_ORIGIN
Definition: Ifc2x3Enum.h:1343
OdIfc2x3::IfcFireSuppressionTerminalTypeEnum::IfcFireSuppressionTerminalTypeEnum
IfcFireSuppressionTerminalTypeEnum(IfcFireSuppressionTerminalTypeEnum_ val)
Definition: Ifc2x3Enum.h:2212
OdIfc2x3::StrToIfcPlateTypeEnum
IfcPlateTypeEnum StrToIfcPlateTypeEnum(OdAnsiString val)
OdIfc2x3::IfcChangeActionEnum::IfcChangeActionEnum
IfcChangeActionEnum()
Definition: Ifc2x3Enum.h:697
OdIfc2x3::kIfcBenchmarkEnum_GREATERTHANOREQUALTO
@ kIfcBenchmarkEnum_GREATERTHANOREQUALTO
Definition: Ifc2x3Enum.h:494
OdIfc2x3::kIfcWorkControlTypeEnum_PLANNED
@ kIfcWorkControlTypeEnum_PLANNED
Definition: Ifc2x3Enum.h:5095
OdIfc2x3::kIfcFilterTypeEnum_WATERFILTER
@ kIfcFilterTypeEnum_WATERFILTER
Definition: Ifc2x3Enum.h:2171
OdIfc2x3::IfcPileConstructionEnum
Definition: Ifc2x3Enum.h:3049
OdIfc2x3::kIfcElectricDistributionPointFunctionEnum_MOTORCONTROLCENTRE
@ kIfcElectricDistributionPointFunctionEnum_MOTORCONTROLCENTRE
Definition: Ifc2x3Enum.h:1783
OdIfc2x3::kIfcSIUnitName_SQUARE_METRE
@ kIfcSIUnitName_SQUARE_METRE
Definition: Ifc2x3Enum.h:3798
OdIfc2x3::StrToIfcWindowStyleOperationEnum
IfcWindowStyleOperationEnum StrToIfcWindowStyleOperationEnum(OdAnsiString val)
OdIfc2x3::IfcActuatorTypeEnum
Definition: Ifc2x3Enum.h:127
OdIfc2x3::IfcWasteTerminalTypeEnum
Definition: Ifc2x3Enum.h:4942
OdIfc2x3::IfcPumpTypeEnum::IfcPumpTypeEnum
IfcPumpTypeEnum(const IfcPumpTypeEnum &other)
Definition: Ifc2x3Enum.h:3404
OdIfc2x3::kIfcUnitEnum_LUMINOUSINTENSITYUNIT
@ kIfcUnitEnum_LUMINOUSINTENSITYUNIT
Definition: Ifc2x3Enum.h:4759
OdIfc2x3::kIfcNullStyle_unset
@ kIfcNullStyle_unset
Definition: Ifc2x3Enum.h:2841
OdIfc2x3::IfcSpaceTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcUnitaryEquipmentTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4810
OdIfc2x3::kIfcProcedureTypeEnum_SHUTDOWN
@ kIfcProcedureTypeEnum_SHUTDOWN
Definition: Ifc2x3Enum.h:3190
OdIfc2x3::kIfcSpaceHeaterTypeEnum_UNITHEATER
@ kIfcSpaceHeaterTypeEnum_UNITHEATER
Definition: Ifc2x3Enum.h:4078
OdIfc2x3::kIfcElectricDistributionPointFunctionEnum_unset
@ kIfcElectricDistributionPointFunctionEnum_unset
Definition: Ifc2x3Enum.h:1787
OdIfc2x3::IfcFireSuppressionTerminalTypeEnum::IfcFireSuppressionTerminalTypeEnum
IfcFireSuppressionTerminalTypeEnum(const IfcFireSuppressionTerminalTypeEnum &other)
Definition: Ifc2x3Enum.h:2211
OdIfc2x3::IfcUnitaryEquipmentTypeEnum
Definition: Ifc2x3Enum.h:4804
OdIfc2x3::kIfcCostScheduleTypeEnum_unset
@ kIfcCostScheduleTypeEnum_unset
Definition: Ifc2x3Enum.h:1020
OdIfc2x3::StrToIfcConstraintEnum
IfcConstraintEnum StrToIfcConstraintEnum(OdAnsiString val)
OdIfc2x3::kIfcDataOriginEnum_PREDICTED
@ kIfcDataOriginEnum_PREDICTED
Definition: Ifc2x3Enum.h:1244
OdIfc2x3::kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVEPACKAGEDROTARYAIRCOOLER
@ kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVEPACKAGEDROTARYAIRCOOLER
Definition: Ifc2x3Enum.h:2074
OdIfc2x3::kIfcFanTypeEnum_VANEAXIAL
@ kIfcFanTypeEnum_VANEAXIAL
Definition: Ifc2x3Enum.h:2140
OdIfc2x3::IfcEnergySequenceEnum::IfcEnergySequenceEnum
IfcEnergySequenceEnum(IfcEnergySequenceEnum_ val)
Definition: Ifc2x3Enum.h:2025
OdIfc2x3::kIfcCurrencyEnum_SCR
@ kIfcCurrencyEnum_SCR
Definition: Ifc2x3Enum.h:1144
OdIfc2x3::kIfcDoorStyleOperationEnum_DOUBLE_SWING_LEFT
@ kIfcDoorStyleOperationEnum_DOUBLE_SWING_LEFT
Definition: Ifc2x3Enum.h:1578
OdIfc2x3::IfcElectricFlowStorageDeviceTypeEnum
Definition: Ifc2x3Enum.h:1820
OdIfc2x3::IfcDocumentStatusEnum_
IfcDocumentStatusEnum_
Definition: Ifc2x3Enum.h:1454
OdIfc2x3::IfcAnalysisTheoryTypeEnum::IfcAnalysisTheoryTypeEnum
IfcAnalysisTheoryTypeEnum(IfcAnalysisTheoryTypeEnum_ val)
Definition: Ifc2x3Enum.h:367
OdIfc2x3::IfcPermeableCoveringOperationEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3000
OdIfc2x3::kIfcResourceConsumptionEnum_PARTIALLYCONSUMED
@ kIfcResourceConsumptionEnum_PARTIALLYCONSUMED
Definition: Ifc2x3Enum.h:3597
OdIfc2x3::IfcDoorPanelPositionEnum
Definition: Ifc2x3Enum.h:1521
OdIfc2x3::kIfcResourceConsumptionEnum_NOTCONSUMED
@ kIfcResourceConsumptionEnum_NOTCONSUMED
Definition: Ifc2x3Enum.h:3598
OdIfc2x3::kIfcLightEmissionSourceEnum_LOWVOLTAGEHALOGEN
@ kIfcLightEmissionSourceEnum_LOWVOLTAGEHALOGEN
Definition: Ifc2x3Enum.h:2666
OdIfc2x3::IfcBeamTypeEnum_
IfcBeamTypeEnum_
Definition: Ifc2x3Enum.h:463
OdIfc2x3::IfcObjectTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcCondenserTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:857
OdIfc2x3::IfcBuildingElementProxyTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:586
OdIfc2x3::IfcAheadOrBehind::toStr
OdAnsiString toStr()
OdIfc2x3::IfcStairTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4212
OdIfc2x3::IfcLightDistributionCurveEnum::IfcLightDistributionCurveEnum
IfcLightDistributionCurveEnum(const IfcLightDistributionCurveEnum &other)
Definition: Ifc2x3Enum.h:2644
OdIfc2x3::IfcReinforcingBarRoleEnum::IfcReinforcingBarRoleEnum
IfcReinforcingBarRoleEnum()
Definition: Ifc2x3Enum.h:3554
OdIfc2x3::IfcPileTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3084
OdIfc2x3::kIfcHumidifierTypeEnum_ADIABATICULTRASONIC
@ kIfcHumidifierTypeEnum_ADIABATICULTRASONIC
Definition: Ifc2x3Enum.h:2464
OdIfc2x3::IfcRampFlightTypeEnum_
IfcRampFlightTypeEnum_
Definition: Ifc2x3Enum.h:3447
OdIfc2x3::IfcCurrencyEnum::IfcCurrencyEnum
IfcCurrencyEnum(IfcCurrencyEnum_ val)
Definition: Ifc2x3Enum.h:1167
OdIfc2x3::IfcDuctFittingTypeEnum_
IfcDuctFittingTypeEnum_
Definition: Ifc2x3Enum.h:1613
OdIfc2x3::IfcBenchmarkEnum::IfcBenchmarkEnum
IfcBenchmarkEnum(IfcBenchmarkEnum_ val)
Definition: Ifc2x3Enum.h:507
OdIfc2x3::IfcFlowDirectionEnum::IfcFlowDirectionEnum
IfcFlowDirectionEnum()
Definition: Ifc2x3Enum.h:2237
OdIfc2x3::kIfcDoorStyleOperationEnum_SINGLE_SWING_RIGHT
@ kIfcDoorStyleOperationEnum_SINGLE_SWING_RIGHT
Definition: Ifc2x3Enum.h:1574
OdIfc2x3::kIfcCondenserTypeEnum_AIRCOOLED
@ kIfcCondenserTypeEnum_AIRCOOLED
Definition: Ifc2x3Enum.h:843
OdIfc2x3::IfcElectricDistributionPointFunctionEnum::IfcElectricDistributionPointFunctionEnum
IfcElectricDistributionPointFunctionEnum(const IfcElectricDistributionPointFunctionEnum &other)
Definition: Ifc2x3Enum.h:1794
OdIfc2x3::IfcHeatExchangerTypeEnum_
IfcHeatExchangerTypeEnum_
Definition: Ifc2x3Enum.h:2431
OdIfc2x3::kIfcAirTerminalTypeEnum_LINEARGRILLE
@ kIfcAirTerminalTypeEnum_LINEARGRILLE
Definition: Ifc2x3Enum.h:233
OdIfc2x3::kIfcDoorPanelPositionEnum_unset
@ kIfcDoorPanelPositionEnum_unset
Definition: Ifc2x3Enum.h:1518
OdIfc2x3::IfcSequenceEnum
Definition: Ifc2x3Enum.h:3933
OdIfc2x3::IfcDamperTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1230
OdIfc2x3::IfcTankTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4416
OdIfc2x3::kIfcMemberTypeEnum_CHORD
@ kIfcMemberTypeEnum_CHORD
Definition: Ifc2x3Enum.h:2776
OdIfc2x3::IfcFlowInstrumentTypeEnum::IfcFlowInstrumentTypeEnum
IfcFlowInstrumentTypeEnum()
Definition: Ifc2x3Enum.h:2270
OdIfc2x3::IfcOutletTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2972
OdIfc2x3::kIfcAirTerminalBoxTypeEnum_VARIABLEFLOWPRESSUREDEPENDANT
@ kIfcAirTerminalBoxTypeEnum_VARIABLEFLOWPRESSUREDEPENDANT
Definition: Ifc2x3Enum.h:201
OdIfc2x3::kIfcElectricDistributionPointFunctionEnum_GASDETECTORPANEL
@ kIfcElectricDistributionPointFunctionEnum_GASDETECTORPANEL
Definition: Ifc2x3Enum.h:1780
OdIfc2x3::StrToIfcLogicalOperatorEnum
IfcLogicalOperatorEnum StrToIfcLogicalOperatorEnum(OdAnsiString val)
OdIfc2x3::IfcCompressorTypeEnum_
IfcCompressorTypeEnum_
Definition: Ifc2x3Enum.h:798
OdIfc2x3::kIfcProtectiveDeviceTypeEnum_unset
@ kIfcProtectiveDeviceTypeEnum_unset
Definition: Ifc2x3Enum.h:3367
OdIfc2x3::IfcPropertySourceEnum
Definition: Ifc2x3Enum.h:3339
OdIfc2x3::kIfcCurrencyEnum_BHD
@ kIfcCurrencyEnum_BHD
Definition: Ifc2x3Enum.h:1083
OdIfc2x3::kIfcChillerTypeEnum_unset
@ kIfcChillerTypeEnum_unset
Definition: Ifc2x3Enum.h:719
OdIfc2x3::kIfcCurrencyEnum_CNY
@ kIfcCurrencyEnum_CNY
Definition: Ifc2x3Enum.h:1094
OdIfc2x3::kIfcCurrencyEnum_TWD
@ kIfcCurrencyEnum_TWD
Definition: Ifc2x3Enum.h:1151
OdIfc2x3::kIfcCompressorTypeEnum_SEMIHERMETIC
@ kIfcCompressorTypeEnum_SEMIHERMETIC
Definition: Ifc2x3Enum.h:808
OdIfc2x3::IfcAheadOrBehind::IfcAheadOrBehind
IfcAheadOrBehind(IfcAheadOrBehind_ val)
Definition: Ifc2x3Enum.h:185
OdIfc2x3::kIfcTrimmingPreference_UNSPECIFIED
@ kIfcTrimmingPreference_UNSPECIFIED
Definition: Ifc2x3Enum.h:4692
OdIfc2x3::IfcRailingTypeEnum
Definition: Ifc2x3Enum.h:3428
OdIfc2x3::IfcAirTerminalBoxTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:214
OdIfc2x3::kIfcPipeSegmentTypeEnum_FLEXIBLESEGMENT
@ kIfcPipeSegmentTypeEnum_FLEXIBLESEGMENT
Definition: Ifc2x3Enum.h:3129
OdIfc2x3::IfcDuctSilencerTypeEnum::IfcDuctSilencerTypeEnum
IfcDuctSilencerTypeEnum()
Definition: Ifc2x3Enum.h:1684
OdIfc2x3::kIfcValveTypeEnum_PRESSUREREDUCING
@ kIfcValveTypeEnum_PRESSUREREDUCING
Definition: Ifc2x3Enum.h:4839
OdIfc2x3::kIfcTankTypeEnum_PRESSUREVESSEL
@ kIfcTankTypeEnum_PRESSUREVESSEL
Definition: Ifc2x3Enum.h:4403
OdIfc2x3::kIfcBeamTypeEnum_JOIST
@ kIfcBeamTypeEnum_JOIST
Definition: Ifc2x3Enum.h:465
OdIfc2x3::IfcTimeSeriesScheduleTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4594
OdIfc2x3::IfcSIPrefix_
IfcSIPrefix_
Definition: Ifc2x3Enum.h:3734
OdIfc2x3::kIfcProjectOrderTypeEnum_MAINTENANCEWORKORDER
@ kIfcProjectOrderTypeEnum_MAINTENANCEWORKORDER
Definition: Ifc2x3Enum.h:3273
OdIfc2x3::IfcStairTypeEnum::IfcStairTypeEnum
IfcStairTypeEnum(const IfcStairTypeEnum &other)
Definition: Ifc2x3Enum.h:4210
OdIfc2x3::IfcBSplineCurveForm::exists
int exists() const
Definition: Ifc2x3Enum.h:450
OdIfc2x3::IfcInternalOrExternalEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2510
OdIfc2x3::kIfcCurrencyEnum_RUR
@ kIfcCurrencyEnum_RUR
Definition: Ifc2x3Enum.h:1142
OdIfc2x3::kIfcCondenserTypeEnum_WATERCOOLEDTUBEINTUBE
@ kIfcCondenserTypeEnum_WATERCOOLEDTUBEINTUBE
Definition: Ifc2x3Enum.h:841
OdIfc2x3::kIfcMemberTypeEnum_PURLIN
@ kIfcMemberTypeEnum_PURLIN
Definition: Ifc2x3Enum.h:2782
OdIfc2x3::kIfcServiceLifeFactorTypeEnum_A_QUALITYOFCOMPONENTS
@ kIfcServiceLifeFactorTypeEnum_A_QUALITYOFCOMPONENTS
Definition: Ifc2x3Enum.h:3953
OdIfc2x3::IfcRoleEnum_
IfcRoleEnum_
Definition: Ifc2x3Enum.h:3651
OdIfc2x3::IfcGasTerminalTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2362
OdIfc2x3::IfcTendonTypeEnum::IfcTendonTypeEnum
IfcTendonTypeEnum()
Definition: Ifc2x3Enum.h:4441
OdIfc2x3::kIfcElectricFlowStorageDeviceTypeEnum_HARMONICFILTER
@ kIfcElectricFlowStorageDeviceTypeEnum_HARMONICFILTER
Definition: Ifc2x3Enum.h:1812
OdIfc2x3::IfcStairFlightTypeEnum_
IfcStairFlightTypeEnum_
Definition: Ifc2x3Enum.h:4156
OdIfc2x3::kIfcWindowPanelOperationEnum_BOTTOMHUNG
@ kIfcWindowPanelOperationEnum_BOTTOMHUNG
Definition: Ifc2x3Enum.h:4967
OdIfc2x3::kIfcThermalLoadTypeEnum_NOTDEFINED
@ kIfcThermalLoadTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4524
OdIfc2x3::kIfcElectricMotorTypeEnum_NOTDEFINED
@ kIfcElectricMotorTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1899
OdIfc2x3::IfcDuctFittingTypeEnum::IfcDuctFittingTypeEnum
IfcDuctFittingTypeEnum()
Definition: Ifc2x3Enum.h:1629
OdIfc2x3::kIfcFlowInstrumentTypeEnum_PHASEANGLEMETER
@ kIfcFlowInstrumentTypeEnum_PHASEANGLEMETER
Definition: Ifc2x3Enum.h:2259
OdIfc2x3::IfcActionSourceTypeEnum
Definition: Ifc2x3Enum.h:69
OdIfc2x3::kIfcElectricFlowStorageDeviceTypeEnum_INDUCTORBANK
@ kIfcElectricFlowStorageDeviceTypeEnum_INDUCTORBANK
Definition: Ifc2x3Enum.h:1813
OdIfc2x3::IfcProcedureTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3204
OdIfc2x3::IfcSanitaryTerminalTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3849
OdIfc2x3::kIfcSIPrefix_PICO
@ kIfcSIPrefix_PICO
Definition: Ifc2x3Enum.h:3748
OdIfc2x3::StrToIfcProjectOrderTypeEnum
IfcProjectOrderTypeEnum StrToIfcProjectOrderTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcReinforcingBarRoleEnum_NOTDEFINED
@ kIfcReinforcingBarRoleEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3547
OdIfc2x3::kIfcSensorTypeEnum_SOUNDSENSOR
@ kIfcSensorTypeEnum_SOUNDSENSOR
Definition: Ifc2x3Enum.h:3898
OdIfc2x3::IfcFootingTypeEnum_
IfcFootingTypeEnum_
Definition: Ifc2x3Enum.h:2317
OdIfc2x3::IfcDuctFittingTypeEnum::IfcDuctFittingTypeEnum
IfcDuctFittingTypeEnum(IfcDuctFittingTypeEnum_ val)
Definition: Ifc2x3Enum.h:1631
OdIfc2x3::IfcEvaporativeCoolerTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcCurrencyEnum_CYS
@ kIfcCurrencyEnum_CYS
Definition: Ifc2x3Enum.h:1095
OdIfc2x3::kIfcEnergySequenceEnum_SECONDARY
@ kIfcEnergySequenceEnum_SECONDARY
Definition: Ifc2x3Enum.h:2012
OdIfc2x3::IfcDuctSilencerTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1688
OdIfc2x3::IfcBenchmarkEnum::IfcBenchmarkEnum
IfcBenchmarkEnum()
Definition: Ifc2x3Enum.h:505
OdIfc2x3::kIfcMemberTypeEnum_BRACE
@ kIfcMemberTypeEnum_BRACE
Definition: Ifc2x3Enum.h:2775
OdIfc2x3::StrToIfcCoveringTypeEnum
IfcCoveringTypeEnum StrToIfcCoveringTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcDuctFittingTypeEnum_CONNECTOR
@ kIfcDuctFittingTypeEnum_CONNECTOR
Definition: Ifc2x3Enum.h:1615
OdIfc2x3::kIfcTankTypeEnum_EXPANSION
@ kIfcTankTypeEnum_EXPANSION
Definition: Ifc2x3Enum.h:4402
OdIfc2x3::IfcBoilerTypeEnum::IfcBoilerTypeEnum
IfcBoilerTypeEnum(IfcBoilerTypeEnum_ val)
Definition: Ifc2x3Enum.h:534
OdIfc2x3::IfcLoadGroupTypeEnum_
IfcLoadGroupTypeEnum_
Definition: Ifc2x3Enum.h:2720
OdIfc2x3::kIfcCurrencyEnum_EGL
@ kIfcCurrencyEnum_EGL
Definition: Ifc2x3Enum.h:1100
OdIfc2x3::kIfcRoleEnum_FACILITIESMANAGER
@ kIfcRoleEnum_FACILITIESMANAGER
Definition: Ifc2x3Enum.h:3665
OdIfc2x3::IfcRibPlateDirectionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTextPath::exists
int exists() const
Definition: Ifc2x3Enum.h:4471
OdIfc2x3::kIfcRoofTypeEnum_HIP_ROOF
@ kIfcRoofTypeEnum_HIP_ROOF
Definition: Ifc2x3Enum.h:3701
OdIfc2x3::StrToIfcGeometricProjectionEnum
IfcGeometricProjectionEnum StrToIfcGeometricProjectionEnum(OdAnsiString val)
OdIfc2x3::kIfcBooleanOperator_unset
@ kIfcBooleanOperator_unset
Definition: Ifc2x3Enum.h:552
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_TOILETPAN
@ kIfcSanitaryTerminalTypeEnum_TOILETPAN
Definition: Ifc2x3Enum.h:3833
OdIfc2x3::IfcProtectiveDeviceTypeEnum::IfcProtectiveDeviceTypeEnum
IfcProtectiveDeviceTypeEnum()
Definition: Ifc2x3Enum.h:3373
OdIfc2x3::kIfcThermalLoadSourceEnum_USERDEFINED
@ kIfcThermalLoadSourceEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4496
OdIfc2x3::IfcPumpTypeEnum_
IfcPumpTypeEnum_
Definition: Ifc2x3Enum.h:3389
OdIfc2x3::IfcLightDistributionCurveEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2646
OdIfc2x3::kIfcDerivedUnitEnum_MOMENTOFINERTIAUNIT
@ kIfcDerivedUnitEnum_MOMENTOFINERTIAUNIT
Definition: Ifc2x3Enum.h:1292
OdIfc2x3::kIfcUnitEnum_AMOUNTOFSUBSTANCEUNIT
@ kIfcUnitEnum_AMOUNTOFSUBSTANCEUNIT
Definition: Ifc2x3Enum.h:4743
OdIfc2x3::IfcServiceLifeFactorTypeEnum::IfcServiceLifeFactorTypeEnum
IfcServiceLifeFactorTypeEnum()
Definition: Ifc2x3Enum.h:3968
OdIfc2x3::IfcDuctSegmentTypeEnum::IfcDuctSegmentTypeEnum
IfcDuctSegmentTypeEnum()
Definition: Ifc2x3Enum.h:1656
OdIfc2x3::IfcProfileTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcWorkControlTypeEnum_USERDEFINED
@ kIfcWorkControlTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:5096
OdIfc2x3::IfcTimeSeriesDataTypeEnum::IfcTimeSeriesDataTypeEnum
IfcTimeSeriesDataTypeEnum()
Definition: Ifc2x3Enum.h:4561
OdIfc2x3::kIfcChangeActionEnum_MODIFIEDDELETED
@ kIfcChangeActionEnum_MODIFIEDDELETED
Definition: Ifc2x3Enum.h:690
OdIfc2x3::IfcDistributionChamberElementTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcAirToAirHeatRecoveryTypeEnum_HEATPIPE
@ kIfcAirToAirHeatRecoveryTypeEnum_HEATPIPE
Definition: Ifc2x3Enum.h:265
OdIfc2x3::kIfcDoorStyleOperationEnum_NOTDEFINED
@ kIfcDoorStyleOperationEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1590
OdIfc2x3::IfcResourceConsumptionEnum::IfcResourceConsumptionEnum
IfcResourceConsumptionEnum(IfcResourceConsumptionEnum_ val)
Definition: Ifc2x3Enum.h:3612
OdIfc2x3::IfcSlabTypeEnum::IfcSlabTypeEnum
IfcSlabTypeEnum()
Definition: Ifc2x3Enum.h:4025
OdIfc2x3::kIfcStairTypeEnum_QUARTER_WINDING_STAIR
@ kIfcStairTypeEnum_QUARTER_WINDING_STAIR
Definition: Ifc2x3Enum.h:4189
OdIfc2x3::IfcDirectionSenseEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1379
OdIfc2x3::kIfcAirTerminalTypeEnum_DIFFUSER
@ kIfcAirTerminalTypeEnum_DIFFUSER
Definition: Ifc2x3Enum.h:230
OdIfc2x3::IfcThermalLoadSourceEnum
Definition: Ifc2x3Enum.h:4501
OdIfc2x3::kIfcControllerTypeEnum_PROPORTIONALINTEGRAL
@ kIfcControllerTypeEnum_PROPORTIONALINTEGRAL
Definition: Ifc2x3Enum.h:927
OdIfc2x3::IfcSlabTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4029
OdIfc2x3::kIfcStairTypeEnum_HALF_TURN_STAIR
@ kIfcStairTypeEnum_HALF_TURN_STAIR
Definition: Ifc2x3Enum.h:4192
OdIfc2x3::IfcLayerSetDirectionEnum
Definition: Ifc2x3Enum.h:2613
OdIfc2x3::kIfcRoleEnum_COSTENGINEER
@ kIfcRoleEnum_COSTENGINEER
Definition: Ifc2x3Enum.h:3658
OdIfc2x3::kIfcActionSourceTypeEnum_IMPULSE
@ kIfcActionSourceTypeEnum_IMPULSE
Definition: Ifc2x3Enum.h:49
OdIfc2x3::IfcBuildingElementProxyTypeEnum::IfcBuildingElementProxyTypeEnum
IfcBuildingElementProxyTypeEnum(IfcBuildingElementProxyTypeEnum_ val)
Definition: Ifc2x3Enum.h:585
OdIfc2x3::IfcSensorTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcTendonTypeEnum_unset
@ kIfcTendonTypeEnum_unset
Definition: Ifc2x3Enum.h:4435
OdIfc2x3::IfcSectionTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTimeSeriesDataTypeEnum_
IfcTimeSeriesDataTypeEnum_
Definition: Ifc2x3Enum.h:4547
OdIfc2x3::kIfcElementAssemblyTypeEnum_USERDEFINED
@ kIfcElementAssemblyTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1960
OdIfc2x3::kIfcTankTypeEnum_SECTIONAL
@ kIfcTankTypeEnum_SECTIONAL
Definition: Ifc2x3Enum.h:4401
OdIfc2x3::kIfcControllerTypeEnum_unset
@ kIfcControllerTypeEnum_unset
Definition: Ifc2x3Enum.h:933
OdIfc2x3::StrToIfcTrimmingPreference
IfcTrimmingPreference StrToIfcTrimmingPreference(OdAnsiString val)
OdIfc2x3::IfcPileTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3083
OdIfc2x3::StrToIfcStairFlightTypeEnum
IfcStairFlightTypeEnum StrToIfcStairFlightTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcStructuralCurveTypeEnum_USERDEFINED
@ kIfcStructuralCurveTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4259
OdIfc2x3::IfcCurtainWallTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1193
OdIfc2x3::IfcFanTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2154
OdIfc2x3::IfcElectricApplianceTypeEnum
Definition: Ifc2x3Enum.h:1730
OdIfc2x3::kIfcControllerTypeEnum_TIMEDTWOPOSITION
@ kIfcControllerTypeEnum_TIMEDTWOPOSITION
Definition: Ifc2x3Enum.h:929
OdIfc2x3::IfcTransformerTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4621
OdIfc2x3::IfcBeamTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcWasteTerminalTypeEnum_USERDEFINED
@ kIfcWasteTerminalTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4937
OdIfc2x3::kIfcPileTypeEnum_USERDEFINED
@ kIfcPileTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3072
OdIfc2x3::kIfcStairTypeEnum_USERDEFINED
@ kIfcStairTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4201
OdIfc2x3::StrToIfcLightEmissionSourceEnum
IfcLightEmissionSourceEnum StrToIfcLightEmissionSourceEnum(OdAnsiString val)
OdIfc2x3::kIfcFireSuppressionTerminalTypeEnum_HOSEREEL
@ kIfcFireSuppressionTerminalTypeEnum_HOSEREEL
Definition: Ifc2x3Enum.h:2199
OdIfc2x3::IfcSpaceHeaterTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcServiceLifeTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcSIUnitName_STERADIAN
@ kIfcSIUnitName_STERADIAN
Definition: Ifc2x3Enum.h:3799
OdIfc2x3::kIfcControllerTypeEnum_TWOPOSITION
@ kIfcControllerTypeEnum_TWOPOSITION
Definition: Ifc2x3Enum.h:930
OdIfc2x3::kIfcElectricApplianceTypeEnum_DISHWASHER
@ kIfcElectricApplianceTypeEnum_DISHWASHER
Definition: Ifc2x3Enum.h:1703
OdIfc2x3::IfcThermalLoadSourceEnum::IfcThermalLoadSourceEnum
IfcThermalLoadSourceEnum()
Definition: Ifc2x3Enum.h:4504
OdIfc2x3::kIfcCurrencyEnum_NOK
@ kIfcCurrencyEnum_NOK
Definition: Ifc2x3Enum.h:1158
OdIfc2x3::kIfcLayerSetDirectionEnum_AXIS1
@ kIfcLayerSetDirectionEnum_AXIS1
Definition: Ifc2x3Enum.h:2607
OdIfc2x3::IfcBooleanOperator::exists
int exists() const
Definition: Ifc2x3Enum.h:561
OdIfc2x3::kIfcStairTypeEnum_STRAIGHT_RUN_STAIR
@ kIfcStairTypeEnum_STRAIGHT_RUN_STAIR
Definition: Ifc2x3Enum.h:4187
OdIfc2x3::IfcArithmeticOperatorEnum::IfcArithmeticOperatorEnum
IfcArithmeticOperatorEnum(const IfcArithmeticOperatorEnum &other)
Definition: Ifc2x3Enum.h:393
OdIfc2x3::kIfcCooledBeamTypeEnum_NOTDEFINED
@ kIfcCooledBeamTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:959
OdIfc2x3::kIfcLampTypeEnum_unset
@ kIfcLampTypeEnum_unset
Definition: Ifc2x3Enum.h:2584
OdIfc2x3::kIfcBenchmarkEnum_GREATERTHAN
@ kIfcBenchmarkEnum_GREATERTHAN
Definition: Ifc2x3Enum.h:493
OdIfc2x3::StrToIfcSurfaceTextureEnum
IfcSurfaceTextureEnum StrToIfcSurfaceTextureEnum(OdAnsiString val)
OdIfc2x3::IfcLampTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2593
OdIfc2x3::kIfcPileConstructionEnum_PRECAST_CONCRETE
@ kIfcPileConstructionEnum_PRECAST_CONCRETE
Definition: Ifc2x3Enum.h:3042
OdIfc2x3::kIfcElementAssemblyTypeEnum_GIRDER
@ kIfcElementAssemblyTypeEnum_GIRDER
Definition: Ifc2x3Enum.h:1955
OdIfc2x3::kIfcElectricHeaterTypeEnum_unset
@ kIfcElectricHeaterTypeEnum_unset
Definition: Ifc2x3Enum.h:1870
OdIfc2x3::IfcCoilTypeEnum::IfcCoilTypeEnum
IfcCoilTypeEnum(IfcCoilTypeEnum_ val)
Definition: Ifc2x3Enum.h:758
OdIfc2x3::kIfcElectricDistributionPointFunctionEnum_USERDEFINED
@ kIfcElectricDistributionPointFunctionEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1785
OdIfc2x3::kIfcWindowStyleOperationEnum_TRIPLE_PANEL_BOTTOM
@ kIfcWindowStyleOperationEnum_TRIPLE_PANEL_BOTTOM
Definition: Ifc2x3Enum.h:5063
OdIfc2x3::kIfcCurrencyEnum_MXN
@ kIfcCurrencyEnum_MXN
Definition: Ifc2x3Enum.h:1131
OdIfc2x3::IfcAssemblyPlaceEnum_
IfcAssemblyPlaceEnum_
Definition: Ifc2x3Enum.h:408
OdIfc2x3::IfcMemberTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2798
OdIfc2x3::StrToIfcStateEnum
IfcStateEnum StrToIfcStateEnum(OdAnsiString val)
OdIfc2x3::IfcMotorConnectionTypeEnum::IfcMotorConnectionTypeEnum
IfcMotorConnectionTypeEnum(const IfcMotorConnectionTypeEnum &other)
Definition: Ifc2x3Enum.h:2824
OdIfc2x3::kIfcCooledBeamTypeEnum_PASSIVE
@ kIfcCooledBeamTypeEnum_PASSIVE
Definition: Ifc2x3Enum.h:957
OdIfc2x3::kIfcUnitEnum_ELECTRICCHARGEUNIT
@ kIfcUnitEnum_ELECTRICCHARGEUNIT
Definition: Ifc2x3Enum.h:4747
OdIfc2x3::IfcElementAssemblyTypeEnum::IfcElementAssemblyTypeEnum
IfcElementAssemblyTypeEnum(const IfcElementAssemblyTypeEnum &other)
Definition: Ifc2x3Enum.h:1969
OdIfc2x3::IfcWindowStyleOperationEnum
Definition: Ifc2x3Enum.h:5073
OdIfc2x3::kIfcCostScheduleTypeEnum_UNPRICEDBILLOFQUANTITIES
@ kIfcCostScheduleTypeEnum_UNPRICEDBILLOFQUANTITIES
Definition: Ifc2x3Enum.h:1016
OdIfc2x3::kIfcConnectionTypeEnum_NOTDEFINED
@ kIfcConnectionTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:873
OdIfc2x3::kIfcCoveringTypeEnum_FLOORING
@ kIfcCoveringTypeEnum_FLOORING
Definition: Ifc2x3Enum.h:1044
OdIfc2x3::kIfcCableCarrierSegmentTypeEnum_USERDEFINED
@ kIfcCableCarrierSegmentTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:633
OdIfc2x3::IfcAirToAirHeatRecoveryTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:280
OdIfc2x3::kIfcStackTerminalTypeEnum_USERDEFINED
@ kIfcStackTerminalTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4132
OdIfc2x3::IfcCoveringTypeEnum::IfcCoveringTypeEnum
IfcCoveringTypeEnum()
Definition: Ifc2x3Enum.h:1059
OdIfc2x3::kIfcCoilTypeEnum_USERDEFINED
@ kIfcCoilTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:748
OdIfc2x3::kIfcStateEnum_LOCKED
@ kIfcStateEnum_LOCKED
Definition: Ifc2x3Enum.h:4228
OdIfc2x3::kIfcHeatExchangerTypeEnum_PLATE
@ kIfcHeatExchangerTypeEnum_PLATE
Definition: Ifc2x3Enum.h:2432
OdIfc2x3::kIfcSIUnitName_SIEMENS
@ kIfcSIUnitName_SIEMENS
Definition: Ifc2x3Enum.h:3796
OdIfc2x3::kIfcLogicalOperatorEnum_LOGICALOR
@ kIfcLogicalOperatorEnum_LOGICALOR
Definition: Ifc2x3Enum.h:2751
OdIfc2x3::kIfcRoleEnum_USERDEFINED
@ kIfcRoleEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3674
OdIfc2x3::IfcServiceLifeTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3999
OdIfc2x3::IfcGasTerminalTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcSIPrefix
Definition: Ifc2x3Enum.h:3754
OdIfc2x3::kIfcSIUnitName_OHM
@ kIfcSIUnitName_OHM
Definition: Ifc2x3Enum.h:3792
OdIfc2x3::IfcRoleEnum::IfcRoleEnum
IfcRoleEnum()
Definition: Ifc2x3Enum.h:3681
OdIfc2x3::kIfcAnalysisTheoryTypeEnum_NOTDEFINED
@ kIfcAnalysisTheoryTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:358
OdIfc2x3::kIfcAirToAirHeatRecoveryTypeEnum_USERDEFINED
@ kIfcAirToAirHeatRecoveryTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:269
OdIfc2x3::kIfcFilterTypeEnum_STRAINER
@ kIfcFilterTypeEnum_STRAINER
Definition: Ifc2x3Enum.h:2170
OdIfc2x3::IfcAlarmTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:311
OdIfc2x3::kIfcDuctSegmentTypeEnum_USERDEFINED
@ kIfcDuctSegmentTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1648
OdIfc2x3::IfcBenchmarkEnum::IfcBenchmarkEnum
IfcBenchmarkEnum(const IfcBenchmarkEnum &other)
Definition: Ifc2x3Enum.h:506
OdIfc2x3::kIfcDataOriginEnum_unset
@ kIfcDataOriginEnum_unset
Definition: Ifc2x3Enum.h:1248
OdIfc2x3::kIfcValveTypeEnum_USERDEFINED
@ kIfcValveTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4845
OdIfc2x3::kIfcDamperTypeEnum_GRAVITYDAMPER
@ kIfcDamperTypeEnum_GRAVITYDAMPER
Definition: Ifc2x3Enum.h:1214
OdIfc2x3::StrToIfcSurfaceSide
IfcSurfaceSide StrToIfcSurfaceSide(OdAnsiString val)
OdIfc2x3::kIfcElectricGeneratorTypeEnum_NOTDEFINED
@ kIfcElectricGeneratorTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1841
OdIfc2x3::kIfcBeamTypeEnum_USERDEFINED
@ kIfcBeamTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:468
OdIfc2x3::StrToIfcSectionTypeEnum
IfcSectionTypeEnum StrToIfcSectionTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcConstraintEnum_unset
@ kIfcConstraintEnum_unset
Definition: Ifc2x3Enum.h:902
OdIfc2x3::IfcPumpTypeEnum::IfcPumpTypeEnum
IfcPumpTypeEnum(IfcPumpTypeEnum_ val)
Definition: Ifc2x3Enum.h:3405
OdIfc2x3::IfcEvaporatorTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2121
OdIfc2x3::kIfcElectricCurrentEnum_DIRECT
@ kIfcElectricCurrentEnum_DIRECT
Definition: Ifc2x3Enum.h:1751
OdIfc2x3::IfcTubeBundleTypeEnum::IfcTubeBundleTypeEnum
IfcTubeBundleTypeEnum()
Definition: Ifc2x3Enum.h:4725
OdIfc2x3::kIfcServiceLifeFactorTypeEnum_G_MAINTENANCELEVEL
@ kIfcServiceLifeFactorTypeEnum_G_MAINTENANCELEVEL
Definition: Ifc2x3Enum.h:3959
OdIfc2x3::kIfcHumidifierTypeEnum_ASSISTEDNATURALGAS
@ kIfcHumidifierTypeEnum_ASSISTEDNATURALGAS
Definition: Ifc2x3Enum.h:2468
OdIfc2x3::kIfcMotorConnectionTypeEnum_BELTDRIVE
@ kIfcMotorConnectionTypeEnum_BELTDRIVE
Definition: Ifc2x3Enum.h:2812
OdIfc2x3::IfcResourceConsumptionEnum
Definition: Ifc2x3Enum.h:3607
OdIfc2x3::kIfcPumpTypeEnum_NOTDEFINED
@ kIfcPumpTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3396
OdIfc2x3::kIfcSIUnitName_KELVIN
@ kIfcSIUnitName_KELVIN
Definition: Ifc2x3Enum.h:3786
OdIfc2x3::kIfcElectricApplianceTypeEnum_DIRECTWATERHEATER
@ kIfcElectricApplianceTypeEnum_DIRECTWATERHEATER
Definition: Ifc2x3Enum.h:1702
OdIfc2x3::kIfcChangeActionEnum_ADDED
@ kIfcChangeActionEnum_ADDED
Definition: Ifc2x3Enum.h:687
OdIfc2x3::IfcCooledBeamTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:970
OdIfc2x3::IfcMotorConnectionTypeEnum::IfcMotorConnectionTypeEnum
IfcMotorConnectionTypeEnum(IfcMotorConnectionTypeEnum_ val)
Definition: Ifc2x3Enum.h:2825
OdIfc2x3::kIfcWasteTerminalTypeEnum_WASTEDISPOSALUNIT
@ kIfcWasteTerminalTypeEnum_WASTEDISPOSALUNIT
Definition: Ifc2x3Enum.h:4935
OdIfc2x3::StrToIfcCondenserTypeEnum
IfcCondenserTypeEnum StrToIfcCondenserTypeEnum(OdAnsiString val)
OdIfc2x3::IfcChangeActionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:701
OdIfc2x3::kIfcUnitEnum_ENERGYUNIT
@ kIfcUnitEnum_ENERGYUNIT
Definition: Ifc2x3Enum.h:4752
OdIfc2x3::IfcColumnTypeEnum::IfcColumnTypeEnum
IfcColumnTypeEnum()
Definition: Ifc2x3Enum.h:782
OdIfc2x3::IfcPlateTypeEnum_
IfcPlateTypeEnum_
Definition: Ifc2x3Enum.h:3157
OdIfc2x3::kIfcPropertySourceEnum_MEASURED
@ kIfcPropertySourceEnum_MEASURED
Definition: Ifc2x3Enum.h:3333
OdIfc2x3::kIfcChangeActionEnum_MODIFIED
@ kIfcChangeActionEnum_MODIFIED
Definition: Ifc2x3Enum.h:686
OdIfc2x3::IfcSurfaceTextureEnum
Definition: Ifc2x3Enum.h:4350
OdIfc2x3::kIfcCurrencyEnum_FRF
@ kIfcCurrencyEnum_FRF
Definition: Ifc2x3Enum.h:1107
OdIfc2x3::IfcAirTerminalBoxTypeEnum::IfcAirTerminalBoxTypeEnum
IfcAirTerminalBoxTypeEnum()
Definition: Ifc2x3Enum.h:211
OdIfc2x3::IfcStructuralCurveTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4270
OdIfc2x3::kIfcReinforcingBarRoleEnum_USERDEFINED
@ kIfcReinforcingBarRoleEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3546
OdIfc2x3::IfcCondenserTypeEnum::IfcCondenserTypeEnum
IfcCondenserTypeEnum(IfcCondenserTypeEnum_ val)
Definition: Ifc2x3Enum.h:855
OdIfc2x3::kIfcTubeBundleTypeEnum_NOTDEFINED
@ kIfcTubeBundleTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4718
OdIfc2x3::IfcChangeActionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcCableSegmentTypeEnum_NOTDEFINED
@ kIfcCableSegmentTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:661
OdIfc2x3::kIfcFlowMeterTypeEnum_GASMETER
@ kIfcFlowMeterTypeEnum_GASMETER
Definition: Ifc2x3Enum.h:2290
OdIfc2x3::kIfcTubeBundleTypeEnum_USERDEFINED
@ kIfcTubeBundleTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4717
OdIfc2x3::IfcPileTypeEnum::IfcPileTypeEnum
IfcPileTypeEnum(const IfcPileTypeEnum &other)
Definition: Ifc2x3Enum.h:3081
OdIfc2x3::kIfcSIUnitName_CANDELA
@ kIfcSIUnitName_CANDELA
Definition: Ifc2x3Enum.h:3776
OdIfc2x3::kIfcSensorTypeEnum_GASSENSOR
@ kIfcSensorTypeEnum_GASSENSOR
Definition: Ifc2x3Enum.h:3890
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_USERDEFINED
@ kIfcSanitaryTerminalTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3837
OdIfc2x3::IfcVibrationIsolatorTypeEnum_
IfcVibrationIsolatorTypeEnum_
Definition: Ifc2x3Enum.h:4869
OdIfc2x3::IfcThermalLoadSourceEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcPumpTypeEnum_VERTICALTURBINE
@ kIfcPumpTypeEnum_VERTICALTURBINE
Definition: Ifc2x3Enum.h:3394
OdIfc2x3::kIfcCurrencyEnum_PKR
@ kIfcCurrencyEnum_PKR
Definition: Ifc2x3Enum.h:1138
OdIfc2x3::IfcPipeFittingTypeEnum_
IfcPipeFittingTypeEnum_
Definition: Ifc2x3Enum.h:3096
OdIfc2x3::IfcWindowStyleOperationEnum_
IfcWindowStyleOperationEnum_
Definition: Ifc2x3Enum.h:5058
OdIfc2x3::IfcAnalysisModelTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:339
OdIfc2x3::IfcElectricGeneratorTypeEnum::IfcElectricGeneratorTypeEnum
IfcElectricGeneratorTypeEnum(const IfcElectricGeneratorTypeEnum &other)
Definition: Ifc2x3Enum.h:1849
OdIfc2x3::kIfcAirTerminalBoxTypeEnum_USERDEFINED
@ kIfcAirTerminalBoxTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:203
OdIfc2x3::kIfcActuatorTypeEnum_HYDRAULICACTUATOR
@ kIfcActuatorTypeEnum_HYDRAULICACTUATOR
Definition: Ifc2x3Enum.h:119
OdIfc2x3::IfcReflectanceMethodEnum
Definition: Ifc2x3Enum.h:3519
OdIfc2x3::kIfcCurrencyEnum_ATS
@ kIfcCurrencyEnum_ATS
Definition: Ifc2x3Enum.h:1078
OdIfc2x3::kIfcInventoryTypeEnum_NOTDEFINED
@ kIfcInventoryTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2527
OdIfc2x3::IfcPipeSegmentTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3145
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_SINK
@ kIfcSanitaryTerminalTypeEnum_SINK
Definition: Ifc2x3Enum.h:3831
OdIfc2x3::StrToIfcSensorTypeEnum
IfcSensorTypeEnum StrToIfcSensorTypeEnum(OdAnsiString val)
OdIfc2x3::IfcSensorTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3912
OdIfc2x3::StrToIfcSoundScaleEnum
IfcSoundScaleEnum StrToIfcSoundScaleEnum(OdAnsiString val)
OdIfc2x3::kIfcElectricApplianceTypeEnum_HANDDRYER
@ kIfcElectricApplianceTypeEnum_HANDDRYER
Definition: Ifc2x3Enum.h:1710
OdIfc2x3::kIfcFootingTypeEnum_STRIP_FOOTING
@ kIfcFootingTypeEnum_STRIP_FOOTING
Definition: Ifc2x3Enum.h:2321
OdIfc2x3::IfcInternalOrExternalEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2509
OdIfc2x3::kIfcDuctSegmentTypeEnum_RIGIDSEGMENT
@ kIfcDuctSegmentTypeEnum_RIGIDSEGMENT
Definition: Ifc2x3Enum.h:1646
OdIfc2x3::IfcSensorTypeEnum_
IfcSensorTypeEnum_
Definition: Ifc2x3Enum.h:3886
OdIfc2x3::kIfcColumnTypeEnum_COLUMN
@ kIfcColumnTypeEnum_COLUMN
Definition: Ifc2x3Enum.h:773
OdIfc2x3::kIfcLogicalOperatorEnum_unset
@ kIfcLogicalOperatorEnum_unset
Definition: Ifc2x3Enum.h:2752
OdIfc2x3::IfcWindowPanelOperationEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4986
OdIfc2x3::kIfcFootingTypeEnum_PAD_FOOTING
@ kIfcFootingTypeEnum_PAD_FOOTING
Definition: Ifc2x3Enum.h:2319
OdIfc2x3::kIfcReinforcingBarSurfaceEnum_PLAIN
@ kIfcReinforcingBarSurfaceEnum_PLAIN
Definition: Ifc2x3Enum.h:3571
OdIfc2x3::kIfcFootingTypeEnum_NOTDEFINED
@ kIfcFootingTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2323
OdIfc2x3::kIfcSpaceHeaterTypeEnum_FINNEDTUBEUNIT
@ kIfcSpaceHeaterTypeEnum_FINNEDTUBEUNIT
Definition: Ifc2x3Enum.h:4077
OdIfc2x3::IfcConnectionTypeEnum
Definition: Ifc2x3Enum.h:877
OdIfc2x3::kIfcWindowStyleOperationEnum_SINGLE_PANEL
@ kIfcWindowStyleOperationEnum_SINGLE_PANEL
Definition: Ifc2x3Enum.h:5059
OdIfc2x3::IfcFanTypeEnum::IfcFanTypeEnum
IfcFanTypeEnum(IfcFanTypeEnum_ val)
Definition: Ifc2x3Enum.h:2152
OdIfc2x3::kIfcActionSourceTypeEnum_LIVE_LOAD_Q
@ kIfcActionSourceTypeEnum_LIVE_LOAD_Q
Definition: Ifc2x3Enum.h:41
OdIfc2x3::kIfcServiceLifeFactorTypeEnum_E_OUTDOORENVIRONMENT
@ kIfcServiceLifeFactorTypeEnum_E_OUTDOORENVIRONMENT
Definition: Ifc2x3Enum.h:3957
OdIfc2x3::IfcColumnTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:785
OdIfc2x3::kIfcWindowPanelOperationEnum_TILTANDTURNRIGHTHAND
@ kIfcWindowPanelOperationEnum_TILTANDTURNRIGHTHAND
Definition: Ifc2x3Enum.h:4964
OdIfc2x3::kIfcDuctFittingTypeEnum_OBSTRUCTION
@ kIfcDuctFittingTypeEnum_OBSTRUCTION
Definition: Ifc2x3Enum.h:1619
OdIfc2x3::IfcGlobalOrLocalEnum_
IfcGlobalOrLocalEnum_
Definition: Ifc2x3Enum.h:2406
OdIfc2x3::kIfcSIUnitName_AMPERE
@ kIfcSIUnitName_AMPERE
Definition: Ifc2x3Enum.h:3774
OdIfc2x3::kIfcSurfaceSide_POSITIVE
@ kIfcSurfaceSide_POSITIVE
Definition: Ifc2x3Enum.h:4312
OdIfc2x3::kIfcElementAssemblyTypeEnum_unset
@ kIfcElementAssemblyTypeEnum_unset
Definition: Ifc2x3Enum.h:1962
OdIfc2x3::kIfcFlowInstrumentTypeEnum_THERMOMETER
@ kIfcFlowInstrumentTypeEnum_THERMOMETER
Definition: Ifc2x3Enum.h:2255
OdIfc2x3::IfcGasTerminalTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2361
OdIfc2x3::IfcFanTypeEnum::IfcFanTypeEnum
IfcFanTypeEnum()
Definition: Ifc2x3Enum.h:2150
OdIfc2x3::kIfcBSplineCurveForm_PARABOLIC_ARC
@ kIfcBSplineCurveForm_PARABOLIC_ARC
Definition: Ifc2x3Enum.h:438
OdIfc2x3::IfcFanTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcReinforcingBarRoleEnum_MAIN
@ kIfcReinforcingBarRoleEnum_MAIN
Definition: Ifc2x3Enum.h:3539
OdIfc2x3::IfcDataOriginEnum::IfcDataOriginEnum
IfcDataOriginEnum(const IfcDataOriginEnum &other)
Definition: Ifc2x3Enum.h:1255
OdIfc2x3::kIfcUnitEnum_ILLUMINANCEUNIT
@ kIfcUnitEnum_ILLUMINANCEUNIT
Definition: Ifc2x3Enum.h:4755
OdIfc2x3::IfcAnalysisModelTypeEnum::IfcAnalysisModelTypeEnum
IfcAnalysisModelTypeEnum()
Definition: Ifc2x3Enum.h:336
OdIfc2x3::kIfcRampTypeEnum_NOTDEFINED
@ kIfcRampTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3482
OdIfc2x3::kIfcReflectanceMethodEnum_PHONG
@ kIfcReflectanceMethodEnum_PHONG
Definition: Ifc2x3Enum.h:3512
OdIfc2x3::kIfcWindowStyleOperationEnum_TRIPLE_PANEL_RIGHT
@ kIfcWindowStyleOperationEnum_TRIPLE_PANEL_RIGHT
Definition: Ifc2x3Enum.h:5066
OdIfc2x3::IfcWasteTerminalTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4948
OdIfc2x3::IfcReflectanceMethodEnum::IfcReflectanceMethodEnum
IfcReflectanceMethodEnum(const IfcReflectanceMethodEnum &other)
Definition: Ifc2x3Enum.h:3523
OdIfc2x3::StrToIfcDataOriginEnum
IfcDataOriginEnum StrToIfcDataOriginEnum(OdAnsiString val)
OdIfc2x3::IfcPipeFittingTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3116
OdIfc2x3::IfcElectricDistributionPointFunctionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1796
OdIfc2x3::IfcEnergySequenceEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2027
OdIfc2x3::kIfcDoorPanelOperationEnum_ROLLINGUP
@ kIfcDoorPanelOperationEnum_ROLLINGUP
Definition: Ifc2x3Enum.h:1488
OdIfc2x3::kIfcDocumentStatusEnum_unset
@ kIfcDocumentStatusEnum_unset
Definition: Ifc2x3Enum.h:1460
OdIfc2x3::kIfcUnitaryEquipmentTypeEnum_SPLITSYSTEM
@ kIfcUnitaryEquipmentTypeEnum_SPLITSYSTEM
Definition: Ifc2x3Enum.h:4797
OdIfc2x3::IfcSIPrefix::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTimeSeriesScheduleTypeEnum_
IfcTimeSeriesScheduleTypeEnum_
Definition: Ifc2x3Enum.h:4577
OdIfc2x3::IfcSIUnitName::IfcSIUnitName
IfcSIUnitName()
Definition: Ifc2x3Enum.h:3810
OdIfc2x3::IfcLightDistributionCurveEnum::IfcLightDistributionCurveEnum
IfcLightDistributionCurveEnum(IfcLightDistributionCurveEnum_ val)
Definition: Ifc2x3Enum.h:2645
OdIfc2x3::IfcInventoryTypeEnum::IfcInventoryTypeEnum
IfcInventoryTypeEnum()
Definition: Ifc2x3Enum.h:2534
OdIfc2x3::IfcAirToAirHeatRecoveryTypeEnum::IfcAirToAirHeatRecoveryTypeEnum
IfcAirToAirHeatRecoveryTypeEnum(IfcAirToAirHeatRecoveryTypeEnum_ val)
Definition: Ifc2x3Enum.h:279
OdIfc2x3::IfcWindowStyleConstructionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:5046
OdIfc2x3::IfcValveTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4856
OdIfc2x3::kIfcCompressorTypeEnum_BOOSTER
@ kIfcCompressorTypeEnum_BOOSTER
Definition: Ifc2x3Enum.h:805
OdIfc2x3::IfcStairFlightTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcLampTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcSequenceEnum_
IfcSequenceEnum_
Definition: Ifc2x3Enum.h:3924
OdIfc2x3::IfcElectricGeneratorTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1851
OdIfc2x3::kIfcDerivedUnitEnum_ROTATIONALSTIFFNESSUNIT
@ kIfcDerivedUnitEnum_ROTATIONALSTIFFNESSUNIT
Definition: Ifc2x3Enum.h:1299
OdIfc2x3::kIfcSwitchingDeviceTypeEnum_USERDEFINED
@ kIfcSwitchingDeviceTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4375
OdIfc2x3::IfcElectricMotorTypeEnum::IfcElectricMotorTypeEnum
IfcElectricMotorTypeEnum()
Definition: Ifc2x3Enum.h:1906
OdIfc2x3::IfcStructuralSurfaceTypeEnum::IfcStructuralSurfaceTypeEnum
IfcStructuralSurfaceTypeEnum(IfcStructuralSurfaceTypeEnum_ val)
Definition: Ifc2x3Enum.h:4297
OdIfc2x3::kIfcSIPrefix_KILO
@ kIfcSIPrefix_KILO
Definition: Ifc2x3Enum.h:3740
OdIfc2x3::kIfcServiceLifeFactorTypeEnum_D_INDOORENVIRONMENT
@ kIfcServiceLifeFactorTypeEnum_D_INDOORENVIRONMENT
Definition: Ifc2x3Enum.h:3956
OdIfc2x3::kIfcUnitEnum_DOSEEQUIVALENTUNIT
@ kIfcUnitEnum_DOSEEQUIVALENTUNIT
Definition: Ifc2x3Enum.h:4745
OdIfc2x3::kIfcCostScheduleTypeEnum_ESTIMATE
@ kIfcCostScheduleTypeEnum_ESTIMATE
Definition: Ifc2x3Enum.h:1013
OdIfc2x3::kIfcCoveringTypeEnum_USERDEFINED
@ kIfcCoveringTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1051
OdIfc2x3::IfcHumidifierTypeEnum_
IfcHumidifierTypeEnum_
Definition: Ifc2x3Enum.h:2458
OdIfc2x3::StrToIfcHeatExchangerTypeEnum
IfcHeatExchangerTypeEnum StrToIfcHeatExchangerTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcSwitchingDeviceTypeEnum_SWITCHDISCONNECTOR
@ kIfcSwitchingDeviceTypeEnum_SWITCHDISCONNECTOR
Definition: Ifc2x3Enum.h:4373
OdIfc2x3::IfcRampTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3492
OdIfc2x3::kIfcProfileTypeEnum_unset
@ kIfcProfileTypeEnum_unset
Definition: Ifc2x3Enum.h:3219
OdIfc2x3::kIfcSIUnitName_COULOMB
@ kIfcSIUnitName_COULOMB
Definition: Ifc2x3Enum.h:3777
OdIfc2x3::IfcDoorStyleOperationEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcCompressorTypeEnum::IfcCompressorTypeEnum
IfcCompressorTypeEnum(IfcCompressorTypeEnum_ val)
Definition: Ifc2x3Enum.h:824
OdIfc2x3::kIfcTimeSeriesDataTypeEnum_PIECEWISECONSTANT
@ kIfcTimeSeriesDataTypeEnum_PIECEWISECONSTANT
Definition: Ifc2x3Enum.h:4552
OdIfc2x3::IfcAirTerminalTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:247
OdIfc2x3::kIfcDerivedUnitEnum_SOUNDPRESSUREUNIT
@ kIfcDerivedUnitEnum_SOUNDPRESSUREUNIT
Definition: Ifc2x3Enum.h:1314
OdIfc2x3::IfcElectricMotorTypeEnum::IfcElectricMotorTypeEnum
IfcElectricMotorTypeEnum(IfcElectricMotorTypeEnum_ val)
Definition: Ifc2x3Enum.h:1908
OdIfc2x3::kIfcElementAssemblyTypeEnum_RIGID_FRAME
@ kIfcElementAssemblyTypeEnum_RIGID_FRAME
Definition: Ifc2x3Enum.h:1957
OdIfc2x3::kIfcFanTypeEnum_TUBEAXIAL
@ kIfcFanTypeEnum_TUBEAXIAL
Definition: Ifc2x3Enum.h:2139
OdIfc2x3::kIfcElectricFlowStorageDeviceTypeEnum_UPS
@ kIfcElectricFlowStorageDeviceTypeEnum_UPS
Definition: Ifc2x3Enum.h:1814
OdIfc2x3::IfcTransformerTypeEnum_
IfcTransformerTypeEnum_
Definition: Ifc2x3Enum.h:4606
OdIfc2x3::kIfcDerivedUnitEnum_MASSDENSITYUNIT
@ kIfcDerivedUnitEnum_MASSDENSITYUNIT
Definition: Ifc2x3Enum.h:1279
OdIfc2x3::IfcElectricGeneratorTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1852
OdIfc2x3::IfcRibPlateDirectionEnum_
IfcRibPlateDirectionEnum_
Definition: Ifc2x3Enum.h:3626
OdIfc2x3::kIfcDoorPanelPositionEnum_LEFT
@ kIfcDoorPanelPositionEnum_LEFT
Definition: Ifc2x3Enum.h:1514
OdIfc2x3::kIfcWasteTerminalTypeEnum_WASTETRAP
@ kIfcWasteTerminalTypeEnum_WASTETRAP
Definition: Ifc2x3Enum.h:4936
OdIfc2x3::StrToIfcActionSourceTypeEnum
IfcActionSourceTypeEnum StrToIfcActionSourceTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcSIPrefix_NANO
@ kIfcSIPrefix_NANO
Definition: Ifc2x3Enum.h:3747
OdIfc2x3::IfcAirTerminalTypeEnum::IfcAirTerminalTypeEnum
IfcAirTerminalTypeEnum(IfcAirTerminalTypeEnum_ val)
Definition: Ifc2x3Enum.h:245
OdIfc2x3::IfcPileTypeEnum
Definition: Ifc2x3Enum.h:3077
OdIfc2x3::kIfcLoadGroupTypeEnum_NOTDEFINED
@ kIfcLoadGroupTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2726
OdIfc2x3::kIfcCoilTypeEnum_WATERHEATINGCOIL
@ kIfcCoilTypeEnum_WATERHEATINGCOIL
Definition: Ifc2x3Enum.h:745
OdIfc2x3::kIfcRampTypeEnum_HALF_TURN_RAMP
@ kIfcRampTypeEnum_HALF_TURN_RAMP
Definition: Ifc2x3Enum.h:3479
OdIfc2x3::IfcElectricHeaterTypeEnum_
IfcElectricHeaterTypeEnum_
Definition: Ifc2x3Enum.h:1864
OdIfc2x3::kIfcDerivedUnitEnum_TORQUEUNIT
@ kIfcDerivedUnitEnum_TORQUEUNIT
Definition: Ifc2x3Enum.h:1291
OdIfc2x3::IfcArithmeticOperatorEnum_
IfcArithmeticOperatorEnum_
Definition: Ifc2x3Enum.h:381
OdIfc2x3::IfcFootingTypeEnum
Definition: Ifc2x3Enum.h:2327
OdIfc2x3::kIfcLightEmissionSourceEnum_MAINVOLTAGEHALOGEN
@ kIfcLightEmissionSourceEnum_MAINVOLTAGEHALOGEN
Definition: Ifc2x3Enum.h:2667
OdIfc2x3::kIfcWindowPanelPositionEnum_MIDDLE
@ kIfcWindowPanelPositionEnum_MIDDLE
Definition: Ifc2x3Enum.h:5000
OdIfc2x3::kIfcOccupantTypeEnum_unset
@ kIfcOccupantTypeEnum_unset
Definition: Ifc2x3Enum.h:2935
OdIfc2x3::StrToIfcTankTypeEnum
IfcTankTypeEnum StrToIfcTankTypeEnum(OdAnsiString val)
OdIfc2x3::IfcWorkControlTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:5107
OdIfc2x3::IfcRoleEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcDoorStyleOperationEnum_SINGLE_SWING_LEFT
@ kIfcDoorStyleOperationEnum_SINGLE_SWING_LEFT
Definition: Ifc2x3Enum.h:1573
OdIfc2x3::kIfcCooledBeamTypeEnum_ACTIVE
@ kIfcCooledBeamTypeEnum_ACTIVE
Definition: Ifc2x3Enum.h:956
OdIfc2x3::IfcFlowInstrumentTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcInternalOrExternalEnum
Definition: Ifc2x3Enum.h:2503
OdIfc2x3::IfcCooledBeamTypeEnum
Definition: Ifc2x3Enum.h:963
OdIfc2x3::kIfcCurrencyEnum_HUF
@ kIfcCurrencyEnum_HUF
Definition: Ifc2x3Enum.h:1113
OdIfc2x3::kIfcElectricDistributionPointFunctionEnum_SWITCHBOARD
@ kIfcElectricDistributionPointFunctionEnum_SWITCHBOARD
Definition: Ifc2x3Enum.h:1784
OdIfc2x3::kIfcDoorStyleOperationEnum_ROLLINGUP
@ kIfcDoorStyleOperationEnum_ROLLINGUP
Definition: Ifc2x3Enum.h:1588
OdIfc2x3::StrToIfcElectricApplianceTypeEnum
IfcElectricApplianceTypeEnum StrToIfcElectricApplianceTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcDamperTypeEnum_GRAVITYRELIEFDAMPER
@ kIfcDamperTypeEnum_GRAVITYRELIEFDAMPER
Definition: Ifc2x3Enum.h:1215
OdIfc2x3::kIfcUnitEnum_ELECTRICRESISTANCEUNIT
@ kIfcUnitEnum_ELECTRICRESISTANCEUNIT
Definition: Ifc2x3Enum.h:4750
OdIfc2x3::kIfcTransitionCode_CONTINUOUS
@ kIfcTransitionCode_CONTINUOUS
Definition: Ifc2x3Enum.h:4636
OdIfc2x3::kIfcGeometricProjectionEnum_NOTDEFINED
@ kIfcGeometricProjectionEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2383
OdIfc2x3::kIfcDuctFittingTypeEnum_TRANSITION
@ kIfcDuctFittingTypeEnum_TRANSITION
Definition: Ifc2x3Enum.h:1620
OdIfc2x3::IfcThermalLoadTypeEnum
Definition: Ifc2x3Enum.h:4528
OdIfc2x3::StrToIfcElementCompositionEnum
IfcElementCompositionEnum StrToIfcElementCompositionEnum(OdAnsiString val)
OdIfc2x3::kIfcElectricApplianceTypeEnum_FRIDGE_FREEZER
@ kIfcElectricApplianceTypeEnum_FRIDGE_FREEZER
Definition: Ifc2x3Enum.h:1709
OdIfc2x3::kIfcElectricFlowStorageDeviceTypeEnum_NOTDEFINED
@ kIfcElectricFlowStorageDeviceTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1816
OdIfc2x3::IfcFlowInstrumentTypeEnum::IfcFlowInstrumentTypeEnum
IfcFlowInstrumentTypeEnum(IfcFlowInstrumentTypeEnum_ val)
Definition: Ifc2x3Enum.h:2272
OdIfc2x3::kIfcValveTypeEnum_FLUSHING
@ kIfcValveTypeEnum_FLUSHING
Definition: Ifc2x3Enum.h:4834
OdIfc2x3::IfcTransportElementTypeEnum::IfcTransportElementTypeEnum
IfcTransportElementTypeEnum(const IfcTransportElementTypeEnum &other)
Definition: Ifc2x3Enum.h:4674
OdIfc2x3::kIfcDerivedUnitEnum_LUMINOUSINTENSITYDISTRIBUTIONUNIT
@ kIfcDerivedUnitEnum_LUMINOUSINTENSITYDISTRIBUTIONUNIT
Definition: Ifc2x3Enum.h:1305
OdIfc2x3::IfcElectricGeneratorTypeEnum::IfcElectricGeneratorTypeEnum
IfcElectricGeneratorTypeEnum()
Definition: Ifc2x3Enum.h:1848
OdIfc2x3::IfcPileConstructionEnum::IfcPileConstructionEnum
IfcPileConstructionEnum()
Definition: Ifc2x3Enum.h:3052
OdIfc2x3::IfcBoilerTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:535
OdIfc2x3::IfcVibrationIsolatorTypeEnum
Definition: Ifc2x3Enum.h:4877
OdIfc2x3::IfcSanitaryTerminalTypeEnum::IfcSanitaryTerminalTypeEnum
IfcSanitaryTerminalTypeEnum(const IfcSanitaryTerminalTypeEnum &other)
Definition: Ifc2x3Enum.h:3846
OdIfc2x3::kIfcDerivedUnitEnum_WARPINGMOMENTUNIT
@ kIfcDerivedUnitEnum_WARPINGMOMENTUNIT
Definition: Ifc2x3Enum.h:1318
OdIfc2x3::IfcThermalLoadTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4535
OdIfc2x3::IfcRailingTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3434
OdIfc2x3::IfcEnergySequenceEnum::IfcEnergySequenceEnum
IfcEnergySequenceEnum()
Definition: Ifc2x3Enum.h:2023
OdIfc2x3::kIfcFlowInstrumentTypeEnum_unset
@ kIfcFlowInstrumentTypeEnum_unset
Definition: Ifc2x3Enum.h:2264
OdIfc2x3::IfcServiceLifeTypeEnum::IfcServiceLifeTypeEnum
IfcServiceLifeTypeEnum(const IfcServiceLifeTypeEnum &other)
Definition: Ifc2x3Enum.h:3997
OdIfc2x3::kIfcEvaporatorTypeEnum_DIRECTEXPANSIONTUBEINTUBE
@ kIfcEvaporatorTypeEnum_DIRECTEXPANSIONTUBEINTUBE
Definition: Ifc2x3Enum.h:2106
OdIfc2x3::IfcDocumentStatusEnum::toStr
OdAnsiString toStr()
OdIfc2x3::StrToIfcRailingTypeEnum
IfcRailingTypeEnum StrToIfcRailingTypeEnum(OdAnsiString val)
OdIfc2x3::IfcElectricTimeControlTypeEnum::IfcElectricTimeControlTypeEnum
IfcElectricTimeControlTypeEnum(const IfcElectricTimeControlTypeEnum &other)
Definition: Ifc2x3Enum.h:1935
OdIfc2x3::IfcResourceConsumptionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcTimeSeriesDataTypeEnum_unset
@ kIfcTimeSeriesDataTypeEnum_unset
Definition: Ifc2x3Enum.h:4555
OdIfc2x3::IfcElectricGeneratorTypeEnum_
IfcElectricGeneratorTypeEnum_
Definition: Ifc2x3Enum.h:1839
OdIfc2x3::kIfcServiceLifeFactorTypeEnum_F_INUSECONDITIONS
@ kIfcServiceLifeFactorTypeEnum_F_INUSECONDITIONS
Definition: Ifc2x3Enum.h:3958
OdIfc2x3::IfcUnitEnum_
IfcUnitEnum_
Definition: Ifc2x3Enum.h:4741
OdIfc2x3::kIfcServiceLifeTypeEnum_PESSIMISTICREFERENCESERVICELIFE
@ kIfcServiceLifeTypeEnum_PESSIMISTICREFERENCESERVICELIFE
Definition: Ifc2x3Enum.h:3988
OdIfc2x3::kIfcSensorTypeEnum_MOVEMENTSENSOR
@ kIfcSensorTypeEnum_MOVEMENTSENSOR
Definition: Ifc2x3Enum.h:3895
OdIfc2x3::IfcLayerSetDirectionEnum::IfcLayerSetDirectionEnum
IfcLayerSetDirectionEnum(const IfcLayerSetDirectionEnum &other)
Definition: Ifc2x3Enum.h:2617
OdIfc2x3::kIfcLightEmissionSourceEnum_HIGHPRESSUREMERCURY
@ kIfcLightEmissionSourceEnum_HIGHPRESSUREMERCURY
Definition: Ifc2x3Enum.h:2662
OdIfc2x3::IfcWallTypeEnum::IfcWallTypeEnum
IfcWallTypeEnum()
Definition: Ifc2x3Enum.h:4910
OdIfc2x3::IfcAddressTypeEnum_
IfcAddressTypeEnum_
Definition: Ifc2x3Enum.h:146
OdIfc2x3::IfcGlobalOrLocalEnum
Definition: Ifc2x3Enum.h:2412
OdIfc2x3::kIfcStackTerminalTypeEnum_BIRDCAGE
@ kIfcStackTerminalTypeEnum_BIRDCAGE
Definition: Ifc2x3Enum.h:4129
OdIfc2x3::kIfcProcedureTypeEnum_CALIBRATION
@ kIfcProcedureTypeEnum_CALIBRATION
Definition: Ifc2x3Enum.h:3188
OdIfc2x3::kIfcAirToAirHeatRecoveryTypeEnum_THERMOSIPHONSEALEDTUBEHEATEXCHANGERS
@ kIfcAirToAirHeatRecoveryTypeEnum_THERMOSIPHONSEALEDTUBEHEATEXCHANGERS
Definition: Ifc2x3Enum.h:267
OdIfc2x3::kIfcTimeSeriesScheduleTypeEnum_NOTDEFINED
@ kIfcTimeSeriesScheduleTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4583
OdIfc2x3::IfcPermeableCoveringOperationEnum_
IfcPermeableCoveringOperationEnum_
Definition: Ifc2x3Enum.h:2985
OdIfc2x3::kIfcTimeSeriesDataTypeEnum_PIECEWISEBINARY
@ kIfcTimeSeriesDataTypeEnum_PIECEWISEBINARY
Definition: Ifc2x3Enum.h:4551
OdIfc2x3::IfcStairFlightTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4173
OdIfc2x3::IfcCableSegmentTypeEnum
Definition: Ifc2x3Enum.h:665
OdIfc2x3::IfcCondenserTypeEnum
Definition: Ifc2x3Enum.h:850
OdIfc2x3::IfcReinforcingBarSurfaceEnum::IfcReinforcingBarSurfaceEnum
IfcReinforcingBarSurfaceEnum(const IfcReinforcingBarSurfaceEnum &other)
Definition: Ifc2x3Enum.h:3580
OdIfc2x3::IfcConstraintEnum
Definition: Ifc2x3Enum.h:905
OdIfc2x3::IfcElectricMotorTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::StrToIfcThermalLoadSourceEnum
IfcThermalLoadSourceEnum StrToIfcThermalLoadSourceEnum(OdAnsiString val)
OdIfc2x3::kIfcWindowStyleConstructionEnum_PLASTIC
@ kIfcWindowStyleConstructionEnum_PLASTIC
Definition: Ifc2x3Enum.h:5033
OdIfc2x3::kIfcCoveringTypeEnum_ROOFING
@ kIfcCoveringTypeEnum_ROOFING
Definition: Ifc2x3Enum.h:1046
OdIfc2x3::IfcRoofTypeEnum
Definition: Ifc2x3Enum.h:3715
OdIfc2x3::IfcAirTerminalTypeEnum_
IfcAirTerminalTypeEnum_
Definition: Ifc2x3Enum.h:227
OdIfc2x3::kIfcElectricApplianceTypeEnum_TV
@ kIfcElectricApplianceTypeEnum_TV
Definition: Ifc2x3Enum.h:1720
OdIfc2x3::kIfcValveTypeEnum_CHANGEOVER
@ kIfcValveTypeEnum_CHANGEOVER
Definition: Ifc2x3Enum.h:4826
OdIfc2x3::IfcHeatExchangerTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcActionSourceTypeEnum_WAVE
@ kIfcActionSourceTypeEnum_WAVE
Definition: Ifc2x3Enum.h:61
OdIfc2x3::kIfcSIPrefix_ATTO
@ kIfcSIPrefix_ATTO
Definition: Ifc2x3Enum.h:3750
OdIfc2x3::kIfcPipeFittingTypeEnum_CONNECTOR
@ kIfcPipeFittingTypeEnum_CONNECTOR
Definition: Ifc2x3Enum.h:3098
OdIfc2x3::kIfcValveTypeEnum_GASCOCK
@ kIfcValveTypeEnum_GASCOCK
Definition: Ifc2x3Enum.h:4835
OdIfc2x3::kIfcDocumentConfidentialityEnum_PUBLIC
@ kIfcDocumentConfidentialityEnum_PUBLIC
Definition: Ifc2x3Enum.h:1426
OdIfc2x3::IfcReinforcingBarSurfaceEnum::IfcReinforcingBarSurfaceEnum
IfcReinforcingBarSurfaceEnum(IfcReinforcingBarSurfaceEnum_ val)
Definition: Ifc2x3Enum.h:3581
OdIfc2x3::IfcAnalysisTheoryTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:368
OdIfc2x3::IfcChillerTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:728
OdIfc2x3::kIfcHumidifierTypeEnum_ADIABATICAIRWASHER
@ kIfcHumidifierTypeEnum_ADIABATICAIRWASHER
Definition: Ifc2x3Enum.h:2460
OdIfc2x3::kIfcFlowDirectionEnum_SOURCE
@ kIfcFlowDirectionEnum_SOURCE
Definition: Ifc2x3Enum.h:2227
OdIfc2x3::IfcAirTerminalBoxTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcHumidifierTypeEnum_ADIABATICATOMIZING
@ kIfcHumidifierTypeEnum_ADIABATICATOMIZING
Definition: Ifc2x3Enum.h:2463
OdIfc2x3::kIfcAssemblyPlaceEnum_FACTORY
@ kIfcAssemblyPlaceEnum_FACTORY
Definition: Ifc2x3Enum.h:410
OdIfc2x3::kIfcDerivedUnitEnum_ROTATIONALMASSUNIT
@ kIfcDerivedUnitEnum_ROTATIONALMASSUNIT
Definition: Ifc2x3Enum.h:1310
OdIfc2x3::kIfcProcedureTypeEnum_ADVICE_CAUTION
@ kIfcProcedureTypeEnum_ADVICE_CAUTION
Definition: Ifc2x3Enum.h:3185
OdIfc2x3::kIfcDocumentStatusEnum_NOTDEFINED
@ kIfcDocumentStatusEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1459
OdIfc2x3::IfcPlateTypeEnum::IfcPlateTypeEnum
IfcPlateTypeEnum(const IfcPlateTypeEnum &other)
Definition: Ifc2x3Enum.h:3169
OdIfc2x3::kIfcTimeSeriesScheduleTypeEnum_DAILY
@ kIfcTimeSeriesScheduleTypeEnum_DAILY
Definition: Ifc2x3Enum.h:4581
OdIfc2x3::IfcTubeBundleTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4729
OdIfc2x3::IfcSurfaceSide::IfcSurfaceSide
IfcSurfaceSide()
Definition: Ifc2x3Enum.h:4321
OdIfc2x3::IfcArithmeticOperatorEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:395
OdIfc2x3::IfcElectricMotorTypeEnum
Definition: Ifc2x3Enum.h:1903
OdIfc2x3::kIfcDoorStyleOperationEnum_FOLDING_TO_RIGHT
@ kIfcDoorStyleOperationEnum_FOLDING_TO_RIGHT
Definition: Ifc2x3Enum.h:1585
OdIfc2x3::kIfcValveTypeEnum_ISOLATING
@ kIfcValveTypeEnum_ISOLATING
Definition: Ifc2x3Enum.h:4837
OdIfc2x3::kIfcCoilTypeEnum_DXCOOLINGCOIL
@ kIfcCoilTypeEnum_DXCOOLINGCOIL
Definition: Ifc2x3Enum.h:742
OdIfc2x3::IfcSectionTypeEnum_
IfcSectionTypeEnum_
Definition: Ifc2x3Enum.h:3861
OdIfc2x3::kIfcRoofTypeEnum_HIPPED_GABLE_ROOF
@ kIfcRoofTypeEnum_HIPPED_GABLE_ROOF
Definition: Ifc2x3Enum.h:3702
OdIfc2x3::kIfcRampTypeEnum_unset
@ kIfcRampTypeEnum_unset
Definition: Ifc2x3Enum.h:3483
OdIfc2x3::kIfcCoilTypeEnum_unset
@ kIfcCoilTypeEnum_unset
Definition: Ifc2x3Enum.h:750
OdIfc2x3::IfcStairTypeEnum_
IfcStairTypeEnum_
Definition: Ifc2x3Enum.h:4186
OdIfc2x3::IfcDuctFittingTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcStackTerminalTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcSoundScaleEnum_DBB
@ kIfcSoundScaleEnum_DBB
Definition: Ifc2x3Enum.h:4043
OdIfc2x3::IfcRampTypeEnum::IfcRampTypeEnum
IfcRampTypeEnum(IfcRampTypeEnum_ val)
Definition: Ifc2x3Enum.h:3491
OdIfc2x3::kIfcPermeableCoveringOperationEnum_SCREEN
@ kIfcPermeableCoveringOperationEnum_SCREEN
Definition: Ifc2x3Enum.h:2988
OdIfc2x3::kIfcUnitEnum_ELECTRICCAPACITANCEUNIT
@ kIfcUnitEnum_ELECTRICCAPACITANCEUNIT
Definition: Ifc2x3Enum.h:4746
OdIfc2x3::StrToIfcUnitaryEquipmentTypeEnum
IfcUnitaryEquipmentTypeEnum StrToIfcUnitaryEquipmentTypeEnum(OdAnsiString val)
OdIfc2x3::IfcElementAssemblyTypeEnum::IfcElementAssemblyTypeEnum
IfcElementAssemblyTypeEnum()
Definition: Ifc2x3Enum.h:1968
OdIfc2x3::kIfcSIPrefix_DECA
@ kIfcSIPrefix_DECA
Definition: Ifc2x3Enum.h:3742
OdIfc2x3::kIfcCurrencyEnum_JMD
@ kIfcCurrencyEnum_JMD
Definition: Ifc2x3Enum.h:1120
OdIfc2x3::kIfcMemberTypeEnum_STRUT
@ kIfcMemberTypeEnum_STRUT
Definition: Ifc2x3Enum.h:2785
OdIfc2x3::kIfcRoleEnum_CONSTRUCTIONMANAGER
@ kIfcRoleEnum_CONSTRUCTIONMANAGER
Definition: Ifc2x3Enum.h:3671
OdIfc2x3::StrToIfcAddressTypeEnum
IfcAddressTypeEnum StrToIfcAddressTypeEnum(OdAnsiString val)
OdIfc2x3::IfcTimeSeriesScheduleTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcEvaporativeCoolerTypeEnum_unset
@ kIfcEvaporativeCoolerTypeEnum_unset
Definition: Ifc2x3Enum.h:2082
OdIfc2x3::kIfcUnitEnum_FORCEUNIT
@ kIfcUnitEnum_FORCEUNIT
Definition: Ifc2x3Enum.h:4753
OdIfc2x3::IfcEnergySequenceEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcGeometricProjectionEnum_GRAPH_VIEW
@ kIfcGeometricProjectionEnum_GRAPH_VIEW
Definition: Ifc2x3Enum.h:2375
OdIfc2x3::kIfcBenchmarkEnum_unset
@ kIfcBenchmarkEnum_unset
Definition: Ifc2x3Enum.h:499
OdIfc2x3::kIfcWasteTerminalTypeEnum_unset
@ kIfcWasteTerminalTypeEnum_unset
Definition: Ifc2x3Enum.h:4939
OdIfc2x3::kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVERANDOMMEDIAAIRCOOLER
@ kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVERANDOMMEDIAAIRCOOLER
Definition: Ifc2x3Enum.h:2071
OdIfc2x3::IfcPileTypeEnum::IfcPileTypeEnum
IfcPileTypeEnum()
Definition: Ifc2x3Enum.h:3080
OdIfc2x3::IfcSIUnitName::exists
int exists() const
Definition: Ifc2x3Enum.h:3813
OdIfc2x3::kIfcBSplineCurveForm_POLYLINE_FORM
@ kIfcBSplineCurveForm_POLYLINE_FORM
Definition: Ifc2x3Enum.h:435
OdIfc2x3::kIfcElectricTimeControlTypeEnum_NOTDEFINED
@ kIfcElectricTimeControlTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1927
OdIfc2x3::IfcConstraintEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcSpaceHeaterTypeEnum_SECTIONALRADIATOR
@ kIfcSpaceHeaterTypeEnum_SECTIONALRADIATOR
Definition: Ifc2x3Enum.h:4072
OdIfc2x3::IfcStairTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcLayerSetDirectionEnum::IfcLayerSetDirectionEnum
IfcLayerSetDirectionEnum()
Definition: Ifc2x3Enum.h:2616
OdIfc2x3::IfcPipeFittingTypeEnum::IfcPipeFittingTypeEnum
IfcPipeFittingTypeEnum(IfcPipeFittingTypeEnum_ val)
Definition: Ifc2x3Enum.h:3114
OdIfc2x3::IfcProjectOrderTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcBeamTypeEnum::IfcBeamTypeEnum
IfcBeamTypeEnum()
Definition: Ifc2x3Enum.h:476
OdIfc2x3::kIfcUnitEnum_MAGNETICFLUXDENSITYUNIT
@ kIfcUnitEnum_MAGNETICFLUXDENSITYUNIT
Definition: Ifc2x3Enum.h:4760
OdIfc2x3::kIfcElectricTimeControlTypeEnum_TIMEDELAY
@ kIfcElectricTimeControlTypeEnum_TIMEDELAY
Definition: Ifc2x3Enum.h:1924
OdIfc2x3::StrToIfcTextPath
IfcTextPath StrToIfcTextPath(OdAnsiString val)
OdIfc2x3::kIfcReinforcingBarRoleEnum_LIGATURE
@ kIfcReinforcingBarRoleEnum_LIGATURE
Definition: Ifc2x3Enum.h:3541
OdIfc2x3::IfcProcedureTypeEnum::IfcProcedureTypeEnum
IfcProcedureTypeEnum()
Definition: Ifc2x3Enum.h:3200
OdIfc2x3::IfcElectricApplianceTypeEnum::IfcElectricApplianceTypeEnum
IfcElectricApplianceTypeEnum(const IfcElectricApplianceTypeEnum &other)
Definition: Ifc2x3Enum.h:1734
OdIfc2x3::kIfcTextPath_RIGHT
@ kIfcTextPath_RIGHT
Definition: Ifc2x3Enum.h:4459
OdIfc2x3::IfcResourceConsumptionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3613
OdIfc2x3::IfcTimeSeriesDataTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcCurtainWallTypeEnum::IfcCurtainWallTypeEnum
IfcCurtainWallTypeEnum()
Definition: Ifc2x3Enum.h:1190
OdIfc2x3::IfcVibrationIsolatorTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4884
OdIfc2x3::kIfcDoorStyleConstructionEnum_ALUMINIUM_PLASTIC
@ kIfcDoorStyleConstructionEnum_ALUMINIUM_PLASTIC
Definition: Ifc2x3Enum.h:1546
OdIfc2x3::IfcSoundScaleEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcInventoryTypeEnum_USERDEFINED
@ kIfcInventoryTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2526
OdIfc2x3::IfcDamperTypeEnum
Definition: Ifc2x3Enum.h:1223
OdIfc2x3::kIfcMemberTypeEnum_POST
@ kIfcMemberTypeEnum_POST
Definition: Ifc2x3Enum.h:2781
OdIfc2x3::IfcProfileTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3229
OdIfc2x3::kIfcHumidifierTypeEnum_STEAMINJECTION
@ kIfcHumidifierTypeEnum_STEAMINJECTION
Definition: Ifc2x3Enum.h:2459
OdIfc2x3::IfcFlowInstrumentTypeEnum::IfcFlowInstrumentTypeEnum
IfcFlowInstrumentTypeEnum(const IfcFlowInstrumentTypeEnum &other)
Definition: Ifc2x3Enum.h:2271
OdIfc2x3::kIfcResourceConsumptionEnum_unset
@ kIfcResourceConsumptionEnum_unset
Definition: Ifc2x3Enum.h:3604
OdIfc2x3::kIfcWindowStyleOperationEnum_NOTDEFINED
@ kIfcWindowStyleOperationEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:5069
OdIfc2x3::IfcChangeActionEnum::IfcChangeActionEnum
IfcChangeActionEnum(const IfcChangeActionEnum &other)
Definition: Ifc2x3Enum.h:698
OdIfc2x3::kIfcObjectTypeEnum_NOTDEFINED
@ kIfcObjectTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2871
OdIfc2x3::kIfcCompressorTypeEnum_ROTARY
@ kIfcCompressorTypeEnum_ROTARY
Definition: Ifc2x3Enum.h:801
OdIfc2x3::kIfcDerivedUnitEnum_THERMALEXPANSIONCOEFFICIENTUNIT
@ kIfcDerivedUnitEnum_THERMALEXPANSIONCOEFFICIENTUNIT
Definition: Ifc2x3Enum.h:1316
OdIfc2x3::kIfcTransitionCode_unset
@ kIfcTransitionCode_unset
Definition: Ifc2x3Enum.h:4639
OdIfc2x3::StrToIfcAnalysisTheoryTypeEnum
IfcAnalysisTheoryTypeEnum StrToIfcAnalysisTheoryTypeEnum(OdAnsiString val)
OdIfc2x3::IfcCoolingTowerTypeEnum_
IfcCoolingTowerTypeEnum_
Definition: Ifc2x3Enum.h:982
OdIfc2x3::IfcGasTerminalTypeEnum::IfcGasTerminalTypeEnum
IfcGasTerminalTypeEnum()
Definition: Ifc2x3Enum.h:2358
OdIfc2x3::kIfcAssemblyPlaceEnum_SITE
@ kIfcAssemblyPlaceEnum_SITE
Definition: Ifc2x3Enum.h:409
OdIfc2x3::IfcInternalOrExternalEnum_
IfcInternalOrExternalEnum_
Definition: Ifc2x3Enum.h:2496
OdIfc2x3::IfcCurrencyEnum
Definition: Ifc2x3Enum.h:1162
OdIfc2x3::kIfcUnitaryEquipmentTypeEnum_AIRCONDITIONINGUNIT
@ kIfcUnitaryEquipmentTypeEnum_AIRCONDITIONINGUNIT
Definition: Ifc2x3Enum.h:4796
OdIfc2x3::kIfcConnectionTypeEnum_ATPATH
@ kIfcConnectionTypeEnum_ATPATH
Definition: Ifc2x3Enum.h:870
OdIfc2x3::IfcCurrencyEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1168
OdIfc2x3::StrToIfcWindowStyleConstructionEnum
IfcWindowStyleConstructionEnum StrToIfcWindowStyleConstructionEnum(OdAnsiString val)
OdIfc2x3::kIfcThermalLoadSourceEnum_RECIRCULATEDAIR
@ kIfcThermalLoadSourceEnum_RECIRCULATEDAIR
Definition: Ifc2x3Enum.h:4490
OdIfc2x3::kIfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATECOUNTERFLOWEXCHANGER
@ kIfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATECOUNTERFLOWEXCHANGER
Definition: Ifc2x3Enum.h:260
OdIfc2x3::IfcGlobalOrLocalEnum::IfcGlobalOrLocalEnum
IfcGlobalOrLocalEnum(IfcGlobalOrLocalEnum_ val)
Definition: Ifc2x3Enum.h:2417
OdIfc2x3::kIfcCurrencyEnum_BSD
@ kIfcCurrencyEnum_BSD
Definition: Ifc2x3Enum.h:1087
OdIfc2x3::kIfcAheadOrBehind_unset
@ kIfcAheadOrBehind_unset
Definition: Ifc2x3Enum.h:177
OdIfc2x3::IfcDirectionSenseEnum_
IfcDirectionSenseEnum_
Definition: Ifc2x3Enum.h:1367
OdIfc2x3::kIfcElectricDistributionPointFunctionEnum_ALARMPANEL
@ kIfcElectricDistributionPointFunctionEnum_ALARMPANEL
Definition: Ifc2x3Enum.h:1776
OdIfc2x3::IfcWindowPanelPositionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:5014
OdIfc2x3::kIfcCurrencyEnum_CBD
@ kIfcCurrencyEnum_CBD
Definition: Ifc2x3Enum.h:1091
OdIfc2x3::kIfcCoveringTypeEnum_MEMBRANE
@ kIfcCoveringTypeEnum_MEMBRANE
Definition: Ifc2x3Enum.h:1048
OdIfc2x3::IfcTimeSeriesDataTypeEnum
Definition: Ifc2x3Enum.h:4558
OdIfc2x3::IfcDoorStyleOperationEnum
Definition: Ifc2x3Enum.h:1594
OdIfc2x3::kIfcCurrencyEnum_BMD
@ kIfcCurrencyEnum_BMD
Definition: Ifc2x3Enum.h:1084
OdIfc2x3::kIfcConstraintEnum_ADVISORY
@ kIfcConstraintEnum_ADVISORY
Definition: Ifc2x3Enum.h:899
OdIfc2x3::IfcJunctionBoxTypeEnum::IfcJunctionBoxTypeEnum
IfcJunctionBoxTypeEnum(const IfcJunctionBoxTypeEnum &other)
Definition: Ifc2x3Enum.h:2560
OdIfc2x3::StrToIfcDerivedUnitEnum
IfcDerivedUnitEnum StrToIfcDerivedUnitEnum(OdAnsiString val)
OdIfc2x3::kIfcElementAssemblyTypeEnum_ARCH
@ kIfcElementAssemblyTypeEnum_ARCH
Definition: Ifc2x3Enum.h:1952
OdIfc2x3::IfcTrimmingPreference::nullify
void nullify()
Definition: Ifc2x3Enum.h:4703
OdIfc2x3::StrToIfcSIUnitName
IfcSIUnitName StrToIfcSIUnitName(OdAnsiString val)
OdDAI::OdLogical
Definition: daiPrimitive.h:47
OdIfc2x3::IfcCableSegmentTypeEnum::IfcCableSegmentTypeEnum
IfcCableSegmentTypeEnum(const IfcCableSegmentTypeEnum &other)
Definition: Ifc2x3Enum.h:669
OdIfc2x3::IfcElectricDistributionPointFunctionEnum::IfcElectricDistributionPointFunctionEnum
IfcElectricDistributionPointFunctionEnum()
Definition: Ifc2x3Enum.h:1793
OdIfc2x3::IfcJunctionBoxTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2563
OdIfc2x3::kIfcStairTypeEnum_THREE_QUARTER_TURN_STAIR
@ kIfcStairTypeEnum_THREE_QUARTER_TURN_STAIR
Definition: Ifc2x3Enum.h:4196
OdIfc2x3::kIfcPumpTypeEnum_ENDSUCTION
@ kIfcPumpTypeEnum_ENDSUCTION
Definition: Ifc2x3Enum.h:3391
OdIfc2x3::IfcObjectTypeEnum::IfcObjectTypeEnum
IfcObjectTypeEnum(IfcObjectTypeEnum_ val)
Definition: Ifc2x3Enum.h:2880
OdIfc2x3::kIfcDataOriginEnum_SIMULATED
@ kIfcDataOriginEnum_SIMULATED
Definition: Ifc2x3Enum.h:1245
OdIfc2x3::IfcTendonTypeEnum
Definition: Ifc2x3Enum.h:4438
OdIfc2x3::kIfcSIPrefix_HECTO
@ kIfcSIPrefix_HECTO
Definition: Ifc2x3Enum.h:3741
OdIfc2x3::IfcCurtainWallTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcElementCompositionEnum_PARTIAL
@ kIfcElementCompositionEnum_PARTIAL
Definition: Ifc2x3Enum.h:1987
OdIfc2x3::IfcGasTerminalTypeEnum::IfcGasTerminalTypeEnum
IfcGasTerminalTypeEnum(IfcGasTerminalTypeEnum_ val)
Definition: Ifc2x3Enum.h:2360
OdIfc2x3::kIfcFireSuppressionTerminalTypeEnum_NOTDEFINED
@ kIfcFireSuppressionTerminalTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2203
OdIfc2x3::kIfcHumidifierTypeEnum_unset
@ kIfcHumidifierTypeEnum_unset
Definition: Ifc2x3Enum.h:2474
OdIfc2x3::kIfcPhysicalOrVirtualEnum_VIRTUAL
@ kIfcPhysicalOrVirtualEnum_VIRTUAL
Definition: Ifc2x3Enum.h:3015
OdIfc2x3::kIfcObjectiveEnum_HEALTHANDSAFETY
@ kIfcObjectiveEnum_HEALTHANDSAFETY
Definition: Ifc2x3Enum.h:2897
OdIfc2x3::kIfcDamperTypeEnum_FUMEHOODEXHAUST
@ kIfcDamperTypeEnum_FUMEHOODEXHAUST
Definition: Ifc2x3Enum.h:1217
OdIfc2x3::StrToIfcCurtainWallTypeEnum
IfcCurtainWallTypeEnum StrToIfcCurtainWallTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcTextPath_DOWN
@ kIfcTextPath_DOWN
Definition: Ifc2x3Enum.h:4461
OdIfc2x3::IfcDocumentStatusEnum::IfcDocumentStatusEnum
IfcDocumentStatusEnum()
Definition: Ifc2x3Enum.h:1466
OdIfc2x3::kIfcStairTypeEnum_TWO_STRAIGHT_RUN_STAIR
@ kIfcStairTypeEnum_TWO_STRAIGHT_RUN_STAIR
Definition: Ifc2x3Enum.h:4188
OdIfc2x3::kIfcProjectOrderRecordTypeEnum_PURCHASE
@ kIfcProjectOrderRecordTypeEnum_PURCHASE
Definition: Ifc2x3Enum.h:3245
OdIfc2x3::IfcAnalysisModelTypeEnum::IfcAnalysisModelTypeEnum
IfcAnalysisModelTypeEnum(IfcAnalysisModelTypeEnum_ val)
Definition: Ifc2x3Enum.h:338
OdIfc2x3::kIfcStateEnum_unset
@ kIfcStateEnum_unset
Definition: Ifc2x3Enum.h:4231
OdIfc2x3::IfcTrimmingPreference::IfcTrimmingPreference
IfcTrimmingPreference(const IfcTrimmingPreference &other)
Definition: Ifc2x3Enum.h:4700
OdIfc2x3::kIfcSIUnitName_GRAY
@ kIfcSIUnitName_GRAY
Definition: Ifc2x3Enum.h:3782
OdIfc2x3::IfcRoleEnum::IfcRoleEnum
IfcRoleEnum(const IfcRoleEnum &other)
Definition: Ifc2x3Enum.h:3682
OdIfc2x3::kIfcFanTypeEnum_CENTRIFUGALAIRFOIL
@ kIfcFanTypeEnum_CENTRIFUGALAIRFOIL
Definition: Ifc2x3Enum.h:2138
OdIfc2x3::kIfcAnalysisTheoryTypeEnum_SECOND_ORDER_THEORY
@ kIfcAnalysisTheoryTypeEnum_SECOND_ORDER_THEORY
Definition: Ifc2x3Enum.h:354
OdIfc2x3::StrToIfcWallTypeEnum
IfcWallTypeEnum StrToIfcWallTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcFireSuppressionTerminalTypeEnum_unset
@ kIfcFireSuppressionTerminalTypeEnum_unset
Definition: Ifc2x3Enum.h:2204
OdIfc2x3::IfcGasTerminalTypeEnum_
IfcGasTerminalTypeEnum_
Definition: Ifc2x3Enum.h:2346
OdIfc2x3::kIfcSequenceEnum_FINISH_FINISH
@ kIfcSequenceEnum_FINISH_FINISH
Definition: Ifc2x3Enum.h:3928
OdIfc2x3::kIfcDoorPanelPositionEnum_MIDDLE
@ kIfcDoorPanelPositionEnum_MIDDLE
Definition: Ifc2x3Enum.h:1515
OdIfc2x3::IfcEnvironmentalImpactCategoryEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2057
OdIfc2x3::StrToIfcConnectionTypeEnum
IfcConnectionTypeEnum StrToIfcConnectionTypeEnum(OdAnsiString val)
OdIfc2x3::IfcStackTerminalTypeEnum::IfcStackTerminalTypeEnum
IfcStackTerminalTypeEnum()
Definition: Ifc2x3Enum.h:4140
OdIfc2x3::IfcObjectiveEnum
Definition: Ifc2x3Enum.h:2906
OdIfc2x3::kIfcCurrencyEnum_PTN
@ kIfcCurrencyEnum_PTN
Definition: Ifc2x3Enum.h:1140
OdIfc2x3::kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVESLINGERSPACKAGEDAIRCOOLER
@ kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVESLINGERSPACKAGEDAIRCOOLER
Definition: Ifc2x3Enum.h:2073
OdIfc2x3::IfcDoorStyleConstructionEnum_
IfcDoorStyleConstructionEnum_
Definition: Ifc2x3Enum.h:1540
OdIfc2x3::kIfcPipeSegmentTypeEnum_USERDEFINED
@ kIfcPipeSegmentTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3133
OdIfc2x3::kIfcPipeFittingTypeEnum_unset
@ kIfcPipeFittingTypeEnum_unset
Definition: Ifc2x3Enum.h:3106
OdIfc2x3::kIfcDistributionChamberElementTypeEnum_METERCHAMBER
@ kIfcDistributionChamberElementTypeEnum_METERCHAMBER
Definition: Ifc2x3Enum.h:1397
OdIfc2x3::StrToIfcProjectedOrTrueLengthEnum
IfcProjectedOrTrueLengthEnum StrToIfcProjectedOrTrueLengthEnum(OdAnsiString val)
OdIfc2x3::kIfcArithmeticOperatorEnum_unset
@ kIfcArithmeticOperatorEnum_unset
Definition: Ifc2x3Enum.h:386
OdIfc2x3::kIfcActionSourceTypeEnum_CURRENT
@ kIfcActionSourceTypeEnum_CURRENT
Definition: Ifc2x3Enum.h:60
OdIfc2x3::kIfcHumidifierTypeEnum_NOTDEFINED
@ kIfcHumidifierTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2473
OdIfc2x3::kIfcProcedureTypeEnum_NOTDEFINED
@ kIfcProcedureTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3193
OdIfc2x3::IfcLayerSetDirectionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTextPath::IfcTextPath
IfcTextPath(const IfcTextPath &other)
Definition: Ifc2x3Enum.h:4469
OdIfc2x3::IfcSensorTypeEnum::IfcSensorTypeEnum
IfcSensorTypeEnum(const IfcSensorTypeEnum &other)
Definition: Ifc2x3Enum.h:3909
OdIfc2x3::IfcWindowStyleConstructionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:5045
OdIfc2x3::IfcNullStyle_
IfcNullStyle_
Definition: Ifc2x3Enum.h:2839
OdIfc2x3::kIfcRoleEnum_CONSULTANT
@ kIfcRoleEnum_CONSULTANT
Definition: Ifc2x3Enum.h:3670
OdIfc2x3::StrToIfcSpaceTypeEnum
IfcSpaceTypeEnum StrToIfcSpaceTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcTransformerTypeEnum_NOTDEFINED
@ kIfcTransformerTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4611
OdIfc2x3::kIfcAirTerminalTypeEnum_IRIS
@ kIfcAirTerminalTypeEnum_IRIS
Definition: Ifc2x3Enum.h:232
OdIfc2x3::IfcWorkControlTypeEnum::IfcWorkControlTypeEnum
IfcWorkControlTypeEnum(IfcWorkControlTypeEnum_ val)
Definition: Ifc2x3Enum.h:5106
OdIfc2x3::kIfcActionTypeEnum_EXTRAORDINARY_A
@ kIfcActionTypeEnum_EXTRAORDINARY_A
Definition: Ifc2x3Enum.h:91
OdIfc2x3::kIfcTransitionCode_DISCONTINUOUS
@ kIfcTransitionCode_DISCONTINUOUS
Definition: Ifc2x3Enum.h:4635
OdIfc2x3::IfcSequenceEnum::IfcSequenceEnum
IfcSequenceEnum()
Definition: Ifc2x3Enum.h:3936
OdIfc2x3::IfcActionSourceTypeEnum::IfcActionSourceTypeEnum
IfcActionSourceTypeEnum(const IfcActionSourceTypeEnum &other)
Definition: Ifc2x3Enum.h:73
OdIfc2x3::kIfcServiceLifeFactorTypeEnum_B_DESIGNLEVEL
@ kIfcServiceLifeFactorTypeEnum_B_DESIGNLEVEL
Definition: Ifc2x3Enum.h:3954
OdIfc2x3::IfcLayerSetDirectionEnum::IfcLayerSetDirectionEnum
IfcLayerSetDirectionEnum(IfcLayerSetDirectionEnum_ val)
Definition: Ifc2x3Enum.h:2618
OdIfc2x3::kIfcPileTypeEnum_NOTDEFINED
@ kIfcPileTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3073
OdIfc2x3::IfcCoveringTypeEnum
Definition: Ifc2x3Enum.h:1056
OdIfc2x3::kIfcAnalysisModelTypeEnum_OUT_PLANE_LOADING_2D
@ kIfcAnalysisModelTypeEnum_OUT_PLANE_LOADING_2D
Definition: Ifc2x3Enum.h:326
OdIfc2x3::kIfcRoleEnum_MANUFACTURER
@ kIfcRoleEnum_MANUFACTURER
Definition: Ifc2x3Enum.h:3653
OdIfc2x3::kIfcWasteTerminalTypeEnum_NOTDEFINED
@ kIfcWasteTerminalTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4938
OdIfc2x3::kIfcCurrencyEnum_AUD
@ kIfcCurrencyEnum_AUD
Definition: Ifc2x3Enum.h:1079
OdIfc2x3::IfcPropertySourceEnum::toStr
OdAnsiString toStr()
OdIfc2x3::StrToIfcRampTypeEnum
IfcRampTypeEnum StrToIfcRampTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcBoilerTypeEnum_unset
@ kIfcBoilerTypeEnum_unset
Definition: Ifc2x3Enum.h:526
OdIfc2x3::kIfcFireSuppressionTerminalTypeEnum_SPRINKLERDEFLECTOR
@ kIfcFireSuppressionTerminalTypeEnum_SPRINKLERDEFLECTOR
Definition: Ifc2x3Enum.h:2201
OdIfc2x3::IfcConnectionTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:884
OdIfc2x3::kIfcChillerTypeEnum_HEATRECOVERY
@ kIfcChillerTypeEnum_HEATRECOVERY
Definition: Ifc2x3Enum.h:716
OdIfc2x3::IfcReinforcingBarRoleEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3558
OdIfc2x3::kIfcLampTypeEnum_HIGHPRESSUREMERCURY
@ kIfcLampTypeEnum_HIGHPRESSUREMERCURY
Definition: Ifc2x3Enum.h:2578
OdIfc2x3::StrToIfcOccupantTypeEnum
IfcOccupantTypeEnum StrToIfcOccupantTypeEnum(OdAnsiString val)
OdIfc2x3::StrToIfcCableCarrierFittingTypeEnum
IfcCableCarrierFittingTypeEnum StrToIfcCableCarrierFittingTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcSensorTypeEnum_TEMPERATURESENSOR
@ kIfcSensorTypeEnum_TEMPERATURESENSOR
Definition: Ifc2x3Enum.h:3899
OdIfc2x3::IfcFlowDirectionEnum::IfcFlowDirectionEnum
IfcFlowDirectionEnum(IfcFlowDirectionEnum_ val)
Definition: Ifc2x3Enum.h:2239
OdIfc2x3::kIfcDistributionChamberElementTypeEnum_SUMP
@ kIfcDistributionChamberElementTypeEnum_SUMP
Definition: Ifc2x3Enum.h:1398
OdIfc2x3::IfcBooleanOperator_
IfcBooleanOperator_
Definition: Ifc2x3Enum.h:548
OdIfc2x3::kIfcSIPrefix_EXA
@ kIfcSIPrefix_EXA
Definition: Ifc2x3Enum.h:3735
OdIfc2x3::kIfcLayerSetDirectionEnum_AXIS3
@ kIfcLayerSetDirectionEnum_AXIS3
Definition: Ifc2x3Enum.h:2609
OdIfc2x3::IfcEvaporatorTypeEnum
Definition: Ifc2x3Enum.h:2115
OdIfc2x3::kIfcHeatExchangerTypeEnum_SHELLANDTUBE
@ kIfcHeatExchangerTypeEnum_SHELLANDTUBE
Definition: Ifc2x3Enum.h:2433
OdIfc2x3::kIfcCompressorTypeEnum_NOTDEFINED
@ kIfcCompressorTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:815
OdIfc2x3::IfcAnalysisTheoryTypeEnum::IfcAnalysisTheoryTypeEnum
IfcAnalysisTheoryTypeEnum()
Definition: Ifc2x3Enum.h:365
OdIfc2x3::IfcElementCompositionEnum::IfcElementCompositionEnum
IfcElementCompositionEnum()
Definition: Ifc2x3Enum.h:1994
OdIfc2x3::IfcDistributionChamberElementTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1412
OdIfc2x3::kIfcDerivedUnitEnum_ANGULARVELOCITYUNIT
@ kIfcDerivedUnitEnum_ANGULARVELOCITYUNIT
Definition: Ifc2x3Enum.h:1271
OdIfc2x3::IfcObjectiveEnum::IfcObjectiveEnum
IfcObjectiveEnum(const IfcObjectiveEnum &other)
Definition: Ifc2x3Enum.h:2910
OdIfc2x3::IfcActuatorTypeEnum_
IfcActuatorTypeEnum_
Definition: Ifc2x3Enum.h:116
OdIfc2x3::kIfcElectricMotorTypeEnum_RELUCTANCESYNCHRONOUS
@ kIfcElectricMotorTypeEnum_RELUCTANCESYNCHRONOUS
Definition: Ifc2x3Enum.h:1896
OdIfc2x3::IfcSequenceEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcSpaceHeaterTypeEnum_CONVECTOR
@ kIfcSpaceHeaterTypeEnum_CONVECTOR
Definition: Ifc2x3Enum.h:4075
OdIfc2x3::kIfcRibPlateDirectionEnum_unset
@ kIfcRibPlateDirectionEnum_unset
Definition: Ifc2x3Enum.h:3629
OdIfc2x3::kIfcWindowPanelPositionEnum_unset
@ kIfcWindowPanelPositionEnum_unset
Definition: Ifc2x3Enum.h:5005
OdIfc2x3::IfcAirTerminalBoxTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:215
OdIfc2x3::IfcLayerSetDirectionEnum_
IfcLayerSetDirectionEnum_
Definition: Ifc2x3Enum.h:2606
OdIfc2x3::IfcSurfaceSide
Definition: Ifc2x3Enum.h:4318
OdIfc2x3::kIfcProjectOrderTypeEnum_USERDEFINED
@ kIfcProjectOrderTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3277
OdIfc2x3::IfcTankTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4415
OdIfc2x3::kIfcReflectanceMethodEnum_MATT
@ kIfcReflectanceMethodEnum_MATT
Definition: Ifc2x3Enum.h:3509
OdIfc2x3::kIfcSlabTypeEnum_NOTDEFINED
@ kIfcSlabTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4018
OdIfc2x3::kIfcRoofTypeEnum_GABLE_ROOF
@ kIfcRoofTypeEnum_GABLE_ROOF
Definition: Ifc2x3Enum.h:3700
OdIfc2x3::IfcBoilerTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:536
OdIfc2x3::kIfcWindowStyleOperationEnum_DOUBLE_PANEL_HORIZONTAL
@ kIfcWindowStyleOperationEnum_DOUBLE_PANEL_HORIZONTAL
Definition: Ifc2x3Enum.h:5061
OdIfc2x3::IfcFilterTypeEnum
Definition: Ifc2x3Enum.h:2177
OdIfc2x3::IfcTransportElementTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcFanTypeEnum_
IfcFanTypeEnum_
Definition: Ifc2x3Enum.h:2134
OdIfc2x3::IfcPlateTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3172
OdIfc2x3::IfcSensorTypeEnum::IfcSensorTypeEnum
IfcSensorTypeEnum(IfcSensorTypeEnum_ val)
Definition: Ifc2x3Enum.h:3910
OdIfc2x3::IfcPropertySourceEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3345
OdIfc2x3::kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVERIGIDMEDIAAIRCOOLER
@ kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVERIGIDMEDIAAIRCOOLER
Definition: Ifc2x3Enum.h:2072
OdIfc2x3::IfcSectionTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3874
OdIfc2x3::IfcTransformerTypeEnum
Definition: Ifc2x3Enum.h:4615
OdIfc2x3::kIfcObjectiveEnum_DESIGNINTENT
@ kIfcObjectiveEnum_DESIGNINTENT
Definition: Ifc2x3Enum.h:2896
OdIfc2x3::kIfcElectricApplianceTypeEnum_SCANNER
@ kIfcElectricApplianceTypeEnum_SCANNER
Definition: Ifc2x3Enum.h:1717
OdIfc2x3::kIfcPermeableCoveringOperationEnum_USERDEFINED
@ kIfcPermeableCoveringOperationEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2989
OdIfc2x3::kIfcTendonTypeEnum_NOTDEFINED
@ kIfcTendonTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4434
OdIfc2x3::IfcLightEmissionSourceEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2681
OdIfc2x3::StrToIfcPileTypeEnum
IfcPileTypeEnum StrToIfcPileTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcDerivedUnitEnum_MODULUSOFLINEARSUBGRADEREACTIONUNIT
@ kIfcDerivedUnitEnum_MODULUSOFLINEARSUBGRADEREACTIONUNIT
Definition: Ifc2x3Enum.h:1307
OdIfc2x3::IfcStairFlightTypeEnum::IfcStairFlightTypeEnum
IfcStairFlightTypeEnum()
Definition: Ifc2x3Enum.h:4170
OdIfc2x3::StrToIfcTransportElementTypeEnum
IfcTransportElementTypeEnum StrToIfcTransportElementTypeEnum(OdAnsiString val)
OdIfc2x3::IfcFilterTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcCoolingTowerTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcUnitEnum_ABSORBEDDOSEUNIT
@ kIfcUnitEnum_ABSORBEDDOSEUNIT
Definition: Ifc2x3Enum.h:4742
OdIfc2x3::kIfcCostScheduleTypeEnum_BUDGET
@ kIfcCostScheduleTypeEnum_BUDGET
Definition: Ifc2x3Enum.h:1011
OdIfc2x3::IfcBenchmarkEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:509
OdIfc2x3::IfcProjectOrderTypeEnum_
IfcProjectOrderTypeEnum_
Definition: Ifc2x3Enum.h:3271
OdIfc2x3::IfcAlarmTypeEnum_
IfcAlarmTypeEnum_
Definition: Ifc2x3Enum.h:293
OdIfc2x3::kIfcStairTypeEnum_TWO_CURVED_RUN_STAIR
@ kIfcStairTypeEnum_TWO_CURVED_RUN_STAIR
Definition: Ifc2x3Enum.h:4200
OdIfc2x3::IfcElectricFlowStorageDeviceTypeEnum::IfcElectricFlowStorageDeviceTypeEnum
IfcElectricFlowStorageDeviceTypeEnum(IfcElectricFlowStorageDeviceTypeEnum_ val)
Definition: Ifc2x3Enum.h:1825
OdIfc2x3::IfcProtectiveDeviceTypeEnum::IfcProtectiveDeviceTypeEnum
IfcProtectiveDeviceTypeEnum(IfcProtectiveDeviceTypeEnum_ val)
Definition: Ifc2x3Enum.h:3375
OdIfc2x3::IfcFilterTypeEnum_
IfcFilterTypeEnum_
Definition: Ifc2x3Enum.h:2166
OdIfc2x3::IfcEvaporativeCoolerTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2091
OdIfc2x3::IfcStateEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcThermalLoadSourceEnum_AIREXCHANGERATE
@ kIfcThermalLoadSourceEnum_AIREXCHANGERATE
Definition: Ifc2x3Enum.h:4492
OdIfc2x3::kIfcAnalysisTheoryTypeEnum_FIRST_ORDER_THEORY
@ kIfcAnalysisTheoryTypeEnum_FIRST_ORDER_THEORY
Definition: Ifc2x3Enum.h:353
OdIfc2x3::IfcDocumentConfidentialityEnum::IfcDocumentConfidentialityEnum
IfcDocumentConfidentialityEnum()
Definition: Ifc2x3Enum.h:1438
OdIfc2x3::kIfcTubeBundleTypeEnum_unset
@ kIfcTubeBundleTypeEnum_unset
Definition: Ifc2x3Enum.h:4719
OdIfc2x3::kIfcChangeActionEnum_DELETED
@ kIfcChangeActionEnum_DELETED
Definition: Ifc2x3Enum.h:688
OdIfc2x3::StrToIfcStructuralCurveTypeEnum
IfcStructuralCurveTypeEnum StrToIfcStructuralCurveTypeEnum(OdAnsiString val)
OdIfc2x3::IfcValveTypeEnum::IfcValveTypeEnum
IfcValveTypeEnum()
Definition: Ifc2x3Enum.h:4853
OdIfc2x3::kIfcLightDistributionCurveEnum_TYPE_B
@ kIfcLightDistributionCurveEnum_TYPE_B
Definition: Ifc2x3Enum.h:2634
OdIfc2x3::kIfcActionSourceTypeEnum_SHRINKAGE
@ kIfcActionSourceTypeEnum_SHRINKAGE
Definition: Ifc2x3Enum.h:55
OdIfc2x3::kIfcSensorTypeEnum_HUMIDITYSENSOR
@ kIfcSensorTypeEnum_HUMIDITYSENSOR
Definition: Ifc2x3Enum.h:3892
OdIfc2x3::IfcStructuralSurfaceTypeEnum_
IfcStructuralSurfaceTypeEnum_
Definition: Ifc2x3Enum.h:4283
OdIfc2x3::IfcDuctSegmentTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1659
OdIfc2x3::IfcArithmeticOperatorEnum
Definition: Ifc2x3Enum.h:389
OdIfc2x3::IfcProfileTypeEnum::IfcProfileTypeEnum
IfcProfileTypeEnum(IfcProfileTypeEnum_ val)
Definition: Ifc2x3Enum.h:3227
OdIfc2x3::IfcHumidifierTypeEnum
Definition: Ifc2x3Enum.h:2477
OdIfc2x3::kIfcElectricApplianceTypeEnum_PHOTOCOPIER
@ kIfcElectricApplianceTypeEnum_PHOTOCOPIER
Definition: Ifc2x3Enum.h:1713
OdIfc2x3::kIfcMotorConnectionTypeEnum_NOTDEFINED
@ kIfcMotorConnectionTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2816
OdIfc2x3::kIfcWindowStyleOperationEnum_TRIPLE_PANEL_TOP
@ kIfcWindowStyleOperationEnum_TRIPLE_PANEL_TOP
Definition: Ifc2x3Enum.h:5064
OdIfc2x3::kIfcLayerSetDirectionEnum_unset
@ kIfcLayerSetDirectionEnum_unset
Definition: Ifc2x3Enum.h:2610
OdIfc2x3::kIfcBSplineCurveForm_CIRCULAR_ARC
@ kIfcBSplineCurveForm_CIRCULAR_ARC
Definition: Ifc2x3Enum.h:436
OdIfc2x3::IfcActionTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:104
OdIfc2x3::IfcCableSegmentTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:671
OdIfc2x3::kIfcCurrencyEnum_GIP
@ kIfcCurrencyEnum_GIP
Definition: Ifc2x3Enum.h:1109
OdIfc2x3::kIfcServiceLifeFactorTypeEnum_NOTDEFINED
@ kIfcServiceLifeFactorTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3961
OdIfc2x3::IfcCompressorTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:825
OdIfc2x3::StrToIfcStairTypeEnum
IfcStairTypeEnum StrToIfcStairTypeEnum(OdAnsiString val)
OdIfc2x3::IfcWorkControlTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcValveTypeEnum_COMMISSIONING
@ kIfcValveTypeEnum_COMMISSIONING
Definition: Ifc2x3Enum.h:4828
OdIfc2x3::IfcAheadOrBehind::IfcAheadOrBehind
IfcAheadOrBehind(const IfcAheadOrBehind &other)
Definition: Ifc2x3Enum.h:184
OdIfc2x3::kIfcWindowPanelOperationEnum_OTHEROPERATION
@ kIfcWindowPanelOperationEnum_OTHEROPERATION
Definition: Ifc2x3Enum.h:4974
OdIfc2x3::IfcThermalLoadSourceEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4507
OdIfc2x3::kIfcCompressorTypeEnum_USERDEFINED
@ kIfcCompressorTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:814
OdIfc2x3::kIfcSensorTypeEnum_NOTDEFINED
@ kIfcSensorTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3901
OdIfc2x3::kIfcCurrencyEnum_TTD
@ kIfcCurrencyEnum_TTD
Definition: Ifc2x3Enum.h:1150
OdIfc2x3::kIfcSectionTypeEnum_unset
@ kIfcSectionTypeEnum_unset
Definition: Ifc2x3Enum.h:3864
OdIfc2x3::IfcDirectionSenseEnum::IfcDirectionSenseEnum
IfcDirectionSenseEnum()
Definition: Ifc2x3Enum.h:1376
OdIfc2x3::IfcObjectTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2882
OdIfc2x3::kIfcBenchmarkEnum_NOTEQUALTO
@ kIfcBenchmarkEnum_NOTEQUALTO
Definition: Ifc2x3Enum.h:498
OdIfc2x3::kIfcWasteTerminalTypeEnum_GULLYSUMP
@ kIfcWasteTerminalTypeEnum_GULLYSUMP
Definition: Ifc2x3Enum.h:4929
OdIfc2x3::kIfcBenchmarkEnum_LESSTHAN
@ kIfcBenchmarkEnum_LESSTHAN
Definition: Ifc2x3Enum.h:495
OdIfc2x3::kIfcDoorPanelOperationEnum_REVOLVING
@ kIfcDoorPanelOperationEnum_REVOLVING
Definition: Ifc2x3Enum.h:1487
OdIfc2x3::IfcAnalysisTheoryTypeEnum
Definition: Ifc2x3Enum.h:362
OdIfc2x3::kIfcThermalLoadSourceEnum_VENTILATIONINDOORAIR
@ kIfcThermalLoadSourceEnum_VENTILATIONINDOORAIR
Definition: Ifc2x3Enum.h:4488
OdIfc2x3::IfcStructuralCurveTypeEnum_
IfcStructuralCurveTypeEnum_
Definition: Ifc2x3Enum.h:4253
OdIfc2x3::IfcEvaporativeCoolerTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2092
OdIfc2x3::kIfcMotorConnectionTypeEnum_unset
@ kIfcMotorConnectionTypeEnum_unset
Definition: Ifc2x3Enum.h:2817
OdIfc2x3::kIfcRoofTypeEnum_BUTTERFLY_ROOF
@ kIfcRoofTypeEnum_BUTTERFLY_ROOF
Definition: Ifc2x3Enum.h:3707
OdIfc2x3::IfcRoofTypeEnum_
IfcRoofTypeEnum_
Definition: Ifc2x3Enum.h:3697
OdIfc2x3::kIfcWallTypeEnum_ELEMENTEDWALL
@ kIfcWallTypeEnum_ELEMENTEDWALL
Definition: Ifc2x3Enum.h:4900
OdIfc2x3::IfcLightDistributionCurveEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2647
OdIfc2x3::IfcCoilTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:759
OdIfc2x3::kIfcSIUnitName_PASCAL
@ kIfcSIUnitName_PASCAL
Definition: Ifc2x3Enum.h:3793
OdIfc2x3::kIfcFlowInstrumentTypeEnum_AMMETER
@ kIfcFlowInstrumentTypeEnum_AMMETER
Definition: Ifc2x3Enum.h:2256
OdIfc2x3::IfcOccupantTypeEnum::IfcOccupantTypeEnum
IfcOccupantTypeEnum(IfcOccupantTypeEnum_ val)
Definition: Ifc2x3Enum.h:2943
OdIfc2x3::kIfcUnitEnum_VOLUMEUNIT
@ kIfcUnitEnum_VOLUMEUNIT
Definition: Ifc2x3Enum.h:4770
OdIfc2x3::IfcSoundScaleEnum::IfcSoundScaleEnum
IfcSoundScaleEnum(const IfcSoundScaleEnum &other)
Definition: Ifc2x3Enum.h:4056
OdIfc2x3::IfcAheadOrBehind
Definition: Ifc2x3Enum.h:180
OdIfc2x3::kIfcSensorTypeEnum_USERDEFINED
@ kIfcSensorTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3900
OdIfc2x3::IfcLogicalOperatorEnum_
IfcLogicalOperatorEnum_
Definition: Ifc2x3Enum.h:2749
OdIfc2x3::IfcHumidifierTypeEnum::IfcHumidifierTypeEnum
IfcHumidifierTypeEnum(const IfcHumidifierTypeEnum &other)
Definition: Ifc2x3Enum.h:2481
OdIfc2x3::IfcSectionTypeEnum
Definition: Ifc2x3Enum.h:3867
OdIfc2x3::IfcDistributionChamberElementTypeEnum
Definition: Ifc2x3Enum.h:1406
OdIfc2x3::StrToIfcDuctSegmentTypeEnum
IfcDuctSegmentTypeEnum StrToIfcDuctSegmentTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcDerivedUnitEnum_LINEARMOMENTUNIT
@ kIfcDerivedUnitEnum_LINEARMOMENTUNIT
Definition: Ifc2x3Enum.h:1293
OdIfc2x3::IfcInventoryTypeEnum
Definition: Ifc2x3Enum.h:2531
OdIfc2x3::kIfcProtectiveDeviceTypeEnum_FUSEDISCONNECTOR
@ kIfcProtectiveDeviceTypeEnum_FUSEDISCONNECTOR
Definition: Ifc2x3Enum.h:3359
OdIfc2x3::IfcFlowDirectionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2241
OdIfc2x3::kIfcObjectiveEnum_REQUIREMENT
@ kIfcObjectiveEnum_REQUIREMENT
Definition: Ifc2x3Enum.h:2898
OdIfc2x3::kIfcGeometricProjectionEnum_SKETCH_VIEW
@ kIfcGeometricProjectionEnum_SKETCH_VIEW
Definition: Ifc2x3Enum.h:2376
OdIfc2x3::IfcConnectionTypeEnum::IfcConnectionTypeEnum
IfcConnectionTypeEnum(const IfcConnectionTypeEnum &other)
Definition: Ifc2x3Enum.h:881
OdIfc2x3::IfcAirTerminalTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:246
OdIfc2x3::IfcRampFlightTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcValveTypeEnum::IfcValveTypeEnum
IfcValveTypeEnum(IfcValveTypeEnum_ val)
Definition: Ifc2x3Enum.h:4855
OdIfc2x3::IfcPileConstructionEnum::IfcPileConstructionEnum
IfcPileConstructionEnum(IfcPileConstructionEnum_ val)
Definition: Ifc2x3Enum.h:3054
OdIfc2x3::IfcSurfaceSide::exists
int exists() const
Definition: Ifc2x3Enum.h:4324
OdIfc2x3::kIfcRoleEnum_STRUCTURALENGINEER
@ kIfcRoleEnum_STRUCTURALENGINEER
Definition: Ifc2x3Enum.h:3657
OdIfc2x3::StrToIfcSIPrefix
IfcSIPrefix StrToIfcSIPrefix(OdAnsiString val)
OdIfc2x3::IfcRampTypeEnum::IfcRampTypeEnum
IfcRampTypeEnum(const IfcRampTypeEnum &other)
Definition: Ifc2x3Enum.h:3490
OdIfc2x3::kIfcWallTypeEnum_USERDEFINED
@ kIfcWallTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4902
OdIfc2x3::kIfcSequenceEnum_START_FINISH
@ kIfcSequenceEnum_START_FINISH
Definition: Ifc2x3Enum.h:3926
OdIfc2x3::kIfcEvaporatorTypeEnum_USERDEFINED
@ kIfcEvaporatorTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2110
OdIfc2x3::kIfcStairFlightTypeEnum_USERDEFINED
@ kIfcStairFlightTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4162
OdIfc2x3::kIfcUnitEnum_PLANEANGLEUNIT
@ kIfcUnitEnum_PLANEANGLEUNIT
Definition: Ifc2x3Enum.h:4763
OdIfc2x3::IfcReinforcingBarSurfaceEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3583
OdIfc2x3::IfcSensorTypeEnum::IfcSensorTypeEnum
IfcSensorTypeEnum()
Definition: Ifc2x3Enum.h:3908
OdIfc2x3::kIfcCurrencyEnum_PHP
@ kIfcCurrencyEnum_PHP
Definition: Ifc2x3Enum.h:1137
OdIfc2x3::IfcSectionTypeEnum::IfcSectionTypeEnum
IfcSectionTypeEnum(const IfcSectionTypeEnum &other)
Definition: Ifc2x3Enum.h:3871
OdIfc2x3::kIfcDuctFittingTypeEnum_USERDEFINED
@ kIfcDuctFittingTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1621
OdIfc2x3::StrToIfcAnalysisModelTypeEnum
IfcAnalysisModelTypeEnum StrToIfcAnalysisModelTypeEnum(OdAnsiString val)
OdIfc2x3::StrToIfcCurrencyEnum
IfcCurrencyEnum StrToIfcCurrencyEnum(OdAnsiString val)
OdIfc2x3::IfcStairFlightTypeEnum
Definition: Ifc2x3Enum.h:4167
OdIfc2x3::kIfcTransitionCode_CONTSAMEGRADIENT
@ kIfcTransitionCode_CONTSAMEGRADIENT
Definition: Ifc2x3Enum.h:4637
OdIfc2x3::StrToIfcRoofTypeEnum
IfcRoofTypeEnum StrToIfcRoofTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcCurrencyEnum_ICK
@ kIfcCurrencyEnum_ICK
Definition: Ifc2x3Enum.h:1114
OdIfc2x3::kIfcDoorStyleConstructionEnum_HIGH_GRADE_STEEL
@ kIfcDoorStyleConstructionEnum_HIGH_GRADE_STEEL
Definition: Ifc2x3Enum.h:1542
OdIfc2x3::IfcDuctSilencerTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcAlarmTypeEnum
Definition: Ifc2x3Enum.h:305
OdIfc2x3::kIfcSpaceTypeEnum_NOTDEFINED
@ kIfcSpaceTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4105
OdIfc2x3::kIfcValveTypeEnum_STEAMTRAP
@ kIfcValveTypeEnum_STEAMTRAP
Definition: Ifc2x3Enum.h:4843
OdIfc2x3::IfcAssemblyPlaceEnum
Definition: Ifc2x3Enum.h:415
OdIfc2x3::IfcSwitchingDeviceTypeEnum_
IfcSwitchingDeviceTypeEnum_
Definition: Ifc2x3Enum.h:4369
OdIfc2x3::kIfcCompressorTypeEnum_TROCHOIDAL
@ kIfcCompressorTypeEnum_TROCHOIDAL
Definition: Ifc2x3Enum.h:803
OdIfc2x3::kIfcElectricTimeControlTypeEnum_USERDEFINED
@ kIfcElectricTimeControlTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1926
OdIfc2x3::IfcCableCarrierFittingTypeEnum::IfcCableCarrierFittingTypeEnum
IfcCableCarrierFittingTypeEnum(const IfcCableCarrierFittingTypeEnum &other)
Definition: Ifc2x3Enum.h:613
OdIfc2x3::IfcElementAssemblyTypeEnum::IfcElementAssemblyTypeEnum
IfcElementAssemblyTypeEnum(IfcElementAssemblyTypeEnum_ val)
Definition: Ifc2x3Enum.h:1970
OdIfc2x3::kIfcEvaporativeCoolerTypeEnum_NOTDEFINED
@ kIfcEvaporativeCoolerTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2081
OdIfc2x3::kIfcRoleEnum_FIELDCONSTRUCTIONMANAGER
@ kIfcRoleEnum_FIELDCONSTRUCTIONMANAGER
Definition: Ifc2x3Enum.h:3672
OdIfc2x3::kIfcTransformerTypeEnum_USERDEFINED
@ kIfcTransformerTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4610
OdIfc2x3::kIfcCurrencyEnum_CHF
@ kIfcCurrencyEnum_CHF
Definition: Ifc2x3Enum.h:1092
OdIfc2x3::IfcFlowInstrumentTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2273
OdIfc2x3::IfcElementAssemblyTypeEnum_
IfcElementAssemblyTypeEnum_
Definition: Ifc2x3Enum.h:1950
OdIfc2x3::kIfcResourceConsumptionEnum_PARTIALLYOCCUPIED
@ kIfcResourceConsumptionEnum_PARTIALLYOCCUPIED
Definition: Ifc2x3Enum.h:3600
OdIfc2x3::IfcConnectionTypeEnum::IfcConnectionTypeEnum
IfcConnectionTypeEnum(IfcConnectionTypeEnum_ val)
Definition: Ifc2x3Enum.h:882
OdIfc2x3::IfcElementAssemblyTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1971
OdIfc2x3::kIfcElectricApplianceTypeEnum_TUMBLEDRYER
@ kIfcElectricApplianceTypeEnum_TUMBLEDRYER
Definition: Ifc2x3Enum.h:1719
OdIfc2x3::kIfcFootingTypeEnum_PILE_CAP
@ kIfcFootingTypeEnum_PILE_CAP
Definition: Ifc2x3Enum.h:2320
OdIfc2x3::IfcRoofTypeEnum::IfcRoofTypeEnum
IfcRoofTypeEnum(IfcRoofTypeEnum_ val)
Definition: Ifc2x3Enum.h:3720
OdIfc2x3::kIfcFanTypeEnum_CENTRIFUGALRADIAL
@ kIfcFanTypeEnum_CENTRIFUGALRADIAL
Definition: Ifc2x3Enum.h:2136
OdIfc2x3::kIfcUnitaryEquipmentTypeEnum_ROOFTOPUNIT
@ kIfcUnitaryEquipmentTypeEnum_ROOFTOPUNIT
Definition: Ifc2x3Enum.h:4798
OdIfc2x3::kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SLIDING
@ kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SLIDING
Definition: Ifc2x3Enum.h:1583
OdIfc2x3::kIfcUnitEnum_THERMODYNAMICTEMPERATUREUNIT
@ kIfcUnitEnum_THERMODYNAMICTEMPERATUREUNIT
Definition: Ifc2x3Enum.h:4768
OdIfc2x3::kIfcHumidifierTypeEnum_ADIABATICWETTEDELEMENT
@ kIfcHumidifierTypeEnum_ADIABATICWETTEDELEMENT
Definition: Ifc2x3Enum.h:2462
OdIfc2x3::kIfcDocumentStatusEnum_FINALDRAFT
@ kIfcDocumentStatusEnum_FINALDRAFT
Definition: Ifc2x3Enum.h:1456
OdIfc2x3::kIfcWasteTerminalTypeEnum_FLOORTRAP
@ kIfcWasteTerminalTypeEnum_FLOORTRAP
Definition: Ifc2x3Enum.h:4927
OdIfc2x3::IfcReflectanceMethodEnum::IfcReflectanceMethodEnum
IfcReflectanceMethodEnum()
Definition: Ifc2x3Enum.h:3522
OdIfc2x3::kIfcConstraintEnum_USERDEFINED
@ kIfcConstraintEnum_USERDEFINED
Definition: Ifc2x3Enum.h:900
OdIfc2x3::kIfcProcedureTypeEnum_USERDEFINED
@ kIfcProcedureTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3192
OdIfc2x3::kIfcPropertySourceEnum_NOTKNOWN
@ kIfcPropertySourceEnum_NOTKNOWN
Definition: Ifc2x3Enum.h:3335
OdIfc2x3::kIfcGeometricProjectionEnum_SECTION_VIEW
@ kIfcGeometricProjectionEnum_SECTION_VIEW
Definition: Ifc2x3Enum.h:2380
OdIfc2x3::kIfcRoleEnum_CLIENT
@ kIfcRoleEnum_CLIENT
Definition: Ifc2x3Enum.h:3659
OdIfc2x3::IfcProfileTypeEnum
Definition: Ifc2x3Enum.h:3222
OdIfc2x3::StrToIfcBenchmarkEnum
IfcBenchmarkEnum StrToIfcBenchmarkEnum(OdAnsiString val)
OdIfc2x3::kIfcGlobalOrLocalEnum_GLOBAL_COORDS
@ kIfcGlobalOrLocalEnum_GLOBAL_COORDS
Definition: Ifc2x3Enum.h:2407
OdIfc2x3::kIfcFanTypeEnum_NOTDEFINED
@ kIfcFanTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2143
OdIfc2x3::kIfcChillerTypeEnum_AIRCOOLED
@ kIfcChillerTypeEnum_AIRCOOLED
Definition: Ifc2x3Enum.h:714
OdIfc2x3::kIfcPropertySourceEnum_unset
@ kIfcPropertySourceEnum_unset
Definition: Ifc2x3Enum.h:3336
OdIfc2x3::kIfcElectricMotorTypeEnum_SYNCHRONOUS
@ kIfcElectricMotorTypeEnum_SYNCHRONOUS
Definition: Ifc2x3Enum.h:1897
OdIfc2x3::IfcDuctFittingTypeEnum
Definition: Ifc2x3Enum.h:1626
OdIfc2x3::kIfcStateEnum_READONLYLOCKED
@ kIfcStateEnum_READONLYLOCKED
Definition: Ifc2x3Enum.h:4230
OdIfc2x3::kIfcDerivedUnitEnum_MOLECULARWEIGHTUNIT
@ kIfcDerivedUnitEnum_MOLECULARWEIGHTUNIT
Definition: Ifc2x3Enum.h:1282
OdIfc2x3::IfcEvaporatorTypeEnum::IfcEvaporatorTypeEnum
IfcEvaporatorTypeEnum(const IfcEvaporatorTypeEnum &other)
Definition: Ifc2x3Enum.h:2119
OdIfc2x3::IfcNullStyle::exists
int exists() const
Definition: Ifc2x3Enum.h:2850
OdIfc2x3::kIfcDuctSegmentTypeEnum_FLEXIBLESEGMENT
@ kIfcDuctSegmentTypeEnum_FLEXIBLESEGMENT
Definition: Ifc2x3Enum.h:1647
OdIfc2x3::IfcCurtainWallTypeEnum::IfcCurtainWallTypeEnum
IfcCurtainWallTypeEnum(const IfcCurtainWallTypeEnum &other)
Definition: Ifc2x3Enum.h:1191
OdIfc2x3::IfcDuctSegmentTypeEnum_
IfcDuctSegmentTypeEnum_
Definition: Ifc2x3Enum.h:1645
OdIfc2x3::kIfcFlowDirectionEnum_SINK
@ kIfcFlowDirectionEnum_SINK
Definition: Ifc2x3Enum.h:2228
OdIfc2x3
Definition: Ifc2DCompositeCurveAutoImpl.h:35
OdIfc2x3::IfcWasteTerminalTypeEnum::IfcWasteTerminalTypeEnum
IfcWasteTerminalTypeEnum(const IfcWasteTerminalTypeEnum &other)
Definition: Ifc2x3Enum.h:4946
OdIfc2x3::IfcLogicalOperatorEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2761
OdIfc2x3::kIfcActionSourceTypeEnum_ICE
@ kIfcActionSourceTypeEnum_ICE
Definition: Ifc2x3Enum.h:59
OdIfc2x3::StrToIfcLightFixtureTypeEnum
IfcLightFixtureTypeEnum StrToIfcLightFixtureTypeEnum(OdAnsiString val)
OdIfc2x3::IfcDuctSilencerTypeEnum_
IfcDuctSilencerTypeEnum_
Definition: Ifc2x3Enum.h:1672
OdIfc2x3::IfcThermalLoadTypeEnum_
IfcThermalLoadTypeEnum_
Definition: Ifc2x3Enum.h:4520
OdIfc2x3::kIfcActionSourceTypeEnum_DEAD_LOAD_G
@ kIfcActionSourceTypeEnum_DEAD_LOAD_G
Definition: Ifc2x3Enum.h:39
OdIfc2x3::kIfcPileTypeEnum_SUPPORT
@ kIfcPileTypeEnum_SUPPORT
Definition: Ifc2x3Enum.h:3071
OdIfc2x3::kIfcActionSourceTypeEnum_IMPACT
@ kIfcActionSourceTypeEnum_IMPACT
Definition: Ifc2x3Enum.h:50
OdIfc2x3::kIfcSurfaceSide_unset
@ kIfcSurfaceSide_unset
Definition: Ifc2x3Enum.h:4315
OdIfc2x3::kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT
@ kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT
Definition: Ifc2x3Enum.h:1576
OdIfc2x3::StrToIfcDamperTypeEnum
IfcDamperTypeEnum StrToIfcDamperTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcWindowStyleOperationEnum_DOUBLE_PANEL_VERTICAL
@ kIfcWindowStyleOperationEnum_DOUBLE_PANEL_VERTICAL
Definition: Ifc2x3Enum.h:5060
OdIfc2x3::IfcDoorStyleOperationEnum::IfcDoorStyleOperationEnum
IfcDoorStyleOperationEnum(const IfcDoorStyleOperationEnum &other)
Definition: Ifc2x3Enum.h:1598
OdIfc2x3::StrToIfcDocumentStatusEnum
IfcDocumentStatusEnum StrToIfcDocumentStatusEnum(OdAnsiString val)
OdIfc2x3::IfcSanitaryTerminalTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcSIPrefix_DECI
@ kIfcSIPrefix_DECI
Definition: Ifc2x3Enum.h:3743
OdIfc2x3::IfcActionSourceTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:76
OdIfc2x3::IfcAirTerminalBoxTypeEnum
Definition: Ifc2x3Enum.h:208
OdIfc2x3::IfcFootingTypeEnum::IfcFootingTypeEnum
IfcFootingTypeEnum(IfcFootingTypeEnum_ val)
Definition: Ifc2x3Enum.h:2332
OdIfc2x3::IfcLightFixtureTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcDistributionChamberElementTypeEnum_
IfcDistributionChamberElementTypeEnum_
Definition: Ifc2x3Enum.h:1392
OdIfc2x3::kIfcRampFlightTypeEnum_unset
@ kIfcRampFlightTypeEnum_unset
Definition: Ifc2x3Enum.h:3452
OdIfc2x3::IfcCurtainWallTypeEnum::IfcCurtainWallTypeEnum
IfcCurtainWallTypeEnum(IfcCurtainWallTypeEnum_ val)
Definition: Ifc2x3Enum.h:1192
OdIfc2x3::kIfcAnalysisTheoryTypeEnum_USERDEFINED
@ kIfcAnalysisTheoryTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:357
OdIfc2x3::kIfcProfileTypeEnum_AREA
@ kIfcProfileTypeEnum_AREA
Definition: Ifc2x3Enum.h:3218
OdIfc2x3::IfcJunctionBoxTypeEnum::IfcJunctionBoxTypeEnum
IfcJunctionBoxTypeEnum()
Definition: Ifc2x3Enum.h:2559
OdIfc2x3::IfcSoundScaleEnum::IfcSoundScaleEnum
IfcSoundScaleEnum()
Definition: Ifc2x3Enum.h:4055
OdIfc2x3::kIfcServiceLifeTypeEnum_REFERENCESERVICELIFE
@ kIfcServiceLifeTypeEnum_REFERENCESERVICELIFE
Definition: Ifc2x3Enum.h:3989
OdIfc2x3::kIfcRoofTypeEnum_NOTDEFINED
@ kIfcRoofTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3711
OdIfc2x3::IfcGeometricProjectionEnum::IfcGeometricProjectionEnum
IfcGeometricProjectionEnum(IfcGeometricProjectionEnum_ val)
Definition: Ifc2x3Enum.h:2392
OdIfc2x3::kIfcElectricApplianceTypeEnum_FACSIMILE
@ kIfcElectricApplianceTypeEnum_FACSIMILE
Definition: Ifc2x3Enum.h:1706
OdIfc2x3::IfcAddressTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:161
OdIfc2x3::IfcHeatExchangerTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2445
OdIfc2x3::IfcCableCarrierFittingTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcUnitaryEquipmentTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4811
OdIfc2x3::kIfcSurfaceTextureEnum_SELFILLUMINATION
@ kIfcSurfaceTextureEnum_SELFILLUMINATION
Definition: Ifc2x3Enum.h:4341
OdIfc2x3::kIfcCurrencyEnum_IRP
@ kIfcCurrencyEnum_IRP
Definition: Ifc2x3Enum.h:1118
OdIfc2x3::StrToIfcLayerSetDirectionEnum
IfcLayerSetDirectionEnum StrToIfcLayerSetDirectionEnum(OdAnsiString val)
OdIfc2x3::IfcProjectOrderTypeEnum
Definition: Ifc2x3Enum.h:3282
OdIfc2x3::kIfcTimeSeriesDataTypeEnum_CONTINUOUS
@ kIfcTimeSeriesDataTypeEnum_CONTINUOUS
Definition: Ifc2x3Enum.h:4548
OdIfc2x3::IfcTubeBundleTypeEnum::IfcTubeBundleTypeEnum
IfcTubeBundleTypeEnum(IfcTubeBundleTypeEnum_ val)
Definition: Ifc2x3Enum.h:4727
OdIfc2x3::kIfcStructuralSurfaceTypeEnum_MEMBRANE_ELEMENT
@ kIfcStructuralSurfaceTypeEnum_MEMBRANE_ELEMENT
Definition: Ifc2x3Enum.h:4285
OdIfc2x3::IfcInventoryTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2538
OdIfc2x3::kIfcMotorConnectionTypeEnum_DIRECTDRIVE
@ kIfcMotorConnectionTypeEnum_DIRECTDRIVE
Definition: Ifc2x3Enum.h:2814
OdIfc2x3::IfcSlabTypeEnum::IfcSlabTypeEnum
IfcSlabTypeEnum(const IfcSlabTypeEnum &other)
Definition: Ifc2x3Enum.h:4026
OdIfc2x3::kIfcMemberTypeEnum_MEMBER
@ kIfcMemberTypeEnum_MEMBER
Definition: Ifc2x3Enum.h:2778
OdIfc2x3::kIfcActuatorTypeEnum_PNEUMATICACTUATOR
@ kIfcActuatorTypeEnum_PNEUMATICACTUATOR
Definition: Ifc2x3Enum.h:120
OdIfc2x3::IfcCoolingTowerTypeEnum::IfcCoolingTowerTypeEnum
IfcCoolingTowerTypeEnum(const IfcCoolingTowerTypeEnum &other)
Definition: Ifc2x3Enum.h:995
OdIfc2x3::IfcPhysicalOrVirtualEnum_
IfcPhysicalOrVirtualEnum_
Definition: Ifc2x3Enum.h:3013
OdIfc2x3::IfcElectricDistributionPointFunctionEnum::IfcElectricDistributionPointFunctionEnum
IfcElectricDistributionPointFunctionEnum(IfcElectricDistributionPointFunctionEnum_ val)
Definition: Ifc2x3Enum.h:1795
OdIfc2x3::IfcBuildingElementProxyTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcElectricFlowStorageDeviceTypeEnum_CAPACITORBANK
@ kIfcElectricFlowStorageDeviceTypeEnum_CAPACITORBANK
Definition: Ifc2x3Enum.h:1811
OdIfc2x3::kIfcGeometricProjectionEnum_unset
@ kIfcGeometricProjectionEnum_unset
Definition: Ifc2x3Enum.h:2384
OdIfc2x3::kIfcCurrencyEnum_KWD
@ kIfcCurrencyEnum_KWD
Definition: Ifc2x3Enum.h:1125
OdIfc2x3::IfcElectricFlowStorageDeviceTypeEnum::IfcElectricFlowStorageDeviceTypeEnum
IfcElectricFlowStorageDeviceTypeEnum()
Definition: Ifc2x3Enum.h:1823
OdIfc2x3::kIfcElectricApplianceTypeEnum_unset
@ kIfcElectricApplianceTypeEnum_unset
Definition: Ifc2x3Enum.h:1727
OdIfc2x3::StrToIfcPileConstructionEnum
IfcPileConstructionEnum StrToIfcPileConstructionEnum(OdAnsiString val)
OdIfc2x3::kIfcSwitchingDeviceTypeEnum_STARTER
@ kIfcSwitchingDeviceTypeEnum_STARTER
Definition: Ifc2x3Enum.h:4372
OdIfc2x3::kIfcCoveringTypeEnum_CEILING
@ kIfcCoveringTypeEnum_CEILING
Definition: Ifc2x3Enum.h:1043
OdIfc2x3::IfcGlobalOrLocalEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2419
OdIfc2x3::kIfcSequenceEnum_START_START
@ kIfcSequenceEnum_START_START
Definition: Ifc2x3Enum.h:3925
OdIfc2x3::kIfcCoilTypeEnum_STEAMHEATINGCOIL
@ kIfcCoilTypeEnum_STEAMHEATINGCOIL
Definition: Ifc2x3Enum.h:744
OdIfc2x3::kIfcDuctSilencerTypeEnum_ROUND
@ kIfcDuctSilencerTypeEnum_ROUND
Definition: Ifc2x3Enum.h:1675
OdIfc2x3::kIfcMemberTypeEnum_USERDEFINED
@ kIfcMemberTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2787
OdIfc2x3::IfcFlowDirectionEnum
Definition: Ifc2x3Enum.h:2234
OdIfc2x3::kIfcEnvironmentalImpactCategoryEnum_COMBINEDVALUE
@ kIfcEnvironmentalImpactCategoryEnum_COMBINEDVALUE
Definition: Ifc2x3Enum.h:2040
OdRxValue
Definition: RxValue.h:64
OdIfc2x3::kIfcThermalLoadTypeEnum_RADIANT
@ kIfcThermalLoadTypeEnum_RADIANT
Definition: Ifc2x3Enum.h:4523
OdIfc2x3::IfcSectionTypeEnum::IfcSectionTypeEnum
IfcSectionTypeEnum(IfcSectionTypeEnum_ val)
Definition: Ifc2x3Enum.h:3872
OdIfc2x3::IfcSanitaryTerminalTypeEnum
Definition: Ifc2x3Enum.h:3842
OdIfc2x3::IfcSpaceTypeEnum
Definition: Ifc2x3Enum.h:4109
OdIfc2x3::IfcWorkControlTypeEnum
Definition: Ifc2x3Enum.h:5101
OdIfc2x3::IfcBooleanOperator::IfcBooleanOperator
IfcBooleanOperator()
Definition: Ifc2x3Enum.h:558
OdIfc2x3::kIfcSurfaceTextureEnum_SHININESS
@ kIfcSurfaceTextureEnum_SHININESS
Definition: Ifc2x3Enum.h:4342
OdIfc2x3::StrToIfcNullStyle
IfcNullStyle StrToIfcNullStyle(OdAnsiString val)
OdIfc2x3::kIfcPropertySourceEnum_COMMISSIONING
@ kIfcPropertySourceEnum_COMMISSIONING
Definition: Ifc2x3Enum.h:3332
OdIfc2x3::kIfcDocumentStatusEnum_DRAFT
@ kIfcDocumentStatusEnum_DRAFT
Definition: Ifc2x3Enum.h:1455
OdIfc2x3::kIfcCurrencyEnum_THB
@ kIfcCurrencyEnum_THB
Definition: Ifc2x3Enum.h:1148
OdIfc2x3::IfcPlateTypeEnum
Definition: Ifc2x3Enum.h:3165
OdIfc2x3::IfcProjectOrderTypeEnum::IfcProjectOrderTypeEnum
IfcProjectOrderTypeEnum(const IfcProjectOrderTypeEnum &other)
Definition: Ifc2x3Enum.h:3286
OdIfc2x3::IfcUnitEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4782
OdIfc2x3::kIfcFilterTypeEnum_unset
@ kIfcFilterTypeEnum_unset
Definition: Ifc2x3Enum.h:2174
OdIfc2x3::IfcDamperTypeEnum::IfcDamperTypeEnum
IfcDamperTypeEnum()
Definition: Ifc2x3Enum.h:1226
OdIfc2x3::StrToIfcInventoryTypeEnum
IfcInventoryTypeEnum StrToIfcInventoryTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcProjectOrderTypeEnum_WORKORDER
@ kIfcProjectOrderTypeEnum_WORKORDER
Definition: Ifc2x3Enum.h:3276
OdIfc2x3::StrToIfcTransformerTypeEnum
IfcTransformerTypeEnum StrToIfcTransformerTypeEnum(OdAnsiString val)
OdIfc2x3::IfcBoilerTypeEnum
Definition: Ifc2x3Enum.h:529
OdIfc2x3::kIfcRailingTypeEnum_unset
@ kIfcRailingTypeEnum_unset
Definition: Ifc2x3Enum.h:3425
OdIfc2x3::kIfcWindowPanelOperationEnum_unset
@ kIfcWindowPanelOperationEnum_unset
Definition: Ifc2x3Enum.h:4976
OdIfc2x3::IfcReinforcingBarRoleEnum_
IfcReinforcingBarRoleEnum_
Definition: Ifc2x3Enum.h:3538
OdIfc2x3::kIfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATEPARALLELFLOWEXCHANGER
@ kIfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATEPARALLELFLOWEXCHANGER
Definition: Ifc2x3Enum.h:262
OdIfc2x3::kIfcLayerSetDirectionEnum_AXIS2
@ kIfcLayerSetDirectionEnum_AXIS2
Definition: Ifc2x3Enum.h:2608
OdIfc2x3::kIfcFireSuppressionTerminalTypeEnum_USERDEFINED
@ kIfcFireSuppressionTerminalTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2202
OdIfc2x3::IfcVibrationIsolatorTypeEnum::IfcVibrationIsolatorTypeEnum
IfcVibrationIsolatorTypeEnum(const IfcVibrationIsolatorTypeEnum &other)
Definition: Ifc2x3Enum.h:4881
OdIfc2x3::kIfcCurrencyEnum_BBD
@ kIfcCurrencyEnum_BBD
Definition: Ifc2x3Enum.h:1080
OdIfc2x3::IfcUnitEnum::IfcUnitEnum
IfcUnitEnum(const IfcUnitEnum &other)
Definition: Ifc2x3Enum.h:4779
OdIfc2x3::IfcStairFlightTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4174
OdIfc2x3::IfcWindowStyleOperationEnum::IfcWindowStyleOperationEnum
IfcWindowStyleOperationEnum(const IfcWindowStyleOperationEnum &other)
Definition: Ifc2x3Enum.h:5077
OdIfc2x3::kIfcCompressorTypeEnum_OPENTYPE
@ kIfcCompressorTypeEnum_OPENTYPE
Definition: Ifc2x3Enum.h:806
OdIfc2x3::IfcDirectionSenseEnum::IfcDirectionSenseEnum
IfcDirectionSenseEnum(IfcDirectionSenseEnum_ val)
Definition: Ifc2x3Enum.h:1378
OdIfc2x3::kIfcSIPrefix_PETA
@ kIfcSIPrefix_PETA
Definition: Ifc2x3Enum.h:3736
OdIfc2x3::IfcHeatExchangerTypeEnum::IfcHeatExchangerTypeEnum
IfcHeatExchangerTypeEnum(IfcHeatExchangerTypeEnum_ val)
Definition: Ifc2x3Enum.h:2444
OdIfc2x3::kIfcWorkControlTypeEnum_ACTUAL
@ kIfcWorkControlTypeEnum_ACTUAL
Definition: Ifc2x3Enum.h:5093
OdIfc2x3::kIfcEvaporatorTypeEnum_unset
@ kIfcEvaporatorTypeEnum_unset
Definition: Ifc2x3Enum.h:2112
OdIfc2x3::IfcGlobalOrLocalEnum::IfcGlobalOrLocalEnum
IfcGlobalOrLocalEnum(const IfcGlobalOrLocalEnum &other)
Definition: Ifc2x3Enum.h:2416
OdIfc2x3::IfcBoilerTypeEnum::IfcBoilerTypeEnum
IfcBoilerTypeEnum()
Definition: Ifc2x3Enum.h:532
OdIfc2x3::kIfcUnitEnum_RADIOACTIVITYUNIT
@ kIfcUnitEnum_RADIOACTIVITYUNIT
Definition: Ifc2x3Enum.h:4766
OdIfc2x3::kIfcUnitEnum_ELECTRICCURRENTUNIT
@ kIfcUnitEnum_ELECTRICCURRENTUNIT
Definition: Ifc2x3Enum.h:4749
OdIfc2x3::StrToIfcDocumentConfidentialityEnum
IfcDocumentConfidentialityEnum StrToIfcDocumentConfidentialityEnum(OdAnsiString val)
OdIfc2x3::kIfcFlowMeterTypeEnum_USERDEFINED
@ kIfcFlowMeterTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2293
OdIfc2x3::kIfcTransportElementTypeEnum_unset
@ kIfcTransportElementTypeEnum_unset
Definition: Ifc2x3Enum.h:4667
OdIfc2x3::IfcWindowPanelOperationEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTransportElementTypeEnum::IfcTransportElementTypeEnum
IfcTransportElementTypeEnum()
Definition: Ifc2x3Enum.h:4673
OdIfc2x3::kIfcProtectiveDeviceTypeEnum_VARISTOR
@ kIfcProtectiveDeviceTypeEnum_VARISTOR
Definition: Ifc2x3Enum.h:3364
OdIfc2x3::kIfcCurrencyEnum_FAK
@ kIfcCurrencyEnum_FAK
Definition: Ifc2x3Enum.h:1103
OdIfc2x3::IfcReinforcingBarRoleEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3557
OdIfc2x3::StrToIfcResourceConsumptionEnum
IfcResourceConsumptionEnum StrToIfcResourceConsumptionEnum(OdAnsiString val)
OdIfc2x3::IfcTankTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcDuctSilencerTypeEnum::IfcDuctSilencerTypeEnum
IfcDuctSilencerTypeEnum(const IfcDuctSilencerTypeEnum &other)
Definition: Ifc2x3Enum.h:1685
OdIfc2x3::IfcEnvironmentalImpactCategoryEnum::IfcEnvironmentalImpactCategoryEnum
IfcEnvironmentalImpactCategoryEnum(const IfcEnvironmentalImpactCategoryEnum &other)
Definition: Ifc2x3Enum.h:2055
OdIfc2x3::StrToIfcAirTerminalTypeEnum
IfcAirTerminalTypeEnum StrToIfcAirTerminalTypeEnum(OdAnsiString val)
OdIfc2x3::IfcDoorPanelPositionEnum::IfcDoorPanelPositionEnum
IfcDoorPanelPositionEnum(const IfcDoorPanelPositionEnum &other)
Definition: Ifc2x3Enum.h:1525
OdIfc2x3::IfcElectricTimeControlTypeEnum_
IfcElectricTimeControlTypeEnum_
Definition: Ifc2x3Enum.h:1922
OdIfc2x3::IfcProfileTypeEnum::IfcProfileTypeEnum
IfcProfileTypeEnum()
Definition: Ifc2x3Enum.h:3225
OdIfc2x3::StrToIfcLightDistributionCurveEnum
IfcLightDistributionCurveEnum StrToIfcLightDistributionCurveEnum(OdAnsiString val)
OdIfc2x3::kIfcWindowPanelOperationEnum_SLIDINGHORIZONTAL
@ kIfcWindowPanelOperationEnum_SLIDINGHORIZONTAL
Definition: Ifc2x3Enum.h:4970
OdIfc2x3::IfcServiceLifeTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4000
OdIfc2x3::kIfcRoleEnum_CONTRACTOR
@ kIfcRoleEnum_CONTRACTOR
Definition: Ifc2x3Enum.h:3654
OdIfc2x3::IfcEvaporativeCoolerTypeEnum::IfcEvaporativeCoolerTypeEnum
IfcEvaporativeCoolerTypeEnum(const IfcEvaporativeCoolerTypeEnum &other)
Definition: Ifc2x3Enum.h:2089
OdIfc2x3::kIfcGasTerminalTypeEnum_NOTDEFINED
@ kIfcGasTerminalTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2351
OdIfc2x3::kIfcCableCarrierSegmentTypeEnum_unset
@ kIfcCableCarrierSegmentTypeEnum_unset
Definition: Ifc2x3Enum.h:635
OdIfc2x3::kIfcTextPath_unset
@ kIfcTextPath_unset
Definition: Ifc2x3Enum.h:4462
OdIfc2x3::kIfcLoadGroupTypeEnum_LOAD_GROUP
@ kIfcLoadGroupTypeEnum_LOAD_GROUP
Definition: Ifc2x3Enum.h:2721
OdIfc2x3::kIfcElementCompositionEnum_COMPLEX
@ kIfcElementCompositionEnum_COMPLEX
Definition: Ifc2x3Enum.h:1985
OdIfc2x3::kIfcProtectiveDeviceTypeEnum_USERDEFINED
@ kIfcProtectiveDeviceTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3365
OdIfc2x3::IfcElectricDistributionPointFunctionEnum_
IfcElectricDistributionPointFunctionEnum_
Definition: Ifc2x3Enum.h:1775
OdIfc2x3::IfcProjectOrderRecordTypeEnum::IfcProjectOrderRecordTypeEnum
IfcProjectOrderRecordTypeEnum()
Definition: Ifc2x3Enum.h:3255
OdIfc2x3::kIfcElectricDistributionPointFunctionEnum_DISTRIBUTIONBOARD
@ kIfcElectricDistributionPointFunctionEnum_DISTRIBUTIONBOARD
Definition: Ifc2x3Enum.h:1779
OdIfc2x3::kIfcLightFixtureTypeEnum_USERDEFINED
@ kIfcLightFixtureTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2696
OdIfc2x3::IfcHeatExchangerTypeEnum::IfcHeatExchangerTypeEnum
IfcHeatExchangerTypeEnum(const IfcHeatExchangerTypeEnum &other)
Definition: Ifc2x3Enum.h:2443
OdIfc2x3::IfcDataOriginEnum::IfcDataOriginEnum
IfcDataOriginEnum()
Definition: Ifc2x3Enum.h:1254
OdIfc2x3::kIfcDoorStyleOperationEnum_REVOLVING
@ kIfcDoorStyleOperationEnum_REVOLVING
Definition: Ifc2x3Enum.h:1587
OdIfc2x3::StrToIfcActionTypeEnum
IfcActionTypeEnum StrToIfcActionTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcPhysicalOrVirtualEnum_unset
@ kIfcPhysicalOrVirtualEnum_unset
Definition: Ifc2x3Enum.h:3017
OdIfc2x3::IfcAnalysisModelTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:340
OdIfc2x3::IfcUnitaryEquipmentTypeEnum_
IfcUnitaryEquipmentTypeEnum_
Definition: Ifc2x3Enum.h:4794
OdIfc2x3::kIfcDimensionExtentUsage_TARGET
@ kIfcDimensionExtentUsage_TARGET
Definition: Ifc2x3Enum.h:1344
OdIfc2x3::kIfcJunctionBoxTypeEnum_USERDEFINED
@ kIfcJunctionBoxTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2551
OdIfc2x3::kIfcValveTypeEnum_ANTIVACUUM
@ kIfcValveTypeEnum_ANTIVACUUM
Definition: Ifc2x3Enum.h:4825
OdIfc2x3::kIfcDuctFittingTypeEnum_JUNCTION
@ kIfcDuctFittingTypeEnum_JUNCTION
Definition: Ifc2x3Enum.h:1618
OdIfc2x3::kIfcProcedureTypeEnum_ADVICE_WARNING
@ kIfcProcedureTypeEnum_ADVICE_WARNING
Definition: Ifc2x3Enum.h:3187
OdIfc2x3::IfcServiceLifeTypeEnum::IfcServiceLifeTypeEnum
IfcServiceLifeTypeEnum()
Definition: Ifc2x3Enum.h:3996
OdIfc2x3::IfcChillerTypeEnum::IfcChillerTypeEnum
IfcChillerTypeEnum()
Definition: Ifc2x3Enum.h:725
OdIfc2x3::StrToIfcInternalOrExternalEnum
IfcInternalOrExternalEnum StrToIfcInternalOrExternalEnum(OdAnsiString val)
OdIfc2x3::IfcAheadOrBehind_
IfcAheadOrBehind_
Definition: Ifc2x3Enum.h:174
OdIfc2x3::kIfcChangeActionEnum_unset
@ kIfcChangeActionEnum_unset
Definition: Ifc2x3Enum.h:691
OdIfc2x3::kIfcRailingTypeEnum_NOTDEFINED
@ kIfcRailingTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3424
OdIfc2x3::IfcObjectTypeEnum::IfcObjectTypeEnum
IfcObjectTypeEnum()
Definition: Ifc2x3Enum.h:2878
OdIfc2x3::IfcServiceLifeTypeEnum::IfcServiceLifeTypeEnum
IfcServiceLifeTypeEnum(IfcServiceLifeTypeEnum_ val)
Definition: Ifc2x3Enum.h:3998
OdIfc2x3::kIfcControllerTypeEnum_PROPORTIONAL
@ kIfcControllerTypeEnum_PROPORTIONAL
Definition: Ifc2x3Enum.h:926
OdIfc2x3::kIfcStairFlightTypeEnum_NOTDEFINED
@ kIfcStairFlightTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4163
OdIfc2x3::kIfcSurfaceTextureEnum_BUMP
@ kIfcSurfaceTextureEnum_BUMP
Definition: Ifc2x3Enum.h:4338
OdIfc2x3::kIfcEvaporatorTypeEnum_NOTDEFINED
@ kIfcEvaporatorTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2111
OdIfc2x3::kIfcDimensionExtentUsage_unset
@ kIfcDimensionExtentUsage_unset
Definition: Ifc2x3Enum.h:1345
OdIfc2x3::IfcSIPrefix::exists
int exists() const
Definition: Ifc2x3Enum.h:3760
OdIfc2x3::kIfcGlobalOrLocalEnum_unset
@ kIfcGlobalOrLocalEnum_unset
Definition: Ifc2x3Enum.h:2409
OdIfc2x3::kIfcPipeFittingTypeEnum_USERDEFINED
@ kIfcPipeFittingTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3104
OdIfc2x3::kIfcTrimmingPreference_CARTESIAN
@ kIfcTrimmingPreference_CARTESIAN
Definition: Ifc2x3Enum.h:4690
OdIfc2x3::kIfcElectricApplianceTypeEnum_WATERCOOLER
@ kIfcElectricApplianceTypeEnum_WATERCOOLER
Definition: Ifc2x3Enum.h:1724
OdIfc2x3::kIfcSpaceHeaterTypeEnum_USERDEFINED
@ kIfcSpaceHeaterTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4079
OdIfc2x3::kIfcFlowMeterTypeEnum_OILMETER
@ kIfcFlowMeterTypeEnum_OILMETER
Definition: Ifc2x3Enum.h:2291
OdIfc2x3::IfcRampFlightTypeEnum
Definition: Ifc2x3Enum.h:3455
OdIfc2x3::IfcHumidifierTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcProjectOrderRecordTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTankTypeEnum::IfcTankTypeEnum
IfcTankTypeEnum()
Definition: Ifc2x3Enum.h:4412
OdIfc2x3::IfcEvaporatorTypeEnum_
IfcEvaporatorTypeEnum_
Definition: Ifc2x3Enum.h:2104
OdIfc2x3::kIfcCurrencyEnum_GRX
@ kIfcCurrencyEnum_GRX
Definition: Ifc2x3Enum.h:1111
OdIfc2x3::kIfcLightEmissionSourceEnum_FLUORESCENT
@ kIfcLightEmissionSourceEnum_FLUORESCENT
Definition: Ifc2x3Enum.h:2661
OdIfc2x3::kIfcDerivedUnitEnum_LINEARVELOCITYUNIT
@ kIfcDerivedUnitEnum_LINEARVELOCITYUNIT
Definition: Ifc2x3Enum.h:1278
OdIfc2x3::IfcTimeSeriesScheduleTypeEnum
Definition: Ifc2x3Enum.h:4587
OdIfc2x3::kIfcSurfaceTextureEnum_SPECULAR
@ kIfcSurfaceTextureEnum_SPECULAR
Definition: Ifc2x3Enum.h:4343
OdIfc2x3::IfcPileTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcLoadGroupTypeEnum_LOAD_COMBINATION_GROUP
@ kIfcLoadGroupTypeEnum_LOAD_COMBINATION_GROUP
Definition: Ifc2x3Enum.h:2723
OdIfc2x3::IfcFlowMeterTypeEnum::IfcFlowMeterTypeEnum
IfcFlowMeterTypeEnum(const IfcFlowMeterTypeEnum &other)
Definition: Ifc2x3Enum.h:2302
OdIfc2x3::kIfcSlabTypeEnum_unset
@ kIfcSlabTypeEnum_unset
Definition: Ifc2x3Enum.h:4019
OdIfc2x3::IfcSpaceTypeEnum::IfcSpaceTypeEnum
IfcSpaceTypeEnum(IfcSpaceTypeEnum_ val)
Definition: Ifc2x3Enum.h:4114
OdIfc2x3::kIfcWindowStyleConstructionEnum_OTHER_CONSTRUCTION
@ kIfcWindowStyleConstructionEnum_OTHER_CONSTRUCTION
Definition: Ifc2x3Enum.h:5034
OdIfc2x3::kIfcDerivedUnitEnum_TEMPERATUREGRADIENTUNIT
@ kIfcDerivedUnitEnum_TEMPERATUREGRADIENTUNIT
Definition: Ifc2x3Enum.h:1315
OdIfc2x3::kIfcCondenserTypeEnum_USERDEFINED
@ kIfcCondenserTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:845
OdIfc2x3::kIfcReinforcingBarRoleEnum_STUD
@ kIfcReinforcingBarRoleEnum_STUD
Definition: Ifc2x3Enum.h:3542
OdIfc2x3::IfcPhysicalOrVirtualEnum::IfcPhysicalOrVirtualEnum
IfcPhysicalOrVirtualEnum(const IfcPhysicalOrVirtualEnum &other)
Definition: Ifc2x3Enum.h:3024
OdIfc2x3::kIfcDoorStyleOperationEnum_FOLDING_TO_LEFT
@ kIfcDoorStyleOperationEnum_FOLDING_TO_LEFT
Definition: Ifc2x3Enum.h:1584
OdIfc2x3::IfcElectricDistributionPointFunctionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcLogicalOperatorEnum::IfcLogicalOperatorEnum
IfcLogicalOperatorEnum(IfcLogicalOperatorEnum_ val)
Definition: Ifc2x3Enum.h:2760
OdIfc2x3::IfcEvaporativeCoolerTypeEnum_
IfcEvaporativeCoolerTypeEnum_
Definition: Ifc2x3Enum.h:2070
OdIfc2x3::kIfcCurrencyEnum_SGD
@ kIfcCurrencyEnum_SGD
Definition: Ifc2x3Enum.h:1146
OdIfc2x3::kIfcElectricApplianceTypeEnum_TELEPHONE
@ kIfcElectricApplianceTypeEnum_TELEPHONE
Definition: Ifc2x3Enum.h:1718
OdIfc2x3::kIfcVibrationIsolatorTypeEnum_COMPRESSION
@ kIfcVibrationIsolatorTypeEnum_COMPRESSION
Definition: Ifc2x3Enum.h:4870
OdIfc2x3::kIfcSequenceEnum_FINISH_START
@ kIfcSequenceEnum_FINISH_START
Definition: Ifc2x3Enum.h:3927
OdIfc2x3::kIfcElectricApplianceTypeEnum_VENDINGMACHINE
@ kIfcElectricApplianceTypeEnum_VENDINGMACHINE
Definition: Ifc2x3Enum.h:1721
OdIfc2x3::kIfcFlowInstrumentTypeEnum_VOLTMETER_PEAK
@ kIfcFlowInstrumentTypeEnum_VOLTMETER_PEAK
Definition: Ifc2x3Enum.h:2260
OdIfc2x3::kIfcTransformerTypeEnum_CURRENT
@ kIfcTransformerTypeEnum_CURRENT
Definition: Ifc2x3Enum.h:4607
OdIfc2x3::IfcDerivedUnitEnum::IfcDerivedUnitEnum
IfcDerivedUnitEnum(IfcDerivedUnitEnum_ val)
Definition: Ifc2x3Enum.h:1328
OdIfc2x3::IfcCoveringTypeEnum_
IfcCoveringTypeEnum_
Definition: Ifc2x3Enum.h:1042
OdIfc2x3::kIfcWindowPanelPositionEnum_LEFT
@ kIfcWindowPanelPositionEnum_LEFT
Definition: Ifc2x3Enum.h:4999
OdIfc2x3::StrToIfcDoorStyleConstructionEnum
IfcDoorStyleConstructionEnum StrToIfcDoorStyleConstructionEnum(OdAnsiString val)
OdIfc2x3::kIfcReflectanceMethodEnum_MIRROR
@ kIfcReflectanceMethodEnum_MIRROR
Definition: Ifc2x3Enum.h:3511
OdIfc2x3::IfcFilterTypeEnum::IfcFilterTypeEnum
IfcFilterTypeEnum()
Definition: Ifc2x3Enum.h:2180
OdIfc2x3::kIfcPipeSegmentTypeEnum_unset
@ kIfcPipeSegmentTypeEnum_unset
Definition: Ifc2x3Enum.h:3135
OdIfc2x3::kIfcPipeSegmentTypeEnum_NOTDEFINED
@ kIfcPipeSegmentTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3134
OdIfc2x3::IfcSequenceEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3939
OdIfc2x3::kIfcElectricFlowStorageDeviceTypeEnum_BATTERY
@ kIfcElectricFlowStorageDeviceTypeEnum_BATTERY
Definition: Ifc2x3Enum.h:1810
OdIfc2x3::kIfcCurrencyEnum_INR
@ kIfcCurrencyEnum_INR
Definition: Ifc2x3Enum.h:1117
OdIfc2x3::kIfcFilterTypeEnum_AIRPARTICLEFILTER
@ kIfcFilterTypeEnum_AIRPARTICLEFILTER
Definition: Ifc2x3Enum.h:2167
OdIfc2x3::IfcDirectionSenseEnum
Definition: Ifc2x3Enum.h:1373
OdIfc2x3::IfcDimensionExtentUsage::IfcDimensionExtentUsage
IfcDimensionExtentUsage()
Definition: Ifc2x3Enum.h:1351
OdIfc2x3::IfcSurfaceSide_
IfcSurfaceSide_
Definition: Ifc2x3Enum.h:4311
OdIfc2x3::IfcProtectiveDeviceTypeEnum
Definition: Ifc2x3Enum.h:3370
OdIfc2x3::kIfcStateEnum_READWRITELOCKED
@ kIfcStateEnum_READWRITELOCKED
Definition: Ifc2x3Enum.h:4229
OdIfc2x3::kIfcSIUnitName_DEGREE_CELSIUS
@ kIfcSIUnitName_DEGREE_CELSIUS
Definition: Ifc2x3Enum.h:3779
OdIfc2x3::kIfcResourceConsumptionEnum_NOTOCCUPIED
@ kIfcResourceConsumptionEnum_NOTOCCUPIED
Definition: Ifc2x3Enum.h:3601
OdIfc2x3::IfcFilterTypeEnum::IfcFilterTypeEnum
IfcFilterTypeEnum(const IfcFilterTypeEnum &other)
Definition: Ifc2x3Enum.h:2181
OdIfc2x3::kIfcValveTypeEnum_MIXING
@ kIfcValveTypeEnum_MIXING
Definition: Ifc2x3Enum.h:4838
OdIfc2x3::IfcConnectionTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:883
OdIfc2x3::kIfcLightEmissionSourceEnum_COMPACTFLUORESCENT
@ kIfcLightEmissionSourceEnum_COMPACTFLUORESCENT
Definition: Ifc2x3Enum.h:2660
OdIfc2x3::kIfcProcedureTypeEnum_DIAGNOSTIC
@ kIfcProcedureTypeEnum_DIAGNOSTIC
Definition: Ifc2x3Enum.h:3189
OdIfc2x3::kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SINGLE_SWING
@ kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SINGLE_SWING
Definition: Ifc2x3Enum.h:1575
OdIfc2x3::kIfcAddressTypeEnum_unset
@ kIfcAddressTypeEnum_unset
Definition: Ifc2x3Enum.h:152
OdIfc2x3::IfcSIPrefix::IfcSIPrefix
IfcSIPrefix(IfcSIPrefix_ val)
Definition: Ifc2x3Enum.h:3759
OdIfc2x3::IfcProcedureTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcElectricHeaterTypeEnum
Definition: Ifc2x3Enum.h:1873
OdIfc2x3::IfcBuildingElementProxyTypeEnum::IfcBuildingElementProxyTypeEnum
IfcBuildingElementProxyTypeEnum()
Definition: Ifc2x3Enum.h:583
OdIfc2x3::kIfcOccupantTypeEnum_TENANT
@ kIfcOccupantTypeEnum_TENANT
Definition: Ifc2x3Enum.h:2932
OdIfc2x3::IfcTextPath::IfcTextPath
IfcTextPath()
Definition: Ifc2x3Enum.h:4468
OdIfc2x3::kIfcUnitEnum_ELECTRICVOLTAGEUNIT
@ kIfcUnitEnum_ELECTRICVOLTAGEUNIT
Definition: Ifc2x3Enum.h:4751
OdIfc2x3::kIfcRoofTypeEnum_MANSARD_ROOF
@ kIfcRoofTypeEnum_MANSARD_ROOF
Definition: Ifc2x3Enum.h:3704
OdIfc2x3::kIfcEnvironmentalImpactCategoryEnum_EXTRACTION
@ kIfcEnvironmentalImpactCategoryEnum_EXTRACTION
Definition: Ifc2x3Enum.h:2042
OdIfc2x3::kIfcDerivedUnitEnum_MODULUSOFSUBGRADEREACTIONUNIT
@ kIfcDerivedUnitEnum_MODULUSOFSUBGRADEREACTIONUNIT
Definition: Ifc2x3Enum.h:1300
OdIfc2x3::kIfcElectricMotorTypeEnum_unset
@ kIfcElectricMotorTypeEnum_unset
Definition: Ifc2x3Enum.h:1900
OdIfc2x3::kIfcBeamTypeEnum_LINTEL
@ kIfcBeamTypeEnum_LINTEL
Definition: Ifc2x3Enum.h:466
OdIfc2x3::IfcFlowInstrumentTypeEnum
Definition: Ifc2x3Enum.h:2267
OdIfc2x3::kIfcElectricApplianceTypeEnum_NOTDEFINED
@ kIfcElectricApplianceTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1726
OdIfc2x3::IfcAssemblyPlaceEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:421
OdIfc2x3::kIfcDataOriginEnum_NOTDEFINED
@ kIfcDataOriginEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1247
OdIfc2x3::IfcCondenserTypeEnum_
IfcCondenserTypeEnum_
Definition: Ifc2x3Enum.h:838
OdIfc2x3::IfcJunctionBoxTypeEnum::IfcJunctionBoxTypeEnum
IfcJunctionBoxTypeEnum(IfcJunctionBoxTypeEnum_ val)
Definition: Ifc2x3Enum.h:2561
OdIfc2x3::IfcLoadGroupTypeEnum::IfcLoadGroupTypeEnum
IfcLoadGroupTypeEnum(IfcLoadGroupTypeEnum_ val)
Definition: Ifc2x3Enum.h:2735
OdIfc2x3::IfcDoorPanelOperationEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1501
OdIfc2x3::IfcConstraintEnum_
IfcConstraintEnum_
Definition: Ifc2x3Enum.h:896
OdIfc2x3::StrToIfcReflectanceMethodEnum
IfcReflectanceMethodEnum StrToIfcReflectanceMethodEnum(OdAnsiString val)
OdIfc2x3::kIfcValveTypeEnum_NOTDEFINED
@ kIfcValveTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4846
OdIfc2x3::IfcJunctionBoxTypeEnum_
IfcJunctionBoxTypeEnum_
Definition: Ifc2x3Enum.h:2550
OdIfc2x3::kIfcInventoryTypeEnum_unset
@ kIfcInventoryTypeEnum_unset
Definition: Ifc2x3Enum.h:2528
OdIfc2x3::kIfcWasteTerminalTypeEnum_GREASEINTERCEPTOR
@ kIfcWasteTerminalTypeEnum_GREASEINTERCEPTOR
Definition: Ifc2x3Enum.h:4931
OdIfc2x3::StrToIfcSpaceHeaterTypeEnum
IfcSpaceHeaterTypeEnum StrToIfcSpaceHeaterTypeEnum(OdAnsiString val)
OdIfc2x3::StrToIfcChangeActionEnum
IfcChangeActionEnum StrToIfcChangeActionEnum(OdAnsiString val)
OdIfc2x3::IfcCableSegmentTypeEnum::IfcCableSegmentTypeEnum
IfcCableSegmentTypeEnum(IfcCableSegmentTypeEnum_ val)
Definition: Ifc2x3Enum.h:670
OdIfc2x3::kIfcSIUnitName_CUBIC_METRE
@ kIfcSIUnitName_CUBIC_METRE
Definition: Ifc2x3Enum.h:3778
OdIfc2x3::IfcElectricTimeControlTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcDoorPanelOperationEnum_SWINGING
@ kIfcDoorPanelOperationEnum_SWINGING
Definition: Ifc2x3Enum.h:1483
OdIfc2x3::kIfcDuctFittingTypeEnum_unset
@ kIfcDuctFittingTypeEnum_unset
Definition: Ifc2x3Enum.h:1623
OdIfc2x3::IfcDataOriginEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1257
OdIfc2x3::kIfcPlateTypeEnum_USERDEFINED
@ kIfcPlateTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3160
OdIfc2x3::StrToIfcCableCarrierSegmentTypeEnum
IfcCableCarrierSegmentTypeEnum StrToIfcCableCarrierSegmentTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcCableCarrierSegmentTypeEnum_CABLETRAYSEGMENT
@ kIfcCableCarrierSegmentTypeEnum_CABLETRAYSEGMENT
Definition: Ifc2x3Enum.h:630
OdIfc2x3::kIfcStairFlightTypeEnum_STRAIGHT
@ kIfcStairFlightTypeEnum_STRAIGHT
Definition: Ifc2x3Enum.h:4157
OdIfc2x3::kIfcDuctSilencerTypeEnum_unset
@ kIfcDuctSilencerTypeEnum_unset
Definition: Ifc2x3Enum.h:1678
OdIfc2x3::kIfcChillerTypeEnum_NOTDEFINED
@ kIfcChillerTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:718
OdIfc2x3::kIfcDistributionChamberElementTypeEnum_USERDEFINED
@ kIfcDistributionChamberElementTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1401
OdIfc2x3::kIfcSIUnitName_RADIAN
@ kIfcSIUnitName_RADIAN
Definition: Ifc2x3Enum.h:3794
OdIfc2x3::IfcDataOriginEnum::IfcDataOriginEnum
IfcDataOriginEnum(IfcDataOriginEnum_ val)
Definition: Ifc2x3Enum.h:1256
OdIfc2x3::IfcWindowPanelOperationEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4985
OdIfc2x3::IfcProfileTypeEnum::IfcProfileTypeEnum
IfcProfileTypeEnum(const IfcProfileTypeEnum &other)
Definition: Ifc2x3Enum.h:3226
OdIfc2x3::IfcLoadGroupTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2736
OdIfc2x3::kIfcCurrencyEnum_ZWD
@ kIfcCurrencyEnum_ZWD
Definition: Ifc2x3Enum.h:1157
OdIfc2x3::IfcControllerTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcElectricApplianceTypeEnum_WATERHEATER
@ kIfcElectricApplianceTypeEnum_WATERHEATER
Definition: Ifc2x3Enum.h:1723
OdIfc2x3::kIfcSoundScaleEnum_NOTDEFINED
@ kIfcSoundScaleEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4048
OdIfc2x3::kIfcCurrencyEnum_BZD
@ kIfcCurrencyEnum_BZD
Definition: Ifc2x3Enum.h:1089
OdIfc2x3::kIfcEnergySequenceEnum_USERDEFINED
@ kIfcEnergySequenceEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2015
OdIfc2x3::kIfcCoilTypeEnum_ELECTRICHEATINGCOIL
@ kIfcCoilTypeEnum_ELECTRICHEATINGCOIL
Definition: Ifc2x3Enum.h:746
OdIfc2x3::IfcDoorStyleOperationEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1601
OdIfc2x3::IfcCooledBeamTypeEnum_
IfcCooledBeamTypeEnum_
Definition: Ifc2x3Enum.h:955
OdIfc2x3::kIfcTransportElementTypeEnum_ELEVATOR
@ kIfcTransportElementTypeEnum_ELEVATOR
Definition: Ifc2x3Enum.h:4662
OdIfc2x3::kIfcTimeSeriesScheduleTypeEnum_USERDEFINED
@ kIfcTimeSeriesScheduleTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4582
OdIfc2x3::kIfcPileConstructionEnum_CAST_IN_PLACE
@ kIfcPileConstructionEnum_CAST_IN_PLACE
Definition: Ifc2x3Enum.h:3040
OdIfc2x3::StrToIfcRoleEnum
IfcRoleEnum StrToIfcRoleEnum(OdAnsiString val)
OdIfc2x3::IfcCableCarrierSegmentTypeEnum::IfcCableCarrierSegmentTypeEnum
IfcCableCarrierSegmentTypeEnum(const IfcCableCarrierSegmentTypeEnum &other)
Definition: Ifc2x3Enum.h:642
OdIfc2x3::IfcTimeSeriesScheduleTypeEnum::IfcTimeSeriesScheduleTypeEnum
IfcTimeSeriesScheduleTypeEnum(IfcTimeSeriesScheduleTypeEnum_ val)
Definition: Ifc2x3Enum.h:4592
OdIfc2x3::kIfcRoleEnum_SUBCONTRACTOR
@ kIfcRoleEnum_SUBCONTRACTOR
Definition: Ifc2x3Enum.h:3655
OdIfc2x3::kIfcAirToAirHeatRecoveryTypeEnum_RUNAROUNDCOILLOOP
@ kIfcAirToAirHeatRecoveryTypeEnum_RUNAROUNDCOILLOOP
Definition: Ifc2x3Enum.h:264
OdIfc2x3::kIfcRoofTypeEnum_RAINBOW_ROOF
@ kIfcRoofTypeEnum_RAINBOW_ROOF
Definition: Ifc2x3Enum.h:3706
OdIfc2x3::IfcMemberTypeEnum::IfcMemberTypeEnum
IfcMemberTypeEnum()
Definition: Ifc2x3Enum.h:2795
OdIfc2x3::kIfcSlabTypeEnum_USERDEFINED
@ kIfcSlabTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4017
OdIfc2x3::kIfcTransformerTypeEnum_VOLTAGE
@ kIfcTransformerTypeEnum_VOLTAGE
Definition: Ifc2x3Enum.h:4609
OdIfc2x3::IfcBenchmarkEnum_
IfcBenchmarkEnum_
Definition: Ifc2x3Enum.h:492
OdIfc2x3::kIfcPileTypeEnum_FRICTION
@ kIfcPileTypeEnum_FRICTION
Definition: Ifc2x3Enum.h:3070
OdIfc2x3::kIfcSIUnitName_WEBER
@ kIfcSIUnitName_WEBER
Definition: Ifc2x3Enum.h:3803
OdIfc2x3::kIfcSpaceHeaterTypeEnum_BASEBOARDHEATER
@ kIfcSpaceHeaterTypeEnum_BASEBOARDHEATER
Definition: Ifc2x3Enum.h:4076
OdIfc2x3::IfcOutletTypeEnum::IfcOutletTypeEnum
IfcOutletTypeEnum()
Definition: Ifc2x3Enum.h:2969
OdIfc2x3::IfcMotorConnectionTypeEnum_
IfcMotorConnectionTypeEnum_
Definition: Ifc2x3Enum.h:2811
OdIfc2x3::kIfcOccupantTypeEnum_ASSIGNOR
@ kIfcOccupantTypeEnum_ASSIGNOR
Definition: Ifc2x3Enum.h:2927
OdIfc2x3::IfcLightEmissionSourceEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcDoorStyleConstructionEnum::IfcDoorStyleConstructionEnum
IfcDoorStyleConstructionEnum()
Definition: Ifc2x3Enum.h:1556
OdIfc2x3::kIfcPermeableCoveringOperationEnum_LOUVER
@ kIfcPermeableCoveringOperationEnum_LOUVER
Definition: Ifc2x3Enum.h:2987
OdIfc2x3::kIfcAnalysisModelTypeEnum_NOTDEFINED
@ kIfcAnalysisModelTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:329
OdIfc2x3::IfcServiceLifeFactorTypeEnum
Definition: Ifc2x3Enum.h:3965
OdIfc2x3::kIfcThermalLoadTypeEnum_unset
@ kIfcThermalLoadTypeEnum_unset
Definition: Ifc2x3Enum.h:4525
OdIfc2x3::kIfcElectricMotorTypeEnum_DC
@ kIfcElectricMotorTypeEnum_DC
Definition: Ifc2x3Enum.h:1893
OdIfc2x3::IfcElectricCurrentEnum::IfcElectricCurrentEnum
IfcElectricCurrentEnum(IfcElectricCurrentEnum_ val)
Definition: Ifc2x3Enum.h:1761
OdIfc2x3::kIfcAlarmTypeEnum_MANUALPULLBOX
@ kIfcAlarmTypeEnum_MANUALPULLBOX
Definition: Ifc2x3Enum.h:297
OdIfc2x3::kIfcOutletTypeEnum_COMMUNICATIONSOUTLET
@ kIfcOutletTypeEnum_COMMUNICATIONSOUTLET
Definition: Ifc2x3Enum.h:2959
OdIfc2x3::IfcDerivedUnitEnum
Definition: Ifc2x3Enum.h:1323
OdIfc2x3::kIfcPipeFittingTypeEnum_JUNCTION
@ kIfcPipeFittingTypeEnum_JUNCTION
Definition: Ifc2x3Enum.h:3101
OdIfc2x3::kIfcElectricMotorTypeEnum_USERDEFINED
@ kIfcElectricMotorTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1898
OdIfc2x3::IfcDimensionExtentUsage::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcHumidifierTypeEnum_ASSISTEDPROPANE
@ kIfcHumidifierTypeEnum_ASSISTEDPROPANE
Definition: Ifc2x3Enum.h:2469
OdIfc2x3::kIfcDirectionSenseEnum_unset
@ kIfcDirectionSenseEnum_unset
Definition: Ifc2x3Enum.h:1370
OdIfc2x3::IfcTransformerTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcCostScheduleTypeEnum_TENDER
@ kIfcCostScheduleTypeEnum_TENDER
Definition: Ifc2x3Enum.h:1014
OdIfc2x3::kIfcActionTypeEnum_VARIABLE_Q
@ kIfcActionTypeEnum_VARIABLE_Q
Definition: Ifc2x3Enum.h:90
OdIfc2x3::IfcSwitchingDeviceTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcUnitEnum_PRESSUREUNIT
@ kIfcUnitEnum_PRESSUREUNIT
Definition: Ifc2x3Enum.h:4765
OdIfc2x3::kIfcObjectTypeEnum_ACTOR
@ kIfcObjectTypeEnum_ACTOR
Definition: Ifc2x3Enum.h:2868
OdIfc2x3::kIfcDistributionChamberElementTypeEnum_NOTDEFINED
@ kIfcDistributionChamberElementTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1402
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_WCSEAT
@ kIfcSanitaryTerminalTypeEnum_WCSEAT
Definition: Ifc2x3Enum.h:3836
OdIfc2x3::IfcFootingTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2334
OdIfc2x3::IfcFlowMeterTypeEnum::IfcFlowMeterTypeEnum
IfcFlowMeterTypeEnum(IfcFlowMeterTypeEnum_ val)
Definition: Ifc2x3Enum.h:2303
OdIfc2x3::kIfcDerivedUnitEnum_SOUNDPOWERUNIT
@ kIfcDerivedUnitEnum_SOUNDPOWERUNIT
Definition: Ifc2x3Enum.h:1313
OdIfc2x3::IfcStructuralSurfaceTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTransitionCode::IfcTransitionCode
IfcTransitionCode(const IfcTransitionCode &other)
Definition: Ifc2x3Enum.h:4646
OdIfc2x3::kIfcWindowPanelPositionEnum_NOTDEFINED
@ kIfcWindowPanelPositionEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:5004
OdIfc2x3::kIfcElectricFlowStorageDeviceTypeEnum_USERDEFINED
@ kIfcElectricFlowStorageDeviceTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1815
OdIfc2x3::IfcTubeBundleTypeEnum
Definition: Ifc2x3Enum.h:4722
OdIfc2x3::kIfcDuctSilencerTypeEnum_USERDEFINED
@ kIfcDuctSilencerTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1676
OdIfc2x3::IfcRailingTypeEnum_
IfcRailingTypeEnum_
Definition: Ifc2x3Enum.h:3419
OdIfc2x3::IfcPlateTypeEnum::IfcPlateTypeEnum
IfcPlateTypeEnum()
Definition: Ifc2x3Enum.h:3168
OdIfc2x3::kIfcWindowPanelOperationEnum_REMOVABLECASEMENT
@ kIfcWindowPanelOperationEnum_REMOVABLECASEMENT
Definition: Ifc2x3Enum.h:4972
OdIfc2x3::kIfcCostScheduleTypeEnum_USERDEFINED
@ kIfcCostScheduleTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1018
OdIfc2x3::kIfcAddressTypeEnum_DISTRIBUTIONPOINT
@ kIfcAddressTypeEnum_DISTRIBUTIONPOINT
Definition: Ifc2x3Enum.h:150
OdIfc2x3::kIfcRibPlateDirectionEnum_DIRECTION_Y
@ kIfcRibPlateDirectionEnum_DIRECTION_Y
Definition: Ifc2x3Enum.h:3628
OdIfc2x3::kIfcElectricApplianceTypeEnum_PRINTER
@ kIfcElectricApplianceTypeEnum_PRINTER
Definition: Ifc2x3Enum.h:1714
OdIfc2x3::kIfcDocumentConfidentialityEnum_PERSONAL
@ kIfcDocumentConfidentialityEnum_PERSONAL
Definition: Ifc2x3Enum.h:1429
OdIfc2x3::IfcAirTerminalTypeEnum
Definition: Ifc2x3Enum.h:240
OdIfc2x3::IfcWorkControlTypeEnum::IfcWorkControlTypeEnum
IfcWorkControlTypeEnum()
Definition: Ifc2x3Enum.h:5104
OdIfc2x3::kIfcLampTypeEnum_METALHALIDE
@ kIfcLampTypeEnum_METALHALIDE
Definition: Ifc2x3Enum.h:2580
OdIfc2x3::IfcDoorStyleConstructionEnum::IfcDoorStyleConstructionEnum
IfcDoorStyleConstructionEnum(const IfcDoorStyleConstructionEnum &other)
Definition: Ifc2x3Enum.h:1557
OdIfc2x3::IfcRoofTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3721
OdIfc2x3::IfcCableCarrierSegmentTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:644
OdIfc2x3::kIfcValveTypeEnum_AIRRELEASE
@ kIfcValveTypeEnum_AIRRELEASE
Definition: Ifc2x3Enum.h:4824
OdIfc2x3::IfcWindowStyleConstructionEnum_
IfcWindowStyleConstructionEnum_
Definition: Ifc2x3Enum.h:5027
OdIfc2x3::kIfcBenchmarkEnum_EQUALTO
@ kIfcBenchmarkEnum_EQUALTO
Definition: Ifc2x3Enum.h:497
OdIfc2x3::kIfcActuatorTypeEnum_THERMOSTATICACTUATOR
@ kIfcActuatorTypeEnum_THERMOSTATICACTUATOR
Definition: Ifc2x3Enum.h:121
OdIfc2x3::kIfcLightEmissionSourceEnum_TUNGSTENFILAMENT
@ kIfcLightEmissionSourceEnum_TUNGSTENFILAMENT
Definition: Ifc2x3Enum.h:2669
OdIfc2x3::IfcDamperTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1229
OdIfc2x3::kIfcSensorTypeEnum_FLOWSENSOR
@ kIfcSensorTypeEnum_FLOWSENSOR
Definition: Ifc2x3Enum.h:3889
OdIfc2x3::kIfcTimeSeriesDataTypeEnum_DISCRETE
@ kIfcTimeSeriesDataTypeEnum_DISCRETE
Definition: Ifc2x3Enum.h:4549
OdIfc2x3::StrToIfcStructuralSurfaceTypeEnum
IfcStructuralSurfaceTypeEnum StrToIfcStructuralSurfaceTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcRoleEnum_BUILDINGOPERATOR
@ kIfcRoleEnum_BUILDINGOPERATOR
Definition: Ifc2x3Enum.h:3661
OdIfc2x3::kIfcFanTypeEnum_CENTRIFUGALFORWARDCURVED
@ kIfcFanTypeEnum_CENTRIFUGALFORWARDCURVED
Definition: Ifc2x3Enum.h:2135
OdIfc2x3::StrToIfcThermalLoadTypeEnum
IfcThermalLoadTypeEnum StrToIfcThermalLoadTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcCurrencyEnum_MUR
@ kIfcCurrencyEnum_MUR
Definition: Ifc2x3Enum.h:1130
OdIfc2x3::kIfcProjectOrderTypeEnum_unset
@ kIfcProjectOrderTypeEnum_unset
Definition: Ifc2x3Enum.h:3279
OdIfc2x3::kIfcFlowMeterTypeEnum_unset
@ kIfcFlowMeterTypeEnum_unset
Definition: Ifc2x3Enum.h:2295
OdIfc2x3::IfcDoorPanelPositionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1528
OdIfc2x3::IfcCostScheduleTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1029
OdIfc2x3::IfcElectricFlowStorageDeviceTypeEnum_
IfcElectricFlowStorageDeviceTypeEnum_
Definition: Ifc2x3Enum.h:1809
OdIfc2x3::kIfcReflectanceMethodEnum_BLINN
@ kIfcReflectanceMethodEnum_BLINN
Definition: Ifc2x3Enum.h:3506
OdIfc2x3::IfcObjectiveEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2913
OdIfc2x3::kIfcAirTerminalTypeEnum_EYEBALL
@ kIfcAirTerminalTypeEnum_EYEBALL
Definition: Ifc2x3Enum.h:231
OdIfc2x3::kIfcCondenserTypeEnum_WATERCOOLEDBRAZEDPLATE
@ kIfcCondenserTypeEnum_WATERCOOLEDBRAZEDPLATE
Definition: Ifc2x3Enum.h:842
OdIfc2x3::kIfcThermalLoadSourceEnum_PEOPLE
@ kIfcThermalLoadSourceEnum_PEOPLE
Definition: Ifc2x3Enum.h:4485
OdIfc2x3::IfcOutletTypeEnum_
IfcOutletTypeEnum_
Definition: Ifc2x3Enum.h:2957
OdIfc2x3::IfcAlarmTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:312
OdIfc2x3::kIfcCurrencyEnum_MYR
@ kIfcCurrencyEnum_MYR
Definition: Ifc2x3Enum.h:1132
OdIfc2x3::kIfcCompressorTypeEnum_unset
@ kIfcCompressorTypeEnum_unset
Definition: Ifc2x3Enum.h:816
OdIfc2x3::IfcSurfaceTextureEnum::IfcSurfaceTextureEnum
IfcSurfaceTextureEnum()
Definition: Ifc2x3Enum.h:4353
OdIfc2x3::StrToIfcEvaporativeCoolerTypeEnum
IfcEvaporativeCoolerTypeEnum StrToIfcEvaporativeCoolerTypeEnum(OdAnsiString val)
OdIfc2x3::IfcNullStyle
Definition: Ifc2x3Enum.h:2844
OdIfc
Definition: FxBIMDatabase.h:24
OdIfc2x3::kIfcProjectedOrTrueLengthEnum_PROJECTED_LENGTH
@ kIfcProjectedOrTrueLengthEnum_PROJECTED_LENGTH
Definition: Ifc2x3Enum.h:3302
OdIfc2x3::kIfcCurtainWallTypeEnum_NOTDEFINED
@ kIfcCurtainWallTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1183
OdIfc2x3::kIfcCableCarrierSegmentTypeEnum_NOTDEFINED
@ kIfcCableCarrierSegmentTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:634
OdIfc2x3::IfcAnalysisTheoryTypeEnum::IfcAnalysisTheoryTypeEnum
IfcAnalysisTheoryTypeEnum(const IfcAnalysisTheoryTypeEnum &other)
Definition: Ifc2x3Enum.h:366
OdIfc2x3::IfcConnectionTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcSIUnitName_JOULE
@ kIfcSIUnitName_JOULE
Definition: Ifc2x3Enum.h:3785
OdIfc2x3::IfcRampTypeEnum::IfcRampTypeEnum
IfcRampTypeEnum()
Definition: Ifc2x3Enum.h:3489
OdIfc2x3::IfcServiceLifeFactorTypeEnum::IfcServiceLifeFactorTypeEnum
IfcServiceLifeFactorTypeEnum(const IfcServiceLifeFactorTypeEnum &other)
Definition: Ifc2x3Enum.h:3969
OdIfc2x3::operator>>
bool operator>>(const OdRxValue &out, IfcWorkControlTypeEnum &in)
OdIfc2x3::IfcBSplineCurveForm::IfcBSplineCurveForm
IfcBSplineCurveForm()
Definition: Ifc2x3Enum.h:447
OdIfc2x3::kIfcCostScheduleTypeEnum_NOTDEFINED
@ kIfcCostScheduleTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1019
OdIfc2x3::StrToIfcTimeSeriesScheduleTypeEnum
IfcTimeSeriesScheduleTypeEnum StrToIfcTimeSeriesScheduleTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcControllerTypeEnum_FLOATING
@ kIfcControllerTypeEnum_FLOATING
Definition: Ifc2x3Enum.h:925
OdIfc2x3::kIfcElectricApplianceTypeEnum_RADIANTHEATER
@ kIfcElectricApplianceTypeEnum_RADIANTHEATER
Definition: Ifc2x3Enum.h:1716
OdIfc2x3::IfcBeamTypeEnum::IfcBeamTypeEnum
IfcBeamTypeEnum(IfcBeamTypeEnum_ val)
Definition: Ifc2x3Enum.h:478
OdIfc2x3::StrToIfcDoorStyleOperationEnum
IfcDoorStyleOperationEnum StrToIfcDoorStyleOperationEnum(OdAnsiString val)
OdIfc2x3::kIfcTransportElementTypeEnum_NOTDEFINED
@ kIfcTransportElementTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4666
OdIfc2x3::StrToIfcCooledBeamTypeEnum
IfcCooledBeamTypeEnum StrToIfcCooledBeamTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcSequenceEnum_unset
@ kIfcSequenceEnum_unset
Definition: Ifc2x3Enum.h:3930
OdIfc2x3::IfcRampTypeEnum
Definition: Ifc2x3Enum.h:3486
OdIfc2x3::IfcAssemblyPlaceEnum::IfcAssemblyPlaceEnum
IfcAssemblyPlaceEnum(IfcAssemblyPlaceEnum_ val)
Definition: Ifc2x3Enum.h:420
OdIfc2x3::kIfcTendonTypeEnum_BAR
@ kIfcTendonTypeEnum_BAR
Definition: Ifc2x3Enum.h:4431
OdIfc2x3::kIfcInternalOrExternalEnum_INTERNAL
@ kIfcInternalOrExternalEnum_INTERNAL
Definition: Ifc2x3Enum.h:2497
OdIfc2x3::IfcLogicalOperatorEnum::IfcLogicalOperatorEnum
IfcLogicalOperatorEnum()
Definition: Ifc2x3Enum.h:2758
OdIfc2x3::IfcElementAssemblyTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1972
OdIfc2x3::kIfcCurrencyEnum_KYD
@ kIfcCurrencyEnum_KYD
Definition: Ifc2x3Enum.h:1126
OdIfc2x3::kIfcObjectTypeEnum_PROJECT
@ kIfcObjectTypeEnum_PROJECT
Definition: Ifc2x3Enum.h:2870
OdIfc2x3::kIfcCurrencyEnum_KRW
@ kIfcCurrencyEnum_KRW
Definition: Ifc2x3Enum.h:1124
OdIfc2x3::kIfcAlarmTypeEnum_NOTDEFINED
@ kIfcAlarmTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:301
OdIfc2x3::IfcPhysicalOrVirtualEnum
Definition: Ifc2x3Enum.h:3020
OdIfc2x3::IfcBooleanOperator::toStr
OdAnsiString toStr()
OdIfc2x3::IfcRailingTypeEnum::IfcRailingTypeEnum
IfcRailingTypeEnum(const IfcRailingTypeEnum &other)
Definition: Ifc2x3Enum.h:3432
OdIfc2x3::IfcGeometricProjectionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2393
OdIfc2x3::kIfcDerivedUnitEnum_MODULUSOFROTATIONALSUBGRADEREACTIONUNIT
@ kIfcDerivedUnitEnum_MODULUSOFROTATIONALSUBGRADEREACTIONUNIT
Definition: Ifc2x3Enum.h:1308
OdIfc2x3::IfcReinforcingBarSurfaceEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcAlarmTypeEnum_SIREN
@ kIfcAlarmTypeEnum_SIREN
Definition: Ifc2x3Enum.h:298
OdIfc2x3::IfcDoorPanelPositionEnum::IfcDoorPanelPositionEnum
IfcDoorPanelPositionEnum(IfcDoorPanelPositionEnum_ val)
Definition: Ifc2x3Enum.h:1526
OdIfc2x3::IfcLampTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2594
OdIfc2x3::kIfcCurtainWallTypeEnum_USERDEFINED
@ kIfcCurtainWallTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1182
OdIfc2x3::kIfcElectricTimeControlTypeEnum_unset
@ kIfcElectricTimeControlTypeEnum_unset
Definition: Ifc2x3Enum.h:1928
OdIfc2x3::StrToIfcBeamTypeEnum
IfcBeamTypeEnum StrToIfcBeamTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcSpaceTypeEnum_USERDEFINED
@ kIfcSpaceTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4104
OdIfc2x3::kIfcInventoryTypeEnum_SPACEINVENTORY
@ kIfcInventoryTypeEnum_SPACEINVENTORY
Definition: Ifc2x3Enum.h:2524
OdIfc2x3::IfcReinforcingBarSurfaceEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3582
OdIfc2x3::kIfcProcedureTypeEnum_STARTUP
@ kIfcProcedureTypeEnum_STARTUP
Definition: Ifc2x3Enum.h:3191
OdIfc2x3::IfcWindowStyleConstructionEnum::IfcWindowStyleConstructionEnum
IfcWindowStyleConstructionEnum()
Definition: Ifc2x3Enum.h:5042
OdIfc2x3::kIfcPropertySourceEnum_DESIGNMINIMUM
@ kIfcPropertySourceEnum_DESIGNMINIMUM
Definition: Ifc2x3Enum.h:3329
OdIfc2x3::IfcElectricMotorTypeEnum_
IfcElectricMotorTypeEnum_
Definition: Ifc2x3Enum.h:1892
OdIfc2x3::IfcTimeSeriesScheduleTypeEnum::IfcTimeSeriesScheduleTypeEnum
IfcTimeSeriesScheduleTypeEnum()
Definition: Ifc2x3Enum.h:4590
OdIfc2x3::kIfcDerivedUnitEnum_SHEARMODULUSUNIT
@ kIfcDerivedUnitEnum_SHEARMODULUSUNIT
Definition: Ifc2x3Enum.h:1297
OdIfc2x3::IfcActionSourceTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcWindowStyleConstructionEnum_HIGH_GRADE_STEEL
@ kIfcWindowStyleConstructionEnum_HIGH_GRADE_STEEL
Definition: Ifc2x3Enum.h:5029
OdIfc2x3::kIfcElementCompositionEnum_unset
@ kIfcElementCompositionEnum_unset
Definition: Ifc2x3Enum.h:1988
OdIfc2x3::kIfcConstraintEnum_NOTDEFINED
@ kIfcConstraintEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:901
OdIfc2x3::kIfcCostScheduleTypeEnum_PRICEDBILLOFQUANTITIES
@ kIfcCostScheduleTypeEnum_PRICEDBILLOFQUANTITIES
Definition: Ifc2x3Enum.h:1015
OdIfc2x3::kIfcAirToAirHeatRecoveryTypeEnum_ROTARYWHEEL
@ kIfcAirToAirHeatRecoveryTypeEnum_ROTARYWHEEL
Definition: Ifc2x3Enum.h:263
OdIfc2x3::IfcThermalLoadSourceEnum::IfcThermalLoadSourceEnum
IfcThermalLoadSourceEnum(const IfcThermalLoadSourceEnum &other)
Definition: Ifc2x3Enum.h:4505
OdIfc2x3::IfcBeamTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:479
OdIfc2x3::IfcPermeableCoveringOperationEnum
Definition: Ifc2x3Enum.h:2994
OdIfc2x3::kIfcElementAssemblyTypeEnum_REINFORCEMENT_UNIT
@ kIfcElementAssemblyTypeEnum_REINFORCEMENT_UNIT
Definition: Ifc2x3Enum.h:1956
OdIfc2x3::kIfcInternalOrExternalEnum_unset
@ kIfcInternalOrExternalEnum_unset
Definition: Ifc2x3Enum.h:2500
OdIfc2x3::StrToIfcVibrationIsolatorTypeEnum
IfcVibrationIsolatorTypeEnum StrToIfcVibrationIsolatorTypeEnum(OdAnsiString val)
OdIfc2x3::IfcStructuralCurveTypeEnum::IfcStructuralCurveTypeEnum
IfcStructuralCurveTypeEnum(const IfcStructuralCurveTypeEnum &other)
Definition: Ifc2x3Enum.h:4268
OdIfc2x3::IfcInventoryTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcCableCarrierFittingTypeEnum
Definition: Ifc2x3Enum.h:609
OdIfc2x3::IfcMemberTypeEnum::IfcMemberTypeEnum
IfcMemberTypeEnum(const IfcMemberTypeEnum &other)
Definition: Ifc2x3Enum.h:2796
OdIfc2x3::kIfcCurrencyEnum_GBP
@ kIfcCurrencyEnum_GBP
Definition: Ifc2x3Enum.h:1108
OdIfc2x3::StrToIfcElectricMotorTypeEnum
IfcElectricMotorTypeEnum StrToIfcElectricMotorTypeEnum(OdAnsiString val)
OdIfc2x3::IfcReflectanceMethodEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3526
OdIfc2x3::IfcPileConstructionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3056
OdIfc2x3::kIfcSoundScaleEnum_USERDEFINED
@ kIfcSoundScaleEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4047
OdIfc2x3::IfcPileTypeEnum::IfcPileTypeEnum
IfcPileTypeEnum(IfcPileTypeEnum_ val)
Definition: Ifc2x3Enum.h:3082
OdIfc2x3::IfcControllerTypeEnum::IfcControllerTypeEnum
IfcControllerTypeEnum(const IfcControllerTypeEnum &other)
Definition: Ifc2x3Enum.h:940
OdIfc2x3::kIfcEnergySequenceEnum_unset
@ kIfcEnergySequenceEnum_unset
Definition: Ifc2x3Enum.h:2017
OdIfc2x3::kIfcCompressorTypeEnum_ROTARYVANE
@ kIfcCompressorTypeEnum_ROTARYVANE
Definition: Ifc2x3Enum.h:811
OdIfc2x3::IfcEvaporatorTypeEnum::IfcEvaporatorTypeEnum
IfcEvaporatorTypeEnum()
Definition: Ifc2x3Enum.h:2118
OdIfc2x3::kIfcRoleEnum_COMISSIONINGENGINEER
@ kIfcRoleEnum_COMISSIONINGENGINEER
Definition: Ifc2x3Enum.h:3667
OdIfc2x3::kIfcCableSegmentTypeEnum_CONDUCTORSEGMENT
@ kIfcCableSegmentTypeEnum_CONDUCTORSEGMENT
Definition: Ifc2x3Enum.h:659
OdIfc2x3::kIfcDerivedUnitEnum_PLANARFORCEUNIT
@ kIfcDerivedUnitEnum_PLANARFORCEUNIT
Definition: Ifc2x3Enum.h:1295
OdIfc2x3::kIfcMemberTypeEnum_STUD
@ kIfcMemberTypeEnum_STUD
Definition: Ifc2x3Enum.h:2786
OdIfc2x3::kIfcWorkControlTypeEnum_NOTDEFINED
@ kIfcWorkControlTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:5097
OdIfc2x3::kIfcCurrencyEnum_PGK
@ kIfcCurrencyEnum_PGK
Definition: Ifc2x3Enum.h:1136
OdIfc2x3::kIfcOutletTypeEnum_AUDIOVISUALOUTLET
@ kIfcOutletTypeEnum_AUDIOVISUALOUTLET
Definition: Ifc2x3Enum.h:2958
OdIfc2x3::kIfcWindowStyleConstructionEnum_ALUMINIUM
@ kIfcWindowStyleConstructionEnum_ALUMINIUM
Definition: Ifc2x3Enum.h:5028
OdIfc2x3::IfcSequenceEnum::IfcSequenceEnum
IfcSequenceEnum(IfcSequenceEnum_ val)
Definition: Ifc2x3Enum.h:3938
OdIfc2x3::IfcElectricDistributionPointFunctionEnum
Definition: Ifc2x3Enum.h:1790
OdIfc2x3::kIfcCableCarrierSegmentTypeEnum_CABLETRUNKINGSEGMENT
@ kIfcCableCarrierSegmentTypeEnum_CABLETRUNKINGSEGMENT
Definition: Ifc2x3Enum.h:631
OdIfc2x3::IfcObjectTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2881
OdIfc2x3::kIfcLightDistributionCurveEnum_TYPE_A
@ kIfcLightDistributionCurveEnum_TYPE_A
Definition: Ifc2x3Enum.h:2633
OdIfc2x3::kIfcCoilTypeEnum_WATERCOOLINGCOIL
@ kIfcCoilTypeEnum_WATERCOOLINGCOIL
Definition: Ifc2x3Enum.h:743
OdIfc2x3::kIfcDocumentConfidentialityEnum_unset
@ kIfcDocumentConfidentialityEnum_unset
Definition: Ifc2x3Enum.h:1432
OdIfc2x3::kIfcSwitchingDeviceTypeEnum_unset
@ kIfcSwitchingDeviceTypeEnum_unset
Definition: Ifc2x3Enum.h:4377
OdIfc2x3::kIfcCurrencyEnum_SKP
@ kIfcCurrencyEnum_SKP
Definition: Ifc2x3Enum.h:1147
OdIfc2x3::IfcLightDistributionCurveEnum::IfcLightDistributionCurveEnum
IfcLightDistributionCurveEnum()
Definition: Ifc2x3Enum.h:2643
OdIfc2x3::kIfcDamperTypeEnum_SMOKEDAMPER
@ kIfcDamperTypeEnum_SMOKEDAMPER
Definition: Ifc2x3Enum.h:1209
OdIfc2x3::IfcFanTypeEnum::IfcFanTypeEnum
IfcFanTypeEnum(const IfcFanTypeEnum &other)
Definition: Ifc2x3Enum.h:2151
OdIfc2x3::IfcDocumentConfidentialityEnum::IfcDocumentConfidentialityEnum
IfcDocumentConfidentialityEnum(const IfcDocumentConfidentialityEnum &other)
Definition: Ifc2x3Enum.h:1439
OdIfc2x3::IfcDuctSegmentTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1660
OdIfc2x3::kIfcStairTypeEnum_unset
@ kIfcStairTypeEnum_unset
Definition: Ifc2x3Enum.h:4203
OdIfc2x3::kIfcSwitchingDeviceTypeEnum_TOGGLESWITCH
@ kIfcSwitchingDeviceTypeEnum_TOGGLESWITCH
Definition: Ifc2x3Enum.h:4374
OdIfc2x3::kIfcStackTerminalTypeEnum_NOTDEFINED
@ kIfcStackTerminalTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4133
OdIfc2x3::IfcSpaceTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4116
OdIfc2x3::StrToIfcProfileTypeEnum
IfcProfileTypeEnum StrToIfcProfileTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcRailingTypeEnum_USERDEFINED
@ kIfcRailingTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3423
OdIfc2x3::IfcAddressTypeEnum::IfcAddressTypeEnum
IfcAddressTypeEnum(const IfcAddressTypeEnum &other)
Definition: Ifc2x3Enum.h:159
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_unset
@ kIfcSanitaryTerminalTypeEnum_unset
Definition: Ifc2x3Enum.h:3839
OdIfc2x3::kIfcActuatorTypeEnum_USERDEFINED
@ kIfcActuatorTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:122
OdIfc2x3::kIfcDuctSilencerTypeEnum_RECTANGULAR
@ kIfcDuctSilencerTypeEnum_RECTANGULAR
Definition: Ifc2x3Enum.h:1674
OdIfc2x3::IfcCostScheduleTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::StrToIfcFireSuppressionTerminalTypeEnum
IfcFireSuppressionTerminalTypeEnum StrToIfcFireSuppressionTerminalTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcCableCarrierFittingTypeEnum_USERDEFINED
@ kIfcCableCarrierFittingTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:604
OdIfc2x3::kIfcDocumentConfidentialityEnum_CONFIDENTIAL
@ kIfcDocumentConfidentialityEnum_CONFIDENTIAL
Definition: Ifc2x3Enum.h:1428
OdIfc2x3::IfcSIPrefix::IfcSIPrefix
IfcSIPrefix()
Definition: Ifc2x3Enum.h:3757
OdIfc2x3::kIfcAnalysisModelTypeEnum_LOADING_3D
@ kIfcAnalysisModelTypeEnum_LOADING_3D
Definition: Ifc2x3Enum.h:327
OdIfc2x3::kIfcStructuralSurfaceTypeEnum_unset
@ kIfcStructuralSurfaceTypeEnum_unset
Definition: Ifc2x3Enum.h:4289
OdIfc2x3::IfcDoorPanelOperationEnum::IfcDoorPanelOperationEnum
IfcDoorPanelOperationEnum(IfcDoorPanelOperationEnum_ val)
Definition: Ifc2x3Enum.h:1499
OdIfc2x3::IfcAirTerminalTypeEnum::IfcAirTerminalTypeEnum
IfcAirTerminalTypeEnum()
Definition: Ifc2x3Enum.h:243
OdIfc2x3::kIfcReinforcingBarRoleEnum_PUNCHING
@ kIfcReinforcingBarRoleEnum_PUNCHING
Definition: Ifc2x3Enum.h:3543
OdIfc2x3::IfcFanTypeEnum
Definition: Ifc2x3Enum.h:2147
OdIfc2x3::kIfcDerivedUnitEnum_LINEARFORCEUNIT
@ kIfcDerivedUnitEnum_LINEARFORCEUNIT
Definition: Ifc2x3Enum.h:1294
OdIfc2x3::IfcStateEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4240
OdIfc2x3::IfcMotorConnectionTypeEnum
Definition: Ifc2x3Enum.h:2820
OdIfc2x3::IfcElectricTimeControlTypeEnum::IfcElectricTimeControlTypeEnum
IfcElectricTimeControlTypeEnum()
Definition: Ifc2x3Enum.h:1934
OdIfc2x3::IfcFilterTypeEnum::IfcFilterTypeEnum
IfcFilterTypeEnum(IfcFilterTypeEnum_ val)
Definition: Ifc2x3Enum.h:2182
OdIfc2x3::kIfcProjectOrderTypeEnum_MOVEORDER
@ kIfcProjectOrderTypeEnum_MOVEORDER
Definition: Ifc2x3Enum.h:3274
OdIfc2x3::kIfcTankTypeEnum_USERDEFINED
@ kIfcTankTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4404
OdIfc2x3::kIfcCableCarrierFittingTypeEnum_BEND
@ kIfcCableCarrierFittingTypeEnum_BEND
Definition: Ifc2x3Enum.h:600
OdIfc2x3::IfcCurtainWallTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1194
OdIfc2x3::IfcPumpTypeEnum::IfcPumpTypeEnum
IfcPumpTypeEnum()
Definition: Ifc2x3Enum.h:3403
OdIfc2x3::kIfcFlowMeterTypeEnum_FLOWMETER
@ kIfcFlowMeterTypeEnum_FLOWMETER
Definition: Ifc2x3Enum.h:2289
OdIfc2x3::kIfcSensorTypeEnum_HEATSENSOR
@ kIfcSensorTypeEnum_HEATSENSOR
Definition: Ifc2x3Enum.h:3891
OdIfc2x3::kIfcDerivedUnitEnum_HEATFLUXDENSITYUNIT
@ kIfcDerivedUnitEnum_HEATFLUXDENSITYUNIT
Definition: Ifc2x3Enum.h:1274
OdIfc2x3::IfcGeometricProjectionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcStructuralCurveTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcStructuralSurfaceTypeEnum::IfcStructuralSurfaceTypeEnum
IfcStructuralSurfaceTypeEnum(const IfcStructuralSurfaceTypeEnum &other)
Definition: Ifc2x3Enum.h:4296
OdIfc2x3::IfcFlowDirectionEnum_
IfcFlowDirectionEnum_
Definition: Ifc2x3Enum.h:2226
OdIfc2x3::kIfcBenchmarkEnum_LESSTHANOREQUALTO
@ kIfcBenchmarkEnum_LESSTHANOREQUALTO
Definition: Ifc2x3Enum.h:496
OdIfc2x3::IfcSurfaceTextureEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTendonTypeEnum_
IfcTendonTypeEnum_
Definition: Ifc2x3Enum.h:4428
OdIfc2x3::kIfcServiceLifeFactorTypeEnum_USERDEFINED
@ kIfcServiceLifeFactorTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3960
OdIfc2x3::IfcTrimmingPreference::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcValveTypeEnum_REGULATING
@ kIfcValveTypeEnum_REGULATING
Definition: Ifc2x3Enum.h:4841
OdIfc2x3::kIfcCableSegmentTypeEnum_CABLESEGMENT
@ kIfcCableSegmentTypeEnum_CABLESEGMENT
Definition: Ifc2x3Enum.h:658
OdIfc2x3::IfcSpaceHeaterTypeEnum::IfcSpaceHeaterTypeEnum
IfcSpaceHeaterTypeEnum()
Definition: Ifc2x3Enum.h:4087
OdIfc2x3::IfcEvaporatorTypeEnum::IfcEvaporatorTypeEnum
IfcEvaporatorTypeEnum(IfcEvaporatorTypeEnum_ val)
Definition: Ifc2x3Enum.h:2120
OdIfc2x3::IfcArithmeticOperatorEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcDataOriginEnum
Definition: Ifc2x3Enum.h:1251
OdIfc2x3::kIfcCableCarrierFittingTypeEnum_NOTDEFINED
@ kIfcCableCarrierFittingTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:605
OdIfc2x3::kIfcTimeSeriesScheduleTypeEnum_WEEKLY
@ kIfcTimeSeriesScheduleTypeEnum_WEEKLY
Definition: Ifc2x3Enum.h:4580
OdIfc2x3::IfcBSplineCurveForm::nullify
void nullify()
Definition: Ifc2x3Enum.h:451
OdIfc2x3::kIfcActionSourceTypeEnum_WIND_W
@ kIfcActionSourceTypeEnum_WIND_W
Definition: Ifc2x3Enum.h:43
OdIfc2x3::IfcLightEmissionSourceEnum
Definition: Ifc2x3Enum.h:2674
OdIfc2x3::IfcTextPath::IfcTextPath
IfcTextPath(IfcTextPath_ val)
Definition: Ifc2x3Enum.h:4470
OdIfc2x3::IfcStructuralSurfaceTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4299
OdIfc2x3::StrToIfcFlowMeterTypeEnum
IfcFlowMeterTypeEnum StrToIfcFlowMeterTypeEnum(OdAnsiString val)
OdIfc2x3::IfcDuctFittingTypeEnum::IfcDuctFittingTypeEnum
IfcDuctFittingTypeEnum(const IfcDuctFittingTypeEnum &other)
Definition: Ifc2x3Enum.h:1630
OdIfc2x3::kIfcSensorTypeEnum_SMOKESENSOR
@ kIfcSensorTypeEnum_SMOKESENSOR
Definition: Ifc2x3Enum.h:3897
OdIfc2x3::kIfcHeatExchangerTypeEnum_NOTDEFINED
@ kIfcHeatExchangerTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2435
OdIfc2x3::IfcTubeBundleTypeEnum::IfcTubeBundleTypeEnum
IfcTubeBundleTypeEnum(const IfcTubeBundleTypeEnum &other)
Definition: Ifc2x3Enum.h:4726
OdIfc2x3::IfcHumidifierTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2484
OdIfc2x3::IfcBoilerTypeEnum::IfcBoilerTypeEnum
IfcBoilerTypeEnum(const IfcBoilerTypeEnum &other)
Definition: Ifc2x3Enum.h:533
OdIfc2x3::IfcProjectedOrTrueLengthEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3313
OdIfc2x3::IfcCostScheduleTypeEnum
Definition: Ifc2x3Enum.h:1023
OdIfc2x3::IfcCoilTypeEnum
Definition: Ifc2x3Enum.h:753
OdIfc2x3::IfcDocumentStatusEnum::IfcDocumentStatusEnum
IfcDocumentStatusEnum(IfcDocumentStatusEnum_ val)
Definition: Ifc2x3Enum.h:1468
OdIfc2x3::IfcFlowMeterTypeEnum::IfcFlowMeterTypeEnum
IfcFlowMeterTypeEnum()
Definition: Ifc2x3Enum.h:2301
OdIfc2x3::StrToIfcAirTerminalBoxTypeEnum
IfcAirTerminalBoxTypeEnum StrToIfcAirTerminalBoxTypeEnum(OdAnsiString val)
OdIfc2x3::IfcStateEnum::IfcStateEnum
IfcStateEnum()
Definition: Ifc2x3Enum.h:4237
OdIfc2x3::kIfcTendonTypeEnum_WIRE
@ kIfcTendonTypeEnum_WIRE
Definition: Ifc2x3Enum.h:4430
OdIfc2x3::IfcAssemblyPlaceEnum::IfcAssemblyPlaceEnum
IfcAssemblyPlaceEnum(const IfcAssemblyPlaceEnum &other)
Definition: Ifc2x3Enum.h:419
OdIfc2x3::IfcCostScheduleTypeEnum::IfcCostScheduleTypeEnum
IfcCostScheduleTypeEnum(IfcCostScheduleTypeEnum_ val)
Definition: Ifc2x3Enum.h:1028
OdIfc2x3::IfcDataOriginEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcDocumentConfidentialityEnum
Definition: Ifc2x3Enum.h:1435
OdIfc2x3::IfcAnalysisModelTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTimeSeriesScheduleTypeEnum::IfcTimeSeriesScheduleTypeEnum
IfcTimeSeriesScheduleTypeEnum(const IfcTimeSeriesScheduleTypeEnum &other)
Definition: Ifc2x3Enum.h:4591
OdIfc2x3::IfcLightFixtureTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2707
OdIfc2x3::kIfcSpaceHeaterTypeEnum_TUBULARRADIATOR
@ kIfcSpaceHeaterTypeEnum_TUBULARRADIATOR
Definition: Ifc2x3Enum.h:4074
OdIfc2x3::kIfcEnvironmentalImpactCategoryEnum_INSTALLATION
@ kIfcEnvironmentalImpactCategoryEnum_INSTALLATION
Definition: Ifc2x3Enum.h:2043
OdIfc2x3::kIfcTransportElementTypeEnum_USERDEFINED
@ kIfcTransportElementTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4665
OdIfc2x3::kIfcRoofTypeEnum_SHED_ROOF
@ kIfcRoofTypeEnum_SHED_ROOF
Definition: Ifc2x3Enum.h:3699
OdIfc2x3::kIfcWindowPanelOperationEnum_SLIDINGVERTICAL
@ kIfcWindowPanelOperationEnum_SLIDINGVERTICAL
Definition: Ifc2x3Enum.h:4971
OdIfc2x3::IfcLightDistributionCurveEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcRampTypeEnum_USERDEFINED
@ kIfcRampTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3481
OdIfc2x3::IfcSIUnitName_
IfcSIUnitName_
Definition: Ifc2x3Enum.h:3773
OdIfc2x3::kIfcAddressTypeEnum_SITE
@ kIfcAddressTypeEnum_SITE
Definition: Ifc2x3Enum.h:148
OdIfc2x3::IfcRoofTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcActionSourceTypeEnum_RAIN
@ kIfcActionSourceTypeEnum_RAIN
Definition: Ifc2x3Enum.h:62
OdIfc2x3::kIfcDerivedUnitEnum_ISOTHERMALMOISTURECAPACITYUNIT
@ kIfcDerivedUnitEnum_ISOTHERMALMOISTURECAPACITYUNIT
Definition: Ifc2x3Enum.h:1276
OdIfc2x3::IfcAssemblyPlaceEnum::IfcAssemblyPlaceEnum
IfcAssemblyPlaceEnum()
Definition: Ifc2x3Enum.h:418
OdIfc2x3::IfcRoleEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3685
OdIfc2x3::kIfcPropertySourceEnum_DESIGNMAXIMUM
@ kIfcPropertySourceEnum_DESIGNMAXIMUM
Definition: Ifc2x3Enum.h:3328
OdIfc2x3::IfcCoolingTowerTypeEnum::IfcCoolingTowerTypeEnum
IfcCoolingTowerTypeEnum()
Definition: Ifc2x3Enum.h:994
OdIfc2x3::kIfcCoolingTowerTypeEnum_unset
@ kIfcCoolingTowerTypeEnum_unset
Definition: Ifc2x3Enum.h:988
OdIfc2x3::IfcCondenserTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::StrToIfcDistributionChamberElementTypeEnum
IfcDistributionChamberElementTypeEnum StrToIfcDistributionChamberElementTypeEnum(OdAnsiString val)
OdIfc2x3::IfcBuildingElementProxyTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:587
OdIfc2x3::kIfcCableCarrierSegmentTypeEnum_CONDUITSEGMENT
@ kIfcCableCarrierSegmentTypeEnum_CONDUITSEGMENT
Definition: Ifc2x3Enum.h:632
OdIfc2x3::kIfcActionSourceTypeEnum_BUOYANCY
@ kIfcActionSourceTypeEnum_BUOYANCY
Definition: Ifc2x3Enum.h:58
OdIfc2x3::kIfcAirTerminalBoxTypeEnum_VARIABLEFLOWPRESSUREINDEPENDANT
@ kIfcAirTerminalBoxTypeEnum_VARIABLEFLOWPRESSUREINDEPENDANT
Definition: Ifc2x3Enum.h:202
OdIfc2x3::IfcRibPlateDirectionEnum::IfcRibPlateDirectionEnum
IfcRibPlateDirectionEnum(const IfcRibPlateDirectionEnum &other)
Definition: Ifc2x3Enum.h:3636
OdIfc2x3::IfcDerivedUnitEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcOccupantTypeEnum_LESSEE
@ kIfcOccupantTypeEnum_LESSEE
Definition: Ifc2x3Enum.h:2928
OdIfc2x3::kIfcMemberTypeEnum_COLLAR
@ kIfcMemberTypeEnum_COLLAR
Definition: Ifc2x3Enum.h:2777
OdIfc2x3::kIfcBoilerTypeEnum_WATER
@ kIfcBoilerTypeEnum_WATER
Definition: Ifc2x3Enum.h:522
OdIfc2x3::IfcSurfaceTextureEnum::IfcSurfaceTextureEnum
IfcSurfaceTextureEnum(const IfcSurfaceTextureEnum &other)
Definition: Ifc2x3Enum.h:4354
OdIfc2x3::IfcAnalysisTheoryTypeEnum_
IfcAnalysisTheoryTypeEnum_
Definition: Ifc2x3Enum.h:352
OdIfc2x3::kIfcDerivedUnitEnum_HEATINGVALUEUNIT
@ kIfcDerivedUnitEnum_HEATINGVALUEUNIT
Definition: Ifc2x3Enum.h:1303
OdIfc2x3::kIfcSpaceHeaterTypeEnum_NOTDEFINED
@ kIfcSpaceHeaterTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4080
OdIfc2x3::IfcWasteTerminalTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTransportElementTypeEnum_
IfcTransportElementTypeEnum_
Definition: Ifc2x3Enum.h:4661
OdIfc2x3::IfcElementCompositionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1998
OdIfc2x3::kIfcPumpTypeEnum_VERTICALINLINE
@ kIfcPumpTypeEnum_VERTICALINLINE
Definition: Ifc2x3Enum.h:3393
OdIfc2x3::IfcActuatorTypeEnum::IfcActuatorTypeEnum
IfcActuatorTypeEnum(IfcActuatorTypeEnum_ val)
Definition: Ifc2x3Enum.h:132
OdIfc2x3::kIfcDoorPanelOperationEnum_SLIDING
@ kIfcDoorPanelOperationEnum_SLIDING
Definition: Ifc2x3Enum.h:1485
OdIfc2x3::kIfcElectricFlowStorageDeviceTypeEnum_unset
@ kIfcElectricFlowStorageDeviceTypeEnum_unset
Definition: Ifc2x3Enum.h:1817
OdIfc2x3::IfcDamperTypeEnum_
IfcDamperTypeEnum_
Definition: Ifc2x3Enum.h:1206
OdIfc2x3::IfcSurfaceTextureEnum_
IfcSurfaceTextureEnum_
Definition: Ifc2x3Enum.h:4337
OdIfc2x3::IfcWallTypeEnum
Definition: Ifc2x3Enum.h:4907
OdIfc2x3::kIfcStackTerminalTypeEnum_RAINWATERHOPPER
@ kIfcStackTerminalTypeEnum_RAINWATERHOPPER
Definition: Ifc2x3Enum.h:4131
OdIfc2x3::kIfcCompressorTypeEnum_SCROLL
@ kIfcCompressorTypeEnum_SCROLL
Definition: Ifc2x3Enum.h:802
OdIfc2x3::StrToIfcWindowPanelOperationEnum
IfcWindowPanelOperationEnum StrToIfcWindowPanelOperationEnum(OdAnsiString val)
OdIfc2x3::kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT
@ kIfcDoorStyleOperationEnum_DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT
Definition: Ifc2x3Enum.h:1577
OdIfc2x3::IfcActuatorTypeEnum::IfcActuatorTypeEnum
IfcActuatorTypeEnum()
Definition: Ifc2x3Enum.h:130
OdIfc2x3::kIfcTendonTypeEnum_COATED
@ kIfcTendonTypeEnum_COATED
Definition: Ifc2x3Enum.h:4432
OdIfc2x3::kIfcSpaceHeaterTypeEnum_PANELRADIATOR
@ kIfcSpaceHeaterTypeEnum_PANELRADIATOR
Definition: Ifc2x3Enum.h:4073
OdIfc2x3::kIfcAlarmTypeEnum_USERDEFINED
@ kIfcAlarmTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:300
OdIfc2x3::IfcConstraintEnum::IfcConstraintEnum
IfcConstraintEnum(const IfcConstraintEnum &other)
Definition: Ifc2x3Enum.h:909
OdIfc2x3::IfcTransitionCode::IfcTransitionCode
IfcTransitionCode(IfcTransitionCode_ val)
Definition: Ifc2x3Enum.h:4647
OdIfc2x3::kIfcInternalOrExternalEnum_EXTERNAL
@ kIfcInternalOrExternalEnum_EXTERNAL
Definition: Ifc2x3Enum.h:2498
OdIfc2x3::IfcSIUnitName
Definition: Ifc2x3Enum.h:3807
OdIfc2x3::kIfcLightFixtureTypeEnum_unset
@ kIfcLightFixtureTypeEnum_unset
Definition: Ifc2x3Enum.h:2698
OdIfc2x3::IfcFlowDirectionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2240
OdIfc2x3::kIfcCoveringTypeEnum_unset
@ kIfcCoveringTypeEnum_unset
Definition: Ifc2x3Enum.h:1053
OdIfc2x3::IfcSwitchingDeviceTypeEnum::IfcSwitchingDeviceTypeEnum
IfcSwitchingDeviceTypeEnum()
Definition: Ifc2x3Enum.h:4383
OdIfc2x3::IfcLoadGroupTypeEnum
Definition: Ifc2x3Enum.h:2730
OdIfc2x3::kIfcDerivedUnitEnum_VAPORPERMEABILITYUNIT
@ kIfcDerivedUnitEnum_VAPORPERMEABILITYUNIT
Definition: Ifc2x3Enum.h:1288
OdIfc2x3::IfcCoilTypeEnum::IfcCoilTypeEnum
IfcCoilTypeEnum()
Definition: Ifc2x3Enum.h:756
OdIfc2x3::kIfcActuatorTypeEnum_HANDOPERATEDACTUATOR
@ kIfcActuatorTypeEnum_HANDOPERATEDACTUATOR
Definition: Ifc2x3Enum.h:118
OdIfc2x3::IfcTendonTypeEnum::IfcTendonTypeEnum
IfcTendonTypeEnum(const IfcTendonTypeEnum &other)
Definition: Ifc2x3Enum.h:4442
OdIfc2x3::kIfcProtectiveDeviceTypeEnum_RESIDUALCURRENTCIRCUITBREAKER
@ kIfcProtectiveDeviceTypeEnum_RESIDUALCURRENTCIRCUITBREAKER
Definition: Ifc2x3Enum.h:3362
OdIfc2x3::kIfcWallTypeEnum_SHEAR
@ kIfcWallTypeEnum_SHEAR
Definition: Ifc2x3Enum.h:4899
OdIfc2x3::IfcSoundScaleEnum::IfcSoundScaleEnum
IfcSoundScaleEnum(IfcSoundScaleEnum_ val)
Definition: Ifc2x3Enum.h:4057
OdIfc2x3::IfcSwitchingDeviceTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4387
OdIfc2x3::kIfcObjectiveEnum_NOTDEFINED
@ kIfcObjectiveEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2902
OdIfc2x3::IfcAnalysisModelTypeEnum::IfcAnalysisModelTypeEnum
IfcAnalysisModelTypeEnum(const IfcAnalysisModelTypeEnum &other)
Definition: Ifc2x3Enum.h:337
OdIfc2x3::kIfcSwitchingDeviceTypeEnum_CONTACTOR
@ kIfcSwitchingDeviceTypeEnum_CONTACTOR
Definition: Ifc2x3Enum.h:4370
OdIfc2x3::IfcAnalysisTheoryTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcAnalysisTheoryTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:369
OdIfc2x3::kIfcFlowInstrumentTypeEnum_PRESSUREGAUGE
@ kIfcFlowInstrumentTypeEnum_PRESSUREGAUGE
Definition: Ifc2x3Enum.h:2254
OdIfc2x3::kIfcStructuralSurfaceTypeEnum_USERDEFINED
@ kIfcStructuralSurfaceTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4287
OdIfc2x3::kIfcColumnTypeEnum_unset
@ kIfcColumnTypeEnum_unset
Definition: Ifc2x3Enum.h:776
OdIfc2x3::kIfcFlowDirectionEnum_unset
@ kIfcFlowDirectionEnum_unset
Definition: Ifc2x3Enum.h:2231
OdIfc2x3::IfcStructuralSurfaceTypeEnum
Definition: Ifc2x3Enum.h:4292
OdIfc2x3::IfcRibPlateDirectionEnum::IfcRibPlateDirectionEnum
IfcRibPlateDirectionEnum()
Definition: Ifc2x3Enum.h:3635
OdIfc2x3::kIfcUnitaryEquipmentTypeEnum_unset
@ kIfcUnitaryEquipmentTypeEnum_unset
Definition: Ifc2x3Enum.h:4801
OdIfc2x3::IfcDuctFittingTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1633
OdIfc2x3::IfcAheadOrBehind::nullify
void nullify()
Definition: Ifc2x3Enum.h:187
OdIfc2x3::StrToIfcAssemblyPlaceEnum
IfcAssemblyPlaceEnum StrToIfcAssemblyPlaceEnum(OdAnsiString val)
OdIfc2x3::IfcJunctionBoxTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcDuctSilencerTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1687
OdIfc2x3::kIfcStairTypeEnum_TWO_QUARTER_TURN_STAIR
@ kIfcStairTypeEnum_TWO_QUARTER_TURN_STAIR
Definition: Ifc2x3Enum.h:4194
OdIfc2x3::IfcObjectTypeEnum
Definition: Ifc2x3Enum.h:2875
OdIfc2x3::IfcCoilTypeEnum::IfcCoilTypeEnum
IfcCoilTypeEnum(const IfcCoilTypeEnum &other)
Definition: Ifc2x3Enum.h:757
OdIfc2x3::kIfcMotorConnectionTypeEnum_USERDEFINED
@ kIfcMotorConnectionTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2815
OdIfc2x3::IfcBoilerTypeEnum_
IfcBoilerTypeEnum_
Definition: Ifc2x3Enum.h:521
OdIfc2x3::kIfcProjectedOrTrueLengthEnum_TRUE_LENGTH
@ kIfcProjectedOrTrueLengthEnum_TRUE_LENGTH
Definition: Ifc2x3Enum.h:3303
OdIfc2x3::IfcProcedureTypeEnum_
IfcProcedureTypeEnum_
Definition: Ifc2x3Enum.h:3184
OdIfc2x3::StrToIfcAheadOrBehind
IfcAheadOrBehind StrToIfcAheadOrBehind(OdAnsiString val)
OdIfc2x3::IfcProjectOrderRecordTypeEnum::IfcProjectOrderRecordTypeEnum
IfcProjectOrderRecordTypeEnum(const IfcProjectOrderRecordTypeEnum &other)
Definition: Ifc2x3Enum.h:3256
OdIfc2x3::IfcElectricTimeControlTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1937
OdIfc2x3::IfcWindowStyleOperationEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:5079
OdIfc2x3::IfcWallTypeEnum::IfcWallTypeEnum
IfcWallTypeEnum(const IfcWallTypeEnum &other)
Definition: Ifc2x3Enum.h:4911
OdIfc2x3::kIfcAirTerminalBoxTypeEnum_CONSTANTFLOW
@ kIfcAirTerminalBoxTypeEnum_CONSTANTFLOW
Definition: Ifc2x3Enum.h:200
OdIfc2x3::IfcBeamTypeEnum
Definition: Ifc2x3Enum.h:473
OdIfc2x3::IfcControllerTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:943
OdIfc2x3::kIfcEnergySequenceEnum_PRIMARY
@ kIfcEnergySequenceEnum_PRIMARY
Definition: Ifc2x3Enum.h:2011
OdIfc2x3::kIfcTextPath_LEFT
@ kIfcTextPath_LEFT
Definition: Ifc2x3Enum.h:4458
OdIfc2x3::kIfcRoofTypeEnum_FLAT_ROOF
@ kIfcRoofTypeEnum_FLAT_ROOF
Definition: Ifc2x3Enum.h:3698
OdIfc2x3::kIfcSequenceEnum_NOTDEFINED
@ kIfcSequenceEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3929
OdIfc2x3::kIfcTimeSeriesScheduleTypeEnum_unset
@ kIfcTimeSeriesScheduleTypeEnum_unset
Definition: Ifc2x3Enum.h:4584
OdIfc2x3::kIfcElementAssemblyTypeEnum_SLAB_FIELD
@ kIfcElementAssemblyTypeEnum_SLAB_FIELD
Definition: Ifc2x3Enum.h:1958
OdIfc2x3::kIfcAlarmTypeEnum_unset
@ kIfcAlarmTypeEnum_unset
Definition: Ifc2x3Enum.h:302
OdIfc2x3::IfcDoorStyleConstructionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1559
OdIfc2x3::IfcElectricCurrentEnum_
IfcElectricCurrentEnum_
Definition: Ifc2x3Enum.h:1749
OdIfc2x3::kIfcDerivedUnitEnum_MOISTUREDIFFUSIVITYUNIT
@ kIfcDerivedUnitEnum_MOISTUREDIFFUSIVITYUNIT
Definition: Ifc2x3Enum.h:1281
OdIfc2x3::kIfcActionSourceTypeEnum_unset
@ kIfcActionSourceTypeEnum_unset
Definition: Ifc2x3Enum.h:66
OdIfc2x3::kIfcSensorTypeEnum_MOISTURESENSOR
@ kIfcSensorTypeEnum_MOISTURESENSOR
Definition: Ifc2x3Enum.h:3894
OdIfc2x3::kIfcStructuralCurveTypeEnum_NOTDEFINED
@ kIfcStructuralCurveTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4260
OdIfc2x3::IfcLoadGroupTypeEnum::IfcLoadGroupTypeEnum
IfcLoadGroupTypeEnum(const IfcLoadGroupTypeEnum &other)
Definition: Ifc2x3Enum.h:2734
OdIfc2x3::kIfcSIUnitName_BECQUEREL
@ kIfcSIUnitName_BECQUEREL
Definition: Ifc2x3Enum.h:3775
OdIfc2x3::kIfcStairTypeEnum_THREE_QUARTER_WINDING_STAIR
@ kIfcStairTypeEnum_THREE_QUARTER_WINDING_STAIR
Definition: Ifc2x3Enum.h:4195
OdIfc2x3::IfcStairFlightTypeEnum::IfcStairFlightTypeEnum
IfcStairFlightTypeEnum(IfcStairFlightTypeEnum_ val)
Definition: Ifc2x3Enum.h:4172
OdIfc2x3::IfcResourceConsumptionEnum_
IfcResourceConsumptionEnum_
Definition: Ifc2x3Enum.h:3595
OdIfc2x3::kIfcRampTypeEnum_TWO_STRAIGHT_RUN_RAMP
@ kIfcRampTypeEnum_TWO_STRAIGHT_RUN_RAMP
Definition: Ifc2x3Enum.h:3476
OdIfc2x3::StrToIfcJunctionBoxTypeEnum
IfcJunctionBoxTypeEnum StrToIfcJunctionBoxTypeEnum(OdAnsiString val)
OdIfc2x3::StrToIfcServiceLifeTypeEnum
IfcServiceLifeTypeEnum StrToIfcServiceLifeTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcCurrencyEnum_CAD
@ kIfcCurrencyEnum_CAD
Definition: Ifc2x3Enum.h:1090
OdIfc2x3::kIfcWallTypeEnum_NOTDEFINED
@ kIfcWallTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4903
OdIfc2x3::IfcElementCompositionEnum_
IfcElementCompositionEnum_
Definition: Ifc2x3Enum.h:1984
OdIfc2x3::kIfcEvaporativeCoolerTypeEnum_USERDEFINED
@ kIfcEvaporativeCoolerTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2080
OdIfc2x3::IfcTransportElementTypeEnum::IfcTransportElementTypeEnum
IfcTransportElementTypeEnum(IfcTransportElementTypeEnum_ val)
Definition: Ifc2x3Enum.h:4675
OdIfc2x3::kIfcTrimmingPreference_unset
@ kIfcTrimmingPreference_unset
Definition: Ifc2x3Enum.h:4693
OdIfc2x3::kIfcResourceConsumptionEnum_CONSUMED
@ kIfcResourceConsumptionEnum_CONSUMED
Definition: Ifc2x3Enum.h:3596
OdIfc2x3::IfcFlowMeterTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2304
OdIfc2x3::IfcCableSegmentTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcSpaceTypeEnum_unset
@ kIfcSpaceTypeEnum_unset
Definition: Ifc2x3Enum.h:4106
OdIfc2x3::kIfcOutletTypeEnum_POWEROUTLET
@ kIfcOutletTypeEnum_POWEROUTLET
Definition: Ifc2x3Enum.h:2960
OdIfc2x3::IfcStairTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4213
OdIfc2x3::kIfcSensorTypeEnum_unset
@ kIfcSensorTypeEnum_unset
Definition: Ifc2x3Enum.h:3902
OdIfc2x3::IfcStackTerminalTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4143
OdIfc2x3::kIfcActionTypeEnum_NOTDEFINED
@ kIfcActionTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:93
OdIfc2x3::kIfcEnvironmentalImpactCategoryEnum_MANUFACTURE
@ kIfcEnvironmentalImpactCategoryEnum_MANUFACTURE
Definition: Ifc2x3Enum.h:2044
OdIfc2x3::kIfcStairFlightTypeEnum_SPIRAL
@ kIfcStairFlightTypeEnum_SPIRAL
Definition: Ifc2x3Enum.h:4159
OdIfc2x3::IfcPhysicalOrVirtualEnum::IfcPhysicalOrVirtualEnum
IfcPhysicalOrVirtualEnum()
Definition: Ifc2x3Enum.h:3023
OdIfc2x3::IfcSoundScaleEnum
Definition: Ifc2x3Enum.h:4052
OdIfc2x3::kIfcDerivedUnitEnum_USERDEFINED
@ kIfcDerivedUnitEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1319
OdIfc2x3::IfcPropertySourceEnum::IfcPropertySourceEnum
IfcPropertySourceEnum()
Definition: Ifc2x3Enum.h:3342
OdIfc2x3::kIfcLoadGroupTypeEnum_USERDEFINED
@ kIfcLoadGroupTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2725
OdIfc2x3::IfcBSplineCurveForm::IfcBSplineCurveForm
IfcBSplineCurveForm(IfcBSplineCurveForm_ val)
Definition: Ifc2x3Enum.h:449
OdIfc2x3::IfcDuctSegmentTypeEnum
Definition: Ifc2x3Enum.h:1653
OdIfc2x3::IfcProjectedOrTrueLengthEnum
Definition: Ifc2x3Enum.h:3307
OdIfc2x3::kIfcEnergySequenceEnum_NOTDEFINED
@ kIfcEnergySequenceEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2016
OdIfc2x3::IfcWindowPanelPositionEnum::IfcWindowPanelPositionEnum
IfcWindowPanelPositionEnum(IfcWindowPanelPositionEnum_ val)
Definition: Ifc2x3Enum.h:5013
OdIfc2x3::IfcSoundScaleEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4058
OdIfc2x3::kIfcActionSourceTypeEnum_SETTLEMENT_U
@ kIfcActionSourceTypeEnum_SETTLEMENT_U
Definition: Ifc2x3Enum.h:45
OdIfc2x3::kIfcWindowPanelOperationEnum_SIDEHUNGRIGHTHAND
@ kIfcWindowPanelOperationEnum_SIDEHUNGRIGHTHAND
Definition: Ifc2x3Enum.h:4962
OdIfc2x3::IfcFilterTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2183
OdIfc2x3::IfcDuctSegmentTypeEnum::IfcDuctSegmentTypeEnum
IfcDuctSegmentTypeEnum(const IfcDuctSegmentTypeEnum &other)
Definition: Ifc2x3Enum.h:1657
OdIfc2x3::kIfcBuildingElementProxyTypeEnum_unset
@ kIfcBuildingElementProxyTypeEnum_unset
Definition: Ifc2x3Enum.h:577
OdIfc2x3::kIfcPumpTypeEnum_USERDEFINED
@ kIfcPumpTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3395
OdIfc2x3::IfcMotorConnectionTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2827
OdIfc2x3::IfcPipeSegmentTypeEnum
Definition: Ifc2x3Enum.h:3138
OdIfc2x3::kIfcServiceLifeFactorTypeEnum_C_WORKEXECUTIONLEVEL
@ kIfcServiceLifeFactorTypeEnum_C_WORKEXECUTIONLEVEL
Definition: Ifc2x3Enum.h:3955
OdIfc2x3::kIfcElectricApplianceTypeEnum_WASHINGMACHINE
@ kIfcElectricApplianceTypeEnum_WASHINGMACHINE
Definition: Ifc2x3Enum.h:1722
OdIfc2x3::StrToIfcDoorPanelPositionEnum
IfcDoorPanelPositionEnum StrToIfcDoorPanelPositionEnum(OdAnsiString val)
OdIfc2x3::kIfcDistributionChamberElementTypeEnum_MANHOLE
@ kIfcDistributionChamberElementTypeEnum_MANHOLE
Definition: Ifc2x3Enum.h:1396
OdIfc2x3::IfcAirToAirHeatRecoveryTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:281
OdIfc2x3::IfcOccupantTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcHeatExchangerTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2446
OdIfc2x3::kIfcGasTerminalTypeEnum_unset
@ kIfcGasTerminalTypeEnum_unset
Definition: Ifc2x3Enum.h:2352
OdIfc2x3::IfcCooledBeamTypeEnum::IfcCooledBeamTypeEnum
IfcCooledBeamTypeEnum(IfcCooledBeamTypeEnum_ val)
Definition: Ifc2x3Enum.h:968
OdIfc2x3::IfcProcedureTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3203
OdIfc2x3::IfcTransitionCode::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcAirToAirHeatRecoveryTypeEnum_NOTDEFINED
@ kIfcAirToAirHeatRecoveryTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:270
OdIfc2x3::IfcDocumentStatusEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1469
OdIfc2x3::kIfcBoilerTypeEnum_STEAM
@ kIfcBoilerTypeEnum_STEAM
Definition: Ifc2x3Enum.h:523
OdIfc2x3::kIfcObjectTypeEnum_RESOURCE
@ kIfcObjectTypeEnum_RESOURCE
Definition: Ifc2x3Enum.h:2867
OdIfc2x3::kIfcElectricCurrentEnum_unset
@ kIfcElectricCurrentEnum_unset
Definition: Ifc2x3Enum.h:1753
OdIfc2x3::kIfcGasTerminalTypeEnum_GASBURNER
@ kIfcGasTerminalTypeEnum_GASBURNER
Definition: Ifc2x3Enum.h:2349
OdIfc2x3::kIfcCoveringTypeEnum_INSULATION
@ kIfcCoveringTypeEnum_INSULATION
Definition: Ifc2x3Enum.h:1047
OdIfc2x3::kIfcColumnTypeEnum_NOTDEFINED
@ kIfcColumnTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:775
OdIfc2x3::IfcDuctSilencerTypeEnum::IfcDuctSilencerTypeEnum
IfcDuctSilencerTypeEnum(IfcDuctSilencerTypeEnum_ val)
Definition: Ifc2x3Enum.h:1686
OdIfc2x3::kIfcUnitEnum_TIMEUNIT
@ kIfcUnitEnum_TIMEUNIT
Definition: Ifc2x3Enum.h:4769
OdIfc2x3::kIfcFootingTypeEnum_USERDEFINED
@ kIfcFootingTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2322
OdIfc2x3::IfcPermeableCoveringOperationEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcWindowPanelOperationEnum_TOPHUNG
@ kIfcWindowPanelOperationEnum_TOPHUNG
Definition: Ifc2x3Enum.h:4966
OdIfc2x3::IfcPileTypeEnum_
IfcPileTypeEnum_
Definition: Ifc2x3Enum.h:3068
OdIfc2x3::IfcWindowStyleOperationEnum::IfcWindowStyleOperationEnum
IfcWindowStyleOperationEnum(IfcWindowStyleOperationEnum_ val)
Definition: Ifc2x3Enum.h:5078
OdIfc2x3::IfcUnitEnum::IfcUnitEnum
IfcUnitEnum()
Definition: Ifc2x3Enum.h:4778
OdIfc2x3::IfcStateEnum::IfcStateEnum
IfcStateEnum(IfcStateEnum_ val)
Definition: Ifc2x3Enum.h:4239
OdIfc2x3::IfcFireSuppressionTerminalTypeEnum_
IfcFireSuppressionTerminalTypeEnum_
Definition: Ifc2x3Enum.h:2196
OdIfc2x3::IfcThermalLoadSourceEnum::IfcThermalLoadSourceEnum
IfcThermalLoadSourceEnum(IfcThermalLoadSourceEnum_ val)
Definition: Ifc2x3Enum.h:4506
OdIfc2x3::IfcReinforcingBarRoleEnum::IfcReinforcingBarRoleEnum
IfcReinforcingBarRoleEnum(const IfcReinforcingBarRoleEnum &other)
Definition: Ifc2x3Enum.h:3555
OdIfc2x3::kIfcElectricHeaterTypeEnum_ELECTRICCABLEHEATER
@ kIfcElectricHeaterTypeEnum_ELECTRICCABLEHEATER
Definition: Ifc2x3Enum.h:1866
OdIfc2x3::kIfcCompressorTypeEnum_ROLLINGPISTON
@ kIfcCompressorTypeEnum_ROLLINGPISTON
Definition: Ifc2x3Enum.h:810
OdIfc2x3::kIfcOccupantTypeEnum_OWNER
@ kIfcOccupantTypeEnum_OWNER
Definition: Ifc2x3Enum.h:2931
OdIfc2x3::kIfcSIUnitName_METRE
@ kIfcSIUnitName_METRE
Definition: Ifc2x3Enum.h:3789
OdIfc2x3::StrToIfcDuctFittingTypeEnum
IfcDuctFittingTypeEnum StrToIfcDuctFittingTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcServiceLifeFactorTypeEnum_unset
@ kIfcServiceLifeFactorTypeEnum_unset
Definition: Ifc2x3Enum.h:3962
OdIfc2x3::kIfcCurrencyEnum_NZD
@ kIfcCurrencyEnum_NZD
Definition: Ifc2x3Enum.h:1134
OdIfc2x3::kIfcSIUnitName_FARAD
@ kIfcSIUnitName_FARAD
Definition: Ifc2x3Enum.h:3780
OdIfc2x3::IfcCurtainWallTypeEnum
Definition: Ifc2x3Enum.h:1187
OdIfc2x3::kIfcDoorStyleOperationEnum_SLIDING_TO_LEFT
@ kIfcDoorStyleOperationEnum_SLIDING_TO_LEFT
Definition: Ifc2x3Enum.h:1581
OdIfc2x3::kIfcWindowPanelPositionEnum_BOTTOM
@ kIfcWindowPanelPositionEnum_BOTTOM
Definition: Ifc2x3Enum.h:5002
OdIfc2x3::kIfcEnergySequenceEnum_AUXILIARY
@ kIfcEnergySequenceEnum_AUXILIARY
Definition: Ifc2x3Enum.h:2014
OdIfc2x3::IfcResourceConsumptionEnum::IfcResourceConsumptionEnum
IfcResourceConsumptionEnum()
Definition: Ifc2x3Enum.h:3610
OdIfc2x3::kIfcRoleEnum_BUILDINGOWNER
@ kIfcRoleEnum_BUILDINGOWNER
Definition: Ifc2x3Enum.h:3660
OdIfc2x3::IfcStackTerminalTypeEnum_
IfcStackTerminalTypeEnum_
Definition: Ifc2x3Enum.h:4128
OdIfc2x3::IfcOutletTypeEnum::IfcOutletTypeEnum
IfcOutletTypeEnum(IfcOutletTypeEnum_ val)
Definition: Ifc2x3Enum.h:2971
OdIfc2x3::IfcPlateTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcProcedureTypeEnum
Definition: Ifc2x3Enum.h:3197
OdIfc2x3::IfcCoilTypeEnum_
IfcCoilTypeEnum_
Definition: Ifc2x3Enum.h:741
OdIfc2x3::kIfcProcedureTypeEnum_ADVICE_NOTE
@ kIfcProcedureTypeEnum_ADVICE_NOTE
Definition: Ifc2x3Enum.h:3186
OdIfc2x3::kIfcResourceConsumptionEnum_NOTDEFINED
@ kIfcResourceConsumptionEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3603
OdIfc2x3::IfcUnitaryEquipmentTypeEnum::IfcUnitaryEquipmentTypeEnum
IfcUnitaryEquipmentTypeEnum(const IfcUnitaryEquipmentTypeEnum &other)
Definition: Ifc2x3Enum.h:4808
OdIfc2x3::IfcPipeSegmentTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcCableCarrierSegmentTypeEnum
Definition: Ifc2x3Enum.h:638
OdIfc2x3::kIfcArithmeticOperatorEnum_ADD
@ kIfcArithmeticOperatorEnum_ADD
Definition: Ifc2x3Enum.h:382
OdIfc2x3::kIfcElementAssemblyTypeEnum_TRUSS
@ kIfcElementAssemblyTypeEnum_TRUSS
Definition: Ifc2x3Enum.h:1959
OdIfc2x3::IfcThermalLoadTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcCurrencyEnum_BND
@ kIfcCurrencyEnum_BND
Definition: Ifc2x3Enum.h:1085
OdIfc2x3::IfcWasteTerminalTypeEnum_
IfcWasteTerminalTypeEnum_
Definition: Ifc2x3Enum.h:4926
OdIfc2x3::kIfcMemberTypeEnum_PLATE
@ kIfcMemberTypeEnum_PLATE
Definition: Ifc2x3Enum.h:2780
OdIfc2x3::kIfcLightEmissionSourceEnum_LIGHTEMITTINGDIODE
@ kIfcLightEmissionSourceEnum_LIGHTEMITTINGDIODE
Definition: Ifc2x3Enum.h:2664
OdIfc2x3::kIfcBuildingElementProxyTypeEnum_NOTDEFINED
@ kIfcBuildingElementProxyTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:576
OdIfc2x3::kIfcCompressorTypeEnum_TWINSCREW
@ kIfcCompressorTypeEnum_TWINSCREW
Definition: Ifc2x3Enum.h:813
OdIfc2x3::IfcConnectionTypeEnum_
IfcConnectionTypeEnum_
Definition: Ifc2x3Enum.h:869
OdIfc2x3::IfcBeamTypeEnum::IfcBeamTypeEnum
IfcBeamTypeEnum(const IfcBeamTypeEnum &other)
Definition: Ifc2x3Enum.h:477
OdIfc2x3::IfcCooledBeamTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcAirToAirHeatRecoveryTypeEnum_THERMOSIPHONCOILTYPEHEATEXCHANGERS
@ kIfcAirToAirHeatRecoveryTypeEnum_THERMOSIPHONCOILTYPEHEATEXCHANGERS
Definition: Ifc2x3Enum.h:268
OdIfc2x3::IfcTransitionCode_
IfcTransitionCode_
Definition: Ifc2x3Enum.h:4634
OdIfc2x3::kIfcActionSourceTypeEnum_CREEP
@ kIfcActionSourceTypeEnum_CREEP
Definition: Ifc2x3Enum.h:56
OdIfc2x3::kIfcElectricDistributionPointFunctionEnum_INDICATORPANEL
@ kIfcElectricDistributionPointFunctionEnum_INDICATORPANEL
Definition: Ifc2x3Enum.h:1781
OdIfc2x3::IfcElectricCurrentEnum::IfcElectricCurrentEnum
IfcElectricCurrentEnum()
Definition: Ifc2x3Enum.h:1759
OdIfc2x3::IfcMemberTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2799
OdIfc2x3::kIfcRoofTypeEnum_DOME_ROOF
@ kIfcRoofTypeEnum_DOME_ROOF
Definition: Ifc2x3Enum.h:3709
OdIfc2x3::StrToIfcMotorConnectionTypeEnum
IfcMotorConnectionTypeEnum StrToIfcMotorConnectionTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcFlowInstrumentTypeEnum_FREQUENCYMETER
@ kIfcFlowInstrumentTypeEnum_FREQUENCYMETER
Definition: Ifc2x3Enum.h:2257
OdIfc2x3::kIfcEvaporatorTypeEnum_DIRECTEXPANSIONSHELLANDTUBE
@ kIfcEvaporatorTypeEnum_DIRECTEXPANSIONSHELLANDTUBE
Definition: Ifc2x3Enum.h:2105
OdIfc2x3::kIfcSIPrefix_CENTI
@ kIfcSIPrefix_CENTI
Definition: Ifc2x3Enum.h:3744
OdIfc2x3::IfcDoorStyleOperationEnum::IfcDoorStyleOperationEnum
IfcDoorStyleOperationEnum()
Definition: Ifc2x3Enum.h:1597
OdIfc2x3::IfcPileConstructionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcLampTypeEnum_
IfcLampTypeEnum_
Definition: Ifc2x3Enum.h:2575
OdIfc2x3::StrToIfcTransitionCode
IfcTransitionCode StrToIfcTransitionCode(OdAnsiString val)
OdIfc2x3::kIfcAirTerminalTypeEnum_NOTDEFINED
@ kIfcAirTerminalTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:236
OdIfc2x3::IfcStructuralSurfaceTypeEnum::IfcStructuralSurfaceTypeEnum
IfcStructuralSurfaceTypeEnum()
Definition: Ifc2x3Enum.h:4295
OdIfc2x3::IfcCurrencyEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1169
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_WASHHANDBASIN
@ kIfcSanitaryTerminalTypeEnum_WASHHANDBASIN
Definition: Ifc2x3Enum.h:3835
OdIfc2x3::kIfcWindowStyleConstructionEnum_STEEL
@ kIfcWindowStyleConstructionEnum_STEEL
Definition: Ifc2x3Enum.h:5030
OdIfc2x3::IfcValveTypeEnum
Definition: Ifc2x3Enum.h:4850
OdIfc2x3::kIfcConstraintEnum_HARD
@ kIfcConstraintEnum_HARD
Definition: Ifc2x3Enum.h:897
OdIfc2x3::IfcElementAssemblyTypeEnum
Definition: Ifc2x3Enum.h:1965
OdIfc2x3::kIfcSIUnitName_VOLT
@ kIfcSIUnitName_VOLT
Definition: Ifc2x3Enum.h:3801
OdIfc2x3::IfcAirToAirHeatRecoveryTypeEnum::IfcAirToAirHeatRecoveryTypeEnum
IfcAirToAirHeatRecoveryTypeEnum(const IfcAirToAirHeatRecoveryTypeEnum &other)
Definition: Ifc2x3Enum.h:278
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_CISTERN
@ kIfcSanitaryTerminalTypeEnum_CISTERN
Definition: Ifc2x3Enum.h:3829
OdIfc2x3::kIfcChangeActionEnum_NOCHANGE
@ kIfcChangeActionEnum_NOCHANGE
Definition: Ifc2x3Enum.h:685
OdIfc2x3::IfcLoadGroupTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2737
OdIfc2x3::kIfcRoofTypeEnum_BARREL_ROOF
@ kIfcRoofTypeEnum_BARREL_ROOF
Definition: Ifc2x3Enum.h:3705
OdIfc2x3::kIfcThermalLoadSourceEnum_RELATIVEHUMIDITY
@ kIfcThermalLoadSourceEnum_RELATIVEHUMIDITY
Definition: Ifc2x3Enum.h:4494
OdIfc2x3::kIfcDocumentStatusEnum_REVISION
@ kIfcDocumentStatusEnum_REVISION
Definition: Ifc2x3Enum.h:1458
OdIfc2x3::kIfcUnitEnum_unset
@ kIfcUnitEnum_unset
Definition: Ifc2x3Enum.h:4772
OdIfc2x3::IfcValveTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTankTypeEnum::IfcTankTypeEnum
IfcTankTypeEnum(const IfcTankTypeEnum &other)
Definition: Ifc2x3Enum.h:4413
OdIfc2x3::IfcStackTerminalTypeEnum::IfcStackTerminalTypeEnum
IfcStackTerminalTypeEnum(IfcStackTerminalTypeEnum_ val)
Definition: Ifc2x3Enum.h:4142
OdIfc::kIfcBooleanOperator_DIFFERENCE
@ kIfcBooleanOperator_DIFFERENCE
Definition: IfcModelerGeometry.h:56
OdIfc2x3::IfcElectricHeaterTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1879
OdIfc2x3::IfcPipeFittingTypeEnum::IfcPipeFittingTypeEnum
IfcPipeFittingTypeEnum()
Definition: Ifc2x3Enum.h:3112
OdIfc2x3::kIfcBoilerTypeEnum_USERDEFINED
@ kIfcBoilerTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:524
OdIfc2x3::kIfcDocumentConfidentialityEnum_NOTDEFINED
@ kIfcDocumentConfidentialityEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1431
OdIfc2x3::kIfcFireSuppressionTerminalTypeEnum_SPRINKLER
@ kIfcFireSuppressionTerminalTypeEnum_SPRINKLER
Definition: Ifc2x3Enum.h:2200
OdIfc2x3::kIfcTransformerTypeEnum_unset
@ kIfcTransformerTypeEnum_unset
Definition: Ifc2x3Enum.h:4612
OdIfc2x3::IfcCompressorTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcLogicalOperatorEnum
Definition: Ifc2x3Enum.h:2755
OdIfc2x3::StrToIfcGasTerminalTypeEnum
IfcGasTerminalTypeEnum StrToIfcGasTerminalTypeEnum(OdAnsiString val)
OdIfc2x3::IfcEnergySequenceEnum_
IfcEnergySequenceEnum_
Definition: Ifc2x3Enum.h:2010
OdIfc2x3::IfcStructuralCurveTypeEnum
Definition: Ifc2x3Enum.h:4264
OdIfc2x3::IfcChangeActionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:700
OdIfc2x3::IfcCurrencyEnum::IfcCurrencyEnum
IfcCurrencyEnum()
Definition: Ifc2x3Enum.h:1165
OdIfc2x3::IfcWallTypeEnum_
IfcWallTypeEnum_
Definition: Ifc2x3Enum.h:4896
OdIfc2x3::kIfcDoorStyleConstructionEnum_USERDEFINED
@ kIfcDoorStyleConstructionEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1548
OdIfc2x3::kIfcPipeSegmentTypeEnum_SPOOL
@ kIfcPipeSegmentTypeEnum_SPOOL
Definition: Ifc2x3Enum.h:3132
OdIfc2x3::IfcRailingTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3435
OdIfc2x3::IfcSanitaryTerminalTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3848
OdIfc2x3::StrToIfcRampFlightTypeEnum
IfcRampFlightTypeEnum StrToIfcRampFlightTypeEnum(OdAnsiString val)
OdIfc2x3::IfcColumnTypeEnum_
IfcColumnTypeEnum_
Definition: Ifc2x3Enum.h:772
OdIfc2x3::IfcElectricCurrentEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1762
OdIfc2x3::IfcReinforcingBarSurfaceEnum
Definition: Ifc2x3Enum.h:3576
OdIfc2x3::kIfcPropertySourceEnum_USERDEFINED
@ kIfcPropertySourceEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3334
OdIfc2x3::IfcDerivedUnitEnum::IfcDerivedUnitEnum
IfcDerivedUnitEnum(const IfcDerivedUnitEnum &other)
Definition: Ifc2x3Enum.h:1327
OdIfc2x3::kIfcMemberTypeEnum_unset
@ kIfcMemberTypeEnum_unset
Definition: Ifc2x3Enum.h:2789
OdIfc2x3::IfcElectricApplianceTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcAirTerminalTypeEnum_REGISTER
@ kIfcAirTerminalTypeEnum_REGISTER
Definition: Ifc2x3Enum.h:229
OdIfc2x3::IfcLightDistributionCurveEnum_
IfcLightDistributionCurveEnum_
Definition: Ifc2x3Enum.h:2632
OdIfc2x3::IfcProcedureTypeEnum::IfcProcedureTypeEnum
IfcProcedureTypeEnum(IfcProcedureTypeEnum_ val)
Definition: Ifc2x3Enum.h:3202
OdIfc2x3::kIfcPumpTypeEnum_unset
@ kIfcPumpTypeEnum_unset
Definition: Ifc2x3Enum.h:3397
OdIfc2x3::IfcFootingTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2333
OdIfc2x3::kIfcPileConstructionEnum_COMPOSITE
@ kIfcPileConstructionEnum_COMPOSITE
Definition: Ifc2x3Enum.h:3041
OdIfc2x3::kIfcOutletTypeEnum_USERDEFINED
@ kIfcOutletTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2961
OdIfc2x3::IfcSlabTypeEnum_
IfcSlabTypeEnum_
Definition: Ifc2x3Enum.h:4012
OdIfc2x3::IfcStateEnum_
IfcStateEnum_
Definition: Ifc2x3Enum.h:4225
OdIfc2x3::kIfcElectricTimeControlTypeEnum_RELAY
@ kIfcElectricTimeControlTypeEnum_RELAY
Definition: Ifc2x3Enum.h:1925
OdIfc2x3::kIfcEvaporativeCoolerTypeEnum_INDIRECTEVAPORATIVEPACKAGEAIRCOOLER
@ kIfcEvaporativeCoolerTypeEnum_INDIRECTEVAPORATIVEPACKAGEAIRCOOLER
Definition: Ifc2x3Enum.h:2076
OdIfc2x3::IfcChangeActionEnum::IfcChangeActionEnum
IfcChangeActionEnum(IfcChangeActionEnum_ val)
Definition: Ifc2x3Enum.h:699
OdIfc2x3::IfcCableCarrierSegmentTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:645
OdIfc2x3::kIfcActionSourceTypeEnum_COMPLETION_G1
@ kIfcActionSourceTypeEnum_COMPLETION_G1
Definition: Ifc2x3Enum.h:40
OdIfc2x3::IfcControllerTypeEnum_
IfcControllerTypeEnum_
Definition: Ifc2x3Enum.h:924
OdIfc2x3::IfcCompressorTypeEnum::IfcCompressorTypeEnum
IfcCompressorTypeEnum(const IfcCompressorTypeEnum &other)
Definition: Ifc2x3Enum.h:823
OdIfc2x3::kIfcThermalLoadSourceEnum_LIGHTING
@ kIfcThermalLoadSourceEnum_LIGHTING
Definition: Ifc2x3Enum.h:4486
OdIfc2x3::StrToIfcDoorPanelOperationEnum
IfcDoorPanelOperationEnum StrToIfcDoorPanelOperationEnum(OdAnsiString val)
OdIfc2x3::kIfcStairFlightTypeEnum_FREEFORM
@ kIfcStairFlightTypeEnum_FREEFORM
Definition: Ifc2x3Enum.h:4161
OdIfc2x3::IfcTimeSeriesScheduleTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4593
OdIfc2x3::StrToIfcElectricTimeControlTypeEnum
IfcElectricTimeControlTypeEnum StrToIfcElectricTimeControlTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcSIUnitName_unset
@ kIfcSIUnitName_unset
Definition: Ifc2x3Enum.h:3804
OdIfc2x3::IfcTransitionCode
Definition: Ifc2x3Enum.h:4642
OdIfc2x3::kIfcDoorPanelPositionEnum_RIGHT
@ kIfcDoorPanelPositionEnum_RIGHT
Definition: Ifc2x3Enum.h:1516
OdIfc2x3::IfcCableSegmentTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:672
OdIfc2x3::kIfcDerivedUnitEnum_LINEARSTIFFNESSUNIT
@ kIfcDerivedUnitEnum_LINEARSTIFFNESSUNIT
Definition: Ifc2x3Enum.h:1298
OdIfc2x3::kIfcCurrencyEnum_SAR
@ kIfcCurrencyEnum_SAR
Definition: Ifc2x3Enum.h:1143
OdIfc2x3::IfcCurrencyEnum_
IfcCurrencyEnum_
Definition: Ifc2x3Enum.h:1075
OdIfc2x3::kIfcMemberTypeEnum_NOTDEFINED
@ kIfcMemberTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2788
OdIfc2x3::IfcEnvironmentalImpactCategoryEnum_
IfcEnvironmentalImpactCategoryEnum_
Definition: Ifc2x3Enum.h:2039
OdIfc2x3::kIfcDerivedUnitEnum_CURVATUREUNIT
@ kIfcDerivedUnitEnum_CURVATUREUNIT
Definition: Ifc2x3Enum.h:1302
OdIfc2x3::kIfcCurrencyEnum_SEK
@ kIfcCurrencyEnum_SEK
Definition: Ifc2x3Enum.h:1145
OdIfc2x3::IfcCostScheduleTypeEnum::IfcCostScheduleTypeEnum
IfcCostScheduleTypeEnum()
Definition: Ifc2x3Enum.h:1026
OdIfc2x3::kIfcElectricHeaterTypeEnum_USERDEFINED
@ kIfcElectricHeaterTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1868
OdIfc2x3::kIfcProjectOrderRecordTypeEnum_USERDEFINED
@ kIfcProjectOrderRecordTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3247
OdIfc2x3::StrToIfcPipeSegmentTypeEnum
IfcPipeSegmentTypeEnum StrToIfcPipeSegmentTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcDoorStyleConstructionEnum_WOOD
@ kIfcDoorStyleConstructionEnum_WOOD
Definition: Ifc2x3Enum.h:1544
OdIfc2x3::IfcWasteTerminalTypeEnum::IfcWasteTerminalTypeEnum
IfcWasteTerminalTypeEnum(IfcWasteTerminalTypeEnum_ val)
Definition: Ifc2x3Enum.h:4947
OdIfc2x3::IfcSwitchingDeviceTypeEnum::IfcSwitchingDeviceTypeEnum
IfcSwitchingDeviceTypeEnum(IfcSwitchingDeviceTypeEnum_ val)
Definition: Ifc2x3Enum.h:4385
OdIfc2x3::kIfcLoadGroupTypeEnum_unset
@ kIfcLoadGroupTypeEnum_unset
Definition: Ifc2x3Enum.h:2727
OdIfc2x3::kIfcGeometricProjectionEnum_PLAN_VIEW
@ kIfcGeometricProjectionEnum_PLAN_VIEW
Definition: Ifc2x3Enum.h:2378
OdIfc2x3::IfcMemberTypeEnum
Definition: Ifc2x3Enum.h:2792
OdIfc2x3::IfcSpaceTypeEnum_
IfcSpaceTypeEnum_
Definition: Ifc2x3Enum.h:4103
OdIfc2x3::IfcProjectOrderTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3289
OdIfc2x3::IfcColumnTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:786
OdIfc2x3::kIfcDirectionSenseEnum_NEGATIVE
@ kIfcDirectionSenseEnum_NEGATIVE
Definition: Ifc2x3Enum.h:1369
OdIfc2x3::kIfcStairTypeEnum_SPIRAL_STAIR
@ kIfcStairTypeEnum_SPIRAL_STAIR
Definition: Ifc2x3Enum.h:4197
OdIfc2x3::kIfcDoorStyleConstructionEnum_unset
@ kIfcDoorStyleConstructionEnum_unset
Definition: Ifc2x3Enum.h:1550
OdIfc2x3::kIfcElectricApplianceTypeEnum_COMPUTER
@ kIfcElectricApplianceTypeEnum_COMPUTER
Definition: Ifc2x3Enum.h:1701
OdIfc2x3::IfcDoorPanelOperationEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1500
OdIfc2x3::IfcColumnTypeEnum
Definition: Ifc2x3Enum.h:779
OdIfc2x3::kIfcRailingTypeEnum_GUARDRAIL
@ kIfcRailingTypeEnum_GUARDRAIL
Definition: Ifc2x3Enum.h:3421
OdIfc2x3::kIfcPileConstructionEnum_USERDEFINED
@ kIfcPileConstructionEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3044
OdIfc2x3::kIfcSIUnitName_SECOND
@ kIfcSIUnitName_SECOND
Definition: Ifc2x3Enum.h:3795
OdIfc2x3::IfcProjectedOrTrueLengthEnum_
IfcProjectedOrTrueLengthEnum_
Definition: Ifc2x3Enum.h:3301
OdIfc2x3::IfcThermalLoadTypeEnum::IfcThermalLoadTypeEnum
IfcThermalLoadTypeEnum(const IfcThermalLoadTypeEnum &other)
Definition: Ifc2x3Enum.h:4532
OdIfc2x3::IfcPileConstructionEnum::IfcPileConstructionEnum
IfcPileConstructionEnum(const IfcPileConstructionEnum &other)
Definition: Ifc2x3Enum.h:3053
OdIfc2x3::kIfcBeamTypeEnum_T_BEAM
@ kIfcBeamTypeEnum_T_BEAM
Definition: Ifc2x3Enum.h:467
OdIfc2x3::IfcWallTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4914
OdIfc2x3::IfcProtectiveDeviceTypeEnum::IfcProtectiveDeviceTypeEnum
IfcProtectiveDeviceTypeEnum(const IfcProtectiveDeviceTypeEnum &other)
Definition: Ifc2x3Enum.h:3374
OdIfc2x3::IfcSurfaceSide::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcWindowPanelOperationEnum_NOTDEFINED
@ kIfcWindowPanelOperationEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4975
OdIfc2x3::kIfcValveTypeEnum_DOUBLECHECK
@ kIfcValveTypeEnum_DOUBLECHECK
Definition: Ifc2x3Enum.h:4831
OdIfc2x3::IfcRoofTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3722
OdIfc2x3::StrToIfcPumpTypeEnum
IfcPumpTypeEnum StrToIfcPumpTypeEnum(OdAnsiString val)
OdIfc2x3::IfcSIUnitName::toStr
OdAnsiString toStr()
OdIfc2x3::IfcElectricApplianceTypeEnum::IfcElectricApplianceTypeEnum
IfcElectricApplianceTypeEnum(IfcElectricApplianceTypeEnum_ val)
Definition: Ifc2x3Enum.h:1735
OdIfc2x3::IfcProjectedOrTrueLengthEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcOccupantTypeEnum::IfcOccupantTypeEnum
IfcOccupantTypeEnum()
Definition: Ifc2x3Enum.h:2941
OdIfc2x3::kIfcCurrencyEnum_VND
@ kIfcCurrencyEnum_VND
Definition: Ifc2x3Enum.h:1154
OdIfc2x3::IfcDocumentStatusEnum
Definition: Ifc2x3Enum.h:1463
OdIfc2x3::kIfcObjectTypeEnum_PROCESS
@ kIfcObjectTypeEnum_PROCESS
Definition: Ifc2x3Enum.h:2865
OdIfc2x3::kIfcActionSourceTypeEnum_ERECTION
@ kIfcActionSourceTypeEnum_ERECTION
Definition: Ifc2x3Enum.h:52
OdIfc2x3::IfcServiceLifeTypeEnum
Definition: Ifc2x3Enum.h:3993
OdIfc2x3::IfcTankTypeEnum
Definition: Ifc2x3Enum.h:4409
OdIfc2x3::kIfcPipeFittingTypeEnum_BEND
@ kIfcPipeFittingTypeEnum_BEND
Definition: Ifc2x3Enum.h:3097
OdIfc2x3::IfcChillerTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:729
OdIfc2x3::IfcWindowStyleConstructionEnum
Definition: Ifc2x3Enum.h:5039
OdIfc2x3::IfcReinforcingBarRoleEnum::IfcReinforcingBarRoleEnum
IfcReinforcingBarRoleEnum(IfcReinforcingBarRoleEnum_ val)
Definition: Ifc2x3Enum.h:3556
OdIfc2x3::kIfcElectricApplianceTypeEnum_FREESTANDINGFAN
@ kIfcElectricApplianceTypeEnum_FREESTANDINGFAN
Definition: Ifc2x3Enum.h:1707
OdIfc2x3::kIfcOccupantTypeEnum_LETTINGAGENT
@ kIfcOccupantTypeEnum_LETTINGAGENT
Definition: Ifc2x3Enum.h:2930
OdIfc2x3::IfcInternalOrExternalEnum::IfcInternalOrExternalEnum
IfcInternalOrExternalEnum()
Definition: Ifc2x3Enum.h:2506
OdIfc2x3::IfcElectricHeaterTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1880
OdIfc2x3::IfcWallTypeEnum::IfcWallTypeEnum
IfcWallTypeEnum(IfcWallTypeEnum_ val)
Definition: Ifc2x3Enum.h:4912
OdIfc2x3::StrToIfcPropertySourceEnum
IfcPropertySourceEnum StrToIfcPropertySourceEnum(OdAnsiString val)
OdIfc2x3::kIfcCurrencyEnum_AED
@ kIfcCurrencyEnum_AED
Definition: Ifc2x3Enum.h:1076
OdIfc2x3::kIfcUnitaryEquipmentTypeEnum_AIRHANDLER
@ kIfcUnitaryEquipmentTypeEnum_AIRHANDLER
Definition: Ifc2x3Enum.h:4795
OdIfc2x3::kIfcEvaporativeCoolerTypeEnum_INDIRECTDIRECTCOMBINATION
@ kIfcEvaporativeCoolerTypeEnum_INDIRECTDIRECTCOMBINATION
Definition: Ifc2x3Enum.h:2079
OdIfc2x3::kIfcDerivedUnitEnum_ACCELERATIONUNIT
@ kIfcDerivedUnitEnum_ACCELERATIONUNIT
Definition: Ifc2x3Enum.h:1301
OdIfc2x3::IfcWindowPanelPositionEnum::IfcWindowPanelPositionEnum
IfcWindowPanelPositionEnum()
Definition: Ifc2x3Enum.h:5011
OdIfc2x3::kIfcEnergySequenceEnum_TERTIARY
@ kIfcEnergySequenceEnum_TERTIARY
Definition: Ifc2x3Enum.h:2013
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_URINAL
@ kIfcSanitaryTerminalTypeEnum_URINAL
Definition: Ifc2x3Enum.h:3834
OdIfc2x3::IfcElementCompositionEnum
Definition: Ifc2x3Enum.h:1991
OdIfc2x3::IfcElectricFlowStorageDeviceTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTransportElementTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4676
OdIfc2x3::IfcWindowStyleConstructionEnum::IfcWindowStyleConstructionEnum
IfcWindowStyleConstructionEnum(const IfcWindowStyleConstructionEnum &other)
Definition: Ifc2x3Enum.h:5043
OdIfc2x3::kIfcPlateTypeEnum_CURTAIN_PANEL
@ kIfcPlateTypeEnum_CURTAIN_PANEL
Definition: Ifc2x3Enum.h:3158
OdIfc2x3::kIfcWindowStyleOperationEnum_TRIPLE_PANEL_HORIZONTAL
@ kIfcWindowStyleOperationEnum_TRIPLE_PANEL_HORIZONTAL
Definition: Ifc2x3Enum.h:5067
OdIfc2x3::IfcReinforcingBarRoleEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcEnergySequenceEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2026
OdIfc2x3::kIfcDuctFittingTypeEnum_BEND
@ kIfcDuctFittingTypeEnum_BEND
Definition: Ifc2x3Enum.h:1614
OdIfc2x3::IfcAlarmTypeEnum::IfcAlarmTypeEnum
IfcAlarmTypeEnum()
Definition: Ifc2x3Enum.h:308
OdIfc2x3::StrToIfcFlowDirectionEnum
IfcFlowDirectionEnum StrToIfcFlowDirectionEnum(OdAnsiString val)
OdIfc2x3::kIfcCurrencyEnum_ILS
@ kIfcCurrencyEnum_ILS
Definition: Ifc2x3Enum.h:1116
OdIfc2x3::IfcProtectiveDeviceTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcTimeSeriesScheduleTypeEnum_ANNUAL
@ kIfcTimeSeriesScheduleTypeEnum_ANNUAL
Definition: Ifc2x3Enum.h:4578
OdIfc2x3::IfcAirTerminalBoxTypeEnum::IfcAirTerminalBoxTypeEnum
IfcAirTerminalBoxTypeEnum(const IfcAirTerminalBoxTypeEnum &other)
Definition: Ifc2x3Enum.h:212
OdIfc2x3::kIfcCableCarrierFittingTypeEnum_REDUCER
@ kIfcCableCarrierFittingTypeEnum_REDUCER
Definition: Ifc2x3Enum.h:602
OdIfc2x3::IfcStateEnum
Definition: Ifc2x3Enum.h:4234
OdIfc2x3::kIfcElementAssemblyTypeEnum_BRACED_FRAME
@ kIfcElementAssemblyTypeEnum_BRACED_FRAME
Definition: Ifc2x3Enum.h:1954
OdIfc2x3::kIfcLightFixtureTypeEnum_DIRECTIONSOURCE
@ kIfcLightFixtureTypeEnum_DIRECTIONSOURCE
Definition: Ifc2x3Enum.h:2695
OdIfc2x3::kIfcLoadGroupTypeEnum_LOAD_CASE
@ kIfcLoadGroupTypeEnum_LOAD_CASE
Definition: Ifc2x3Enum.h:2722
OdIfc2x3::IfcDataOriginEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1258
OdIfc2x3::kIfcSoundScaleEnum_DBA
@ kIfcSoundScaleEnum_DBA
Definition: Ifc2x3Enum.h:4042
OdIfc2x3::kIfcElectricApplianceTypeEnum_ELECTRICCOOKER
@ kIfcElectricApplianceTypeEnum_ELECTRICCOOKER
Definition: Ifc2x3Enum.h:1704
OdIfc2x3::kIfcWindowStyleConstructionEnum_NOTDEFINED
@ kIfcWindowStyleConstructionEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:5035
OdIfc2x3::IfcDistributionChamberElementTypeEnum::IfcDistributionChamberElementTypeEnum
IfcDistributionChamberElementTypeEnum(const IfcDistributionChamberElementTypeEnum &other)
Definition: Ifc2x3Enum.h:1410
OdIfc2x3::IfcHeatExchangerTypeEnum::IfcHeatExchangerTypeEnum
IfcHeatExchangerTypeEnum()
Definition: Ifc2x3Enum.h:2442
OdIfc2x3::kIfcFilterTypeEnum_NOTDEFINED
@ kIfcFilterTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2173
OdIfc2x3::kIfcObjectTypeEnum_unset
@ kIfcObjectTypeEnum_unset
Definition: Ifc2x3Enum.h:2872
OdIfc2x3::IfcObjectiveEnum_
IfcObjectiveEnum_
Definition: Ifc2x3Enum.h:2894
OdIfc2x3::kIfcBSplineCurveForm_ELLIPTIC_ARC
@ kIfcBSplineCurveForm_ELLIPTIC_ARC
Definition: Ifc2x3Enum.h:437
OdIfc2x3::kIfcPileTypeEnum_COHESION
@ kIfcPileTypeEnum_COHESION
Definition: Ifc2x3Enum.h:3069
OdIfc2x3::IfcArithmeticOperatorEnum::IfcArithmeticOperatorEnum
IfcArithmeticOperatorEnum(IfcArithmeticOperatorEnum_ val)
Definition: Ifc2x3Enum.h:394
OdIfc2x3::IfcProjectOrderRecordTypeEnum::IfcProjectOrderRecordTypeEnum
IfcProjectOrderRecordTypeEnum(IfcProjectOrderRecordTypeEnum_ val)
Definition: Ifc2x3Enum.h:3257
OdIfc2x3::kIfcDerivedUnitEnum_SECTIONAREAINTEGRALUNIT
@ kIfcDerivedUnitEnum_SECTIONAREAINTEGRALUNIT
Definition: Ifc2x3Enum.h:1311
OdIfc2x3::kIfcDerivedUnitEnum_SPECIFICHEATCAPACITYUNIT
@ kIfcDerivedUnitEnum_SPECIFICHEATCAPACITYUNIT
Definition: Ifc2x3Enum.h:1283
OdIfc2x3::kIfcControllerTypeEnum_USERDEFINED
@ kIfcControllerTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:931
OdIfc2x3::IfcBSplineCurveForm_
IfcBSplineCurveForm_
Definition: Ifc2x3Enum.h:434
OdIfc2x3::kIfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATECROSSFLOWEXCHANGER
@ kIfcAirToAirHeatRecoveryTypeEnum_FIXEDPLATECROSSFLOWEXCHANGER
Definition: Ifc2x3Enum.h:261
OdIfc2x3::IfcTransformerTypeEnum::IfcTransformerTypeEnum
IfcTransformerTypeEnum()
Definition: Ifc2x3Enum.h:4618
OdIfc2x3::kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVEAIRWASHER
@ kIfcEvaporativeCoolerTypeEnum_DIRECTEVAPORATIVEAIRWASHER
Definition: Ifc2x3Enum.h:2075
OdIfc2x3::kIfcCurrencyEnum_HKD
@ kIfcCurrencyEnum_HKD
Definition: Ifc2x3Enum.h:1112
OdIfc2x3::kIfcFlowInstrumentTypeEnum_NOTDEFINED
@ kIfcFlowInstrumentTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2263
OdIfc2x3::kIfcEvaporativeCoolerTypeEnum_INDIRECTEVAPORATIVEWETCOIL
@ kIfcEvaporativeCoolerTypeEnum_INDIRECTEVAPORATIVEWETCOIL
Definition: Ifc2x3Enum.h:2077
OdIfc2x3::IfcTendonTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4444
OdIfc2x3::kIfcReinforcingBarSurfaceEnum_TEXTURED
@ kIfcReinforcingBarSurfaceEnum_TEXTURED
Definition: Ifc2x3Enum.h:3572
OdIfc2x3::kIfcSIUnitName_GRAM
@ kIfcSIUnitName_GRAM
Definition: Ifc2x3Enum.h:3781
OdIfc2x3::IfcSurfaceTextureEnum::IfcSurfaceTextureEnum
IfcSurfaceTextureEnum(IfcSurfaceTextureEnum_ val)
Definition: Ifc2x3Enum.h:4355
OdIfc2x3::kIfcMotorConnectionTypeEnum_COUPLING
@ kIfcMotorConnectionTypeEnum_COUPLING
Definition: Ifc2x3Enum.h:2813
OdIfc2x3::kIfcRoleEnum_unset
@ kIfcRoleEnum_unset
Definition: Ifc2x3Enum.h:3675
OdIfc2x3::kIfcRailingTypeEnum_BALUSTRADE
@ kIfcRailingTypeEnum_BALUSTRADE
Definition: Ifc2x3Enum.h:3422
OdIfc2x3::IfcFootingTypeEnum::IfcFootingTypeEnum
IfcFootingTypeEnum()
Definition: Ifc2x3Enum.h:2330
OdIfc2x3::kIfcCoveringTypeEnum_SLEEVING
@ kIfcCoveringTypeEnum_SLEEVING
Definition: Ifc2x3Enum.h:1049
OdIfc2x3::kIfcValveTypeEnum_DIVERTING
@ kIfcValveTypeEnum_DIVERTING
Definition: Ifc2x3Enum.h:4829
OdIfc2x3::IfcRoofTypeEnum::IfcRoofTypeEnum
IfcRoofTypeEnum(const IfcRoofTypeEnum &other)
Definition: Ifc2x3Enum.h:3719
OdIfc2x3::IfcCoolingTowerTypeEnum
Definition: Ifc2x3Enum.h:991
OdIfc2x3::kIfcFlowMeterTypeEnum_ENERGYMETER
@ kIfcFlowMeterTypeEnum_ENERGYMETER
Definition: Ifc2x3Enum.h:2288
OdIfc2x3::kIfcHumidifierTypeEnum_ADIABATICRIGIDMEDIA
@ kIfcHumidifierTypeEnum_ADIABATICRIGIDMEDIA
Definition: Ifc2x3Enum.h:2465
OdIfc2x3::kIfcSensorTypeEnum_PRESSURESENSOR
@ kIfcSensorTypeEnum_PRESSURESENSOR
Definition: Ifc2x3Enum.h:3896
OdIfc2x3::kIfcSensorTypeEnum_LIGHTSENSOR
@ kIfcSensorTypeEnum_LIGHTSENSOR
Definition: Ifc2x3Enum.h:3893
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_NOTDEFINED
@ kIfcSanitaryTerminalTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3838
OdIfc2x3::IfcBSplineCurveForm
Definition: Ifc2x3Enum.h:444
OdIfc2x3::kIfcWallTypeEnum_STANDARD
@ kIfcWallTypeEnum_STANDARD
Definition: Ifc2x3Enum.h:4897
OdIfc2x3::StrToIfcSwitchingDeviceTypeEnum
IfcSwitchingDeviceTypeEnum StrToIfcSwitchingDeviceTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcSoundScaleEnum_DBC
@ kIfcSoundScaleEnum_DBC
Definition: Ifc2x3Enum.h:4044
OdIfc2x3::kIfcPipeFittingTypeEnum_EXIT
@ kIfcPipeFittingTypeEnum_EXIT
Definition: Ifc2x3Enum.h:3100
OdIfc2x3::kIfcLightEmissionSourceEnum_HIGHPRESSURESODIUM
@ kIfcLightEmissionSourceEnum_HIGHPRESSURESODIUM
Definition: Ifc2x3Enum.h:2663
OdIfc2x3::IfcVibrationIsolatorTypeEnum::IfcVibrationIsolatorTypeEnum
IfcVibrationIsolatorTypeEnum(IfcVibrationIsolatorTypeEnum_ val)
Definition: Ifc2x3Enum.h:4882
OdIfc2x3::IfcHumidifierTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2483
OdIfc2x3::kIfcFlowDirectionEnum_SOURCEANDSINK
@ kIfcFlowDirectionEnum_SOURCEANDSINK
Definition: Ifc2x3Enum.h:2229
OdIfc2x3::IfcTrimmingPreference
Definition: Ifc2x3Enum.h:4696
OdIfc2x3::kIfcDerivedUnitEnum_ROTATIONALFREQUENCYUNIT
@ kIfcDerivedUnitEnum_ROTATIONALFREQUENCYUNIT
Definition: Ifc2x3Enum.h:1290
OdIfc2x3::IfcSlabTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4028
OdIfc2x3::IfcDoorPanelOperationEnum
Definition: Ifc2x3Enum.h:1494
OdIfc2x3::kIfcMemberTypeEnum_STRINGER
@ kIfcMemberTypeEnum_STRINGER
Definition: Ifc2x3Enum.h:2784
OdIfc2x3::IfcLightFixtureTypeEnum
Definition: Ifc2x3Enum.h:2701
OdIfc2x3::IfcElectricGeneratorTypeEnum::IfcElectricGeneratorTypeEnum
IfcElectricGeneratorTypeEnum(IfcElectricGeneratorTypeEnum_ val)
Definition: Ifc2x3Enum.h:1850
OdIfc2x3::kIfcMemberTypeEnum_MULLION
@ kIfcMemberTypeEnum_MULLION
Definition: Ifc2x3Enum.h:2779
OdIfc2x3::IfcSpaceHeaterTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4091
OdIfc2x3::IfcPhysicalOrVirtualEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3026
OdIfc2x3::kIfcLightDistributionCurveEnum_NOTDEFINED
@ kIfcLightDistributionCurveEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2636
OdIfc2x3::IfcAddressTypeEnum::IfcAddressTypeEnum
IfcAddressTypeEnum(IfcAddressTypeEnum_ val)
Definition: Ifc2x3Enum.h:160
OdIfc2x3::kIfcCompressorTypeEnum_HERMETIC
@ kIfcCompressorTypeEnum_HERMETIC
Definition: Ifc2x3Enum.h:807
OdIfc2x3::IfcCoveringTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1063
OdIfc2x3::StrToIfcProtectiveDeviceTypeEnum
IfcProtectiveDeviceTypeEnum StrToIfcProtectiveDeviceTypeEnum(OdAnsiString val)
OdIfc2x3::IfcTendonTypeEnum::IfcTendonTypeEnum
IfcTendonTypeEnum(IfcTendonTypeEnum_ val)
Definition: Ifc2x3Enum.h:4443
OdIfc2x3::IfcFilterTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2184
OdIfc2x3::StrToIfcEvaporatorTypeEnum
IfcEvaporatorTypeEnum StrToIfcEvaporatorTypeEnum(OdAnsiString val)
OdIfc2x3::StrToIfcProjectOrderRecordTypeEnum
IfcProjectOrderRecordTypeEnum StrToIfcProjectOrderRecordTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcCurrencyEnum_JOD
@ kIfcCurrencyEnum_JOD
Definition: Ifc2x3Enum.h:1121
OdIfc2x3::kIfcStructuralCurveTypeEnum_RIGID_JOINED_MEMBER
@ kIfcStructuralCurveTypeEnum_RIGID_JOINED_MEMBER
Definition: Ifc2x3Enum.h:4254
OdIfc2x3::kIfcPumpTypeEnum_SPLITCASE
@ kIfcPumpTypeEnum_SPLITCASE
Definition: Ifc2x3Enum.h:3392
OdIfc2x3::IfcRibPlateDirectionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3638
OdIfc2x3::kIfcElementAssemblyTypeEnum_NOTDEFINED
@ kIfcElementAssemblyTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1961
OdIfc2x3::Logical
OdDAI::OdLogical Logical
Definition: Ifc2x3Enum.h:34
OdIfc2x3::kIfcUnitEnum_MASSUNIT
@ kIfcUnitEnum_MASSUNIT
Definition: Ifc2x3Enum.h:4762
OdIfc2x3::kIfcStairFlightTypeEnum_CURVED
@ kIfcStairFlightTypeEnum_CURVED
Definition: Ifc2x3Enum.h:4160
OdIfc2x3::IfcRibPlateDirectionEnum
Definition: Ifc2x3Enum.h:3632
OdIfc2x3::kIfcElectricApplianceTypeEnum_USERDEFINED
@ kIfcElectricApplianceTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1725
OdIfc2x3::kIfcHumidifierTypeEnum_ADIABATICPAN
@ kIfcHumidifierTypeEnum_ADIABATICPAN
Definition: Ifc2x3Enum.h:2461
OdIfc2x3::IfcSpaceTypeEnum::IfcSpaceTypeEnum
IfcSpaceTypeEnum(const IfcSpaceTypeEnum &other)
Definition: Ifc2x3Enum.h:4113
OdIfc2x3::kIfcArithmeticOperatorEnum_SUBTRACT
@ kIfcArithmeticOperatorEnum_SUBTRACT
Definition: Ifc2x3Enum.h:385
OdIfc2x3::IfcRibPlateDirectionEnum::IfcRibPlateDirectionEnum
IfcRibPlateDirectionEnum(IfcRibPlateDirectionEnum_ val)
Definition: Ifc2x3Enum.h:3637
OdIfc2x3::IfcWallTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcCurrencyEnum_CLP
@ kIfcCurrencyEnum_CLP
Definition: Ifc2x3Enum.h:1093
OdIfc2x3::kIfcTankTypeEnum_PREFORMED
@ kIfcTankTypeEnum_PREFORMED
Definition: Ifc2x3Enum.h:4400
OdIfc2x3::kIfcWasteTerminalTypeEnum_OILINTERCEPTOR
@ kIfcWasteTerminalTypeEnum_OILINTERCEPTOR
Definition: Ifc2x3Enum.h:4932
OdIfc2x3::IfcSurfaceTextureEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4357
OdIfc2x3::kIfcPipeFittingTypeEnum_NOTDEFINED
@ kIfcPipeFittingTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3105
OdIfc2x3::kIfcSensorTypeEnum_FIRESENSOR
@ kIfcSensorTypeEnum_FIRESENSOR
Definition: Ifc2x3Enum.h:3888
OdIfc2x3::kIfcUnitEnum_POWERUNIT
@ kIfcUnitEnum_POWERUNIT
Definition: Ifc2x3Enum.h:4764
OdIfc2x3::IfcRampTypeEnum_
IfcRampTypeEnum_
Definition: Ifc2x3Enum.h:3474
OdIfc2x3::IfcSanitaryTerminalTypeEnum_
IfcSanitaryTerminalTypeEnum_
Definition: Ifc2x3Enum.h:3826
OdIfc2x3::IfcCostScheduleTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1030
OdIfc2x3::IfcSequenceEnum::IfcSequenceEnum
IfcSequenceEnum(const IfcSequenceEnum &other)
Definition: Ifc2x3Enum.h:3937
OdIfc2x3::IfcSIPrefix::IfcSIPrefix
IfcSIPrefix(const IfcSIPrefix &other)
Definition: Ifc2x3Enum.h:3758
OdIfc2x3::kIfcDerivedUnitEnum_MASSPERLENGTHUNIT
@ kIfcDerivedUnitEnum_MASSPERLENGTHUNIT
Definition: Ifc2x3Enum.h:1306
OdIfc2x3::IfcActuatorTypeEnum::IfcActuatorTypeEnum
IfcActuatorTypeEnum(const IfcActuatorTypeEnum &other)
Definition: Ifc2x3Enum.h:131
OdIfc2x3::IfcEnvironmentalImpactCategoryEnum::IfcEnvironmentalImpactCategoryEnum
IfcEnvironmentalImpactCategoryEnum()
Definition: Ifc2x3Enum.h:2054
OdIfc2x3::kIfcWindowPanelPositionEnum_TOP
@ kIfcWindowPanelPositionEnum_TOP
Definition: Ifc2x3Enum.h:5003
OdIfc2x3::kIfcResourceConsumptionEnum_USERDEFINED
@ kIfcResourceConsumptionEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3602
OdIfc2x3::kIfcProfileTypeEnum_CURVE
@ kIfcProfileTypeEnum_CURVE
Definition: Ifc2x3Enum.h:3217
OdIfc2x3::IfcDoorPanelOperationEnum_
IfcDoorPanelOperationEnum_
Definition: Ifc2x3Enum.h:1482
OdIfc2x3::IfcLayerSetDirectionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2619
OdIfc2x3::kIfcAirToAirHeatRecoveryTypeEnum_unset
@ kIfcAirToAirHeatRecoveryTypeEnum_unset
Definition: Ifc2x3Enum.h:271
OdIfc2x3::kIfcGasTerminalTypeEnum_USERDEFINED
@ kIfcGasTerminalTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2350
OdIfc2x3::IfcElectricGeneratorTypeEnum
Definition: Ifc2x3Enum.h:1845
OdIfc2x3::IfcCableCarrierFittingTypeEnum_
IfcCableCarrierFittingTypeEnum_
Definition: Ifc2x3Enum.h:599
OdIfc2x3::IfcInventoryTypeEnum::IfcInventoryTypeEnum
IfcInventoryTypeEnum(const IfcInventoryTypeEnum &other)
Definition: Ifc2x3Enum.h:2535
OdIfc2x3::kIfcRampFlightTypeEnum_USERDEFINED
@ kIfcRampFlightTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:3450
OdIfc2x3::kIfcPipeSegmentTypeEnum_RIGIDSEGMENT
@ kIfcPipeSegmentTypeEnum_RIGIDSEGMENT
Definition: Ifc2x3Enum.h:3130
OdIfc2x3::IfcObjectTypeEnum::IfcObjectTypeEnum
IfcObjectTypeEnum(const IfcObjectTypeEnum &other)
Definition: Ifc2x3Enum.h:2879
OdIfc2x3::IfcElectricTimeControlTypeEnum::IfcElectricTimeControlTypeEnum
IfcElectricTimeControlTypeEnum(IfcElectricTimeControlTypeEnum_ val)
Definition: Ifc2x3Enum.h:1936
OdIfc2x3::kIfcDoorPanelOperationEnum_NOTDEFINED
@ kIfcDoorPanelOperationEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1490
OdIfc2x3::kIfcCurrencyEnum_GMD
@ kIfcCurrencyEnum_GMD
Definition: Ifc2x3Enum.h:1110
OdIfc2x3::IfcLampTypeEnum::IfcLampTypeEnum
IfcLampTypeEnum()
Definition: Ifc2x3Enum.h:2590
OdIfc2x3::IfcTrimmingPreference::IfcTrimmingPreference
IfcTrimmingPreference()
Definition: Ifc2x3Enum.h:4699
OdIfc2x3::IfcOccupantTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2945
OdIfc2x3::IfcSurfaceSide::nullify
void nullify()
Definition: Ifc2x3Enum.h:4325
OdIfc2x3::IfcSpaceTypeEnum::IfcSpaceTypeEnum
IfcSpaceTypeEnum()
Definition: Ifc2x3Enum.h:4112
OdIfc2x3::kIfcElectricApplianceTypeEnum_INDIRECTWATERHEATER
@ kIfcElectricApplianceTypeEnum_INDIRECTWATERHEATER
Definition: Ifc2x3Enum.h:1711
OdIfc2x3::kIfcSensorTypeEnum_CO2SENSOR
@ kIfcSensorTypeEnum_CO2SENSOR
Definition: Ifc2x3Enum.h:3887
OdIfc2x3::IfcOutletTypeEnum
Definition: Ifc2x3Enum.h:2966
OdIfc2x3::IfcStructuralSurfaceTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4298
OdIfc2x3::kIfcSoundScaleEnum_unset
@ kIfcSoundScaleEnum_unset
Definition: Ifc2x3Enum.h:4049
OdIfc2x3::IfcInventoryTypeEnum_
IfcInventoryTypeEnum_
Definition: Ifc2x3Enum.h:2522
OdIfc2x3::kIfcSurfaceTextureEnum_TRANSPARENCYMAP
@ kIfcSurfaceTextureEnum_TRANSPARENCYMAP
Definition: Ifc2x3Enum.h:4345
OdIfc2x3::kIfcStackTerminalTypeEnum_unset
@ kIfcStackTerminalTypeEnum_unset
Definition: Ifc2x3Enum.h:4134
OdIfc2x3::kIfcElectricHeaterTypeEnum_ELECTRICPOINTHEATER
@ kIfcElectricHeaterTypeEnum_ELECTRICPOINTHEATER
Definition: Ifc2x3Enum.h:1865
OdIfc2x3::IfcPlateTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3171
OdIfc2x3::IfcFireSuppressionTerminalTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcSwitchingDeviceTypeEnum
Definition: Ifc2x3Enum.h:4380
OdIfc2x3::IfcOccupantTypeEnum::IfcOccupantTypeEnum
IfcOccupantTypeEnum(const IfcOccupantTypeEnum &other)
Definition: Ifc2x3Enum.h:2942
OdIfc2x3::kIfcControllerTypeEnum_NOTDEFINED
@ kIfcControllerTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:932
OdIfc2x3::IfcOutletTypeEnum::IfcOutletTypeEnum
IfcOutletTypeEnum(const IfcOutletTypeEnum &other)
Definition: Ifc2x3Enum.h:2970
OdIfc2x3::kIfcRampFlightTypeEnum_NOTDEFINED
@ kIfcRampFlightTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3451
OdIfc2x3::kIfcDuctSegmentTypeEnum_unset
@ kIfcDuctSegmentTypeEnum_unset
Definition: Ifc2x3Enum.h:1650
OdIfc2x3::IfcCostScheduleTypeEnum::IfcCostScheduleTypeEnum
IfcCostScheduleTypeEnum(const IfcCostScheduleTypeEnum &other)
Definition: Ifc2x3Enum.h:1027
OdIfc2x3::kIfcCondenserTypeEnum_EVAPORATIVECOOLED
@ kIfcCondenserTypeEnum_EVAPORATIVECOOLED
Definition: Ifc2x3Enum.h:844
OdIfc2x3::IfcInternalOrExternalEnum::IfcInternalOrExternalEnum
IfcInternalOrExternalEnum(IfcInternalOrExternalEnum_ val)
Definition: Ifc2x3Enum.h:2508
OdIfc2x3::StrToIfcUnitEnum
IfcUnitEnum StrToIfcUnitEnum(OdAnsiString val)
OdIfc2x3::IfcSwitchingDeviceTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4386
OdIfc2x3::IfcMotorConnectionTypeEnum::IfcMotorConnectionTypeEnum
IfcMotorConnectionTypeEnum()
Definition: Ifc2x3Enum.h:2823
OdIfc2x3::IfcFlowMeterTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcRampFlightTypeEnum_SPIRAL
@ kIfcRampFlightTypeEnum_SPIRAL
Definition: Ifc2x3Enum.h:3449
OdIfc2x3::IfcUnitEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcDamperTypeEnum_USERDEFINED
@ kIfcDamperTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1218
OdIfc2x3::IfcDimensionExtentUsage_
IfcDimensionExtentUsage_
Definition: Ifc2x3Enum.h:1342
OdIfc2x3::StrToIfcFanTypeEnum
IfcFanTypeEnum StrToIfcFanTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcHumidifierTypeEnum_USERDEFINED
@ kIfcHumidifierTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2472
OdIfc2x3::IfcBSplineCurveForm::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_SANITARYFOUNTAIN
@ kIfcSanitaryTerminalTypeEnum_SANITARYFOUNTAIN
Definition: Ifc2x3Enum.h:3832
OdIfc2x3::kIfcRoleEnum_ELECTRICALENGINEER
@ kIfcRoleEnum_ELECTRICALENGINEER
Definition: Ifc2x3Enum.h:3663
OdIfc2x3::IfcElectricCurrentEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1763
OdIfc2x3::kIfcFlowInstrumentTypeEnum_VOLTMETER_RMS
@ kIfcFlowInstrumentTypeEnum_VOLTMETER_RMS
Definition: Ifc2x3Enum.h:2261
OdIfc2x3::kIfcCurrencyEnum_QAR
@ kIfcCurrencyEnum_QAR
Definition: Ifc2x3Enum.h:1141
OdIfc2x3::IfcCableCarrierFittingTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:616
OdIfc2x3::kIfcPermeableCoveringOperationEnum_unset
@ kIfcPermeableCoveringOperationEnum_unset
Definition: Ifc2x3Enum.h:2991
OdIfc2x3::kIfcGeometricProjectionEnum_REFLECTED_PLAN_VIEW
@ kIfcGeometricProjectionEnum_REFLECTED_PLAN_VIEW
Definition: Ifc2x3Enum.h:2379
OdIfc2x3::kIfcStructuralCurveTypeEnum_CABLE
@ kIfcStructuralCurveTypeEnum_CABLE
Definition: Ifc2x3Enum.h:4256
OdIfc2x3::IfcGlobalOrLocalEnum::IfcGlobalOrLocalEnum
IfcGlobalOrLocalEnum()
Definition: Ifc2x3Enum.h:2415
OdIfc2x3::IfcMotorConnectionTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcDimensionExtentUsage::IfcDimensionExtentUsage
IfcDimensionExtentUsage(IfcDimensionExtentUsage_ val)
Definition: Ifc2x3Enum.h:1353
OdIfc2x3::kIfcSwitchingDeviceTypeEnum_EMERGENCYSTOP
@ kIfcSwitchingDeviceTypeEnum_EMERGENCYSTOP
Definition: Ifc2x3Enum.h:4371
OdIfc2x3::IfcDoorStyleOperationEnum_
IfcDoorStyleOperationEnum_
Definition: Ifc2x3Enum.h:1572
OdIfc2x3::StrToIfcElementAssemblyTypeEnum
IfcElementAssemblyTypeEnum StrToIfcElementAssemblyTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcAirTerminalTypeEnum_LINEARDIFFUSER
@ kIfcAirTerminalTypeEnum_LINEARDIFFUSER
Definition: Ifc2x3Enum.h:234
OdIfc2x3::kIfcCostScheduleTypeEnum_SCHEDULEOFRATES
@ kIfcCostScheduleTypeEnum_SCHEDULEOFRATES
Definition: Ifc2x3Enum.h:1017
OdIfc2x3::kIfcJunctionBoxTypeEnum_NOTDEFINED
@ kIfcJunctionBoxTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2552
OdIfc2x3::IfcPermeableCoveringOperationEnum::IfcPermeableCoveringOperationEnum
IfcPermeableCoveringOperationEnum()
Definition: Ifc2x3Enum.h:2997
OdIfc2x3::IfcSanitaryTerminalTypeEnum::IfcSanitaryTerminalTypeEnum
IfcSanitaryTerminalTypeEnum(IfcSanitaryTerminalTypeEnum_ val)
Definition: Ifc2x3Enum.h:3847
OdIfc2x3::kIfcCurrencyEnum_DEM
@ kIfcCurrencyEnum_DEM
Definition: Ifc2x3Enum.h:1098
OdIfc2x3::kIfcWindowStyleOperationEnum_TRIPLE_PANEL_LEFT
@ kIfcWindowStyleOperationEnum_TRIPLE_PANEL_LEFT
Definition: Ifc2x3Enum.h:5065
OdIfc2x3::IfcRampFlightTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3461
OdIfc2x3::kIfcUnitEnum_LENGTHUNIT
@ kIfcUnitEnum_LENGTHUNIT
Definition: Ifc2x3Enum.h:4757
OdIfc2x3::kIfcPipeFittingTypeEnum_OBSTRUCTION
@ kIfcPipeFittingTypeEnum_OBSTRUCTION
Definition: Ifc2x3Enum.h:3102
OdIfc2x3::kIfcObjectTypeEnum_CONTROL
@ kIfcObjectTypeEnum_CONTROL
Definition: Ifc2x3Enum.h:2866
OdIfc2x3::IfcCurrencyEnum::IfcCurrencyEnum
IfcCurrencyEnum(const IfcCurrencyEnum &other)
Definition: Ifc2x3Enum.h:1166
OdIfc2x3::kIfcLightEmissionSourceEnum_LOWPRESSURESODIUM
@ kIfcLightEmissionSourceEnum_LOWPRESSURESODIUM
Definition: Ifc2x3Enum.h:2665
OdIfc2x3::IfcWasteTerminalTypeEnum::IfcWasteTerminalTypeEnum
IfcWasteTerminalTypeEnum()
Definition: Ifc2x3Enum.h:4945
OdIfc2x3::kIfcSlabTypeEnum_FLOOR
@ kIfcSlabTypeEnum_FLOOR
Definition: Ifc2x3Enum.h:4013
OdIfc2x3::IfcCompressorTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:826
OdIfc2x3::StrToIfcBuildingElementProxyTypeEnum
IfcBuildingElementProxyTypeEnum StrToIfcBuildingElementProxyTypeEnum(OdAnsiString val)
OdIfc2x3::IfcPumpTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcDerivedUnitEnum_THERMALTRANSMITTANCEUNIT
@ kIfcDerivedUnitEnum_THERMALTRANSMITTANCEUNIT
Definition: Ifc2x3Enum.h:1287
OdIfc2x3::kIfcRoofTypeEnum_PAVILION_ROOF
@ kIfcRoofTypeEnum_PAVILION_ROOF
Definition: Ifc2x3Enum.h:3708
OdIfc2x3::kIfcCompressorTypeEnum_WELDEDSHELLHERMETIC
@ kIfcCompressorTypeEnum_WELDEDSHELLHERMETIC
Definition: Ifc2x3Enum.h:809
OdIfc2x3::IfcBuildingElementProxyTypeEnum_
IfcBuildingElementProxyTypeEnum_
Definition: Ifc2x3Enum.h:574
OdIfc2x3::kIfcCondenserTypeEnum_NOTDEFINED
@ kIfcCondenserTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:846
OdIfc2x3::IfcSlabTypeEnum
Definition: Ifc2x3Enum.h:4022
OdIfc2x3::IfcDoorStyleOperationEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1600
OdIfc2x3::IfcConstraintEnum::IfcConstraintEnum
IfcConstraintEnum()
Definition: Ifc2x3Enum.h:908
OdIfc2x3::IfcAirTerminalTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcProjectOrderRecordTypeEnum_NOTDEFINED
@ kIfcProjectOrderRecordTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3248
OdIfc2x3::IfcRailingTypeEnum::IfcRailingTypeEnum
IfcRailingTypeEnum(IfcRailingTypeEnum_ val)
Definition: Ifc2x3Enum.h:3433
OdIfc2x3::kIfcCurrencyEnum_DDP
@ kIfcCurrencyEnum_DDP
Definition: Ifc2x3Enum.h:1097
OdIfc2x3::kIfcActionSourceTypeEnum_BRAKES
@ kIfcActionSourceTypeEnum_BRAKES
Definition: Ifc2x3Enum.h:63
OdIfc2x3::kIfcFlowInstrumentTypeEnum_POWERFACTORMETER
@ kIfcFlowInstrumentTypeEnum_POWERFACTORMETER
Definition: Ifc2x3Enum.h:2258
OdIfc2x3::StrToIfcElectricHeaterTypeEnum
IfcElectricHeaterTypeEnum StrToIfcElectricHeaterTypeEnum(OdAnsiString val)
OdIfc2x3::IfcCableCarrierFittingTypeEnum::IfcCableCarrierFittingTypeEnum
IfcCableCarrierFittingTypeEnum(IfcCableCarrierFittingTypeEnum_ val)
Definition: Ifc2x3Enum.h:614
OdIfc2x3::IfcUnitaryEquipmentTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcDerivedUnitEnum_unset
@ kIfcDerivedUnitEnum_unset
Definition: Ifc2x3Enum.h:1320
OdIfc2x3::kIfcDerivedUnitEnum_INTEGERCOUNTRATEUNIT
@ kIfcDerivedUnitEnum_INTEGERCOUNTRATEUNIT
Definition: Ifc2x3Enum.h:1275
OdIfc2x3::IfcTextPath
Definition: Ifc2x3Enum.h:4465
OdIfc2x3::kIfcConnectionTypeEnum_ATEND
@ kIfcConnectionTypeEnum_ATEND
Definition: Ifc2x3Enum.h:872
OdIfc2x3::IfcMemberTypeEnum::IfcMemberTypeEnum
IfcMemberTypeEnum(IfcMemberTypeEnum_ val)
Definition: Ifc2x3Enum.h:2797
OdIfc2x3::StrToIfcHumidifierTypeEnum
IfcHumidifierTypeEnum StrToIfcHumidifierTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcEvaporativeCoolerTypeEnum_INDIRECTEVAPORATIVECOOLINGTOWERORCOILCOOLER
@ kIfcEvaporativeCoolerTypeEnum_INDIRECTEVAPORATIVECOOLINGTOWERORCOILCOOLER
Definition: Ifc2x3Enum.h:2078
OdIfc2x3::kIfcAnalysisTheoryTypeEnum_FULL_NONLINEAR_THEORY
@ kIfcAnalysisTheoryTypeEnum_FULL_NONLINEAR_THEORY
Definition: Ifc2x3Enum.h:356
OdIfc2x3::kIfcSIUnitName_HENRY
@ kIfcSIUnitName_HENRY
Definition: Ifc2x3Enum.h:3783
OdIfc2x3::kIfcLightFixtureTypeEnum_NOTDEFINED
@ kIfcLightFixtureTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2697
OdIfc2x3::kIfcDistributionChamberElementTypeEnum_TRENCH
@ kIfcDistributionChamberElementTypeEnum_TRENCH
Definition: Ifc2x3Enum.h:1399
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_BATH
@ kIfcSanitaryTerminalTypeEnum_BATH
Definition: Ifc2x3Enum.h:3827
OdIfc2x3::kIfcCurrencyEnum_DKK
@ kIfcCurrencyEnum_DKK
Definition: Ifc2x3Enum.h:1099
OdIfc2x3::kIfcDocumentStatusEnum_FINAL
@ kIfcDocumentStatusEnum_FINAL
Definition: Ifc2x3Enum.h:1457
OdIfc2x3::IfcFireSuppressionTerminalTypeEnum::IfcFireSuppressionTerminalTypeEnum
IfcFireSuppressionTerminalTypeEnum()
Definition: Ifc2x3Enum.h:2210
OdIfc2x3::kIfcEnvironmentalImpactCategoryEnum_USERDEFINED
@ kIfcEnvironmentalImpactCategoryEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2046
OdIfc2x3::IfcDamperTypeEnum::IfcDamperTypeEnum
IfcDamperTypeEnum(IfcDamperTypeEnum_ val)
Definition: Ifc2x3Enum.h:1228
OdIfc2x3::IfcLampTypeEnum::IfcLampTypeEnum
IfcLampTypeEnum(IfcLampTypeEnum_ val)
Definition: Ifc2x3Enum.h:2592
OdIfc2x3::kIfcWasteTerminalTypeEnum_ROOFDRAIN
@ kIfcWasteTerminalTypeEnum_ROOFDRAIN
Definition: Ifc2x3Enum.h:4934
OdIfc2x3::kIfcValveTypeEnum_STOPCOCK
@ kIfcValveTypeEnum_STOPCOCK
Definition: Ifc2x3Enum.h:4844
OdIfc2x3::kIfcElectricCurrentEnum_NOTDEFINED
@ kIfcElectricCurrentEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1752
OdIfc2x3::IfcWindowPanelPositionEnum::IfcWindowPanelPositionEnum
IfcWindowPanelPositionEnum(const IfcWindowPanelPositionEnum &other)
Definition: Ifc2x3Enum.h:5012
OdIfc2x3::IfcActionTypeEnum_
IfcActionTypeEnum_
Definition: Ifc2x3Enum.h:88
OdIfc2x3::kIfcProcedureTypeEnum_unset
@ kIfcProcedureTypeEnum_unset
Definition: Ifc2x3Enum.h:3194
OdIfc2x3::kIfcAssemblyPlaceEnum_NOTDEFINED
@ kIfcAssemblyPlaceEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:411
OdIfc2x3::kIfcCurrencyEnum_XEU
@ kIfcCurrencyEnum_XEU
Definition: Ifc2x3Enum.h:1155
OdIfc2x3::kIfcNullStyle_NULL
@ kIfcNullStyle_NULL
Definition: Ifc2x3Enum.h:2840
OdIfc2x3::kIfcDoorPanelOperationEnum_USERDEFINED
@ kIfcDoorPanelOperationEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1489
OdIfc2x3::IfcWindowPanelPositionEnum_
IfcWindowPanelPositionEnum_
Definition: Ifc2x3Enum.h:4998
OdIfc2x3::IfcCableCarrierSegmentTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcReinforcingBarRoleEnum_unset
@ kIfcReinforcingBarRoleEnum_unset
Definition: Ifc2x3Enum.h:3548
OdIfc2x3::kIfcCondenserTypeEnum_WATERCOOLEDSHELLCOIL
@ kIfcCondenserTypeEnum_WATERCOOLEDSHELLCOIL
Definition: Ifc2x3Enum.h:840
OdIfc2x3::kIfcActionSourceTypeEnum_FIRE
@ kIfcActionSourceTypeEnum_FIRE
Definition: Ifc2x3Enum.h:48
OdIfc2x3::kIfcDamperTypeEnum_BACKDRAFTDAMPER
@ kIfcDamperTypeEnum_BACKDRAFTDAMPER
Definition: Ifc2x3Enum.h:1211
OdIfc2x3::kIfcElectricHeaterTypeEnum_NOTDEFINED
@ kIfcElectricHeaterTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1869
OdIfc2x3::kIfcTubeBundleTypeEnum_FINNED
@ kIfcTubeBundleTypeEnum_FINNED
Definition: Ifc2x3Enum.h:4716
OdIfc2x3::kIfcDataOriginEnum_USERDEFINED
@ kIfcDataOriginEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1246
OdIfc2x3::kIfcStructuralCurveTypeEnum_TENSION_MEMBER
@ kIfcStructuralCurveTypeEnum_TENSION_MEMBER
Definition: Ifc2x3Enum.h:4257
OdIfc2x3::kIfcUnitEnum_LUMINOUSFLUXUNIT
@ kIfcUnitEnum_LUMINOUSFLUXUNIT
Definition: Ifc2x3Enum.h:4758
OdIfc2x3::IfcTendonTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcBeamTypeEnum_unset
@ kIfcBeamTypeEnum_unset
Definition: Ifc2x3Enum.h:470
OdIfc2x3::kIfcAnalysisTheoryTypeEnum_THIRD_ORDER_THEORY
@ kIfcAnalysisTheoryTypeEnum_THIRD_ORDER_THEORY
Definition: Ifc2x3Enum.h:355
OdIfc2x3::kIfcSIPrefix_MICRO
@ kIfcSIPrefix_MICRO
Definition: Ifc2x3Enum.h:3746
OdIfc2x3::IfcElectricCurrentEnum::IfcElectricCurrentEnum
IfcElectricCurrentEnum(const IfcElectricCurrentEnum &other)
Definition: Ifc2x3Enum.h:1760
OdIfc2x3::IfcDocumentConfidentialityEnum::IfcDocumentConfidentialityEnum
IfcDocumentConfidentialityEnum(IfcDocumentConfidentialityEnum_ val)
Definition: Ifc2x3Enum.h:1440
OdIfc2x3::IfcSlabTypeEnum::IfcSlabTypeEnum
IfcSlabTypeEnum(IfcSlabTypeEnum_ val)
Definition: Ifc2x3Enum.h:4027
OdIfc2x3::IfcDuctSilencerTypeEnum
Definition: Ifc2x3Enum.h:1681
OdIfc2x3::kIfcProjectOrderTypeEnum_PURCHASEORDER
@ kIfcProjectOrderTypeEnum_PURCHASEORDER
Definition: Ifc2x3Enum.h:3275
OdIfc2x3::IfcElementAssemblyTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcTransportElementTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4677
OdIfc2x3::IfcDocumentConfidentialityEnum_
IfcDocumentConfidentialityEnum_
Definition: Ifc2x3Enum.h:1425
OdIfc2x3::IfcElectricCurrentEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcSurfaceSide_BOTH
@ kIfcSurfaceSide_BOTH
Definition: Ifc2x3Enum.h:4314
OdIfc2x3::kIfcSlabTypeEnum_ROOF
@ kIfcSlabTypeEnum_ROOF
Definition: Ifc2x3Enum.h:4014
OdIfc2x3::IfcEvaporatorTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2122
OdIfc2x3::IfcRampFlightTypeEnum::IfcRampFlightTypeEnum
IfcRampFlightTypeEnum(IfcRampFlightTypeEnum_ val)
Definition: Ifc2x3Enum.h:3460
OdIfc2x3::IfcTrimmingPreference::IfcTrimmingPreference
IfcTrimmingPreference(IfcTrimmingPreference_ val)
Definition: Ifc2x3Enum.h:4701
OdIfc2x3::IfcSpaceTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4115
OdIfc2x3::IfcDocumentStatusEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1470
OdIfc2x3::kIfcRoleEnum_ENGINEER
@ kIfcRoleEnum_ENGINEER
Definition: Ifc2x3Enum.h:3668
OdIfc2x3::kIfcValveTypeEnum_PRESSURERELIEF
@ kIfcValveTypeEnum_PRESSURERELIEF
Definition: Ifc2x3Enum.h:4840
OdIfc2x3::kIfcDuctFittingTypeEnum_EXIT
@ kIfcDuctFittingTypeEnum_EXIT
Definition: Ifc2x3Enum.h:1617
OdIfc2x3::kIfcTransformerTypeEnum_FREQUENCY
@ kIfcTransformerTypeEnum_FREQUENCY
Definition: Ifc2x3Enum.h:4608
OdIfc2x3::IfcSpaceHeaterTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4090
OdIfc2x3::kIfcGasTerminalTypeEnum_GASAPPLIANCE
@ kIfcGasTerminalTypeEnum_GASAPPLIANCE
Definition: Ifc2x3Enum.h:2347
OdIfc2x3::kIfcLampTypeEnum_COMPACTFLUORESCENT
@ kIfcLampTypeEnum_COMPACTFLUORESCENT
Definition: Ifc2x3Enum.h:2576
OdIfc2x3::kIfcUnitEnum_MAGNETICFLUXUNIT
@ kIfcUnitEnum_MAGNETICFLUXUNIT
Definition: Ifc2x3Enum.h:4761
OdIfc2x3::IfcNullStyle::toStr
OdAnsiString toStr()
OdIfc2x3::IfcHumidifierTypeEnum::IfcHumidifierTypeEnum
IfcHumidifierTypeEnum()
Definition: Ifc2x3Enum.h:2480
OdIfc2x3::IfcTubeBundleTypeEnum_
IfcTubeBundleTypeEnum_
Definition: Ifc2x3Enum.h:4715
OdIfc2x3::kIfcActionSourceTypeEnum_PRESTRESSING_P
@ kIfcActionSourceTypeEnum_PRESTRESSING_P
Definition: Ifc2x3Enum.h:44
OdIfc2x3::kIfcCurrencyEnum_AES
@ kIfcCurrencyEnum_AES
Definition: Ifc2x3Enum.h:1077
OdIfc2x3::kIfcProtectiveDeviceTypeEnum_CIRCUITBREAKER
@ kIfcProtectiveDeviceTypeEnum_CIRCUITBREAKER
Definition: Ifc2x3Enum.h:3360
OdIfc2x3::kIfcElectricCurrentEnum_ALTERNATING
@ kIfcElectricCurrentEnum_ALTERNATING
Definition: Ifc2x3Enum.h:1750
OdIfc2x3::IfcCoilTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:760
OdIfc2x3::StrToIfcObjectiveEnum
IfcObjectiveEnum StrToIfcObjectiveEnum(OdAnsiString val)
OdIfc2x3::kIfcCoolingTowerTypeEnum_MECHANICALFORCEDDRAFT
@ kIfcCoolingTowerTypeEnum_MECHANICALFORCEDDRAFT
Definition: Ifc2x3Enum.h:985
OdIfc2x3::kIfcStackTerminalTypeEnum_COWL
@ kIfcStackTerminalTypeEnum_COWL
Definition: Ifc2x3Enum.h:4130
OdIfc2x3::kIfcDuctFittingTypeEnum_ENTRY
@ kIfcDuctFittingTypeEnum_ENTRY
Definition: Ifc2x3Enum.h:1616
OdIfc2x3::IfcDoorPanelOperationEnum::IfcDoorPanelOperationEnum
IfcDoorPanelOperationEnum()
Definition: Ifc2x3Enum.h:1497
OdIfc2x3::kIfcCondenserTypeEnum_unset
@ kIfcCondenserTypeEnum_unset
Definition: Ifc2x3Enum.h:847
OdIfc2x3::kIfcRampTypeEnum_SPIRAL_RAMP
@ kIfcRampTypeEnum_SPIRAL_RAMP
Definition: Ifc2x3Enum.h:3480
OdIfc2x3::kIfcTendonTypeEnum_USERDEFINED
@ kIfcTendonTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4433
OdIfc2x3::kIfcValveTypeEnum_DRAWOFFCOCK
@ kIfcValveTypeEnum_DRAWOFFCOCK
Definition: Ifc2x3Enum.h:4830
OdIfc2x3::kIfcCoilTypeEnum_NOTDEFINED
@ kIfcCoilTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:749
OdIfc2x3::IfcLightFixtureTypeEnum::IfcLightFixtureTypeEnum
IfcLightFixtureTypeEnum(const IfcLightFixtureTypeEnum &other)
Definition: Ifc2x3Enum.h:2705
OdIfc2x3::IfcReinforcingBarRoleEnum
Definition: Ifc2x3Enum.h:3551
OdIfc2x3::kIfcDoorPanelPositionEnum_NOTDEFINED
@ kIfcDoorPanelPositionEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1517
OdIfc2x3::kIfcDoorStyleOperationEnum_unset
@ kIfcDoorStyleOperationEnum_unset
Definition: Ifc2x3Enum.h:1591
OdIfc2x3::IfcWindowPanelPositionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:5015
OdIfc2x3::IfcAirToAirHeatRecoveryTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcDoorPanelPositionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1527
OdIfc2x3::kIfcCableCarrierFittingTypeEnum_unset
@ kIfcCableCarrierFittingTypeEnum_unset
Definition: Ifc2x3Enum.h:606
OdIfc2x3::IfcJunctionBoxTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2562
OdIfc2x3::kIfcDamperTypeEnum_BALANCINGDAMPER
@ kIfcDamperTypeEnum_BALANCINGDAMPER
Definition: Ifc2x3Enum.h:1216
OdIfc2x3::kIfcPlateTypeEnum_unset
@ kIfcPlateTypeEnum_unset
Definition: Ifc2x3Enum.h:3162
OdIfc2x3::kIfcObjectiveEnum_USERDEFINED
@ kIfcObjectiveEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2901
OdIfc2x3::IfcCoolingTowerTypeEnum::IfcCoolingTowerTypeEnum
IfcCoolingTowerTypeEnum(IfcCoolingTowerTypeEnum_ val)
Definition: Ifc2x3Enum.h:996
OdIfc2x3::kIfcStairTypeEnum_HALF_WINDING_STAIR
@ kIfcStairTypeEnum_HALF_WINDING_STAIR
Definition: Ifc2x3Enum.h:4191
OdIfc2x3::IfcChangeActionEnum_
IfcChangeActionEnum_
Definition: Ifc2x3Enum.h:684
OdIfc::IfcLogical
OdDAI::OdLogical IfcLogical
Definition: IfcSimpleTypes.h:87
OdIfc2x3::kIfcSIUnitName_TESLA
@ kIfcSIUnitName_TESLA
Definition: Ifc2x3Enum.h:3800
OdIfc2x3::IfcElectricMotorTypeEnum::IfcElectricMotorTypeEnum
IfcElectricMotorTypeEnum(const IfcElectricMotorTypeEnum &other)
Definition: Ifc2x3Enum.h:1907
OdIfc2x3::kIfcDocumentConfidentialityEnum_USERDEFINED
@ kIfcDocumentConfidentialityEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1430
OdIfc2x3::kIfcStructuralCurveTypeEnum_unset
@ kIfcStructuralCurveTypeEnum_unset
Definition: Ifc2x3Enum.h:4261
OdIfc2x3::IfcVibrationIsolatorTypeEnum::IfcVibrationIsolatorTypeEnum
IfcVibrationIsolatorTypeEnum()
Definition: Ifc2x3Enum.h:4880
OdIfc2x3::IfcAheadOrBehind::IfcAheadOrBehind
IfcAheadOrBehind()
Definition: Ifc2x3Enum.h:183
OdIfc2x3::kIfcRoleEnum_PROJECTMANAGER
@ kIfcRoleEnum_PROJECTMANAGER
Definition: Ifc2x3Enum.h:3664
OdIfc2x3::kIfcValveTypeEnum_CHECK
@ kIfcValveTypeEnum_CHECK
Definition: Ifc2x3Enum.h:4827
OdIfc2x3::kIfcPileConstructionEnum_NOTDEFINED
@ kIfcPileConstructionEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3045
OdIfc2x3::kIfcPhysicalOrVirtualEnum_NOTDEFINED
@ kIfcPhysicalOrVirtualEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3016
OdIfc2x3::IfcLampTypeEnum
Definition: Ifc2x3Enum.h:2587
OdIfc2x3::kIfcActuatorTypeEnum_unset
@ kIfcActuatorTypeEnum_unset
Definition: Ifc2x3Enum.h:124
OdIfc2x3::kIfcLightFixtureTypeEnum_POINTSOURCE
@ kIfcLightFixtureTypeEnum_POINTSOURCE
Definition: Ifc2x3Enum.h:2694
OdIfc2x3::kIfcElectricHeaterTypeEnum_ELECTRICMATHEATER
@ kIfcElectricHeaterTypeEnum_ELECTRICMATHEATER
Definition: Ifc2x3Enum.h:1867
OdIfc2x3::kIfcCoveringTypeEnum_CLADDING
@ kIfcCoveringTypeEnum_CLADDING
Definition: Ifc2x3Enum.h:1045
OdIfc2x3::IfcCondenserTypeEnum::IfcCondenserTypeEnum
IfcCondenserTypeEnum()
Definition: Ifc2x3Enum.h:853
OdIfc2x3::kIfcThermalLoadSourceEnum_NOTDEFINED
@ kIfcThermalLoadSourceEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4497
OdIfc2x3::IfcLogicalOperatorEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2762
OdIfc2x3::kIfcHumidifierTypeEnum_ASSISTEDELECTRIC
@ kIfcHumidifierTypeEnum_ASSISTEDELECTRIC
Definition: Ifc2x3Enum.h:2467
OdIfc2x3::kIfcCurrencyEnum_VEB
@ kIfcCurrencyEnum_VEB
Definition: Ifc2x3Enum.h:1153
OdIfc2x3::kIfcPropertySourceEnum_SIMULATED
@ kIfcPropertySourceEnum_SIMULATED
Definition: Ifc2x3Enum.h:3330
OdIfc2x3::IfcWindowPanelPositionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcGlobalOrLocalEnum_LOCAL_COORDS
@ kIfcGlobalOrLocalEnum_LOCAL_COORDS
Definition: Ifc2x3Enum.h:2408
OdIfc2x3::kIfcCurtainWallTypeEnum_unset
@ kIfcCurtainWallTypeEnum_unset
Definition: Ifc2x3Enum.h:1184
OdIfc2x3::kIfcPumpTypeEnum_CIRCULATOR
@ kIfcPumpTypeEnum_CIRCULATOR
Definition: Ifc2x3Enum.h:3390
OdIfc2x3::IfcTankTypeEnum::IfcTankTypeEnum
IfcTankTypeEnum(IfcTankTypeEnum_ val)
Definition: Ifc2x3Enum.h:4414
OdIfc2x3::kIfcAlarmTypeEnum_BREAKGLASSBUTTON
@ kIfcAlarmTypeEnum_BREAKGLASSBUTTON
Definition: Ifc2x3Enum.h:295
OdIfc2x3::IfcOccupantTypeEnum_
IfcOccupantTypeEnum_
Definition: Ifc2x3Enum.h:2925
OdIfc2x3::kIfcDerivedUnitEnum_PHUNIT
@ kIfcDerivedUnitEnum_PHUNIT
Definition: Ifc2x3Enum.h:1309
OdIfc2x3::IfcDistributionChamberElementTypeEnum::IfcDistributionChamberElementTypeEnum
IfcDistributionChamberElementTypeEnum()
Definition: Ifc2x3Enum.h:1409
OdIfc2x3::IfcTimeSeriesDataTypeEnum::IfcTimeSeriesDataTypeEnum
IfcTimeSeriesDataTypeEnum(IfcTimeSeriesDataTypeEnum_ val)
Definition: Ifc2x3Enum.h:4563
OdIfc2x3::IfcStructuralCurveTypeEnum::IfcStructuralCurveTypeEnum
IfcStructuralCurveTypeEnum()
Definition: Ifc2x3Enum.h:4267
OdIfc2x3::IfcEnergySequenceEnum
Definition: Ifc2x3Enum.h:2020
OdIfc2x3::kIfcCurrencyEnum_KES
@ kIfcCurrencyEnum_KES
Definition: Ifc2x3Enum.h:1123
OdIfc2x3::IfcEnvironmentalImpactCategoryEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcRampFlightTypeEnum::IfcRampFlightTypeEnum
IfcRampFlightTypeEnum(const IfcRampFlightTypeEnum &other)
Definition: Ifc2x3Enum.h:3459
OdIfc2x3::IfcObjectiveEnum::IfcObjectiveEnum
IfcObjectiveEnum(IfcObjectiveEnum_ val)
Definition: Ifc2x3Enum.h:2911
OdIfc2x3::kIfcDistributionChamberElementTypeEnum_VALVECHAMBER
@ kIfcDistributionChamberElementTypeEnum_VALVECHAMBER
Definition: Ifc2x3Enum.h:1400
OdIfc2x3::kIfcValveTypeEnum_DOUBLEREGULATING
@ kIfcValveTypeEnum_DOUBLEREGULATING
Definition: Ifc2x3Enum.h:4832
OdIfc2x3::IfcOutletTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2973
OdIfc2x3::kIfcWasteTerminalTypeEnum_PETROLINTERCEPTOR
@ kIfcWasteTerminalTypeEnum_PETROLINTERCEPTOR
Definition: Ifc2x3Enum.h:4933
OdIfc2x3::kIfcActionSourceTypeEnum_NOTDEFINED
@ kIfcActionSourceTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:65
OdIfc2x3::IfcSpaceHeaterTypeEnum::IfcSpaceHeaterTypeEnum
IfcSpaceHeaterTypeEnum(const IfcSpaceHeaterTypeEnum &other)
Definition: Ifc2x3Enum.h:4088
OdIfc2x3::IfcStructuralCurveTypeEnum::IfcStructuralCurveTypeEnum
IfcStructuralCurveTypeEnum(IfcStructuralCurveTypeEnum_ val)
Definition: Ifc2x3Enum.h:4269
OdIfc2x3::IfcSensorTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3911
OdIfc2x3::IfcFlowMeterTypeEnum_
IfcFlowMeterTypeEnum_
Definition: Ifc2x3Enum.h:2286
OdIfc2x3::IfcPhysicalOrVirtualEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcDirectionSenseEnum_POSITIVE
@ kIfcDirectionSenseEnum_POSITIVE
Definition: Ifc2x3Enum.h:1368
OdIfc2x3::kIfcDoorPanelOperationEnum_unset
@ kIfcDoorPanelOperationEnum_unset
Definition: Ifc2x3Enum.h:1491
OdIfc2x3::kIfcTendonTypeEnum_STRAND
@ kIfcTendonTypeEnum_STRAND
Definition: Ifc2x3Enum.h:4429
OdIfc2x3::IfcPermeableCoveringOperationEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3001
OdIfc2x3::kIfcSIPrefix_GIGA
@ kIfcSIPrefix_GIGA
Definition: Ifc2x3Enum.h:3738
OdIfc2x3::IfcLampTypeEnum::IfcLampTypeEnum
IfcLampTypeEnum(const IfcLampTypeEnum &other)
Definition: Ifc2x3Enum.h:2591
OdIfc2x3::IfcEnvironmentalImpactCategoryEnum
Definition: Ifc2x3Enum.h:2051
OdIfc2x3::IfcActuatorTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcActionSourceTypeEnum_SYSTEM_IMPERFECTION
@ kIfcActionSourceTypeEnum_SYSTEM_IMPERFECTION
Definition: Ifc2x3Enum.h:54
OdIfc2x3::kIfcFanTypeEnum_PROPELLORAXIAL
@ kIfcFanTypeEnum_PROPELLORAXIAL
Definition: Ifc2x3Enum.h:2141
OdIfc2x3::IfcGeometricProjectionEnum
Definition: Ifc2x3Enum.h:2387
OdIfc2x3::kIfcWallTypeEnum_unset
@ kIfcWallTypeEnum_unset
Definition: Ifc2x3Enum.h:4904
OdIfc2x3::kIfcObjectiveEnum_TRIGGERCONDITION
@ kIfcObjectiveEnum_TRIGGERCONDITION
Definition: Ifc2x3Enum.h:2900
OdIfc2x3::IfcTrimmingPreference::exists
int exists() const
Definition: Ifc2x3Enum.h:4702
OdIfc2x3::kIfcWasteTerminalTypeEnum_FLOORWASTE
@ kIfcWasteTerminalTypeEnum_FLOORWASTE
Definition: Ifc2x3Enum.h:4928
OdIfc2x3::kIfcDamperTypeEnum_BLASTDAMPER
@ kIfcDamperTypeEnum_BLASTDAMPER
Definition: Ifc2x3Enum.h:1213
OdIfc2x3::kIfcReflectanceMethodEnum_GLASS
@ kIfcReflectanceMethodEnum_GLASS
Definition: Ifc2x3Enum.h:3508
OdIfc2x3::kIfcDamperTypeEnum_unset
@ kIfcDamperTypeEnum_unset
Definition: Ifc2x3Enum.h:1220
OdIfc2x3::kIfcStructuralCurveTypeEnum_COMPRESSION_MEMBER
@ kIfcStructuralCurveTypeEnum_COMPRESSION_MEMBER
Definition: Ifc2x3Enum.h:4258
OdIfc2x3::kIfcCableSegmentTypeEnum_unset
@ kIfcCableSegmentTypeEnum_unset
Definition: Ifc2x3Enum.h:662
OdIfc2x3::IfcRampFlightTypeEnum::IfcRampFlightTypeEnum
IfcRampFlightTypeEnum()
Definition: Ifc2x3Enum.h:3458
OdIfc2x3::IfcActionTypeEnum::IfcActionTypeEnum
IfcActionTypeEnum(IfcActionTypeEnum_ val)
Definition: Ifc2x3Enum.h:102
OdIfc2x3::kIfcCurrencyEnum_ITL
@ kIfcCurrencyEnum_ITL
Definition: Ifc2x3Enum.h:1119
OdIfc2x3::IfcPipeSegmentTypeEnum::IfcPipeSegmentTypeEnum
IfcPipeSegmentTypeEnum(IfcPipeSegmentTypeEnum_ val)
Definition: Ifc2x3Enum.h:3143
OdIfc2x3::kIfcHeatExchangerTypeEnum_unset
@ kIfcHeatExchangerTypeEnum_unset
Definition: Ifc2x3Enum.h:2436
OdIfc2x3::kIfcSurfaceTextureEnum_TEXTURE
@ kIfcSurfaceTextureEnum_TEXTURE
Definition: Ifc2x3Enum.h:4344
OdIfc2x3::kIfcLampTypeEnum_TUNGSTENFILAMENT
@ kIfcLampTypeEnum_TUNGSTENFILAMENT
Definition: Ifc2x3Enum.h:2581
OdIfc2x3::IfcDoorPanelPositionEnum_
IfcDoorPanelPositionEnum_
Definition: Ifc2x3Enum.h:1513
OdIfc2x3::IfcAheadOrBehind::exists
int exists() const
Definition: Ifc2x3Enum.h:186
OdIfc2x3::kIfcCurrencyEnum_unset
@ kIfcCurrencyEnum_unset
Definition: Ifc2x3Enum.h:1159
OdIfc2x3::kIfcProtectiveDeviceTypeEnum_NOTDEFINED
@ kIfcProtectiveDeviceTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3366
OdIfc2x3::StrToIfcCompressorTypeEnum
IfcCompressorTypeEnum StrToIfcCompressorTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcGeometricProjectionEnum_ELEVATION_VIEW
@ kIfcGeometricProjectionEnum_ELEVATION_VIEW
Definition: Ifc2x3Enum.h:2381
OdIfc2x3::IfcBuildingElementProxyTypeEnum::IfcBuildingElementProxyTypeEnum
IfcBuildingElementProxyTypeEnum(const IfcBuildingElementProxyTypeEnum &other)
Definition: Ifc2x3Enum.h:584
OdIfc2x3::kIfcElectricApplianceTypeEnum_FREEZER
@ kIfcElectricApplianceTypeEnum_FREEZER
Definition: Ifc2x3Enum.h:1708
OdIfc2x3::kIfcBuildingElementProxyTypeEnum_USERDEFINED
@ kIfcBuildingElementProxyTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:575
OdIfc2x3::kIfcHeatExchangerTypeEnum_USERDEFINED
@ kIfcHeatExchangerTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2434
OdIfc2x3::kIfcSpaceHeaterTypeEnum_unset
@ kIfcSpaceHeaterTypeEnum_unset
Definition: Ifc2x3Enum.h:4081
OdIfc2x3::IfcAddressTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:162
OdIfc2x3::kIfcElectricApplianceTypeEnum_ELECTRICHEATER
@ kIfcElectricApplianceTypeEnum_ELECTRICHEATER
Definition: Ifc2x3Enum.h:1705
OdIfc2x3::IfcDirectionSenseEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1380
OdIfc2x3::kIfcCurrencyEnum_TRL
@ kIfcCurrencyEnum_TRL
Definition: Ifc2x3Enum.h:1149
OdIfc2x3::kIfcFootingTypeEnum_unset
@ kIfcFootingTypeEnum_unset
Definition: Ifc2x3Enum.h:2324
OdIfc2x3::IfcCompressorTypeEnum
Definition: Ifc2x3Enum.h:819
OdIfc2x3::IfcCoveringTypeEnum::IfcCoveringTypeEnum
IfcCoveringTypeEnum(IfcCoveringTypeEnum_ val)
Definition: Ifc2x3Enum.h:1061
OdIfc2x3::kIfcDerivedUnitEnum_THERMALRESISTANCEUNIT
@ kIfcDerivedUnitEnum_THERMALRESISTANCEUNIT
Definition: Ifc2x3Enum.h:1286
OdIfc2x3::IfcElectricApplianceTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1737
OdIfc2x3::IfcCoveringTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcWallTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4913
OdIfc2x3::kIfcTrimmingPreference_PARAMETER
@ kIfcTrimmingPreference_PARAMETER
Definition: Ifc2x3Enum.h:4691
OdIfc2x3::kIfcAddressTypeEnum_HOME
@ kIfcAddressTypeEnum_HOME
Definition: Ifc2x3Enum.h:149
OdIfc2x3::kIfcStairTypeEnum_TWO_QUARTER_WINDING_STAIR
@ kIfcStairTypeEnum_TWO_QUARTER_WINDING_STAIR
Definition: Ifc2x3Enum.h:4193
OdIfc2x3::IfcPropertySourceEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3346
OdIfc2x3::kIfcCooledBeamTypeEnum_USERDEFINED
@ kIfcCooledBeamTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:958
OdIfc2x3::kIfcDuctSegmentTypeEnum_NOTDEFINED
@ kIfcDuctSegmentTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1649
OdIfc2x3::StrToIfcChillerTypeEnum
IfcChillerTypeEnum StrToIfcChillerTypeEnum(OdAnsiString val)
OdIfc2x3::IfcProjectOrderTypeEnum::IfcProjectOrderTypeEnum
IfcProjectOrderTypeEnum()
Definition: Ifc2x3Enum.h:3285
OdIfc2x3::kIfcFanTypeEnum_unset
@ kIfcFanTypeEnum_unset
Definition: Ifc2x3Enum.h:2144
OdIfc2x3::StrToIfcPipeFittingTypeEnum
IfcPipeFittingTypeEnum StrToIfcPipeFittingTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcPlateTypeEnum_NOTDEFINED
@ kIfcPlateTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3161
OdIfc2x3::StrToIfcArithmeticOperatorEnum
IfcArithmeticOperatorEnum StrToIfcArithmeticOperatorEnum(OdAnsiString val)
OdIfc2x3::kIfcServiceLifeTypeEnum_unset
@ kIfcServiceLifeTypeEnum_unset
Definition: Ifc2x3Enum.h:3990
OdIfc2x3::kIfcStairTypeEnum_QUARTER_TURN_STAIR
@ kIfcStairTypeEnum_QUARTER_TURN_STAIR
Definition: Ifc2x3Enum.h:4190
OdIfc2x3::IfcStateEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4241
OdIfc2x3::kIfcFilterTypeEnum_ODORFILTER
@ kIfcFilterTypeEnum_ODORFILTER
Definition: Ifc2x3Enum.h:2168
OdIfc2x3::kIfcJunctionBoxTypeEnum_unset
@ kIfcJunctionBoxTypeEnum_unset
Definition: Ifc2x3Enum.h:2553
OdIfc2x3::kIfcLightEmissionSourceEnum_METALHALIDE
@ kIfcLightEmissionSourceEnum_METALHALIDE
Definition: Ifc2x3Enum.h:2668
OdIfc2x3::kIfcRampFlightTypeEnum_STRAIGHT
@ kIfcRampFlightTypeEnum_STRAIGHT
Definition: Ifc2x3Enum.h:3448
OdIfc2x3::kIfcAssemblyPlaceEnum_unset
@ kIfcAssemblyPlaceEnum_unset
Definition: Ifc2x3Enum.h:412
OdIfc2x3::kIfcTransportElementTypeEnum_MOVINGWALKWAY
@ kIfcTransportElementTypeEnum_MOVINGWALKWAY
Definition: Ifc2x3Enum.h:4664
OdIfc2x3::IfcLoadGroupTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcSoundScaleEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4059
OdIfc2x3::kIfcEnvironmentalImpactCategoryEnum_NOTDEFINED
@ kIfcEnvironmentalImpactCategoryEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2047
OdIfc2x3::kIfcSlabTypeEnum_BASESLAB
@ kIfcSlabTypeEnum_BASESLAB
Definition: Ifc2x3Enum.h:4016
OdIfc2x3::IfcAlarmTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcReinforcingBarSurfaceEnum::IfcReinforcingBarSurfaceEnum
IfcReinforcingBarSurfaceEnum()
Definition: Ifc2x3Enum.h:3579
OdIfc2x3::kIfcSIPrefix_unset
@ kIfcSIPrefix_unset
Definition: Ifc2x3Enum.h:3751
OdIfc2x3::IfcTextPath::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcWindowPanelOperationEnum_FIXEDCASEMENT
@ kIfcWindowPanelOperationEnum_FIXEDCASEMENT
Definition: Ifc2x3Enum.h:4973
OdIfc2x3::StrToIfcTubeBundleTypeEnum
IfcTubeBundleTypeEnum StrToIfcTubeBundleTypeEnum(OdAnsiString val)
OdIfc2x3::IfcGeometricProjectionEnum_
IfcGeometricProjectionEnum_
Definition: Ifc2x3Enum.h:2374
OdIfc2x3::StrToIfcSlabTypeEnum
IfcSlabTypeEnum StrToIfcSlabTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcReflectanceMethodEnum_PLASTIC
@ kIfcReflectanceMethodEnum_PLASTIC
Definition: Ifc2x3Enum.h:3513
OdIfc2x3::IfcLightEmissionSourceEnum_
IfcLightEmissionSourceEnum_
Definition: Ifc2x3Enum.h:2659
OdIfc2x3::kIfcWindowStyleOperationEnum_USERDEFINED
@ kIfcWindowStyleOperationEnum_USERDEFINED
Definition: Ifc2x3Enum.h:5068
OdIfc2x3::IfcAirTerminalBoxTypeEnum::IfcAirTerminalBoxTypeEnum
IfcAirTerminalBoxTypeEnum(IfcAirTerminalBoxTypeEnum_ val)
Definition: Ifc2x3Enum.h:213
OdIfc2x3::kIfcThermalLoadSourceEnum_DRYBULBTEMPERATURE
@ kIfcThermalLoadSourceEnum_DRYBULBTEMPERATURE
Definition: Ifc2x3Enum.h:4493
OdIfc2x3::IfcHeatExchangerTypeEnum
Definition: Ifc2x3Enum.h:2439
OdIfc2x3::IfcTrimmingPreference_
IfcTrimmingPreference_
Definition: Ifc2x3Enum.h:4689
OdIfc2x3::IfcSanitaryTerminalTypeEnum::IfcSanitaryTerminalTypeEnum
IfcSanitaryTerminalTypeEnum()
Definition: Ifc2x3Enum.h:3845
OdIfc2x3::IfcCableSegmentTypeEnum_
IfcCableSegmentTypeEnum_
Definition: Ifc2x3Enum.h:657
OdIfc2x3::IfcDataOriginEnum_
IfcDataOriginEnum_
Definition: Ifc2x3Enum.h:1242
OdIfc2x3::kIfcRampTypeEnum_STRAIGHT_RUN_RAMP
@ kIfcRampTypeEnum_STRAIGHT_RUN_RAMP
Definition: Ifc2x3Enum.h:3475
OdIfc2x3::kIfcDuctSilencerTypeEnum_FLATOVAL
@ kIfcDuctSilencerTypeEnum_FLATOVAL
Definition: Ifc2x3Enum.h:1673
OdIfc2x3::kIfcCurrencyEnum_USD
@ kIfcCurrencyEnum_USD
Definition: Ifc2x3Enum.h:1152
OdIfc2x3::kIfcConnectionTypeEnum_unset
@ kIfcConnectionTypeEnum_unset
Definition: Ifc2x3Enum.h:874
OdIfc2x3::kIfcPropertySourceEnum_ASBUILT
@ kIfcPropertySourceEnum_ASBUILT
Definition: Ifc2x3Enum.h:3331
OdIfc2x3::IfcSoundScaleEnum_
IfcSoundScaleEnum_
Definition: Ifc2x3Enum.h:4041
OdIfc2x3::IfcLoadGroupTypeEnum::IfcLoadGroupTypeEnum
IfcLoadGroupTypeEnum()
Definition: Ifc2x3Enum.h:2733
OdIfc2x3::StrToIfcProcedureTypeEnum
IfcProcedureTypeEnum StrToIfcProcedureTypeEnum(OdAnsiString val)
OdIfc2x3::StrToIfcValveTypeEnum
IfcValveTypeEnum StrToIfcValveTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcUnitEnum_INDUCTANCEUNIT
@ kIfcUnitEnum_INDUCTANCEUNIT
Definition: Ifc2x3Enum.h:4756
OdIfc2x3::IfcGeometricProjectionEnum::IfcGeometricProjectionEnum
IfcGeometricProjectionEnum()
Definition: Ifc2x3Enum.h:2390
OdIfc2x3::IfcElectricHeaterTypeEnum::IfcElectricHeaterTypeEnum
IfcElectricHeaterTypeEnum(const IfcElectricHeaterTypeEnum &other)
Definition: Ifc2x3Enum.h:1877
OdIfc2x3::kIfcWindowPanelOperationEnum_PIVOTHORIZONTAL
@ kIfcWindowPanelOperationEnum_PIVOTHORIZONTAL
Definition: Ifc2x3Enum.h:4968
OdIfc2x3::kIfcDerivedUnitEnum_KINEMATICVISCOSITYUNIT
@ kIfcDerivedUnitEnum_KINEMATICVISCOSITYUNIT
Definition: Ifc2x3Enum.h:1277
OdIfc2x3::IfcActionSourceTypeEnum::IfcActionSourceTypeEnum
IfcActionSourceTypeEnum()
Definition: Ifc2x3Enum.h:72
OdIfc2x3::kIfcCurrencyEnum_EUR
@ kIfcCurrencyEnum_EUR
Definition: Ifc2x3Enum.h:1102
OdIfc2x3::IfcProjectOrderRecordTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3258
OdIfc2x3::IfcFootingTypeEnum::IfcFootingTypeEnum
IfcFootingTypeEnum(const IfcFootingTypeEnum &other)
Definition: Ifc2x3Enum.h:2331
OdIfc2x3::kIfcCoolingTowerTypeEnum_MECHANICALINDUCEDDRAFT
@ kIfcCoolingTowerTypeEnum_MECHANICALINDUCEDDRAFT
Definition: Ifc2x3Enum.h:984
OdIfc2x3::IfcTubeBundleTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcFlowMeterTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2305
OdIfc2x3::IfcActionTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcRampFlightTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3462
OdIfc2x3::IfcProjectedOrTrueLengthEnum::IfcProjectedOrTrueLengthEnum
IfcProjectedOrTrueLengthEnum(IfcProjectedOrTrueLengthEnum_ val)
Definition: Ifc2x3Enum.h:3312
OdIfc2x3::kIfcStairTypeEnum_NOTDEFINED
@ kIfcStairTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4202
OdIfc2x3::kIfcSoundScaleEnum_NC
@ kIfcSoundScaleEnum_NC
Definition: Ifc2x3Enum.h:4045
OdIfc2x3::kIfcElectricDistributionPointFunctionEnum_CONSUMERUNIT
@ kIfcElectricDistributionPointFunctionEnum_CONSUMERUNIT
Definition: Ifc2x3Enum.h:1777
OdIfc2x3::IfcProcedureTypeEnum::IfcProcedureTypeEnum
IfcProcedureTypeEnum(const IfcProcedureTypeEnum &other)
Definition: Ifc2x3Enum.h:3201
OdDAI::operator==
bool DAI_EXPORT operator==(const OdFileDescriptionAuto &left, const OdFileDescriptionAuto &right)
OdIfc2x3::kIfcEnvironmentalImpactCategoryEnum_DISPOSAL
@ kIfcEnvironmentalImpactCategoryEnum_DISPOSAL
Definition: Ifc2x3Enum.h:2041
OdIfc2x3::kIfcServiceLifeTypeEnum_ACTUALSERVICELIFE
@ kIfcServiceLifeTypeEnum_ACTUALSERVICELIFE
Definition: Ifc2x3Enum.h:3985
OdIfc2x3::kIfcProjectOrderRecordTypeEnum_MAINTENANCE
@ kIfcProjectOrderRecordTypeEnum_MAINTENANCE
Definition: Ifc2x3Enum.h:3243
OdIfc2x3::IfcPropertySourceEnum_
IfcPropertySourceEnum_
Definition: Ifc2x3Enum.h:3326
OdIfc2x3::IfcActionTypeEnum
Definition: Ifc2x3Enum.h:97
OdIfc2x3::IfcSIUnitName::nullify
void nullify()
Definition: Ifc2x3Enum.h:3814
OdIfc2x3::kIfcRailingTypeEnum_HANDRAIL
@ kIfcRailingTypeEnum_HANDRAIL
Definition: Ifc2x3Enum.h:3420
OdIfc2x3::kIfcFlowMeterTypeEnum_WATERMETER
@ kIfcFlowMeterTypeEnum_WATERMETER
Definition: Ifc2x3Enum.h:2292
OdIfc2x3::kIfcDamperTypeEnum_RELIEFDAMPER
@ kIfcDamperTypeEnum_RELIEFDAMPER
Definition: Ifc2x3Enum.h:1212
OdIfc2x3::kIfcMemberTypeEnum_RAFTER
@ kIfcMemberTypeEnum_RAFTER
Definition: Ifc2x3Enum.h:2783
OdIfc2x3::kIfcCurrencyEnum_FIM
@ kIfcCurrencyEnum_FIM
Definition: Ifc2x3Enum.h:1104
OdIfc2x3::kIfcUnitEnum_FREQUENCYUNIT
@ kIfcUnitEnum_FREQUENCYUNIT
Definition: Ifc2x3Enum.h:4754
OdIfc2x3::kIfcSIUnitName_LUX
@ kIfcSIUnitName_LUX
Definition: Ifc2x3Enum.h:3788
OdIfc2x3::IfcStackTerminalTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4144
OdIfc2x3::IfcTransitionCode::exists
int exists() const
Definition: Ifc2x3Enum.h:4648
OdIfc2x3::kIfcStructuralSurfaceTypeEnum_NOTDEFINED
@ kIfcStructuralSurfaceTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4288
OdIfc2x3::kIfcUnitEnum_ELECTRICCONDUCTANCEUNIT
@ kIfcUnitEnum_ELECTRICCONDUCTANCEUNIT
Definition: Ifc2x3Enum.h:4748
OdIfc2x3::IfcTextPath::nullify
void nullify()
Definition: Ifc2x3Enum.h:4472
OdIfc2x3::IfcElementCompositionEnum::IfcElementCompositionEnum
IfcElementCompositionEnum(IfcElementCompositionEnum_ val)
Definition: Ifc2x3Enum.h:1996
OdIfc2x3::IfcDerivedUnitEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1329
OdIfc2x3::IfcPileConstructionEnum_
IfcPileConstructionEnum_
Definition: Ifc2x3Enum.h:3039
OdIfc2x3::kIfcCurrencyEnum_CZK
@ kIfcCurrencyEnum_CZK
Definition: Ifc2x3Enum.h:1096
OdIfc2x3::IfcWindowPanelOperationEnum::IfcWindowPanelOperationEnum
IfcWindowPanelOperationEnum(IfcWindowPanelOperationEnum_ val)
Definition: Ifc2x3Enum.h:4984
OdIfc2x3::kIfcUnitEnum_USERDEFINED
@ kIfcUnitEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4771
OdIfc2x3::kIfcFireSuppressionTerminalTypeEnum_BREECHINGINLET
@ kIfcFireSuppressionTerminalTypeEnum_BREECHINGINLET
Definition: Ifc2x3Enum.h:2197
OdIfc2x3::kIfcSurfaceTextureEnum_NOTDEFINED
@ kIfcSurfaceTextureEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4346
OdIfc2x3::IfcPermeableCoveringOperationEnum::IfcPermeableCoveringOperationEnum
IfcPermeableCoveringOperationEnum(IfcPermeableCoveringOperationEnum_ val)
Definition: Ifc2x3Enum.h:2999
OdIfc2x3::IfcSectionTypeEnum::IfcSectionTypeEnum
IfcSectionTypeEnum()
Definition: Ifc2x3Enum.h:3870
OdIfc2x3::IfcActionSourceTypeEnum_
IfcActionSourceTypeEnum_
Definition: Ifc2x3Enum.h:38
OdIfc2x3::kIfcLampTypeEnum_NOTDEFINED
@ kIfcLampTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2583
OdIfc2x3::kIfcActionSourceTypeEnum_LACK_OF_FIT
@ kIfcActionSourceTypeEnum_LACK_OF_FIT
Definition: Ifc2x3Enum.h:57
OdIfc2x3::IfcProjectOrderRecordTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3259
OdIfc2x3::IfcResourceConsumptionEnum::IfcResourceConsumptionEnum
IfcResourceConsumptionEnum(const IfcResourceConsumptionEnum &other)
Definition: Ifc2x3Enum.h:3611
OdIfc2x3::kIfcInventoryTypeEnum_ASSETINVENTORY
@ kIfcInventoryTypeEnum_ASSETINVENTORY
Definition: Ifc2x3Enum.h:2523
OdIfc2x3::kIfcRoleEnum_SUPPLIER
@ kIfcRoleEnum_SUPPLIER
Definition: Ifc2x3Enum.h:3652
OdIfc2x3::StrToIfcFootingTypeEnum
IfcFootingTypeEnum StrToIfcFootingTypeEnum(OdAnsiString val)
OdIfc2x3::IfcReflectanceMethodEnum_
IfcReflectanceMethodEnum_
Definition: Ifc2x3Enum.h:3505
OdIfc2x3::StrToIfcBSplineCurveForm
IfcBSplineCurveForm StrToIfcBSplineCurveForm(OdAnsiString val)
OdIfc2x3::IfcProjectOrderRecordTypeEnum_
IfcProjectOrderRecordTypeEnum_
Definition: Ifc2x3Enum.h:3241
OdIfc2x3::IfcPileConstructionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3055
OdIfc2x3::kIfcElementAssemblyTypeEnum_ACCESSORY_ASSEMBLY
@ kIfcElementAssemblyTypeEnum_ACCESSORY_ASSEMBLY
Definition: Ifc2x3Enum.h:1951
OdIfc2x3::IfcServiceLifeFactorTypeEnum_
IfcServiceLifeFactorTypeEnum_
Definition: Ifc2x3Enum.h:3952
OdIfc2x3::kIfcOutletTypeEnum_unset
@ kIfcOutletTypeEnum_unset
Definition: Ifc2x3Enum.h:2963
OdIfc2x3::kIfcTimeSeriesDataTypeEnum_PIECEWISECONTINUOUS
@ kIfcTimeSeriesDataTypeEnum_PIECEWISECONTINUOUS
Definition: Ifc2x3Enum.h:4553
OdIfc2x3::kIfcDerivedUnitEnum_VOLUMETRICFLOWRATEUNIT
@ kIfcDerivedUnitEnum_VOLUMETRICFLOWRATEUNIT
Definition: Ifc2x3Enum.h:1289
OdIfc2x3::kIfcStructuralSurfaceTypeEnum_BENDING_ELEMENT
@ kIfcStructuralSurfaceTypeEnum_BENDING_ELEMENT
Definition: Ifc2x3Enum.h:4284
OdIfc2x3::kIfcInternalOrExternalEnum_NOTDEFINED
@ kIfcInternalOrExternalEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2499
OdIfc2x3::IfcAddressTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcAirTerminalTypeEnum::IfcAirTerminalTypeEnum
IfcAirTerminalTypeEnum(const IfcAirTerminalTypeEnum &other)
Definition: Ifc2x3Enum.h:244
OdIfc2x3::IfcServiceLifeFactorTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3971
OdIfc2x3::IfcActionTypeEnum::IfcActionTypeEnum
IfcActionTypeEnum(const IfcActionTypeEnum &other)
Definition: Ifc2x3Enum.h:101
OdIfc2x3::IfcUnitaryEquipmentTypeEnum::IfcUnitaryEquipmentTypeEnum
IfcUnitaryEquipmentTypeEnum()
Definition: Ifc2x3Enum.h:4807
OdIfc2x3::IfcPropertySourceEnum::IfcPropertySourceEnum
IfcPropertySourceEnum(const IfcPropertySourceEnum &other)
Definition: Ifc2x3Enum.h:3343
OdIfc2x3::IfcLightEmissionSourceEnum::IfcLightEmissionSourceEnum
IfcLightEmissionSourceEnum(const IfcLightEmissionSourceEnum &other)
Definition: Ifc2x3Enum.h:2678
OdIfc2x3::IfcColumnTypeEnum::IfcColumnTypeEnum
IfcColumnTypeEnum(const IfcColumnTypeEnum &other)
Definition: Ifc2x3Enum.h:783
OdIfc2x3::IfcWindowPanelOperationEnum_
IfcWindowPanelOperationEnum_
Definition: Ifc2x3Enum.h:4961
OdIfc2x3::kIfcSurfaceTextureEnum_OPACITY
@ kIfcSurfaceTextureEnum_OPACITY
Definition: Ifc2x3Enum.h:4339
OdIfc2x3::kIfcActionSourceTypeEnum_TRANSPORT
@ kIfcActionSourceTypeEnum_TRANSPORT
Definition: Ifc2x3Enum.h:51
OdIfc2x3::kIfcInventoryTypeEnum_FURNITUREINVENTORY
@ kIfcInventoryTypeEnum_FURNITUREINVENTORY
Definition: Ifc2x3Enum.h:2525
OdIfc2x3::IfcCoveringTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1062
OdIfc2x3::kIfcControllerTypeEnum_PROPORTIONALINTEGRALDERIVATIVE
@ kIfcControllerTypeEnum_PROPORTIONALINTEGRALDERIVATIVE
Definition: Ifc2x3Enum.h:928
OdIfc2x3::IfcBuildingElementProxyTypeEnum
Definition: Ifc2x3Enum.h:580
OdIfc2x3::IfcMemberTypeEnum_
IfcMemberTypeEnum_
Definition: Ifc2x3Enum.h:2774
OdIfc2x3::IfcFlowDirectionEnum::IfcFlowDirectionEnum
IfcFlowDirectionEnum(const IfcFlowDirectionEnum &other)
Definition: Ifc2x3Enum.h:2238
OdIfc2x3::kIfcObjectiveEnum_unset
@ kIfcObjectiveEnum_unset
Definition: Ifc2x3Enum.h:2903
OdIfc2x3::IfcTransportElementTypeEnum
Definition: Ifc2x3Enum.h:4670
OdIfc2x3::kIfcDistributionChamberElementTypeEnum_INSPECTIONPIT
@ kIfcDistributionChamberElementTypeEnum_INSPECTIONPIT
Definition: Ifc2x3Enum.h:1395
OdIfc2x3::kIfcReinforcingBarSurfaceEnum_unset
@ kIfcReinforcingBarSurfaceEnum_unset
Definition: Ifc2x3Enum.h:3573
OdIfc2x3::IfcWindowStyleConstructionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcDistributionChamberElementTypeEnum_FORMEDDUCT
@ kIfcDistributionChamberElementTypeEnum_FORMEDDUCT
Definition: Ifc2x3Enum.h:1393
OdIfc2x3::IfcLightFixtureTypeEnum_
IfcLightFixtureTypeEnum_
Definition: Ifc2x3Enum.h:2693
OdIfc2x3::kIfcThermalLoadTypeEnum_LATENT
@ kIfcThermalLoadTypeEnum_LATENT
Definition: Ifc2x3Enum.h:4522
OdIfc2x3::IfcValveTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4857
OdIfc2x3::kIfcRampTypeEnum_TWO_QUARTER_TURN_RAMP
@ kIfcRampTypeEnum_TWO_QUARTER_TURN_RAMP
Definition: Ifc2x3Enum.h:3478
OdIfc2x3::kIfcValveTypeEnum_SAFETYCUTOFF
@ kIfcValveTypeEnum_SAFETYCUTOFF
Definition: Ifc2x3Enum.h:4842
OdIfc2x3::kIfcCoolingTowerTypeEnum_NATURALDRAFT
@ kIfcCoolingTowerTypeEnum_NATURALDRAFT
Definition: Ifc2x3Enum.h:983
OdIfc2x3::kIfcElectricDistributionPointFunctionEnum_MIMICPANEL
@ kIfcElectricDistributionPointFunctionEnum_MIMICPANEL
Definition: Ifc2x3Enum.h:1782
OdIfc2x3::IfcProjectOrderTypeEnum::IfcProjectOrderTypeEnum
IfcProjectOrderTypeEnum(IfcProjectOrderTypeEnum_ val)
Definition: Ifc2x3Enum.h:3287
OdIfc2x3::kIfcPhysicalOrVirtualEnum_PHYSICAL
@ kIfcPhysicalOrVirtualEnum_PHYSICAL
Definition: Ifc2x3Enum.h:3014
OdIfc2x3::StrToIfcFlowInstrumentTypeEnum
IfcFlowInstrumentTypeEnum StrToIfcFlowInstrumentTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcAirTerminalTypeEnum_USERDEFINED
@ kIfcAirTerminalTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:235
OdIfc2x3::IfcUnitEnum::IfcUnitEnum
IfcUnitEnum(IfcUnitEnum_ val)
Definition: Ifc2x3Enum.h:4780
OdIfc2x3::kIfcAheadOrBehind_AHEAD
@ kIfcAheadOrBehind_AHEAD
Definition: Ifc2x3Enum.h:175
OdIfc2x3::IfcElectricApplianceTypeEnum::IfcElectricApplianceTypeEnum
IfcElectricApplianceTypeEnum()
Definition: Ifc2x3Enum.h:1733
OdIfc2x3::IfcAddressTypeEnum::IfcAddressTypeEnum
IfcAddressTypeEnum()
Definition: Ifc2x3Enum.h:158
OdIfc2x3::IfcVibrationIsolatorTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4883
OdIfc2x3::kIfcObjectTypeEnum_PRODUCT
@ kIfcObjectTypeEnum_PRODUCT
Definition: Ifc2x3Enum.h:2864
OdIfc2x3::IfcSlabTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcRailingTypeEnum::IfcRailingTypeEnum
IfcRailingTypeEnum()
Definition: Ifc2x3Enum.h:3431
OdIfc2x3::IfcGeometricProjectionEnum::IfcGeometricProjectionEnum
IfcGeometricProjectionEnum(const IfcGeometricProjectionEnum &other)
Definition: Ifc2x3Enum.h:2391
OdIfc2x3::kIfcDerivedUnitEnum_MODULUSOFELASTICITYUNIT
@ kIfcDerivedUnitEnum_MODULUSOFELASTICITYUNIT
Definition: Ifc2x3Enum.h:1296
OdIfc2x3::IfcActuatorTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:134
OdIfc2x3::StrToIfcCableSegmentTypeEnum
IfcCableSegmentTypeEnum StrToIfcCableSegmentTypeEnum(OdAnsiString val)
OdIfc2x3::IfcSurfaceSide::IfcSurfaceSide
IfcSurfaceSide(const IfcSurfaceSide &other)
Definition: Ifc2x3Enum.h:4322
OdIfc2x3::IfcPropertySourceEnum::IfcPropertySourceEnum
IfcPropertySourceEnum(IfcPropertySourceEnum_ val)
Definition: Ifc2x3Enum.h:3344
OdIfc2x3::kIfcActuatorTypeEnum_NOTDEFINED
@ kIfcActuatorTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:123
OdIfc2x3::kIfcAlarmTypeEnum_LIGHT
@ kIfcAlarmTypeEnum_LIGHT
Definition: Ifc2x3Enum.h:296
OdIfc2x3::IfcColumnTypeEnum::IfcColumnTypeEnum
IfcColumnTypeEnum(IfcColumnTypeEnum_ val)
Definition: Ifc2x3Enum.h:784
OdIfc2x3::IfcTransformerTypeEnum::IfcTransformerTypeEnum
IfcTransformerTypeEnum(IfcTransformerTypeEnum_ val)
Definition: Ifc2x3Enum.h:4620
OdIfc2x3::StrToIfcSanitaryTerminalTypeEnum
IfcSanitaryTerminalTypeEnum StrToIfcSanitaryTerminalTypeEnum(OdAnsiString val)
OdIfc2x3::IfcUnitEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4781
OdIfc2x3::kIfcSIPrefix_MILLI
@ kIfcSIPrefix_MILLI
Definition: Ifc2x3Enum.h:3745
OdIfc2x3::kIfcSurfaceSide_NEGATIVE
@ kIfcSurfaceSide_NEGATIVE
Definition: Ifc2x3Enum.h:4313
OdIfc2x3::kIfcObjectTypeEnum_GROUP
@ kIfcObjectTypeEnum_GROUP
Definition: Ifc2x3Enum.h:2869
OdIfc2x3::IfcDoorStyleConstructionEnum::IfcDoorStyleConstructionEnum
IfcDoorStyleConstructionEnum(IfcDoorStyleConstructionEnum_ val)
Definition: Ifc2x3Enum.h:1558
OdIfc2x3::IfcMotorConnectionTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2826
OdIfc2x3::IfcArithmeticOperatorEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:396
OdIfc2x3::kIfcActionTypeEnum_USERDEFINED
@ kIfcActionTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:92
OdIfc2x3::IfcObjectiveEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcRoleEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3684
OdIfc2x3::IfcEnergySequenceEnum::IfcEnergySequenceEnum
IfcEnergySequenceEnum(const IfcEnergySequenceEnum &other)
Definition: Ifc2x3Enum.h:2024
OdIfc2x3::kIfcOccupantTypeEnum_ASSIGNEE
@ kIfcOccupantTypeEnum_ASSIGNEE
Definition: Ifc2x3Enum.h:2926
OdIfc2x3::IfcProfileTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3228
OdIfc2x3::kIfcAheadOrBehind_BEHIND
@ kIfcAheadOrBehind_BEHIND
Definition: Ifc2x3Enum.h:176
OdIfc2x3::kIfcCondenserTypeEnum_WATERCOOLEDSHELLTUBE
@ kIfcCondenserTypeEnum_WATERCOOLEDSHELLTUBE
Definition: Ifc2x3Enum.h:839
OdIfc2x3::kIfcSIUnitName_NEWTON
@ kIfcSIUnitName_NEWTON
Definition: Ifc2x3Enum.h:3791
OdIfc::kIfcBooleanOperator_INTERSECTION
@ kIfcBooleanOperator_INTERSECTION
Definition: IfcModelerGeometry.h:52
OdIfc2x3::IfcNullStyle::IfcNullStyle
IfcNullStyle(const IfcNullStyle &other)
Definition: Ifc2x3Enum.h:2848
OdIfc2x3::StrToIfcTendonTypeEnum
IfcTendonTypeEnum StrToIfcTendonTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcSIUnitName_SIEVERT
@ kIfcSIUnitName_SIEVERT
Definition: Ifc2x3Enum.h:3797
OdIfc2x3::IfcAirToAirHeatRecoveryTypeEnum_
IfcAirToAirHeatRecoveryTypeEnum_
Definition: Ifc2x3Enum.h:259
OdIfc2x3::kIfcCurrencyEnum_EST
@ kIfcCurrencyEnum_EST
Definition: Ifc2x3Enum.h:1101
OdIfc2x3::kIfcCableCarrierSegmentTypeEnum_CABLELADDERSEGMENT
@ kIfcCableCarrierSegmentTypeEnum_CABLELADDERSEGMENT
Definition: Ifc2x3Enum.h:629
OdIfc2x3::IfcSectionTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3873
OdIfc2x3::StrToIfcFilterTypeEnum
IfcFilterTypeEnum StrToIfcFilterTypeEnum(OdAnsiString val)
OdIfc2x3::IfcInventoryTypeEnum::IfcInventoryTypeEnum
IfcInventoryTypeEnum(IfcInventoryTypeEnum_ val)
Definition: Ifc2x3Enum.h:2536
OdIfc2x3::IfcElectricHeaterTypeEnum::IfcElectricHeaterTypeEnum
IfcElectricHeaterTypeEnum()
Definition: Ifc2x3Enum.h:1876
OdIfc2x3::kIfcElectricGeneratorTypeEnum_unset
@ kIfcElectricGeneratorTypeEnum_unset
Definition: Ifc2x3Enum.h:1842
OdIfc2x3::IfcCurrencyEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcCompressorTypeEnum_RECIPROCATING
@ kIfcCompressorTypeEnum_RECIPROCATING
Definition: Ifc2x3Enum.h:800
OdIfc2x3::IfcElementCompositionEnum::IfcElementCompositionEnum
IfcElementCompositionEnum(const IfcElementCompositionEnum &other)
Definition: Ifc2x3Enum.h:1995
OdIfc2x3::kIfcAirTerminalBoxTypeEnum_unset
@ kIfcAirTerminalBoxTypeEnum_unset
Definition: Ifc2x3Enum.h:205
OdIfc2x3::kIfcStructuralCurveTypeEnum_PIN_JOINED_MEMBER
@ kIfcStructuralCurveTypeEnum_PIN_JOINED_MEMBER
Definition: Ifc2x3Enum.h:4255
OdIfc2x3::IfcElectricMotorTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1910
OdIfc2x3::IfcDerivedUnitEnum_
IfcDerivedUnitEnum_
Definition: Ifc2x3Enum.h:1270
OdIfc2x3::IfcDocumentConfidentialityEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcCurrencyEnum_IDR
@ kIfcCurrencyEnum_IDR
Definition: Ifc2x3Enum.h:1115
OdIfc2x3::kIfcDerivedUnitEnum_SECTIONMODULUSUNIT
@ kIfcDerivedUnitEnum_SECTIONMODULUSUNIT
Definition: Ifc2x3Enum.h:1312
OdIfc2x3::kIfcElectricMotorTypeEnum_INDUCTION
@ kIfcElectricMotorTypeEnum_INDUCTION
Definition: Ifc2x3Enum.h:1894
OdIfc2x3::kIfcCableSegmentTypeEnum_USERDEFINED
@ kIfcCableSegmentTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:660
OdIfc2x3::IfcPipeSegmentTypeEnum::IfcPipeSegmentTypeEnum
IfcPipeSegmentTypeEnum()
Definition: Ifc2x3Enum.h:3141
OdIfc2x3::kIfcCurrencyEnum_OMR
@ kIfcCurrencyEnum_OMR
Definition: Ifc2x3Enum.h:1135
OdIfc2x3::kIfcSIUnitName_MOLE
@ kIfcSIUnitName_MOLE
Definition: Ifc2x3Enum.h:3790
OdIfc2x3::kIfcLightDistributionCurveEnum_TYPE_C
@ kIfcLightDistributionCurveEnum_TYPE_C
Definition: Ifc2x3Enum.h:2635
OdIfc2x3::kIfcAirToAirHeatRecoveryTypeEnum_TWINTOWERENTHALPYRECOVERYLOOPS
@ kIfcAirToAirHeatRecoveryTypeEnum_TWINTOWERENTHALPYRECOVERYLOOPS
Definition: Ifc2x3Enum.h:266
OdIfc2x3::kIfcDoorStyleConstructionEnum_NOTDEFINED
@ kIfcDoorStyleConstructionEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1549
OdIfc2x3::kIfcAnalysisModelTypeEnum_USERDEFINED
@ kIfcAnalysisModelTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:328
OdIfc2x3::kIfcRoleEnum_MECHANICALENGINEER
@ kIfcRoleEnum_MECHANICALENGINEER
Definition: Ifc2x3Enum.h:3662
OdIfc2x3::kIfcWallTypeEnum_POLYGONAL
@ kIfcWallTypeEnum_POLYGONAL
Definition: Ifc2x3Enum.h:4898
OdIfc2x3::IfcEnvironmentalImpactCategoryEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2058
OdIfc2x3::kIfcDoorStyleConstructionEnum_STEEL
@ kIfcDoorStyleConstructionEnum_STEEL
Definition: Ifc2x3Enum.h:1543
OdIfc2x3::IfcObjectiveEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2912
OdIfc2x3::StrToIfcTimeSeriesDataTypeEnum
IfcTimeSeriesDataTypeEnum StrToIfcTimeSeriesDataTypeEnum(OdAnsiString val)
OdIfc2x3::IfcInternalOrExternalEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcTimeSeriesScheduleTypeEnum_MONTHLY
@ kIfcTimeSeriesScheduleTypeEnum_MONTHLY
Definition: Ifc2x3Enum.h:4579
OdIfc2x3::kIfcProjectOrderRecordTypeEnum_WORK
@ kIfcProjectOrderRecordTypeEnum_WORK
Definition: Ifc2x3Enum.h:3246
OdIfc2x3::IfcPipeSegmentTypeEnum_
IfcPipeSegmentTypeEnum_
Definition: Ifc2x3Enum.h:3128
OdIfc2x3::IfcBSplineCurveForm::IfcBSplineCurveForm
IfcBSplineCurveForm(const IfcBSplineCurveForm &other)
Definition: Ifc2x3Enum.h:448
OdIfc2x3::kIfcProjectOrderRecordTypeEnum_unset
@ kIfcProjectOrderRecordTypeEnum_unset
Definition: Ifc2x3Enum.h:3249
OdIfc2x3::kIfcConstraintEnum_SOFT
@ kIfcConstraintEnum_SOFT
Definition: Ifc2x3Enum.h:898
OdIfc2x3::kIfcLightEmissionSourceEnum_NOTDEFINED
@ kIfcLightEmissionSourceEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2670
OdIfc2x3::IfcDerivedUnitEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1330
OdIfc2x3::IfcTransitionCode::nullify
void nullify()
Definition: Ifc2x3Enum.h:4649
OdIfc2x3::kIfcSectionTypeEnum_UNIFORM
@ kIfcSectionTypeEnum_UNIFORM
Definition: Ifc2x3Enum.h:3862
OdIfc2x3::IfcStackTerminalTypeEnum
Definition: Ifc2x3Enum.h:4137
OdIfc2x3::kIfcDoorStyleConstructionEnum_ALUMINIUM_WOOD
@ kIfcDoorStyleConstructionEnum_ALUMINIUM_WOOD
Definition: Ifc2x3Enum.h:1545
OdIfc2x3::StrToIfcEnvironmentalImpactCategoryEnum
IfcEnvironmentalImpactCategoryEnum StrToIfcEnvironmentalImpactCategoryEnum(OdAnsiString val)
OdIfc2x3::kIfcAirTerminalTypeEnum_GRILLE
@ kIfcAirTerminalTypeEnum_GRILLE
Definition: Ifc2x3Enum.h:228
OdIfc2x3::StrToIfcActuatorTypeEnum
IfcActuatorTypeEnum StrToIfcActuatorTypeEnum(OdAnsiString val)
OdIfc2x3::IfcWindowPanelOperationEnum
Definition: Ifc2x3Enum.h:4979
OdIfc2x3::kIfcFanTypeEnum_USERDEFINED
@ kIfcFanTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2142
OdIfc2x3::IfcControllerTypeEnum::IfcControllerTypeEnum
IfcControllerTypeEnum(IfcControllerTypeEnum_ val)
Definition: Ifc2x3Enum.h:941
OdIfc2x3::IfcDoorPanelPositionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcTransportElementTypeEnum_ESCALATOR
@ kIfcTransportElementTypeEnum_ESCALATOR
Definition: Ifc2x3Enum.h:4663
OdIfc2x3::kIfcElectricApplianceTypeEnum_MICROWAVE
@ kIfcElectricApplianceTypeEnum_MICROWAVE
Definition: Ifc2x3Enum.h:1712
OdIfc2x3::kIfcActionSourceTypeEnum_TEMPERATURE_T
@ kIfcActionSourceTypeEnum_TEMPERATURE_T
Definition: Ifc2x3Enum.h:46
OdIfc2x3::kIfcEvaporatorTypeEnum_DIRECTEXPANSIONBRAZEDPLATE
@ kIfcEvaporatorTypeEnum_DIRECTEXPANSIONBRAZEDPLATE
Definition: Ifc2x3Enum.h:2107
OdIfc2x3::kIfcWorkControlTypeEnum_BASELINE
@ kIfcWorkControlTypeEnum_BASELINE
Definition: Ifc2x3Enum.h:5094
OdIfc2x3::kIfcActionSourceTypeEnum_EARTHQUAKE_E
@ kIfcActionSourceTypeEnum_EARTHQUAKE_E
Definition: Ifc2x3Enum.h:47
OdIfc2x3::kIfcSurfaceTextureEnum_unset
@ kIfcSurfaceTextureEnum_unset
Definition: Ifc2x3Enum.h:4347
OdIfc2x3::kIfcBSplineCurveForm_HYPERBOLIC_ARC
@ kIfcBSplineCurveForm_HYPERBOLIC_ARC
Definition: Ifc2x3Enum.h:439
OdIfc2x3::IfcDuctSegmentTypeEnum::IfcDuctSegmentTypeEnum
IfcDuctSegmentTypeEnum(IfcDuctSegmentTypeEnum_ val)
Definition: Ifc2x3Enum.h:1658
OdIfc2x3::kIfcProjectedOrTrueLengthEnum_unset
@ kIfcProjectedOrTrueLengthEnum_unset
Definition: Ifc2x3Enum.h:3304
OdIfc2x3::IfcPipeSegmentTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3144
OdIfc2x3::IfcTransformerTypeEnum::IfcTransformerTypeEnum
IfcTransformerTypeEnum(const IfcTransformerTypeEnum &other)
Definition: Ifc2x3Enum.h:4619
OdIfc2x3::kIfcUnitEnum_AREAUNIT
@ kIfcUnitEnum_AREAUNIT
Definition: Ifc2x3Enum.h:4744
OdIfc2x3::kIfcPileConstructionEnum_unset
@ kIfcPileConstructionEnum_unset
Definition: Ifc2x3Enum.h:3046
OdIfc2x3::kIfcThermalLoadSourceEnum_EXHAUSTAIR
@ kIfcThermalLoadSourceEnum_EXHAUSTAIR
Definition: Ifc2x3Enum.h:4491
OdIfc2x3::IfcTextPath_
IfcTextPath_
Definition: Ifc2x3Enum.h:4457
OdIfc2x3::IfcLightFixtureTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2708
OdIfc2x3::kIfcGasTerminalTypeEnum_GASBOOSTER
@ kIfcGasTerminalTypeEnum_GASBOOSTER
Definition: Ifc2x3Enum.h:2348
OdIfc2x3::kIfcCurrencyEnum_NLG
@ kIfcCurrencyEnum_NLG
Definition: Ifc2x3Enum.h:1133
OdIfc2x3::kIfcRoofTypeEnum_unset
@ kIfcRoofTypeEnum_unset
Definition: Ifc2x3Enum.h:3712
OdIfc2x3::IfcChillerTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcCoolingTowerTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:997
OdIfc2x3::IfcElectricHeaterTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcCompressorTypeEnum_DYNAMIC
@ kIfcCompressorTypeEnum_DYNAMIC
Definition: Ifc2x3Enum.h:799
OdIfc2x3::IfcSensorTypeEnum
Definition: Ifc2x3Enum.h:3905
OdIfc2x3::kIfcSwitchingDeviceTypeEnum_NOTDEFINED
@ kIfcSwitchingDeviceTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4376
OdIfc2x3::kIfcActuatorTypeEnum_ELECTRICACTUATOR
@ kIfcActuatorTypeEnum_ELECTRICACTUATOR
Definition: Ifc2x3Enum.h:117
OdIfc2x3::IfcServiceLifeFactorTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3972
OdIfc2x3::kIfcRoleEnum_OWNER
@ kIfcRoleEnum_OWNER
Definition: Ifc2x3Enum.h:3669
OdIfc2x3::IfcAnalysisModelTypeEnum_
IfcAnalysisModelTypeEnum_
Definition: Ifc2x3Enum.h:324
OdIfc2x3::IfcInternalOrExternalEnum::IfcInternalOrExternalEnum
IfcInternalOrExternalEnum(const IfcInternalOrExternalEnum &other)
Definition: Ifc2x3Enum.h:2507
OdIfc2x3::kIfcSoundScaleEnum_NR
@ kIfcSoundScaleEnum_NR
Definition: Ifc2x3Enum.h:4046
OdIfc2x3::IfcServiceLifeFactorTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcReflectanceMethodEnum_NOTDEFINED
@ kIfcReflectanceMethodEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3515
OdIfc2x3::IfcElectricFlowStorageDeviceTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1827
OdIfc2x3::kIfcAnalysisModelTypeEnum_IN_PLANE_LOADING_2D
@ kIfcAnalysisModelTypeEnum_IN_PLANE_LOADING_2D
Definition: Ifc2x3Enum.h:325
OdIfc2x3::IfcProjectedOrTrueLengthEnum::IfcProjectedOrTrueLengthEnum
IfcProjectedOrTrueLengthEnum(const IfcProjectedOrTrueLengthEnum &other)
Definition: Ifc2x3Enum.h:3311
OdIfc2x3::IfcPipeFittingTypeEnum
Definition: Ifc2x3Enum.h:3109
OdIfc2x3::IfcAlarmTypeEnum::IfcAlarmTypeEnum
IfcAlarmTypeEnum(const IfcAlarmTypeEnum &other)
Definition: Ifc2x3Enum.h:309
OdIfc2x3::kIfcDoorPanelOperationEnum_FOLDING
@ kIfcDoorPanelOperationEnum_FOLDING
Definition: Ifc2x3Enum.h:1486
OdIfc2x3::IfcReflectanceMethodEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcActionSourceTypeEnum::IfcActionSourceTypeEnum
IfcActionSourceTypeEnum(IfcActionSourceTypeEnum_ val)
Definition: Ifc2x3Enum.h:74
OdIfc2x3::IfcGlobalOrLocalEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2418
OdIfc2x3::IfcElectricTimeControlTypeEnum
Definition: Ifc2x3Enum.h:1931
OdIfc2x3::kIfcWindowPanelOperationEnum_SIDEHUNGLEFTHAND
@ kIfcWindowPanelOperationEnum_SIDEHUNGLEFTHAND
Definition: Ifc2x3Enum.h:4963
OdIfc2x3::kIfcDerivedUnitEnum_DYNAMICVISCOSITYUNIT
@ kIfcDerivedUnitEnum_DYNAMICVISCOSITYUNIT
Definition: Ifc2x3Enum.h:1273
OdIfc2x3::StrToIfcSequenceEnum
IfcSequenceEnum StrToIfcSequenceEnum(OdAnsiString val)
OdIfc2x3::IfcEvaporativeCoolerTypeEnum::IfcEvaporativeCoolerTypeEnum
IfcEvaporativeCoolerTypeEnum(IfcEvaporativeCoolerTypeEnum_ val)
Definition: Ifc2x3Enum.h:2090
OdIfc2x3::kIfcChangeActionEnum_MODIFIEDADDED
@ kIfcChangeActionEnum_MODIFIEDADDED
Definition: Ifc2x3Enum.h:689
OdIfc2x3::IfcWindowPanelPositionEnum
Definition: Ifc2x3Enum.h:5008
OdIfc2x3::IfcDoorPanelOperationEnum::toStr
OdAnsiString toStr()
OdIfc2x3::StrToIfcElectricCurrentEnum
IfcElectricCurrentEnum StrToIfcElectricCurrentEnum(OdAnsiString val)
OdIfc2x3::IfcJunctionBoxTypeEnum
Definition: Ifc2x3Enum.h:2556
OdIfc2x3::kIfcChillerTypeEnum_WATERCOOLED
@ kIfcChillerTypeEnum_WATERCOOLED
Definition: Ifc2x3Enum.h:715
OdIfc2x3::IfcUnitaryEquipmentTypeEnum::IfcUnitaryEquipmentTypeEnum
IfcUnitaryEquipmentTypeEnum(IfcUnitaryEquipmentTypeEnum_ val)
Definition: Ifc2x3Enum.h:4809
OdIfc2x3::kIfcUnitEnum_SOLIDANGLEUNIT
@ kIfcUnitEnum_SOLIDANGLEUNIT
Definition: Ifc2x3Enum.h:4767
OdIfc2x3::kIfcStairFlightTypeEnum_unset
@ kIfcStairFlightTypeEnum_unset
Definition: Ifc2x3Enum.h:4164
OdIfc2x3::kIfcDuctSilencerTypeEnum_NOTDEFINED
@ kIfcDuctSilencerTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1677
OdIfc2x3::kIfcDoorStyleConstructionEnum_PLASTIC
@ kIfcDoorStyleConstructionEnum_PLASTIC
Definition: Ifc2x3Enum.h:1547
OdIfc2x3::kIfcTankTypeEnum_unset
@ kIfcTankTypeEnum_unset
Definition: Ifc2x3Enum.h:4406
OdIfc2x3::StrToIfcRibPlateDirectionEnum
IfcRibPlateDirectionEnum StrToIfcRibPlateDirectionEnum(OdAnsiString val)
OdIfc2x3::kIfcPropertySourceEnum_DESIGN
@ kIfcPropertySourceEnum_DESIGN
Definition: Ifc2x3Enum.h:3327
OdIfc2x3::kIfcAlarmTypeEnum_WHISTLE
@ kIfcAlarmTypeEnum_WHISTLE
Definition: Ifc2x3Enum.h:299
OdIfc2x3::kIfcReinforcingBarRoleEnum_SHEAR
@ kIfcReinforcingBarRoleEnum_SHEAR
Definition: Ifc2x3Enum.h:3540
OdIfc2x3::IfcCableCarrierFittingTypeEnum::IfcCableCarrierFittingTypeEnum
IfcCableCarrierFittingTypeEnum()
Definition: Ifc2x3Enum.h:612
OdIfc2x3::StrToIfcLampTypeEnum
IfcLampTypeEnum StrToIfcLampTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcElectricTimeControlTypeEnum_TIMECLOCK
@ kIfcElectricTimeControlTypeEnum_TIMECLOCK
Definition: Ifc2x3Enum.h:1923
OdIfc2x3::kIfcDerivedUnitEnum_MASSFLOWRATEUNIT
@ kIfcDerivedUnitEnum_MASSFLOWRATEUNIT
Definition: Ifc2x3Enum.h:1280
OdIfc2x3::kIfcWasteTerminalTypeEnum_GULLYTRAP
@ kIfcWasteTerminalTypeEnum_GULLYTRAP
Definition: Ifc2x3Enum.h:4930
OdIfc2x3::StrToIfcStackTerminalTypeEnum
IfcStackTerminalTypeEnum StrToIfcStackTerminalTypeEnum(OdAnsiString val)
OdIfc2x3::IfcWorkControlTypeEnum_
IfcWorkControlTypeEnum_
Definition: Ifc2x3Enum.h:5092
OdIfc2x3::IfcValveTypeEnum_
IfcValveTypeEnum_
Definition: Ifc2x3Enum.h:4823
OdIfc2x3::IfcLogicalOperatorEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcHumidifierTypeEnum_ASSISTEDSTEAM
@ kIfcHumidifierTypeEnum_ASSISTEDSTEAM
Definition: Ifc2x3Enum.h:2471
OdIfc2x3::kIfcAnalysisTheoryTypeEnum_unset
@ kIfcAnalysisTheoryTypeEnum_unset
Definition: Ifc2x3Enum.h:359
OdIfc2x3::kIfcSIPrefix_TERA
@ kIfcSIPrefix_TERA
Definition: Ifc2x3Enum.h:3737
OdIfc2x3::kIfcCoveringTypeEnum_WRAPPING
@ kIfcCoveringTypeEnum_WRAPPING
Definition: Ifc2x3Enum.h:1050
OdIfc2x3::kIfcEnvironmentalImpactCategoryEnum_unset
@ kIfcEnvironmentalImpactCategoryEnum_unset
Definition: Ifc2x3Enum.h:2048
OdIfc2x3::IfcStairTypeEnum
Definition: Ifc2x3Enum.h:4206
OdIfc2x3::IfcProjectOrderRecordTypeEnum
Definition: Ifc2x3Enum.h:3252
OdIfc2x3::IfcFlowInstrumentTypeEnum_
IfcFlowInstrumentTypeEnum_
Definition: Ifc2x3Enum.h:2253
OdIfc2x3::IfcHumidifierTypeEnum::IfcHumidifierTypeEnum
IfcHumidifierTypeEnum(IfcHumidifierTypeEnum_ val)
Definition: Ifc2x3Enum.h:2482
OdIfc2x3::IfcDoorStyleConstructionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcWindowStyleOperationEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:5080
OdIfc2x3::kIfcUnitaryEquipmentTypeEnum_USERDEFINED
@ kIfcUnitaryEquipmentTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4799
OdIfc2x3::kIfcObjectiveEnum_SPECIFICATION
@ kIfcObjectiveEnum_SPECIFICATION
Definition: Ifc2x3Enum.h:2899
OdIfc2x3::StrToIfcCoilTypeEnum
IfcCoilTypeEnum StrToIfcCoilTypeEnum(OdAnsiString val)
OdIfc2x3::IfcMemberTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcDerivedUnitEnum_IONCONCENTRATIONUNIT
@ kIfcDerivedUnitEnum_IONCONCENTRATIONUNIT
Definition: Ifc2x3Enum.h:1304
OdIfc2x3::IfcRoofTypeEnum::IfcRoofTypeEnum
IfcRoofTypeEnum()
Definition: Ifc2x3Enum.h:3718
OdIfc2x3::StrToIfcDirectionSenseEnum
IfcDirectionSenseEnum StrToIfcDirectionSenseEnum(OdAnsiString val)
OdIfc2x3::kIfcCurrencyEnum_PLN
@ kIfcCurrencyEnum_PLN
Definition: Ifc2x3Enum.h:1139
OdIfc2x3::IfcChangeActionEnum
Definition: Ifc2x3Enum.h:694
OdIfc2x3::kIfcThermalLoadTypeEnum_SENSIBLE
@ kIfcThermalLoadTypeEnum_SENSIBLE
Definition: Ifc2x3Enum.h:4521
OdIfc2x3::IfcSequenceEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3940
OdIfc2x3::IfcConnectionTypeEnum::IfcConnectionTypeEnum
IfcConnectionTypeEnum()
Definition: Ifc2x3Enum.h:880
OdIfc2x3::kIfcOccupantTypeEnum_USERDEFINED
@ kIfcOccupantTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2933
OdIfc2x3::kIfcSurfaceTextureEnum_REFLECTION
@ kIfcSurfaceTextureEnum_REFLECTION
Definition: Ifc2x3Enum.h:4340
OdIfc2x3::kIfcDoorPanelOperationEnum_DOUBLE_ACTING
@ kIfcDoorPanelOperationEnum_DOUBLE_ACTING
Definition: Ifc2x3Enum.h:1484
OdIfc2x3::IfcPumpTypeEnum
Definition: Ifc2x3Enum.h:3400
OdIfc2x3::IfcAssemblyPlaceEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcLightEmissionSourceEnum_unset
@ kIfcLightEmissionSourceEnum_unset
Definition: Ifc2x3Enum.h:2671
OdIfc2x3::kIfcSlabTypeEnum_LANDING
@ kIfcSlabTypeEnum_LANDING
Definition: Ifc2x3Enum.h:4015
OdIfc2x3::IfcElectricFlowStorageDeviceTypeEnum::IfcElectricFlowStorageDeviceTypeEnum
IfcElectricFlowStorageDeviceTypeEnum(const IfcElectricFlowStorageDeviceTypeEnum &other)
Definition: Ifc2x3Enum.h:1824
OdIfc2x3::kIfcColumnTypeEnum_USERDEFINED
@ kIfcColumnTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:774
OdIfc2x3::kIfcEnvironmentalImpactCategoryEnum_TRANSPORTATION
@ kIfcEnvironmentalImpactCategoryEnum_TRANSPORTATION
Definition: Ifc2x3Enum.h:2045
OdIfc2x3::IfcAddressTypeEnum
Definition: Ifc2x3Enum.h:155
OdIfc2x3::kIfcResourceConsumptionEnum_OCCUPIED
@ kIfcResourceConsumptionEnum_OCCUPIED
Definition: Ifc2x3Enum.h:3599
OdIfc2x3::IfcStructuralCurveTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4271
OdIfc2x3::kIfcCurrencyEnum_LUF
@ kIfcCurrencyEnum_LUF
Definition: Ifc2x3Enum.h:1128
OdIfc2x3::IfcLightFixtureTypeEnum::IfcLightFixtureTypeEnum
IfcLightFixtureTypeEnum()
Definition: Ifc2x3Enum.h:2704
OdIfc2x3::kIfcStructuralSurfaceTypeEnum_SHELL
@ kIfcStructuralSurfaceTypeEnum_SHELL
Definition: Ifc2x3Enum.h:4286
OdIfc2x3::kIfcSectionTypeEnum_TAPERED
@ kIfcSectionTypeEnum_TAPERED
Definition: Ifc2x3Enum.h:3863
OdIfc2x3::kIfcWindowStyleOperationEnum_TRIPLE_PANEL_VERTICAL
@ kIfcWindowStyleOperationEnum_TRIPLE_PANEL_VERTICAL
Definition: Ifc2x3Enum.h:5062
OdIfc2x3::kIfcHumidifierTypeEnum_ASSISTEDBUTANE
@ kIfcHumidifierTypeEnum_ASSISTEDBUTANE
Definition: Ifc2x3Enum.h:2470
OdIfc2x3::IfcReinforcingBarSurfaceEnum_
IfcReinforcingBarSurfaceEnum_
Definition: Ifc2x3Enum.h:3570
OdIfc2x3::IfcSpaceHeaterTypeEnum
Definition: Ifc2x3Enum.h:4084
OdIfc2x3::IfcGeometricProjectionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2394
OdIfc2x3::StrToIfcWorkControlTypeEnum
IfcWorkControlTypeEnum StrToIfcWorkControlTypeEnum(OdAnsiString val)
OdIfc2x3::IfcThermalLoadSourceEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4508
OdIfc2x3::kIfcPermeableCoveringOperationEnum_GRILL
@ kIfcPermeableCoveringOperationEnum_GRILL
Definition: Ifc2x3Enum.h:2986
OdIfc2x3::kIfcAirTerminalBoxTypeEnum_NOTDEFINED
@ kIfcAirTerminalBoxTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:204
OdIfc2x3::StrToIfcPermeableCoveringOperationEnum
IfcPermeableCoveringOperationEnum StrToIfcPermeableCoveringOperationEnum(OdAnsiString val)
OdIfc2x3::kIfcRoleEnum_ARCHITECT
@ kIfcRoleEnum_ARCHITECT
Definition: Ifc2x3Enum.h:3656
OdIfc2x3::IfcControllerTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:942
OdIfc2x3::IfcConstraintEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:911
OdIfc2x3::IfcChillerTypeEnum_
IfcChillerTypeEnum_
Definition: Ifc2x3Enum.h:713
OdIfc2x3::kIfcValveTypeEnum_GASTAP
@ kIfcValveTypeEnum_GASTAP
Definition: Ifc2x3Enum.h:4836
OdIfc2x3::kIfcCoolingTowerTypeEnum_USERDEFINED
@ kIfcCoolingTowerTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:986
OdIfc2x3::kIfcBeamTypeEnum_BEAM
@ kIfcBeamTypeEnum_BEAM
Definition: Ifc2x3Enum.h:464
OdIfc2x3::IfcPipeSegmentTypeEnum::IfcPipeSegmentTypeEnum
IfcPipeSegmentTypeEnum(const IfcPipeSegmentTypeEnum &other)
Definition: Ifc2x3Enum.h:3142
OdIfc2x3::IfcElectricApplianceTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1736
OdIfc2x3::IfcPumpTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3406
OdIfc2x3::kIfcOccupantTypeEnum_NOTDEFINED
@ kIfcOccupantTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2934
OdIfc2x3::kIfcCableCarrierFittingTypeEnum_TEE
@ kIfcCableCarrierFittingTypeEnum_TEE
Definition: Ifc2x3Enum.h:603
OdIfc2x3::StrToIfcElectricDistributionPointFunctionEnum
IfcElectricDistributionPointFunctionEnum StrToIfcElectricDistributionPointFunctionEnum(OdAnsiString val)
OdIfc2x3::IfcChillerTypeEnum::IfcChillerTypeEnum
IfcChillerTypeEnum(const IfcChillerTypeEnum &other)
Definition: Ifc2x3Enum.h:726
OdIfc2x3::kIfcFlowInstrumentTypeEnum_USERDEFINED
@ kIfcFlowInstrumentTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2262
OdIfc2x3::IfcChillerTypeEnum::IfcChillerTypeEnum
IfcChillerTypeEnum(IfcChillerTypeEnum_ val)
Definition: Ifc2x3Enum.h:727
OdIfc2x3::StrToIfcWasteTerminalTypeEnum
IfcWasteTerminalTypeEnum StrToIfcWasteTerminalTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcFlowMeterTypeEnum_NOTDEFINED
@ kIfcFlowMeterTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2294
OdIfc2x3::IfcFootingTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcCurrencyEnum_BGL
@ kIfcCurrencyEnum_BGL
Definition: Ifc2x3Enum.h:1082
OdIfc2x3::IfcPumpTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3407
OdIfc2x3::kIfcTankTypeEnum_NOTDEFINED
@ kIfcTankTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4405
OdIfc2x3::kIfcHumidifierTypeEnum_ADIABATICCOMPRESSEDAIRNOZZLE
@ kIfcHumidifierTypeEnum_ADIABATICCOMPRESSEDAIRNOZZLE
Definition: Ifc2x3Enum.h:2466
OdIfc2x3::kIfcSIUnitName_WATT
@ kIfcSIUnitName_WATT
Definition: Ifc2x3Enum.h:3802
OdIfc2x3::kIfcActionSourceTypeEnum_PROPPING
@ kIfcActionSourceTypeEnum_PROPPING
Definition: Ifc2x3Enum.h:53
OdIfc2x3::kIfcStateEnum_READWRITE
@ kIfcStateEnum_READWRITE
Definition: Ifc2x3Enum.h:4226
OdIfc2x3::StrToIfcAirToAirHeatRecoveryTypeEnum
IfcAirToAirHeatRecoveryTypeEnum StrToIfcAirToAirHeatRecoveryTypeEnum(OdAnsiString val)
OdIfc2x3::StrToIfcDuctSilencerTypeEnum
IfcDuctSilencerTypeEnum StrToIfcDuctSilencerTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcActionSourceTypeEnum_USERDEFINED
@ kIfcActionSourceTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:64
OdIfc2x3::IfcTimeSeriesDataTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4565
OdIfc2x3::kIfcPileConstructionEnum_PREFAB_STEEL
@ kIfcPileConstructionEnum_PREFAB_STEEL
Definition: Ifc2x3Enum.h:3043
OdIfc2x3::kIfcFlowMeterTypeEnum_ELECTRICMETER
@ kIfcFlowMeterTypeEnum_ELECTRICMETER
Definition: Ifc2x3Enum.h:2287
OdIfc2x3::kIfcServiceLifeTypeEnum_OPTIMISTICREFERENCESERVICELIFE
@ kIfcServiceLifeTypeEnum_OPTIMISTICREFERENCESERVICELIFE
Definition: Ifc2x3Enum.h:3987
OdIfc2x3::IfcStackTerminalTypeEnum::IfcStackTerminalTypeEnum
IfcStackTerminalTypeEnum(const IfcStackTerminalTypeEnum &other)
Definition: Ifc2x3Enum.h:4141
OdIfc2x3::IfcAirToAirHeatRecoveryTypeEnum
Definition: Ifc2x3Enum.h:274
OdIfc2x3::IfcLightEmissionSourceEnum::IfcLightEmissionSourceEnum
IfcLightEmissionSourceEnum(IfcLightEmissionSourceEnum_ val)
Definition: Ifc2x3Enum.h:2679
OdIfc2x3::IfcVibrationIsolatorTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcWindowPanelOperationEnum::IfcWindowPanelOperationEnum
IfcWindowPanelOperationEnum()
Definition: Ifc2x3Enum.h:4982
OdIfc2x3::IfcLightFixtureTypeEnum::IfcLightFixtureTypeEnum
IfcLightFixtureTypeEnum(IfcLightFixtureTypeEnum_ val)
Definition: Ifc2x3Enum.h:2706
OdIfc2x3::kIfcCoolingTowerTypeEnum_NOTDEFINED
@ kIfcCoolingTowerTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:987
OdIfc2x3::kIfcReflectanceMethodEnum_FLAT
@ kIfcReflectanceMethodEnum_FLAT
Definition: Ifc2x3Enum.h:3507
OdIfc2x3::kIfcRoofTypeEnum_GAMBREL_ROOF
@ kIfcRoofTypeEnum_GAMBREL_ROOF
Definition: Ifc2x3Enum.h:3703
OdIfc2x3::IfcFireSuppressionTerminalTypeEnum
Definition: Ifc2x3Enum.h:2207
OdIfc2x3::IfcProjectedOrTrueLengthEnum::IfcProjectedOrTrueLengthEnum
IfcProjectedOrTrueLengthEnum()
Definition: Ifc2x3Enum.h:3310
OdIfc2x3::kIfcTimeSeriesDataTypeEnum_NOTDEFINED
@ kIfcTimeSeriesDataTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4554
OdIfc2x3::kIfcThermalLoadSourceEnum_VENTILATIONOUTSIDEAIR
@ kIfcThermalLoadSourceEnum_VENTILATIONOUTSIDEAIR
Definition: Ifc2x3Enum.h:4489
OdIfc2x3::IfcBooleanOperator::IfcBooleanOperator
IfcBooleanOperator(IfcBooleanOperator_ val)
Definition: Ifc2x3Enum.h:560
OdIfc2x3::kIfcLogicalOperatorEnum_LOGICALAND
@ kIfcLogicalOperatorEnum_LOGICALAND
Definition: Ifc2x3Enum.h:2750
OdIfc2x3::IfcCompressorTypeEnum::IfcCompressorTypeEnum
IfcCompressorTypeEnum()
Definition: Ifc2x3Enum.h:822
OdIfc2x3::kIfcFlowDirectionEnum_NOTDEFINED
@ kIfcFlowDirectionEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:2230
OdIfc2x3::IfcConstraintEnum::IfcConstraintEnum
IfcConstraintEnum(IfcConstraintEnum_ val)
Definition: Ifc2x3Enum.h:910
OdIfc2x3::kIfcBoilerTypeEnum_NOTDEFINED
@ kIfcBoilerTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:525
OdIfc2x3::IfcEvaporatorTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcActuatorTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:133
OdIfc2x3::kIfcCurrencyEnum_BEG
@ kIfcCurrencyEnum_BEG
Definition: Ifc2x3Enum.h:1081
OdIfc2x3::IfcNullStyle::IfcNullStyle
IfcNullStyle(IfcNullStyle_ val)
Definition: Ifc2x3Enum.h:2849
OdIfc2x3::kIfcCoveringTypeEnum_NOTDEFINED
@ kIfcCoveringTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1052
OdIfc2x3::kIfcThermalLoadSourceEnum_INFILTRATION
@ kIfcThermalLoadSourceEnum_INFILTRATION
Definition: Ifc2x3Enum.h:4495
OdIfc2x3::IfcDocumentConfidentialityEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1442
OdIfc2x3::IfcElementCompositionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcWindowStyleOperationEnum::IfcWindowStyleOperationEnum
IfcWindowStyleOperationEnum()
Definition: Ifc2x3Enum.h:5076
OdIfc2x3::kIfcElectricGeneratorTypeEnum_USERDEFINED
@ kIfcElectricGeneratorTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:1840
OdIfc2x3::IfcObjectTypeEnum_
IfcObjectTypeEnum_
Definition: Ifc2x3Enum.h:2863
OdIfc2x3::kIfcDamperTypeEnum_CONTROLDAMPER
@ kIfcDamperTypeEnum_CONTROLDAMPER
Definition: Ifc2x3Enum.h:1207
OdIfc2x3::IfcCooledBeamTypeEnum::IfcCooledBeamTypeEnum
IfcCooledBeamTypeEnum(const IfcCooledBeamTypeEnum &other)
Definition: Ifc2x3Enum.h:967
OdIfc2x3::IfcChillerTypeEnum
Definition: Ifc2x3Enum.h:722
OdIfc2x3::IfcProtectiveDeviceTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3377
OdIfc2x3::kIfcStairTypeEnum_CURVED_RUN_STAIR
@ kIfcStairTypeEnum_CURVED_RUN_STAIR
Definition: Ifc2x3Enum.h:4199
OdIfc2x3::kIfcWallTypeEnum_PLUMBINGWALL
@ kIfcWallTypeEnum_PLUMBINGWALL
Definition: Ifc2x3Enum.h:4901
OdIfc2x3::kIfcCurrencyEnum_JPY
@ kIfcCurrencyEnum_JPY
Definition: Ifc2x3Enum.h:1122
OdIfc2x3::IfcStairTypeEnum::IfcStairTypeEnum
IfcStairTypeEnum(IfcStairTypeEnum_ val)
Definition: Ifc2x3Enum.h:4211
OdIfc2x3::kIfcValveTypeEnum_unset
@ kIfcValveTypeEnum_unset
Definition: Ifc2x3Enum.h:4847
OdIfc2x3::kIfcCurrencyEnum_ZAR
@ kIfcCurrencyEnum_ZAR
Definition: Ifc2x3Enum.h:1156
OdIfc2x3::IfcElementCompositionEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1997
OdIfc2x3::IfcRampTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcDuctFittingTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1632
OdIfc2x3::IfcBooleanOperator::nullify
void nullify()
Definition: Ifc2x3Enum.h:562
OdIfc2x3::IfcOccupantTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2944
OdIfc2x3::IfcElectricTimeControlTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1938
OdIfc2x3::IfcColumnTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcCableCarrierSegmentTypeEnum::IfcCableCarrierSegmentTypeEnum
IfcCableCarrierSegmentTypeEnum()
Definition: Ifc2x3Enum.h:641
OdIfc2x3::kIfcGeometricProjectionEnum_USERDEFINED
@ kIfcGeometricProjectionEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2382
OdIfc2x3::IfcDoorStyleConstructionEnum
Definition: Ifc2x3Enum.h:1553
OdIfc2x3::kIfcElectricMotorTypeEnum_POLYPHASE
@ kIfcElectricMotorTypeEnum_POLYPHASE
Definition: Ifc2x3Enum.h:1895
OdIfc2x3::IfcConstraintEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:912
OdIfc2x3::kIfcDataOriginEnum_MEASURED
@ kIfcDataOriginEnum_MEASURED
Definition: Ifc2x3Enum.h:1243
OdIfc2x3::IfcPhysicalOrVirtualEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3027
OdIfc2x3::kIfcDamperTypeEnum_FIREDAMPER
@ kIfcDamperTypeEnum_FIREDAMPER
Definition: Ifc2x3Enum.h:1208
OdIfc2x3::kIfcRoleEnum_CIVILENGINEER
@ kIfcRoleEnum_CIVILENGINEER
Definition: Ifc2x3Enum.h:3666
OdIfc2x3::kIfcEvaporatorTypeEnum_SHELLANDCOIL
@ kIfcEvaporatorTypeEnum_SHELLANDCOIL
Definition: Ifc2x3Enum.h:2109
OdIfc2x3::IfcWindowStyleConstructionEnum::IfcWindowStyleConstructionEnum
IfcWindowStyleConstructionEnum(IfcWindowStyleConstructionEnum_ val)
Definition: Ifc2x3Enum.h:5044
OdIfc2x3::IfcPermeableCoveringOperationEnum::IfcPermeableCoveringOperationEnum
IfcPermeableCoveringOperationEnum(const IfcPermeableCoveringOperationEnum &other)
Definition: Ifc2x3Enum.h:2998
OdIfc2x3::IfcSurfaceTextureEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4356
OdIfc2x3::kIfcConnectionTypeEnum_ATSTART
@ kIfcConnectionTypeEnum_ATSTART
Definition: Ifc2x3Enum.h:871
OdIfc2x3::kIfcProjectOrderTypeEnum_NOTDEFINED
@ kIfcProjectOrderTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:3278
OdIfc2x3::kIfcElementCompositionEnum_ELEMENT
@ kIfcElementCompositionEnum_ELEMENT
Definition: Ifc2x3Enum.h:1986
OdIfc2x3::kIfcCooledBeamTypeEnum_unset
@ kIfcCooledBeamTypeEnum_unset
Definition: Ifc2x3Enum.h:960
OdIfc2x3::IfcServiceLifeFactorTypeEnum::IfcServiceLifeFactorTypeEnum
IfcServiceLifeFactorTypeEnum(IfcServiceLifeFactorTypeEnum_ val)
Definition: Ifc2x3Enum.h:3970
OdIfc2x3::kIfcAlarmTypeEnum_BELL
@ kIfcAlarmTypeEnum_BELL
Definition: Ifc2x3Enum.h:294
OdIfc2x3::kIfcAddressTypeEnum_OFFICE
@ kIfcAddressTypeEnum_OFFICE
Definition: Ifc2x3Enum.h:147
OdIfc2x3::IfcDimensionExtentUsage::nullify
void nullify()
Definition: Ifc2x3Enum.h:1355
OdIfc2x3::kIfcObjectiveEnum_CODECOMPLIANCE
@ kIfcObjectiveEnum_CODECOMPLIANCE
Definition: Ifc2x3Enum.h:2895
OdIfc2x3::IfcDistributionChamberElementTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1413
OdIfc2x3::IfcCableCarrierFittingTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:615
OdIfc2x3::IfcDocumentConfidentialityEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1441
OdIfc2x3::kIfcLoadGroupTypeEnum_LOAD_COMBINATION
@ kIfcLoadGroupTypeEnum_LOAD_COMBINATION
Definition: Ifc2x3Enum.h:2724
OdIfc2x3::kIfcPlateTypeEnum_SHEET
@ kIfcPlateTypeEnum_SHEET
Definition: Ifc2x3Enum.h:3159
OdIfc2x3::IfcElectricGeneratorTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcCostScheduleTypeEnum_COSTPLAN
@ kIfcCostScheduleTypeEnum_COSTPLAN
Definition: Ifc2x3Enum.h:1012
OdIfc2x3::IfcPlateTypeEnum::IfcPlateTypeEnum
IfcPlateTypeEnum(IfcPlateTypeEnum_ val)
Definition: Ifc2x3Enum.h:3170
OdIfc2x3::kIfcActionSourceTypeEnum_SNOW_S
@ kIfcActionSourceTypeEnum_SNOW_S
Definition: Ifc2x3Enum.h:42
OdIfc2x3::IfcSpaceHeaterTypeEnum::IfcSpaceHeaterTypeEnum
IfcSpaceHeaterTypeEnum(IfcSpaceHeaterTypeEnum_ val)
Definition: Ifc2x3Enum.h:4089
OdIfc2x3::kIfcVibrationIsolatorTypeEnum_SPRING
@ kIfcVibrationIsolatorTypeEnum_SPRING
Definition: Ifc2x3Enum.h:4871
OdIfc2x3::IfcPipeFittingTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3115
OdIfc2x3::IfcDoorPanelPositionEnum::IfcDoorPanelPositionEnum
IfcDoorPanelPositionEnum()
Definition: Ifc2x3Enum.h:1524
OdIfc2x3::IfcDistributionChamberElementTypeEnum::IfcDistributionChamberElementTypeEnum
IfcDistributionChamberElementTypeEnum(IfcDistributionChamberElementTypeEnum_ val)
Definition: Ifc2x3Enum.h:1411
OdIfc2x3::IfcDirectionSenseEnum::IfcDirectionSenseEnum
IfcDirectionSenseEnum(const IfcDirectionSenseEnum &other)
Definition: Ifc2x3Enum.h:1377
OdIfc2x3::IfcStairTypeEnum::IfcStairTypeEnum
IfcStairTypeEnum()
Definition: Ifc2x3Enum.h:4209
OdIfc2x3::IfcCoilTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcArithmeticOperatorEnum_MULTIPLY
@ kIfcArithmeticOperatorEnum_MULTIPLY
Definition: Ifc2x3Enum.h:384
OdIfc2x3::IfcElectricApplianceTypeEnum_
IfcElectricApplianceTypeEnum_
Definition: Ifc2x3Enum.h:1700
OdIfc2x3::IfcRailingTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcProjectOrderTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3288
OdIfc2x3::StrToIfcMemberTypeEnum
IfcMemberTypeEnum StrToIfcMemberTypeEnum(OdAnsiString val)
OdIfc2x3::StrToIfcBooleanOperator
IfcBooleanOperator StrToIfcBooleanOperator(OdAnsiString val)
OdIfc2x3::IfcBenchmarkEnum
Definition: Ifc2x3Enum.h:502
OdIfc2x3::IfcElectricCurrentEnum
Definition: Ifc2x3Enum.h:1756
OdIfc2x3::IfcUnitEnum
Definition: Ifc2x3Enum.h:4775
OdIfc2x3::IfcResourceConsumptionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3614
OdIfc2x3::kIfcServiceLifeTypeEnum_EXPECTEDSERVICELIFE
@ kIfcServiceLifeTypeEnum_EXPECTEDSERVICELIFE
Definition: Ifc2x3Enum.h:3986
OdIfc2x3::kIfcWorkControlTypeEnum_unset
@ kIfcWorkControlTypeEnum_unset
Definition: Ifc2x3Enum.h:5098
OdIfc2x3::StrToIfcServiceLifeFactorTypeEnum
IfcServiceLifeFactorTypeEnum StrToIfcServiceLifeFactorTypeEnum(OdAnsiString val)
OdIfc2x3::IfcTendonTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:4445
OdIfc2x3::kIfcVibrationIsolatorTypeEnum_USERDEFINED
@ kIfcVibrationIsolatorTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:4872
OdIfc2x3::kIfcProtectiveDeviceTypeEnum_EARTHFAILUREDEVICE
@ kIfcProtectiveDeviceTypeEnum_EARTHFAILUREDEVICE
Definition: Ifc2x3Enum.h:3361
OdIfc2x3::IfcCableSegmentTypeEnum::IfcCableSegmentTypeEnum
IfcCableSegmentTypeEnum()
Definition: Ifc2x3Enum.h:668
OdIfc2x3::kIfcRoleEnum_RESELLER
@ kIfcRoleEnum_RESELLER
Definition: Ifc2x3Enum.h:3673
OdIfc2x3::IfcElectricMotorTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1909
OdIfc2x3::kIfcTextPath_UP
@ kIfcTextPath_UP
Definition: Ifc2x3Enum.h:4460
OdIfc2x3::IfcCondenserTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:856
OdIfc2x3::IfcDamperTypeEnum::IfcDamperTypeEnum
IfcDamperTypeEnum(const IfcDamperTypeEnum &other)
Definition: Ifc2x3Enum.h:1227
OdIfc2x3::kIfcReinforcingBarRoleEnum_RING
@ kIfcReinforcingBarRoleEnum_RING
Definition: Ifc2x3Enum.h:3545
OdIfc2x3::kIfcCurrencyEnum_BWP
@ kIfcCurrencyEnum_BWP
Definition: Ifc2x3Enum.h:1088
OdIfc2x3::IfcDimensionExtentUsage::IfcDimensionExtentUsage
IfcDimensionExtentUsage(const IfcDimensionExtentUsage &other)
Definition: Ifc2x3Enum.h:1352
OdIfc2x3::kIfcLampTypeEnum_HIGHPRESSURESODIUM
@ kIfcLampTypeEnum_HIGHPRESSURESODIUM
Definition: Ifc2x3Enum.h:2579
OdIfc2x3::kIfcBSplineCurveForm_UNSPECIFIED
@ kIfcBSplineCurveForm_UNSPECIFIED
Definition: Ifc2x3Enum.h:440
OdIfc2x3::StrToIfcOutletTypeEnum
IfcOutletTypeEnum StrToIfcOutletTypeEnum(OdAnsiString val)
OdIfc2x3::IfcPhysicalOrVirtualEnum::IfcPhysicalOrVirtualEnum
IfcPhysicalOrVirtualEnum(IfcPhysicalOrVirtualEnum_ val)
Definition: Ifc2x3Enum.h:3025
OdIfc2x3::IfcThermalLoadTypeEnum::IfcThermalLoadTypeEnum
IfcThermalLoadTypeEnum()
Definition: Ifc2x3Enum.h:4531
OdIfc2x3::kIfcSIUnitName_HERTZ
@ kIfcSIUnitName_HERTZ
Definition: Ifc2x3Enum.h:3784
OdIfc2x3::IfcCooledBeamTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:969
OdIfc2x3::kIfcDoorStyleOperationEnum_DOUBLE_DOOR_FOLDING
@ kIfcDoorStyleOperationEnum_DOUBLE_DOOR_FOLDING
Definition: Ifc2x3Enum.h:1586
OdIfc2x3::IfcSpaceHeaterTypeEnum_
IfcSpaceHeaterTypeEnum_
Definition: Ifc2x3Enum.h:4071
OdIfc2x3::IfcSIPrefix::nullify
void nullify()
Definition: Ifc2x3Enum.h:3761
OdIfc2x3::IfcSwitchingDeviceTypeEnum::IfcSwitchingDeviceTypeEnum
IfcSwitchingDeviceTypeEnum(const IfcSwitchingDeviceTypeEnum &other)
Definition: Ifc2x3Enum.h:4384
OdIfc2x3::kIfcCurrencyEnum_FKP
@ kIfcCurrencyEnum_FKP
Definition: Ifc2x3Enum.h:1106
OdIfc2x3::IfcRoleEnum::IfcRoleEnum
IfcRoleEnum(IfcRoleEnum_ val)
Definition: Ifc2x3Enum.h:3683
OdIfc2x3::kIfcFootingTypeEnum_FOOTING_BEAM
@ kIfcFootingTypeEnum_FOOTING_BEAM
Definition: Ifc2x3Enum.h:2318
OdIfc2x3::kIfcCurrencyEnum_LKR
@ kIfcCurrencyEnum_LKR
Definition: Ifc2x3Enum.h:1127
OdIfc2x3::kIfcCurrencyEnum_MTL
@ kIfcCurrencyEnum_MTL
Definition: Ifc2x3Enum.h:1129
OdIfc2x3::IfcTubeBundleTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4728
OdIfc2x3::IfcElectricDistributionPointFunctionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:1797
OdIfc2x3::IfcGasTerminalTypeEnum
Definition: Ifc2x3Enum.h:2355
OdIfc::kIfcBooleanOperator_UNION
@ kIfcBooleanOperator_UNION
Definition: IfcModelerGeometry.h:48
OdIfc2x3::StrToIfcDimensionExtentUsage
IfcDimensionExtentUsage StrToIfcDimensionExtentUsage(OdAnsiString val)
OdIfc2x3::kIfcProjectOrderRecordTypeEnum_MOVE
@ kIfcProjectOrderRecordTypeEnum_MOVE
Definition: Ifc2x3Enum.h:3244
OdIfc2x3::IfcBeamTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:480
OdIfc2x3::kIfcProjectOrderRecordTypeEnum_CHANGE
@ kIfcProjectOrderRecordTypeEnum_CHANGE
Definition: Ifc2x3Enum.h:3242
OdIfc2x3::IfcLogicalOperatorEnum::IfcLogicalOperatorEnum
IfcLogicalOperatorEnum(const IfcLogicalOperatorEnum &other)
Definition: Ifc2x3Enum.h:2759
OdIfc2x3::StrToIfcLoadGroupTypeEnum
IfcLoadGroupTypeEnum StrToIfcLoadGroupTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcRibPlateDirectionEnum_DIRECTION_X
@ kIfcRibPlateDirectionEnum_DIRECTION_X
Definition: Ifc2x3Enum.h:3627
OdIfc2x3::IfcGlobalOrLocalEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcCondenserTypeEnum::IfcCondenserTypeEnum
IfcCondenserTypeEnum(const IfcCondenserTypeEnum &other)
Definition: Ifc2x3Enum.h:854
OdIfc2x3::kIfcWindowPanelOperationEnum_PIVOTVERTICAL
@ kIfcWindowPanelOperationEnum_PIVOTVERTICAL
Definition: Ifc2x3Enum.h:4969
OdIfc2x3::IfcStateEnum::IfcStateEnum
IfcStateEnum(const IfcStateEnum &other)
Definition: Ifc2x3Enum.h:4238
OdIfc2x3::StrToIfcBoilerTypeEnum
IfcBoilerTypeEnum StrToIfcBoilerTypeEnum(OdAnsiString val)
OdIfc2x3::StrToIfcReinforcingBarSurfaceEnum
IfcReinforcingBarSurfaceEnum StrToIfcReinforcingBarSurfaceEnum(OdAnsiString val)
OdIfc2x3::kIfcThermalLoadSourceEnum_unset
@ kIfcThermalLoadSourceEnum_unset
Definition: Ifc2x3Enum.h:4498
OdIfc2x3::IfcCableCarrierSegmentTypeEnum_
IfcCableCarrierSegmentTypeEnum_
Definition: Ifc2x3Enum.h:628
OdIfc2x3::IfcBooleanOperator
Definition: Ifc2x3Enum.h:555
OdIfc2x3::kIfcLampTypeEnum_FLUORESCENT
@ kIfcLampTypeEnum_FLUORESCENT
Definition: Ifc2x3Enum.h:2577
OdIfc2x3::IfcBooleanOperator::IfcBooleanOperator
IfcBooleanOperator(const IfcBooleanOperator &other)
Definition: Ifc2x3Enum.h:559
OdIfc2x3::IfcElectricHeaterTypeEnum::IfcElectricHeaterTypeEnum
IfcElectricHeaterTypeEnum(IfcElectricHeaterTypeEnum_ val)
Definition: Ifc2x3Enum.h:1878
OdIfc2x3::kIfcActionTypeEnum_PERMANENT_G
@ kIfcActionTypeEnum_PERMANENT_G
Definition: Ifc2x3Enum.h:89
OdIfc2x3::kIfcGeometricProjectionEnum_MODEL_VIEW
@ kIfcGeometricProjectionEnum_MODEL_VIEW
Definition: Ifc2x3Enum.h:2377
OdIfc2x3::kIfcCurrencyEnum_BRL
@ kIfcCurrencyEnum_BRL
Definition: Ifc2x3Enum.h:1086
OdIfc2x3::kIfcSIPrefix_MEGA
@ kIfcSIPrefix_MEGA
Definition: Ifc2x3Enum.h:3739
OdIfc2x3::kIfcWindowStyleOperationEnum_unset
@ kIfcWindowStyleOperationEnum_unset
Definition: Ifc2x3Enum.h:5070
OdIfc2x3::kIfcPileTypeEnum_unset
@ kIfcPileTypeEnum_unset
Definition: Ifc2x3Enum.h:3074
OdIfc2x3::kIfcSanitaryTerminalTypeEnum_SHOWER
@ kIfcSanitaryTerminalTypeEnum_SHOWER
Definition: Ifc2x3Enum.h:3830
OdIfc2x3::kIfcThermalLoadSourceEnum_EQUIPMENT
@ kIfcThermalLoadSourceEnum_EQUIPMENT
Definition: Ifc2x3Enum.h:4487
OdIfc2x3::IfcEvaporativeCoolerTypeEnum::IfcEvaporativeCoolerTypeEnum
IfcEvaporativeCoolerTypeEnum()
Definition: Ifc2x3Enum.h:2088
OdIfc2x3::kIfcDistributionChamberElementTypeEnum_INSPECTIONCHAMBER
@ kIfcDistributionChamberElementTypeEnum_INSPECTIONCHAMBER
Definition: Ifc2x3Enum.h:1394
OdIfc2x3::IfcSurfaceSide::IfcSurfaceSide
IfcSurfaceSide(IfcSurfaceSide_ val)
Definition: Ifc2x3Enum.h:4323
OdIfc2x3::kIfcRampTypeEnum_QUARTER_TURN_RAMP
@ kIfcRampTypeEnum_QUARTER_TURN_RAMP
Definition: Ifc2x3Enum.h:3477
OdIfc2x3::kIfcUnitaryEquipmentTypeEnum_NOTDEFINED
@ kIfcUnitaryEquipmentTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:4800
OdIfc2x3::IfcTimeSeriesDataTypeEnum::IfcTimeSeriesDataTypeEnum
IfcTimeSeriesDataTypeEnum(const IfcTimeSeriesDataTypeEnum &other)
Definition: Ifc2x3Enum.h:4562
OdIfc2x3::IfcWorkControlTypeEnum::IfcWorkControlTypeEnum
IfcWorkControlTypeEnum(const IfcWorkControlTypeEnum &other)
Definition: Ifc2x3Enum.h:5105
OdIfc2x3::IfcDimensionExtentUsage::exists
int exists() const
Definition: Ifc2x3Enum.h:1354
OdIfc2x3::kIfcTransitionCode_CONTSAMEGRADIENTSAMECURVATURE
@ kIfcTransitionCode_CONTSAMEGRADIENTSAMECURVATURE
Definition: Ifc2x3Enum.h:4638
OdIfc2x3::IfcObjectiveEnum::IfcObjectiveEnum
IfcObjectiveEnum()
Definition: Ifc2x3Enum.h:2909
OdIfc2x3::IfcValveTypeEnum::IfcValveTypeEnum
IfcValveTypeEnum(const IfcValveTypeEnum &other)
Definition: Ifc2x3Enum.h:4854
OdIfc2x3::IfcTimeSeriesDataTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:4564
OdIfc2x3::kIfcFanTypeEnum_CENTRIFUGALBACKWARDINCLINEDCURVED
@ kIfcFanTypeEnum_CENTRIFUGALBACKWARDINCLINEDCURVED
Definition: Ifc2x3Enum.h:2137
OdIfc2x3::kIfcLightDistributionCurveEnum_unset
@ kIfcLightDistributionCurveEnum_unset
Definition: Ifc2x3Enum.h:2637
OdIfc2x3::kIfcVibrationIsolatorTypeEnum_unset
@ kIfcVibrationIsolatorTypeEnum_unset
Definition: Ifc2x3Enum.h:4874
OdIfc2x3::IfcProjectedOrTrueLengthEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3314
OdIfc2x3::kIfcDerivedUnitEnum_COMPOUNDPLANEANGLEUNIT
@ kIfcDerivedUnitEnum_COMPOUNDPLANEANGLEUNIT
Definition: Ifc2x3Enum.h:1272
OdIfc2x3::IfcDimensionExtentUsage
Definition: Ifc2x3Enum.h:1348
OdIfc2x3::IfcWindowPanelOperationEnum::IfcWindowPanelOperationEnum
IfcWindowPanelOperationEnum(const IfcWindowPanelOperationEnum &other)
Definition: Ifc2x3Enum.h:4983
OdIfc2x3::IfcRampTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:3493
OdIfc2x3::StrToIfcReinforcingBarRoleEnum
IfcReinforcingBarRoleEnum StrToIfcReinforcingBarRoleEnum(OdAnsiString val)
OdIfc2x3::kIfcActionTypeEnum_unset
@ kIfcActionTypeEnum_unset
Definition: Ifc2x3Enum.h:94
OdIfc2x3::IfcLayerSetDirectionEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2620
OdIfc2x3::IfcCostScheduleTypeEnum_
IfcCostScheduleTypeEnum_
Definition: Ifc2x3Enum.h:1010
OdIfc2x3::IfcLightDistributionCurveEnum
Definition: Ifc2x3Enum.h:2640
OdIfc2x3::IfcBenchmarkEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:508
OdIfc2x3::IfcAirTerminalBoxTypeEnum_
IfcAirTerminalBoxTypeEnum_
Definition: Ifc2x3Enum.h:199
OdIfc2x3::kIfcFilterTypeEnum_OILFILTER
@ kIfcFilterTypeEnum_OILFILTER
Definition: Ifc2x3Enum.h:2169
OdIfc2x3::kIfcProjectOrderTypeEnum_CHANGEORDER
@ kIfcProjectOrderTypeEnum_CHANGEORDER
Definition: Ifc2x3Enum.h:3272
OdIfc2x3::StrToIfcControllerTypeEnum
IfcControllerTypeEnum StrToIfcControllerTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcAddressTypeEnum_USERDEFINED
@ kIfcAddressTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:151
OdIfc2x3::kIfcDuctFittingTypeEnum_NOTDEFINED
@ kIfcDuctFittingTypeEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1622
OdIfc2x3::IfcWindowStyleOperationEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcProtectiveDeviceTypeEnum_RESIDUALCURRENTSWITCH
@ kIfcProtectiveDeviceTypeEnum_RESIDUALCURRENTSWITCH
Definition: Ifc2x3Enum.h:3363
OdIfc2x3::kIfcArithmeticOperatorEnum_DIVIDE
@ kIfcArithmeticOperatorEnum_DIVIDE
Definition: Ifc2x3Enum.h:383
OdIfc2x3::IfcGasTerminalTypeEnum::IfcGasTerminalTypeEnum
IfcGasTerminalTypeEnum(const IfcGasTerminalTypeEnum &other)
Definition: Ifc2x3Enum.h:2359
OdIfc2x3::StrToIfcObjectTypeEnum
IfcObjectTypeEnum StrToIfcObjectTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcSIPrefix_FEMTO
@ kIfcSIPrefix_FEMTO
Definition: Ifc2x3Enum.h:3749
OdIfc2x3::kIfcOccupantTypeEnum_LESSOR
@ kIfcOccupantTypeEnum_LESSOR
Definition: Ifc2x3Enum.h:2929
OdIfc2x3::IfcAirToAirHeatRecoveryTypeEnum::IfcAirToAirHeatRecoveryTypeEnum
IfcAirToAirHeatRecoveryTypeEnum()
Definition: Ifc2x3Enum.h:277
OdIfc2x3::IfcActionTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:103
OdIfc2x3::IfcFlowDirectionEnum::toStr
OdAnsiString toStr()
OdIfc2x3::kIfcFilterTypeEnum_USERDEFINED
@ kIfcFilterTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2172
OdIfc2x3::kIfcDerivedUnitEnum_THERMALADMITTANCEUNIT
@ kIfcDerivedUnitEnum_THERMALADMITTANCEUNIT
Definition: Ifc2x3Enum.h:1284
OdIfc2x3::IfcCableCarrierSegmentTypeEnum::IfcCableCarrierSegmentTypeEnum
IfcCableCarrierSegmentTypeEnum(IfcCableCarrierSegmentTypeEnum_ val)
Definition: Ifc2x3Enum.h:643
OdIfc2x3::IfcElectricFlowStorageDeviceTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:1826
OdIfc2x3::IfcDoorPanelOperationEnum::IfcDoorPanelOperationEnum
IfcDoorPanelOperationEnum(const IfcDoorPanelOperationEnum &other)
Definition: Ifc2x3Enum.h:1498
OdIfc2x3::IfcControllerTypeEnum
Definition: Ifc2x3Enum.h:936
OdIfc2x3::StrToIfcGlobalOrLocalEnum
IfcGlobalOrLocalEnum StrToIfcGlobalOrLocalEnum(OdAnsiString val)
OdIfc2x3::kIfcElectricDistributionPointFunctionEnum_NOTDEFINED
@ kIfcElectricDistributionPointFunctionEnum_NOTDEFINED
Definition: Ifc2x3Enum.h:1786
OdIfc2x3::IfcFlowInstrumentTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:2274
OdIfc2x3::kIfcDerivedUnitEnum_WARPINGCONSTANTUNIT
@ kIfcDerivedUnitEnum_WARPINGCONSTANTUNIT
Definition: Ifc2x3Enum.h:1317
OdIfc2x3::IfcFlowMeterTypeEnum
Definition: Ifc2x3Enum.h:2298
OdIfc2x3::StrToIfcCostScheduleTypeEnum
IfcCostScheduleTypeEnum StrToIfcCostScheduleTypeEnum(OdAnsiString val)
OdIfc2x3::IfcEvaporativeCoolerTypeEnum
Definition: Ifc2x3Enum.h:2085
OdIfc2x3::IfcPipeFittingTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcCurtainWallTypeEnum_
IfcCurtainWallTypeEnum_
Definition: Ifc2x3Enum.h:1181
OdIfc2x3::StrToIfcAlarmTypeEnum
IfcAlarmTypeEnum StrToIfcAlarmTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcWindowStyleConstructionEnum_unset
@ kIfcWindowStyleConstructionEnum_unset
Definition: Ifc2x3Enum.h:5036
OdIfc2x3::IfcActionTypeEnum::IfcActionTypeEnum
IfcActionTypeEnum()
Definition: Ifc2x3Enum.h:100
OdIfc2x3::IfcThermalLoadSourceEnum_
IfcThermalLoadSourceEnum_
Definition: Ifc2x3Enum.h:4484
OdIfc2x3::StrToIfcElectricFlowStorageDeviceTypeEnum
IfcElectricFlowStorageDeviceTypeEnum StrToIfcElectricFlowStorageDeviceTypeEnum(OdAnsiString val)
OdIfc2x3::StrToIfcCoolingTowerTypeEnum
IfcCoolingTowerTypeEnum StrToIfcCoolingTowerTypeEnum(OdAnsiString val)
OdIfc2x3::kIfcRoofTypeEnum_FREEFORM
@ kIfcRoofTypeEnum_FREEFORM
Definition: Ifc2x3Enum.h:3710
OdIfc2x3::IfcThermalLoadTypeEnum::IfcThermalLoadTypeEnum
IfcThermalLoadTypeEnum(IfcThermalLoadTypeEnum_ val)
Definition: Ifc2x3Enum.h:4533
OdIfc2x3::IfcBoilerTypeEnum::toStr
OdAnsiString toStr()
OdIfc2x3::IfcRoleEnum
Definition: Ifc2x3Enum.h:3678
OdIfc2x3::kIfcElectricApplianceTypeEnum_REFRIGERATOR
@ kIfcElectricApplianceTypeEnum_REFRIGERATOR
Definition: Ifc2x3Enum.h:1715
OdIfc2x3::IfcReflectanceMethodEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:3525
OdIfc2x3::IfcServiceLifeTypeEnum_
IfcServiceLifeTypeEnum_
Definition: Ifc2x3Enum.h:3984
OdIfc2x3::IfcWorkControlTypeEnum::nullify
void nullify()
Definition: Ifc2x3Enum.h:5108
OdIfc2x3::StrToIfcEnergySequenceEnum
IfcEnergySequenceEnum StrToIfcEnergySequenceEnum(OdAnsiString val)
OdIfc2x3::kIfcDoorStyleOperationEnum_DOUBLE_SWING_RIGHT
@ kIfcDoorStyleOperationEnum_DOUBLE_SWING_RIGHT
Definition: Ifc2x3Enum.h:1579
OdIfc2x3::kIfcLampTypeEnum_USERDEFINED
@ kIfcLampTypeEnum_USERDEFINED
Definition: Ifc2x3Enum.h:2582
OdIfc2x3::IfcControllerTypeEnum::IfcControllerTypeEnum
IfcControllerTypeEnum()
Definition: Ifc2x3Enum.h:939
OdIfc2x3::kIfcReinforcingBarRoleEnum_EDGE
@ kIfcReinforcingBarRoleEnum_EDGE
Definition: Ifc2x3Enum.h:3544
OdIfc2x3::StrToIfcPhysicalOrVirtualEnum
IfcPhysicalOrVirtualEnum StrToIfcPhysicalOrVirtualEnum(OdAnsiString val)
OdIfc2x3::IfcNullStyle::nullify
void nullify()
Definition: Ifc2x3Enum.h:2851
OdIfc2x3::IfcFanTypeEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2153
OdIfc2x3::IfcLightEmissionSourceEnum::exists
int exists() const
Definition: Ifc2x3Enum.h:2680
OdIfc2x3::IfcArithmeticOperatorEnum::IfcArithmeticOperatorEnum
IfcArithmeticOperatorEnum()
Definition: Ifc2x3Enum.h:392
OdIfc2x3::kIfcPipeFittingTypeEnum_ENTRY
@ kIfcPipeFittingTypeEnum_ENTRY
Definition: Ifc2x3Enum.h:3099
OdIfc2x3::kIfcTimeSeriesDataTypeEnum_DISCRETEBINARY
@ kIfcTimeSeriesDataTypeEnum_DISCRETEBINARY
Definition: Ifc2x3Enum.h:4550