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