@ifc-lite/codegen 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/INTEGRATION.md +354 -0
  2. package/LICENSE +373 -0
  3. package/README.md +101 -0
  4. package/dist/cli.d.ts +3 -0
  5. package/dist/cli.d.ts.map +1 -0
  6. package/dist/cli.js +35 -0
  7. package/dist/cli.js.map +1 -0
  8. package/dist/express-parser.d.ts +75 -0
  9. package/dist/express-parser.d.ts.map +1 -0
  10. package/dist/express-parser.js +318 -0
  11. package/dist/express-parser.js.map +1 -0
  12. package/dist/generator.d.ts +10 -0
  13. package/dist/generator.d.ts.map +1 -0
  14. package/dist/generator.js +64 -0
  15. package/dist/generator.js.map +1 -0
  16. package/dist/index.d.ts +9 -0
  17. package/dist/index.d.ts.map +1 -0
  18. package/dist/index.js +12 -0
  19. package/dist/index.js.map +1 -0
  20. package/dist/typescript-generator.d.ts +28 -0
  21. package/dist/typescript-generator.d.ts.map +1 -0
  22. package/dist/typescript-generator.js +400 -0
  23. package/dist/typescript-generator.js.map +1 -0
  24. package/generated/ifc4/entities.ts +6978 -0
  25. package/generated/ifc4/enums.ts +2471 -0
  26. package/generated/ifc4/index.ts +15 -0
  27. package/generated/ifc4/schema-registry.ts +60726 -0
  28. package/generated/ifc4/selects.ts +191 -0
  29. package/generated/ifc4/test-compile.ts +37 -0
  30. package/generated/ifc4/types.ts +3104 -0
  31. package/generated/ifc4x3/entities.ts +7836 -0
  32. package/generated/ifc4x3/enums.ts +3100 -0
  33. package/generated/ifc4x3/index.ts +15 -0
  34. package/generated/ifc4x3/schema-registry.ts +71023 -0
  35. package/generated/ifc4x3/selects.ts +194 -0
  36. package/generated/ifc4x3/types.ts +3707 -0
  37. package/package.json +32 -0
  38. package/schemas/IFC4X3.exp +13984 -0
  39. package/schemas/IFC4_ADD2_TC1.exp +12399 -0
  40. package/src/cli.ts +41 -0
  41. package/src/express-parser.ts +441 -0
  42. package/src/generator.ts +81 -0
  43. package/src/index.ts +31 -0
  44. package/src/typescript-generator.ts +496 -0
  45. package/test/express-parser.test.ts +363 -0
  46. package/test/integration.test.ts +246 -0
  47. package/test/typescript-generator.test.ts +348 -0
  48. package/tsconfig.json +20 -0
  49. package/vitest.config.ts +18 -0
@@ -0,0 +1,3104 @@
1
+ /* This Source Code Form is subject to the terms of the Mozilla Public
2
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
3
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
4
+
5
+ /**
6
+ * IFC Type Aliases
7
+ * Generated from EXPRESS schema: IFC4_ADD2_TC1
8
+ *
9
+ * DO NOT EDIT - This file is auto-generated
10
+ */
11
+
12
+ /** IfcAbsorbedDoseMeasure */
13
+ export type IfcAbsorbedDoseMeasure = number;
14
+
15
+ /** IfcAccelerationMeasure */
16
+ export type IfcAccelerationMeasure = number;
17
+
18
+ /** IfcAmountOfSubstanceMeasure */
19
+ export type IfcAmountOfSubstanceMeasure = number;
20
+
21
+ /** IfcAngularVelocityMeasure */
22
+ export type IfcAngularVelocityMeasure = number;
23
+
24
+ /** IfcArcIndex */
25
+ export type IfcArcIndex = LIST [3:3] OF IfcPositiveInteger;
26
+
27
+ /** IfcAreaDensityMeasure */
28
+ export type IfcAreaDensityMeasure = number;
29
+
30
+ /** IfcAreaMeasure */
31
+ export type IfcAreaMeasure = number;
32
+
33
+ /** IfcBinary */
34
+ export type IfcBinary = string;
35
+
36
+ /** IfcBoolean */
37
+ export type IfcBoolean = boolean;
38
+
39
+ /** IfcBoxAlignment */
40
+ export type IfcBoxAlignment = IfcLabel;
41
+
42
+ /** IfcCardinalPointReference */
43
+ export type IfcCardinalPointReference = number;
44
+
45
+ /** IfcComplexNumber */
46
+ export type IfcComplexNumber = ARRAY [1:2] OF REAL;
47
+
48
+ /** IfcCompoundPlaneAngleMeasure */
49
+ export type IfcCompoundPlaneAngleMeasure = LIST [3:4] OF INTEGER;
50
+
51
+ /** IfcContextDependentMeasure */
52
+ export type IfcContextDependentMeasure = number;
53
+
54
+ /** IfcCountMeasure */
55
+ export type IfcCountMeasure = number;
56
+
57
+ /** IfcCurvatureMeasure */
58
+ export type IfcCurvatureMeasure = number;
59
+
60
+ /** IfcDate */
61
+ export type IfcDate = string;
62
+
63
+ /** IfcDateTime */
64
+ export type IfcDateTime = string;
65
+
66
+ /** IfcDayInMonthNumber */
67
+ export type IfcDayInMonthNumber = number;
68
+
69
+ /** IfcDayInWeekNumber */
70
+ export type IfcDayInWeekNumber = number;
71
+
72
+ /** IfcDescriptiveMeasure */
73
+ export type IfcDescriptiveMeasure = string;
74
+
75
+ /** IfcDimensionCount */
76
+ export type IfcDimensionCount = number;
77
+
78
+ /** IfcDoseEquivalentMeasure */
79
+ export type IfcDoseEquivalentMeasure = number;
80
+
81
+ /** IfcDuration */
82
+ export type IfcDuration = string;
83
+
84
+ /** IfcDynamicViscosityMeasure */
85
+ export type IfcDynamicViscosityMeasure = number;
86
+
87
+ /** IfcElectricCapacitanceMeasure */
88
+ export type IfcElectricCapacitanceMeasure = number;
89
+
90
+ /** IfcElectricChargeMeasure */
91
+ export type IfcElectricChargeMeasure = number;
92
+
93
+ /** IfcElectricConductanceMeasure */
94
+ export type IfcElectricConductanceMeasure = number;
95
+
96
+ /** IfcElectricCurrentMeasure */
97
+ export type IfcElectricCurrentMeasure = number;
98
+
99
+ /** IfcElectricResistanceMeasure */
100
+ export type IfcElectricResistanceMeasure = number;
101
+
102
+ /** IfcElectricVoltageMeasure */
103
+ export type IfcElectricVoltageMeasure = number;
104
+
105
+ /** IfcEnergyMeasure */
106
+ export type IfcEnergyMeasure = number;
107
+
108
+ /** IfcFontStyle */
109
+ export type IfcFontStyle = string;
110
+
111
+ /** IfcFontVariant */
112
+ export type IfcFontVariant = string;
113
+
114
+ /** IfcFontWeight */
115
+ export type IfcFontWeight = string;
116
+
117
+ /** IfcForceMeasure */
118
+ export type IfcForceMeasure = number;
119
+
120
+ /** IfcFrequencyMeasure */
121
+ export type IfcFrequencyMeasure = number;
122
+
123
+ /** IfcGloballyUniqueId */
124
+ export type IfcGloballyUniqueId = STRING(22) FIXED;
125
+
126
+ /** IfcHeatFluxDensityMeasure */
127
+ export type IfcHeatFluxDensityMeasure = number;
128
+
129
+ /** IfcHeatingValueMeasure */
130
+ export type IfcHeatingValueMeasure = number;
131
+
132
+ /** IfcIdentifier */
133
+ export type IfcIdentifier = STRING(255);
134
+
135
+ /** IfcIlluminanceMeasure */
136
+ export type IfcIlluminanceMeasure = number;
137
+
138
+ /** IfcInductanceMeasure */
139
+ export type IfcInductanceMeasure = number;
140
+
141
+ /** IfcInteger */
142
+ export type IfcInteger = number;
143
+
144
+ /** IfcIntegerCountRateMeasure */
145
+ export type IfcIntegerCountRateMeasure = number;
146
+
147
+ /** IfcIonConcentrationMeasure */
148
+ export type IfcIonConcentrationMeasure = number;
149
+
150
+ /** IfcIsothermalMoistureCapacityMeasure */
151
+ export type IfcIsothermalMoistureCapacityMeasure = number;
152
+
153
+ /** IfcKinematicViscosityMeasure */
154
+ export type IfcKinematicViscosityMeasure = number;
155
+
156
+ /** IfcLabel */
157
+ export type IfcLabel = STRING(255);
158
+
159
+ /** IfcLanguageId */
160
+ export type IfcLanguageId = IfcIdentifier;
161
+
162
+ /** IfcLengthMeasure */
163
+ export type IfcLengthMeasure = number;
164
+
165
+ /** IfcLineIndex */
166
+ export type IfcLineIndex = LIST [2:?] OF IfcPositiveInteger;
167
+
168
+ /** IfcLinearForceMeasure */
169
+ export type IfcLinearForceMeasure = number;
170
+
171
+ /** IfcLinearMomentMeasure */
172
+ export type IfcLinearMomentMeasure = number;
173
+
174
+ /** IfcLinearStiffnessMeasure */
175
+ export type IfcLinearStiffnessMeasure = number;
176
+
177
+ /** IfcLinearVelocityMeasure */
178
+ export type IfcLinearVelocityMeasure = number;
179
+
180
+ /** IfcLogical */
181
+ export type IfcLogical = boolean | null;
182
+
183
+ /** IfcLuminousFluxMeasure */
184
+ export type IfcLuminousFluxMeasure = number;
185
+
186
+ /** IfcLuminousIntensityDistributionMeasure */
187
+ export type IfcLuminousIntensityDistributionMeasure = number;
188
+
189
+ /** IfcLuminousIntensityMeasure */
190
+ export type IfcLuminousIntensityMeasure = number;
191
+
192
+ /** IfcMagneticFluxDensityMeasure */
193
+ export type IfcMagneticFluxDensityMeasure = number;
194
+
195
+ /** IfcMagneticFluxMeasure */
196
+ export type IfcMagneticFluxMeasure = number;
197
+
198
+ /** IfcMassDensityMeasure */
199
+ export type IfcMassDensityMeasure = number;
200
+
201
+ /** IfcMassFlowRateMeasure */
202
+ export type IfcMassFlowRateMeasure = number;
203
+
204
+ /** IfcMassMeasure */
205
+ export type IfcMassMeasure = number;
206
+
207
+ /** IfcMassPerLengthMeasure */
208
+ export type IfcMassPerLengthMeasure = number;
209
+
210
+ /** IfcModulusOfElasticityMeasure */
211
+ export type IfcModulusOfElasticityMeasure = number;
212
+
213
+ /** IfcModulusOfLinearSubgradeReactionMeasure */
214
+ export type IfcModulusOfLinearSubgradeReactionMeasure = number;
215
+
216
+ /** IfcModulusOfRotationalSubgradeReactionMeasure */
217
+ export type IfcModulusOfRotationalSubgradeReactionMeasure = number;
218
+
219
+ /** IfcModulusOfSubgradeReactionMeasure */
220
+ export type IfcModulusOfSubgradeReactionMeasure = number;
221
+
222
+ /** IfcMoistureDiffusivityMeasure */
223
+ export type IfcMoistureDiffusivityMeasure = number;
224
+
225
+ /** IfcMolecularWeightMeasure */
226
+ export type IfcMolecularWeightMeasure = number;
227
+
228
+ /** IfcMomentOfInertiaMeasure */
229
+ export type IfcMomentOfInertiaMeasure = number;
230
+
231
+ /** IfcMonetaryMeasure */
232
+ export type IfcMonetaryMeasure = number;
233
+
234
+ /** IfcMonthInYearNumber */
235
+ export type IfcMonthInYearNumber = number;
236
+
237
+ /** IfcNonNegativeLengthMeasure */
238
+ export type IfcNonNegativeLengthMeasure = number;
239
+
240
+ /** IfcNormalisedRatioMeasure */
241
+ export type IfcNormalisedRatioMeasure = number;
242
+
243
+ /** IfcNumericMeasure */
244
+ export type IfcNumericMeasure = number;
245
+
246
+ /** IfcPHMeasure */
247
+ export type IfcPHMeasure = number;
248
+
249
+ /** IfcParameterValue */
250
+ export type IfcParameterValue = number;
251
+
252
+ /** IfcPlanarForceMeasure */
253
+ export type IfcPlanarForceMeasure = number;
254
+
255
+ /** IfcPlaneAngleMeasure */
256
+ export type IfcPlaneAngleMeasure = number;
257
+
258
+ /** IfcPositiveInteger */
259
+ export type IfcPositiveInteger = IfcInteger;
260
+
261
+ /** IfcPositiveLengthMeasure */
262
+ export type IfcPositiveLengthMeasure = number;
263
+
264
+ /** IfcPositivePlaneAngleMeasure */
265
+ export type IfcPositivePlaneAngleMeasure = number;
266
+
267
+ /** IfcPositiveRatioMeasure */
268
+ export type IfcPositiveRatioMeasure = number;
269
+
270
+ /** IfcPowerMeasure */
271
+ export type IfcPowerMeasure = number;
272
+
273
+ /** IfcPresentableText */
274
+ export type IfcPresentableText = string;
275
+
276
+ /** IfcPressureMeasure */
277
+ export type IfcPressureMeasure = number;
278
+
279
+ /** IfcPropertySetDefinitionSet */
280
+ export type IfcPropertySetDefinitionSet = SET [1:?] OF IfcPropertySetDefinition;
281
+
282
+ /** IfcRadioActivityMeasure */
283
+ export type IfcRadioActivityMeasure = number;
284
+
285
+ /** IfcRatioMeasure */
286
+ export type IfcRatioMeasure = number;
287
+
288
+ /** IfcReal */
289
+ export type IfcReal = number;
290
+
291
+ /** IfcRotationalFrequencyMeasure */
292
+ export type IfcRotationalFrequencyMeasure = number;
293
+
294
+ /** IfcRotationalMassMeasure */
295
+ export type IfcRotationalMassMeasure = number;
296
+
297
+ /** IfcRotationalStiffnessMeasure */
298
+ export type IfcRotationalStiffnessMeasure = number;
299
+
300
+ /** IfcSectionModulusMeasure */
301
+ export type IfcSectionModulusMeasure = number;
302
+
303
+ /** IfcSectionalAreaIntegralMeasure */
304
+ export type IfcSectionalAreaIntegralMeasure = number;
305
+
306
+ /** IfcShearModulusMeasure */
307
+ export type IfcShearModulusMeasure = number;
308
+
309
+ /** IfcSolidAngleMeasure */
310
+ export type IfcSolidAngleMeasure = number;
311
+
312
+ /** IfcSoundPowerLevelMeasure */
313
+ export type IfcSoundPowerLevelMeasure = number;
314
+
315
+ /** IfcSoundPowerMeasure */
316
+ export type IfcSoundPowerMeasure = number;
317
+
318
+ /** IfcSoundPressureLevelMeasure */
319
+ export type IfcSoundPressureLevelMeasure = number;
320
+
321
+ /** IfcSoundPressureMeasure */
322
+ export type IfcSoundPressureMeasure = number;
323
+
324
+ /** IfcSpecificHeatCapacityMeasure */
325
+ export type IfcSpecificHeatCapacityMeasure = number;
326
+
327
+ /** IfcSpecularExponent */
328
+ export type IfcSpecularExponent = number;
329
+
330
+ /** IfcSpecularRoughness */
331
+ export type IfcSpecularRoughness = number;
332
+
333
+ /** IfcTemperatureGradientMeasure */
334
+ export type IfcTemperatureGradientMeasure = number;
335
+
336
+ /** IfcTemperatureRateOfChangeMeasure */
337
+ export type IfcTemperatureRateOfChangeMeasure = number;
338
+
339
+ /** IfcText */
340
+ export type IfcText = string;
341
+
342
+ /** IfcTextAlignment */
343
+ export type IfcTextAlignment = string;
344
+
345
+ /** IfcTextDecoration */
346
+ export type IfcTextDecoration = string;
347
+
348
+ /** IfcTextFontName */
349
+ export type IfcTextFontName = string;
350
+
351
+ /** IfcTextTransformation */
352
+ export type IfcTextTransformation = string;
353
+
354
+ /** IfcThermalAdmittanceMeasure */
355
+ export type IfcThermalAdmittanceMeasure = number;
356
+
357
+ /** IfcThermalConductivityMeasure */
358
+ export type IfcThermalConductivityMeasure = number;
359
+
360
+ /** IfcThermalExpansionCoefficientMeasure */
361
+ export type IfcThermalExpansionCoefficientMeasure = number;
362
+
363
+ /** IfcThermalResistanceMeasure */
364
+ export type IfcThermalResistanceMeasure = number;
365
+
366
+ /** IfcThermalTransmittanceMeasure */
367
+ export type IfcThermalTransmittanceMeasure = number;
368
+
369
+ /** IfcThermodynamicTemperatureMeasure */
370
+ export type IfcThermodynamicTemperatureMeasure = number;
371
+
372
+ /** IfcTime */
373
+ export type IfcTime = string;
374
+
375
+ /** IfcTimeMeasure */
376
+ export type IfcTimeMeasure = number;
377
+
378
+ /** IfcTimeStamp */
379
+ export type IfcTimeStamp = number;
380
+
381
+ /** IfcTorqueMeasure */
382
+ export type IfcTorqueMeasure = number;
383
+
384
+ /** IfcURIReference */
385
+ export type IfcURIReference = string;
386
+
387
+ /** IfcVaporPermeabilityMeasure */
388
+ export type IfcVaporPermeabilityMeasure = number;
389
+
390
+ /** IfcVolumeMeasure */
391
+ export type IfcVolumeMeasure = number;
392
+
393
+ /** IfcVolumetricFlowRateMeasure */
394
+ export type IfcVolumetricFlowRateMeasure = number;
395
+
396
+ /** IfcWarpingConstantMeasure */
397
+ export type IfcWarpingConstantMeasure = number;
398
+
399
+ /** IfcWarpingMomentMeasure */
400
+ export type IfcWarpingMomentMeasure = number;
401
+
402
+ /** IfcActionRequestTypeEnum */
403
+ export type IfcActionRequestTypeEnum = ENUMERATION OF
404
+ (EMAIL
405
+ ,FAX
406
+ ,PHONE
407
+ ,POST
408
+ ,VERBAL
409
+ ,USERDEFINED
410
+ ,NOTDEFINED);
411
+
412
+ /** IfcActionSourceTypeEnum */
413
+ export type IfcActionSourceTypeEnum = ENUMERATION OF
414
+ (DEAD_LOAD_G
415
+ ,COMPLETION_G1
416
+ ,LIVE_LOAD_Q
417
+ ,SNOW_S
418
+ ,WIND_W
419
+ ,PRESTRESSING_P
420
+ ,SETTLEMENT_U
421
+ ,TEMPERATURE_T
422
+ ,EARTHQUAKE_E
423
+ ,FIRE
424
+ ,IMPULSE
425
+ ,IMPACT
426
+ ,TRANSPORT
427
+ ,ERECTION
428
+ ,PROPPING
429
+ ,SYSTEM_IMPERFECTION
430
+ ,SHRINKAGE
431
+ ,CREEP
432
+ ,LACK_OF_FIT
433
+ ,BUOYANCY
434
+ ,ICE
435
+ ,CURRENT
436
+ ,WAVE
437
+ ,RAIN
438
+ ,BRAKES
439
+ ,USERDEFINED
440
+ ,NOTDEFINED);
441
+
442
+ /** IfcActionTypeEnum */
443
+ export type IfcActionTypeEnum = ENUMERATION OF
444
+ (PERMANENT_G
445
+ ,VARIABLE_Q
446
+ ,EXTRAORDINARY_A
447
+ ,USERDEFINED
448
+ ,NOTDEFINED);
449
+
450
+ /** IfcActuatorTypeEnum */
451
+ export type IfcActuatorTypeEnum = ENUMERATION OF
452
+ (ELECTRICACTUATOR
453
+ ,HANDOPERATEDACTUATOR
454
+ ,HYDRAULICACTUATOR
455
+ ,PNEUMATICACTUATOR
456
+ ,THERMOSTATICACTUATOR
457
+ ,USERDEFINED
458
+ ,NOTDEFINED);
459
+
460
+ /** IfcAddressTypeEnum */
461
+ export type IfcAddressTypeEnum = ENUMERATION OF
462
+ (OFFICE
463
+ ,SITE
464
+ ,HOME
465
+ ,DISTRIBUTIONPOINT
466
+ ,USERDEFINED);
467
+
468
+ /** IfcAirTerminalBoxTypeEnum */
469
+ export type IfcAirTerminalBoxTypeEnum = ENUMERATION OF
470
+ (CONSTANTFLOW
471
+ ,VARIABLEFLOWPRESSUREDEPENDANT
472
+ ,VARIABLEFLOWPRESSUREINDEPENDANT
473
+ ,USERDEFINED
474
+ ,NOTDEFINED);
475
+
476
+ /** IfcAirTerminalTypeEnum */
477
+ export type IfcAirTerminalTypeEnum = ENUMERATION OF
478
+ (DIFFUSER
479
+ ,GRILLE
480
+ ,LOUVRE
481
+ ,REGISTER
482
+ ,USERDEFINED
483
+ ,NOTDEFINED);
484
+
485
+ /** IfcAirToAirHeatRecoveryTypeEnum */
486
+ export type IfcAirToAirHeatRecoveryTypeEnum = ENUMERATION OF
487
+ (FIXEDPLATECOUNTERFLOWEXCHANGER
488
+ ,FIXEDPLATECROSSFLOWEXCHANGER
489
+ ,FIXEDPLATEPARALLELFLOWEXCHANGER
490
+ ,ROTARYWHEEL
491
+ ,RUNAROUNDCOILLOOP
492
+ ,HEATPIPE
493
+ ,TWINTOWERENTHALPYRECOVERYLOOPS
494
+ ,THERMOSIPHONSEALEDTUBEHEATEXCHANGERS
495
+ ,THERMOSIPHONCOILTYPEHEATEXCHANGERS
496
+ ,USERDEFINED
497
+ ,NOTDEFINED);
498
+
499
+ /** IfcAlarmTypeEnum */
500
+ export type IfcAlarmTypeEnum = ENUMERATION OF
501
+ (BELL
502
+ ,BREAKGLASSBUTTON
503
+ ,LIGHT
504
+ ,MANUALPULLBOX
505
+ ,SIREN
506
+ ,WHISTLE
507
+ ,USERDEFINED
508
+ ,NOTDEFINED);
509
+
510
+ /** IfcAnalysisModelTypeEnum */
511
+ export type IfcAnalysisModelTypeEnum = ENUMERATION OF
512
+ (IN_PLANE_LOADING_2D
513
+ ,OUT_PLANE_LOADING_2D
514
+ ,LOADING_3D
515
+ ,USERDEFINED
516
+ ,NOTDEFINED);
517
+
518
+ /** IfcAnalysisTheoryTypeEnum */
519
+ export type IfcAnalysisTheoryTypeEnum = ENUMERATION OF
520
+ (FIRST_ORDER_THEORY
521
+ ,SECOND_ORDER_THEORY
522
+ ,THIRD_ORDER_THEORY
523
+ ,FULL_NONLINEAR_THEORY
524
+ ,USERDEFINED
525
+ ,NOTDEFINED);
526
+
527
+ /** IfcArithmeticOperatorEnum */
528
+ export type IfcArithmeticOperatorEnum = ENUMERATION OF
529
+ (ADD
530
+ ,DIVIDE
531
+ ,MULTIPLY
532
+ ,SUBTRACT);
533
+
534
+ /** IfcAssemblyPlaceEnum */
535
+ export type IfcAssemblyPlaceEnum = ENUMERATION OF
536
+ (SITE
537
+ ,FACTORY
538
+ ,NOTDEFINED);
539
+
540
+ /** IfcAudioVisualApplianceTypeEnum */
541
+ export type IfcAudioVisualApplianceTypeEnum = ENUMERATION OF
542
+ (AMPLIFIER
543
+ ,CAMERA
544
+ ,DISPLAY
545
+ ,MICROPHONE
546
+ ,PLAYER
547
+ ,PROJECTOR
548
+ ,RECEIVER
549
+ ,SPEAKER
550
+ ,SWITCHER
551
+ ,TELEPHONE
552
+ ,TUNER
553
+ ,USERDEFINED
554
+ ,NOTDEFINED);
555
+
556
+ /** IfcBSplineCurveForm */
557
+ export type IfcBSplineCurveForm = ENUMERATION OF
558
+ (POLYLINE_FORM
559
+ ,CIRCULAR_ARC
560
+ ,ELLIPTIC_ARC
561
+ ,PARABOLIC_ARC
562
+ ,HYPERBOLIC_ARC
563
+ ,UNSPECIFIED);
564
+
565
+ /** IfcBSplineSurfaceForm */
566
+ export type IfcBSplineSurfaceForm = ENUMERATION OF
567
+ (PLANE_SURF
568
+ ,CYLINDRICAL_SURF
569
+ ,CONICAL_SURF
570
+ ,SPHERICAL_SURF
571
+ ,TOROIDAL_SURF
572
+ ,SURF_OF_REVOLUTION
573
+ ,RULED_SURF
574
+ ,GENERALISED_CONE
575
+ ,QUADRIC_SURF
576
+ ,SURF_OF_LINEAR_EXTRUSION
577
+ ,UNSPECIFIED);
578
+
579
+ /** IfcBeamTypeEnum */
580
+ export type IfcBeamTypeEnum = ENUMERATION OF
581
+ (BEAM
582
+ ,JOIST
583
+ ,HOLLOWCORE
584
+ ,LINTEL
585
+ ,SPANDREL
586
+ ,T_BEAM
587
+ ,USERDEFINED
588
+ ,NOTDEFINED);
589
+
590
+ /** IfcBenchmarkEnum */
591
+ export type IfcBenchmarkEnum = ENUMERATION OF
592
+ (GREATERTHAN
593
+ ,GREATERTHANOREQUALTO
594
+ ,LESSTHAN
595
+ ,LESSTHANOREQUALTO
596
+ ,EQUALTO
597
+ ,NOTEQUALTO
598
+ ,INCLUDES
599
+ ,NOTINCLUDES
600
+ ,INCLUDEDIN
601
+ ,NOTINCLUDEDIN);
602
+
603
+ /** IfcBoilerTypeEnum */
604
+ export type IfcBoilerTypeEnum = ENUMERATION OF
605
+ (WATER
606
+ ,STEAM
607
+ ,USERDEFINED
608
+ ,NOTDEFINED);
609
+
610
+ /** IfcBooleanOperator */
611
+ export type IfcBooleanOperator = ENUMERATION OF
612
+ (UNION
613
+ ,INTERSECTION
614
+ ,DIFFERENCE);
615
+
616
+ /** IfcBuildingElementPartTypeEnum */
617
+ export type IfcBuildingElementPartTypeEnum = ENUMERATION OF
618
+ (INSULATION
619
+ ,PRECASTPANEL
620
+ ,USERDEFINED
621
+ ,NOTDEFINED);
622
+
623
+ /** IfcBuildingElementProxyTypeEnum */
624
+ export type IfcBuildingElementProxyTypeEnum = ENUMERATION OF
625
+ (COMPLEX
626
+ ,ELEMENT
627
+ ,PARTIAL
628
+ ,PROVISIONFORVOID
629
+ ,PROVISIONFORSPACE
630
+ ,USERDEFINED
631
+ ,NOTDEFINED);
632
+
633
+ /** IfcBuildingSystemTypeEnum */
634
+ export type IfcBuildingSystemTypeEnum = ENUMERATION OF
635
+ (FENESTRATION
636
+ ,FOUNDATION
637
+ ,LOADBEARING
638
+ ,OUTERSHELL
639
+ ,SHADING
640
+ ,TRANSPORT
641
+ ,USERDEFINED
642
+ ,NOTDEFINED);
643
+
644
+ /** IfcBurnerTypeEnum */
645
+ export type IfcBurnerTypeEnum = ENUMERATION OF
646
+ (USERDEFINED
647
+ ,NOTDEFINED);
648
+
649
+ /** IfcCableCarrierFittingTypeEnum */
650
+ export type IfcCableCarrierFittingTypeEnum = ENUMERATION OF
651
+ (BEND
652
+ ,CROSS
653
+ ,REDUCER
654
+ ,TEE
655
+ ,USERDEFINED
656
+ ,NOTDEFINED);
657
+
658
+ /** IfcCableCarrierSegmentTypeEnum */
659
+ export type IfcCableCarrierSegmentTypeEnum = ENUMERATION OF
660
+ (CABLELADDERSEGMENT
661
+ ,CABLETRAYSEGMENT
662
+ ,CABLETRUNKINGSEGMENT
663
+ ,CONDUITSEGMENT
664
+ ,USERDEFINED
665
+ ,NOTDEFINED);
666
+
667
+ /** IfcCableFittingTypeEnum */
668
+ export type IfcCableFittingTypeEnum = ENUMERATION OF
669
+ (CONNECTOR
670
+ ,ENTRY
671
+ ,EXIT
672
+ ,JUNCTION
673
+ ,TRANSITION
674
+ ,USERDEFINED
675
+ ,NOTDEFINED);
676
+
677
+ /** IfcCableSegmentTypeEnum */
678
+ export type IfcCableSegmentTypeEnum = ENUMERATION OF
679
+ (BUSBARSEGMENT
680
+ ,CABLESEGMENT
681
+ ,CONDUCTORSEGMENT
682
+ ,CORESEGMENT
683
+ ,USERDEFINED
684
+ ,NOTDEFINED);
685
+
686
+ /** IfcChangeActionEnum */
687
+ export type IfcChangeActionEnum = ENUMERATION OF
688
+ (NOCHANGE
689
+ ,MODIFIED
690
+ ,ADDED
691
+ ,DELETED
692
+ ,NOTDEFINED);
693
+
694
+ /** IfcChillerTypeEnum */
695
+ export type IfcChillerTypeEnum = ENUMERATION OF
696
+ (AIRCOOLED
697
+ ,WATERCOOLED
698
+ ,HEATRECOVERY
699
+ ,USERDEFINED
700
+ ,NOTDEFINED);
701
+
702
+ /** IfcChimneyTypeEnum */
703
+ export type IfcChimneyTypeEnum = ENUMERATION OF
704
+ (USERDEFINED
705
+ ,NOTDEFINED);
706
+
707
+ /** IfcCoilTypeEnum */
708
+ export type IfcCoilTypeEnum = ENUMERATION OF
709
+ (DXCOOLINGCOIL
710
+ ,ELECTRICHEATINGCOIL
711
+ ,GASHEATINGCOIL
712
+ ,HYDRONICCOIL
713
+ ,STEAMHEATINGCOIL
714
+ ,WATERCOOLINGCOIL
715
+ ,WATERHEATINGCOIL
716
+ ,USERDEFINED
717
+ ,NOTDEFINED);
718
+
719
+ /** IfcColumnTypeEnum */
720
+ export type IfcColumnTypeEnum = ENUMERATION OF
721
+ (COLUMN
722
+ ,PILASTER
723
+ ,USERDEFINED
724
+ ,NOTDEFINED);
725
+
726
+ /** IfcCommunicationsApplianceTypeEnum */
727
+ export type IfcCommunicationsApplianceTypeEnum = ENUMERATION OF
728
+ (ANTENNA
729
+ ,COMPUTER
730
+ ,FAX
731
+ ,GATEWAY
732
+ ,MODEM
733
+ ,NETWORKAPPLIANCE
734
+ ,NETWORKBRIDGE
735
+ ,NETWORKHUB
736
+ ,PRINTER
737
+ ,REPEATER
738
+ ,ROUTER
739
+ ,SCANNER
740
+ ,USERDEFINED
741
+ ,NOTDEFINED);
742
+
743
+ /** IfcComplexPropertyTemplateTypeEnum */
744
+ export type IfcComplexPropertyTemplateTypeEnum = ENUMERATION OF
745
+ (P_COMPLEX
746
+ ,Q_COMPLEX);
747
+
748
+ /** IfcCompressorTypeEnum */
749
+ export type IfcCompressorTypeEnum = ENUMERATION OF
750
+ (DYNAMIC
751
+ ,RECIPROCATING
752
+ ,ROTARY
753
+ ,SCROLL
754
+ ,TROCHOIDAL
755
+ ,SINGLESTAGE
756
+ ,BOOSTER
757
+ ,OPENTYPE
758
+ ,HERMETIC
759
+ ,SEMIHERMETIC
760
+ ,WELDEDSHELLHERMETIC
761
+ ,ROLLINGPISTON
762
+ ,ROTARYVANE
763
+ ,SINGLESCREW
764
+ ,TWINSCREW
765
+ ,USERDEFINED
766
+ ,NOTDEFINED);
767
+
768
+ /** IfcCondenserTypeEnum */
769
+ export type IfcCondenserTypeEnum = ENUMERATION OF
770
+ (AIRCOOLED
771
+ ,EVAPORATIVECOOLED
772
+ ,WATERCOOLED
773
+ ,WATERCOOLEDBRAZEDPLATE
774
+ ,WATERCOOLEDSHELLCOIL
775
+ ,WATERCOOLEDSHELLTUBE
776
+ ,WATERCOOLEDTUBEINTUBE
777
+ ,USERDEFINED
778
+ ,NOTDEFINED);
779
+
780
+ /** IfcConnectionTypeEnum */
781
+ export type IfcConnectionTypeEnum = ENUMERATION OF
782
+ (ATPATH
783
+ ,ATSTART
784
+ ,ATEND
785
+ ,NOTDEFINED);
786
+
787
+ /** IfcConstraintEnum */
788
+ export type IfcConstraintEnum = ENUMERATION OF
789
+ (HARD
790
+ ,SOFT
791
+ ,ADVISORY
792
+ ,USERDEFINED
793
+ ,NOTDEFINED);
794
+
795
+ /** IfcConstructionEquipmentResourceTypeEnum */
796
+ export type IfcConstructionEquipmentResourceTypeEnum = ENUMERATION OF
797
+ (DEMOLISHING
798
+ ,EARTHMOVING
799
+ ,ERECTING
800
+ ,HEATING
801
+ ,LIGHTING
802
+ ,PAVING
803
+ ,PUMPING
804
+ ,TRANSPORTING
805
+ ,USERDEFINED
806
+ ,NOTDEFINED);
807
+
808
+ /** IfcConstructionMaterialResourceTypeEnum */
809
+ export type IfcConstructionMaterialResourceTypeEnum = ENUMERATION OF
810
+ (AGGREGATES
811
+ ,CONCRETE
812
+ ,DRYWALL
813
+ ,FUEL
814
+ ,GYPSUM
815
+ ,MASONRY
816
+ ,METAL
817
+ ,PLASTIC
818
+ ,WOOD
819
+ ,NOTDEFINED
820
+ ,USERDEFINED);
821
+
822
+ /** IfcConstructionProductResourceTypeEnum */
823
+ export type IfcConstructionProductResourceTypeEnum = ENUMERATION OF
824
+ (ASSEMBLY
825
+ ,FORMWORK
826
+ ,USERDEFINED
827
+ ,NOTDEFINED);
828
+
829
+ /** IfcControllerTypeEnum */
830
+ export type IfcControllerTypeEnum = ENUMERATION OF
831
+ (FLOATING
832
+ ,PROGRAMMABLE
833
+ ,PROPORTIONAL
834
+ ,MULTIPOSITION
835
+ ,TWOPOSITION
836
+ ,USERDEFINED
837
+ ,NOTDEFINED);
838
+
839
+ /** IfcCooledBeamTypeEnum */
840
+ export type IfcCooledBeamTypeEnum = ENUMERATION OF
841
+ (ACTIVE
842
+ ,PASSIVE
843
+ ,USERDEFINED
844
+ ,NOTDEFINED);
845
+
846
+ /** IfcCoolingTowerTypeEnum */
847
+ export type IfcCoolingTowerTypeEnum = ENUMERATION OF
848
+ (NATURALDRAFT
849
+ ,MECHANICALINDUCEDDRAFT
850
+ ,MECHANICALFORCEDDRAFT
851
+ ,USERDEFINED
852
+ ,NOTDEFINED);
853
+
854
+ /** IfcCostItemTypeEnum */
855
+ export type IfcCostItemTypeEnum = ENUMERATION OF
856
+ (USERDEFINED
857
+ ,NOTDEFINED);
858
+
859
+ /** IfcCostScheduleTypeEnum */
860
+ export type IfcCostScheduleTypeEnum = ENUMERATION OF
861
+ (BUDGET
862
+ ,COSTPLAN
863
+ ,ESTIMATE
864
+ ,TENDER
865
+ ,PRICEDBILLOFQUANTITIES
866
+ ,UNPRICEDBILLOFQUANTITIES
867
+ ,SCHEDULEOFRATES
868
+ ,USERDEFINED
869
+ ,NOTDEFINED);
870
+
871
+ /** IfcCoveringTypeEnum */
872
+ export type IfcCoveringTypeEnum = ENUMERATION OF
873
+ (CEILING
874
+ ,FLOORING
875
+ ,CLADDING
876
+ ,ROOFING
877
+ ,MOLDING
878
+ ,SKIRTINGBOARD
879
+ ,INSULATION
880
+ ,MEMBRANE
881
+ ,SLEEVING
882
+ ,WRAPPING
883
+ ,USERDEFINED
884
+ ,NOTDEFINED);
885
+
886
+ /** IfcCrewResourceTypeEnum */
887
+ export type IfcCrewResourceTypeEnum = ENUMERATION OF
888
+ (OFFICE
889
+ ,SITE
890
+ ,USERDEFINED
891
+ ,NOTDEFINED);
892
+
893
+ /** IfcCurtainWallTypeEnum */
894
+ export type IfcCurtainWallTypeEnum = ENUMERATION OF
895
+ (USERDEFINED
896
+ ,NOTDEFINED);
897
+
898
+ /** IfcCurveInterpolationEnum */
899
+ export type IfcCurveInterpolationEnum = ENUMERATION OF
900
+ (LINEAR
901
+ ,LOG_LINEAR
902
+ ,LOG_LOG
903
+ ,NOTDEFINED);
904
+
905
+ /** IfcDamperTypeEnum */
906
+ export type IfcDamperTypeEnum = ENUMERATION OF
907
+ (BACKDRAFTDAMPER
908
+ ,BALANCINGDAMPER
909
+ ,BLASTDAMPER
910
+ ,CONTROLDAMPER
911
+ ,FIREDAMPER
912
+ ,FIRESMOKEDAMPER
913
+ ,FUMEHOODEXHAUST
914
+ ,GRAVITYDAMPER
915
+ ,GRAVITYRELIEFDAMPER
916
+ ,RELIEFDAMPER
917
+ ,SMOKEDAMPER
918
+ ,USERDEFINED
919
+ ,NOTDEFINED);
920
+
921
+ /** IfcDataOriginEnum */
922
+ export type IfcDataOriginEnum = ENUMERATION OF
923
+ (MEASURED
924
+ ,PREDICTED
925
+ ,SIMULATED
926
+ ,USERDEFINED
927
+ ,NOTDEFINED);
928
+
929
+ /** IfcDerivedUnitEnum */
930
+ export type IfcDerivedUnitEnum = ENUMERATION OF
931
+ (ANGULARVELOCITYUNIT
932
+ ,AREADENSITYUNIT
933
+ ,COMPOUNDPLANEANGLEUNIT
934
+ ,DYNAMICVISCOSITYUNIT
935
+ ,HEATFLUXDENSITYUNIT
936
+ ,INTEGERCOUNTRATEUNIT
937
+ ,ISOTHERMALMOISTURECAPACITYUNIT
938
+ ,KINEMATICVISCOSITYUNIT
939
+ ,LINEARVELOCITYUNIT
940
+ ,MASSDENSITYUNIT
941
+ ,MASSFLOWRATEUNIT
942
+ ,MOISTUREDIFFUSIVITYUNIT
943
+ ,MOLECULARWEIGHTUNIT
944
+ ,SPECIFICHEATCAPACITYUNIT
945
+ ,THERMALADMITTANCEUNIT
946
+ ,THERMALCONDUCTANCEUNIT
947
+ ,THERMALRESISTANCEUNIT
948
+ ,THERMALTRANSMITTANCEUNIT
949
+ ,VAPORPERMEABILITYUNIT
950
+ ,VOLUMETRICFLOWRATEUNIT
951
+ ,ROTATIONALFREQUENCYUNIT
952
+ ,TORQUEUNIT
953
+ ,MOMENTOFINERTIAUNIT
954
+ ,LINEARMOMENTUNIT
955
+ ,LINEARFORCEUNIT
956
+ ,PLANARFORCEUNIT
957
+ ,MODULUSOFELASTICITYUNIT
958
+ ,SHEARMODULUSUNIT
959
+ ,LINEARSTIFFNESSUNIT
960
+ ,ROTATIONALSTIFFNESSUNIT
961
+ ,MODULUSOFSUBGRADEREACTIONUNIT
962
+ ,ACCELERATIONUNIT
963
+ ,CURVATUREUNIT
964
+ ,HEATINGVALUEUNIT
965
+ ,IONCONCENTRATIONUNIT
966
+ ,LUMINOUSINTENSITYDISTRIBUTIONUNIT
967
+ ,MASSPERLENGTHUNIT
968
+ ,MODULUSOFLINEARSUBGRADEREACTIONUNIT
969
+ ,MODULUSOFROTATIONALSUBGRADEREACTIONUNIT
970
+ ,PHUNIT
971
+ ,ROTATIONALMASSUNIT
972
+ ,SECTIONAREAINTEGRALUNIT
973
+ ,SECTIONMODULUSUNIT
974
+ ,SOUNDPOWERLEVELUNIT
975
+ ,SOUNDPOWERUNIT
976
+ ,SOUNDPRESSURELEVELUNIT
977
+ ,SOUNDPRESSUREUNIT
978
+ ,TEMPERATUREGRADIENTUNIT
979
+ ,TEMPERATURERATEOFCHANGEUNIT
980
+ ,THERMALEXPANSIONCOEFFICIENTUNIT
981
+ ,WARPINGCONSTANTUNIT
982
+ ,WARPINGMOMENTUNIT
983
+ ,USERDEFINED);
984
+
985
+ /** IfcDirectionSenseEnum */
986
+ export type IfcDirectionSenseEnum = ENUMERATION OF
987
+ (POSITIVE
988
+ ,NEGATIVE);
989
+
990
+ /** IfcDiscreteAccessoryTypeEnum */
991
+ export type IfcDiscreteAccessoryTypeEnum = ENUMERATION OF
992
+ (ANCHORPLATE
993
+ ,BRACKET
994
+ ,SHOE
995
+ ,USERDEFINED
996
+ ,NOTDEFINED);
997
+
998
+ /** IfcDistributionChamberElementTypeEnum */
999
+ export type IfcDistributionChamberElementTypeEnum = ENUMERATION OF
1000
+ (FORMEDDUCT
1001
+ ,INSPECTIONCHAMBER
1002
+ ,INSPECTIONPIT
1003
+ ,MANHOLE
1004
+ ,METERCHAMBER
1005
+ ,SUMP
1006
+ ,TRENCH
1007
+ ,VALVECHAMBER
1008
+ ,USERDEFINED
1009
+ ,NOTDEFINED);
1010
+
1011
+ /** IfcDistributionPortTypeEnum */
1012
+ export type IfcDistributionPortTypeEnum = ENUMERATION OF
1013
+ (CABLE
1014
+ ,CABLECARRIER
1015
+ ,DUCT
1016
+ ,PIPE
1017
+ ,USERDEFINED
1018
+ ,NOTDEFINED);
1019
+
1020
+ /** IfcDistributionSystemEnum */
1021
+ export type IfcDistributionSystemEnum = ENUMERATION OF
1022
+ (AIRCONDITIONING
1023
+ ,AUDIOVISUAL
1024
+ ,CHEMICAL
1025
+ ,CHILLEDWATER
1026
+ ,COMMUNICATION
1027
+ ,COMPRESSEDAIR
1028
+ ,CONDENSERWATER
1029
+ ,CONTROL
1030
+ ,CONVEYING
1031
+ ,DATA
1032
+ ,DISPOSAL
1033
+ ,DOMESTICCOLDWATER
1034
+ ,DOMESTICHOTWATER
1035
+ ,DRAINAGE
1036
+ ,EARTHING
1037
+ ,ELECTRICAL
1038
+ ,ELECTROACOUSTIC
1039
+ ,EXHAUST
1040
+ ,FIREPROTECTION
1041
+ ,FUEL
1042
+ ,GAS
1043
+ ,HAZARDOUS
1044
+ ,HEATING
1045
+ ,LIGHTING
1046
+ ,LIGHTNINGPROTECTION
1047
+ ,MUNICIPALSOLIDWASTE
1048
+ ,OIL
1049
+ ,OPERATIONAL
1050
+ ,POWERGENERATION
1051
+ ,RAINWATER
1052
+ ,REFRIGERATION
1053
+ ,SECURITY
1054
+ ,SEWAGE
1055
+ ,SIGNAL
1056
+ ,STORMWATER
1057
+ ,TELEPHONE
1058
+ ,TV
1059
+ ,VACUUM
1060
+ ,VENT
1061
+ ,VENTILATION
1062
+ ,WASTEWATER
1063
+ ,WATERSUPPLY
1064
+ ,USERDEFINED
1065
+ ,NOTDEFINED);
1066
+
1067
+ /** IfcDocumentConfidentialityEnum */
1068
+ export type IfcDocumentConfidentialityEnum = ENUMERATION OF
1069
+ (PUBLIC
1070
+ ,RESTRICTED
1071
+ ,CONFIDENTIAL
1072
+ ,PERSONAL
1073
+ ,USERDEFINED
1074
+ ,NOTDEFINED);
1075
+
1076
+ /** IfcDocumentStatusEnum */
1077
+ export type IfcDocumentStatusEnum = ENUMERATION OF
1078
+ (DRAFT
1079
+ ,FINALDRAFT
1080
+ ,FINAL
1081
+ ,REVISION
1082
+ ,NOTDEFINED);
1083
+
1084
+ /** IfcDoorPanelOperationEnum */
1085
+ export type IfcDoorPanelOperationEnum = ENUMERATION OF
1086
+ (SWINGING
1087
+ ,DOUBLE_ACTING
1088
+ ,SLIDING
1089
+ ,FOLDING
1090
+ ,REVOLVING
1091
+ ,ROLLINGUP
1092
+ ,FIXEDPANEL
1093
+ ,USERDEFINED
1094
+ ,NOTDEFINED);
1095
+
1096
+ /** IfcDoorPanelPositionEnum */
1097
+ export type IfcDoorPanelPositionEnum = ENUMERATION OF
1098
+ (LEFT
1099
+ ,MIDDLE
1100
+ ,RIGHT
1101
+ ,NOTDEFINED);
1102
+
1103
+ /** IfcDoorStyleConstructionEnum */
1104
+ export type IfcDoorStyleConstructionEnum = ENUMERATION OF
1105
+ (ALUMINIUM
1106
+ ,HIGH_GRADE_STEEL
1107
+ ,STEEL
1108
+ ,WOOD
1109
+ ,ALUMINIUM_WOOD
1110
+ ,ALUMINIUM_PLASTIC
1111
+ ,PLASTIC
1112
+ ,USERDEFINED
1113
+ ,NOTDEFINED);
1114
+
1115
+ /** IfcDoorStyleOperationEnum */
1116
+ export type IfcDoorStyleOperationEnum = ENUMERATION OF
1117
+ (SINGLE_SWING_LEFT
1118
+ ,SINGLE_SWING_RIGHT
1119
+ ,DOUBLE_DOOR_SINGLE_SWING
1120
+ ,DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT
1121
+ ,DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT
1122
+ ,DOUBLE_SWING_LEFT
1123
+ ,DOUBLE_SWING_RIGHT
1124
+ ,DOUBLE_DOOR_DOUBLE_SWING
1125
+ ,SLIDING_TO_LEFT
1126
+ ,SLIDING_TO_RIGHT
1127
+ ,DOUBLE_DOOR_SLIDING
1128
+ ,FOLDING_TO_LEFT
1129
+ ,FOLDING_TO_RIGHT
1130
+ ,DOUBLE_DOOR_FOLDING
1131
+ ,REVOLVING
1132
+ ,ROLLINGUP
1133
+ ,USERDEFINED
1134
+ ,NOTDEFINED);
1135
+
1136
+ /** IfcDoorTypeEnum */
1137
+ export type IfcDoorTypeEnum = ENUMERATION OF
1138
+ (DOOR
1139
+ ,GATE
1140
+ ,TRAPDOOR
1141
+ ,USERDEFINED
1142
+ ,NOTDEFINED);
1143
+
1144
+ /** IfcDoorTypeOperationEnum */
1145
+ export type IfcDoorTypeOperationEnum = ENUMERATION OF
1146
+ (SINGLE_SWING_LEFT
1147
+ ,SINGLE_SWING_RIGHT
1148
+ ,DOUBLE_DOOR_SINGLE_SWING
1149
+ ,DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT
1150
+ ,DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT
1151
+ ,DOUBLE_SWING_LEFT
1152
+ ,DOUBLE_SWING_RIGHT
1153
+ ,DOUBLE_DOOR_DOUBLE_SWING
1154
+ ,SLIDING_TO_LEFT
1155
+ ,SLIDING_TO_RIGHT
1156
+ ,DOUBLE_DOOR_SLIDING
1157
+ ,FOLDING_TO_LEFT
1158
+ ,FOLDING_TO_RIGHT
1159
+ ,DOUBLE_DOOR_FOLDING
1160
+ ,REVOLVING
1161
+ ,ROLLINGUP
1162
+ ,SWING_FIXED_LEFT
1163
+ ,SWING_FIXED_RIGHT
1164
+ ,USERDEFINED
1165
+ ,NOTDEFINED);
1166
+
1167
+ /** IfcDuctFittingTypeEnum */
1168
+ export type IfcDuctFittingTypeEnum = ENUMERATION OF
1169
+ (BEND
1170
+ ,CONNECTOR
1171
+ ,ENTRY
1172
+ ,EXIT
1173
+ ,JUNCTION
1174
+ ,OBSTRUCTION
1175
+ ,TRANSITION
1176
+ ,USERDEFINED
1177
+ ,NOTDEFINED);
1178
+
1179
+ /** IfcDuctSegmentTypeEnum */
1180
+ export type IfcDuctSegmentTypeEnum = ENUMERATION OF
1181
+ (RIGIDSEGMENT
1182
+ ,FLEXIBLESEGMENT
1183
+ ,USERDEFINED
1184
+ ,NOTDEFINED);
1185
+
1186
+ /** IfcDuctSilencerTypeEnum */
1187
+ export type IfcDuctSilencerTypeEnum = ENUMERATION OF
1188
+ (FLATOVAL
1189
+ ,RECTANGULAR
1190
+ ,ROUND
1191
+ ,USERDEFINED
1192
+ ,NOTDEFINED);
1193
+
1194
+ /** IfcElectricApplianceTypeEnum */
1195
+ export type IfcElectricApplianceTypeEnum = ENUMERATION OF
1196
+ (DISHWASHER
1197
+ ,ELECTRICCOOKER
1198
+ ,FREESTANDINGELECTRICHEATER
1199
+ ,FREESTANDINGFAN
1200
+ ,FREESTANDINGWATERHEATER
1201
+ ,FREESTANDINGWATERCOOLER
1202
+ ,FREEZER
1203
+ ,FRIDGE_FREEZER
1204
+ ,HANDDRYER
1205
+ ,KITCHENMACHINE
1206
+ ,MICROWAVE
1207
+ ,PHOTOCOPIER
1208
+ ,REFRIGERATOR
1209
+ ,TUMBLEDRYER
1210
+ ,VENDINGMACHINE
1211
+ ,WASHINGMACHINE
1212
+ ,USERDEFINED
1213
+ ,NOTDEFINED);
1214
+
1215
+ /** IfcElectricDistributionBoardTypeEnum */
1216
+ export type IfcElectricDistributionBoardTypeEnum = ENUMERATION OF
1217
+ (CONSUMERUNIT
1218
+ ,DISTRIBUTIONBOARD
1219
+ ,MOTORCONTROLCENTRE
1220
+ ,SWITCHBOARD
1221
+ ,USERDEFINED
1222
+ ,NOTDEFINED);
1223
+
1224
+ /** IfcElectricFlowStorageDeviceTypeEnum */
1225
+ export type IfcElectricFlowStorageDeviceTypeEnum = ENUMERATION OF
1226
+ (BATTERY
1227
+ ,CAPACITORBANK
1228
+ ,HARMONICFILTER
1229
+ ,INDUCTORBANK
1230
+ ,UPS
1231
+ ,USERDEFINED
1232
+ ,NOTDEFINED);
1233
+
1234
+ /** IfcElectricGeneratorTypeEnum */
1235
+ export type IfcElectricGeneratorTypeEnum = ENUMERATION OF
1236
+ (CHP
1237
+ ,ENGINEGENERATOR
1238
+ ,STANDALONE
1239
+ ,USERDEFINED
1240
+ ,NOTDEFINED);
1241
+
1242
+ /** IfcElectricMotorTypeEnum */
1243
+ export type IfcElectricMotorTypeEnum = ENUMERATION OF
1244
+ (DC
1245
+ ,INDUCTION
1246
+ ,POLYPHASE
1247
+ ,RELUCTANCESYNCHRONOUS
1248
+ ,SYNCHRONOUS
1249
+ ,USERDEFINED
1250
+ ,NOTDEFINED);
1251
+
1252
+ /** IfcElectricTimeControlTypeEnum */
1253
+ export type IfcElectricTimeControlTypeEnum = ENUMERATION OF
1254
+ (TIMECLOCK
1255
+ ,TIMEDELAY
1256
+ ,RELAY
1257
+ ,USERDEFINED
1258
+ ,NOTDEFINED);
1259
+
1260
+ /** IfcElementAssemblyTypeEnum */
1261
+ export type IfcElementAssemblyTypeEnum = ENUMERATION OF
1262
+ (ACCESSORY_ASSEMBLY
1263
+ ,ARCH
1264
+ ,BEAM_GRID
1265
+ ,BRACED_FRAME
1266
+ ,GIRDER
1267
+ ,REINFORCEMENT_UNIT
1268
+ ,RIGID_FRAME
1269
+ ,SLAB_FIELD
1270
+ ,TRUSS
1271
+ ,USERDEFINED
1272
+ ,NOTDEFINED);
1273
+
1274
+ /** IfcElementCompositionEnum */
1275
+ export type IfcElementCompositionEnum = ENUMERATION OF
1276
+ (COMPLEX
1277
+ ,ELEMENT
1278
+ ,PARTIAL);
1279
+
1280
+ /** IfcEngineTypeEnum */
1281
+ export type IfcEngineTypeEnum = ENUMERATION OF
1282
+ (EXTERNALCOMBUSTION
1283
+ ,INTERNALCOMBUSTION
1284
+ ,USERDEFINED
1285
+ ,NOTDEFINED);
1286
+
1287
+ /** IfcEvaporativeCoolerTypeEnum */
1288
+ export type IfcEvaporativeCoolerTypeEnum = ENUMERATION OF
1289
+ (DIRECTEVAPORATIVERANDOMMEDIAAIRCOOLER
1290
+ ,DIRECTEVAPORATIVERIGIDMEDIAAIRCOOLER
1291
+ ,DIRECTEVAPORATIVESLINGERSPACKAGEDAIRCOOLER
1292
+ ,DIRECTEVAPORATIVEPACKAGEDROTARYAIRCOOLER
1293
+ ,DIRECTEVAPORATIVEAIRWASHER
1294
+ ,INDIRECTEVAPORATIVEPACKAGEAIRCOOLER
1295
+ ,INDIRECTEVAPORATIVEWETCOIL
1296
+ ,INDIRECTEVAPORATIVECOOLINGTOWERORCOILCOOLER
1297
+ ,INDIRECTDIRECTCOMBINATION
1298
+ ,USERDEFINED
1299
+ ,NOTDEFINED);
1300
+
1301
+ /** IfcEvaporatorTypeEnum */
1302
+ export type IfcEvaporatorTypeEnum = ENUMERATION OF
1303
+ (DIRECTEXPANSION
1304
+ ,DIRECTEXPANSIONSHELLANDTUBE
1305
+ ,DIRECTEXPANSIONTUBEINTUBE
1306
+ ,DIRECTEXPANSIONBRAZEDPLATE
1307
+ ,FLOODEDSHELLANDTUBE
1308
+ ,SHELLANDCOIL
1309
+ ,USERDEFINED
1310
+ ,NOTDEFINED);
1311
+
1312
+ /** IfcEventTriggerTypeEnum */
1313
+ export type IfcEventTriggerTypeEnum = ENUMERATION OF
1314
+ (EVENTRULE
1315
+ ,EVENTMESSAGE
1316
+ ,EVENTTIME
1317
+ ,EVENTCOMPLEX
1318
+ ,USERDEFINED
1319
+ ,NOTDEFINED);
1320
+
1321
+ /** IfcEventTypeEnum */
1322
+ export type IfcEventTypeEnum = ENUMERATION OF
1323
+ (STARTEVENT
1324
+ ,ENDEVENT
1325
+ ,INTERMEDIATEEVENT
1326
+ ,USERDEFINED
1327
+ ,NOTDEFINED);
1328
+
1329
+ /** IfcExternalSpatialElementTypeEnum */
1330
+ export type IfcExternalSpatialElementTypeEnum = ENUMERATION OF
1331
+ (EXTERNAL
1332
+ ,EXTERNAL_EARTH
1333
+ ,EXTERNAL_WATER
1334
+ ,EXTERNAL_FIRE
1335
+ ,USERDEFINED
1336
+ ,NOTDEFINED);
1337
+
1338
+ /** IfcFanTypeEnum */
1339
+ export type IfcFanTypeEnum = ENUMERATION OF
1340
+ (CENTRIFUGALFORWARDCURVED
1341
+ ,CENTRIFUGALRADIAL
1342
+ ,CENTRIFUGALBACKWARDINCLINEDCURVED
1343
+ ,CENTRIFUGALAIRFOIL
1344
+ ,TUBEAXIAL
1345
+ ,VANEAXIAL
1346
+ ,PROPELLORAXIAL
1347
+ ,USERDEFINED
1348
+ ,NOTDEFINED);
1349
+
1350
+ /** IfcFastenerTypeEnum */
1351
+ export type IfcFastenerTypeEnum = ENUMERATION OF
1352
+ (GLUE
1353
+ ,MORTAR
1354
+ ,WELD
1355
+ ,USERDEFINED
1356
+ ,NOTDEFINED);
1357
+
1358
+ /** IfcFilterTypeEnum */
1359
+ export type IfcFilterTypeEnum = ENUMERATION OF
1360
+ (AIRPARTICLEFILTER
1361
+ ,COMPRESSEDAIRFILTER
1362
+ ,ODORFILTER
1363
+ ,OILFILTER
1364
+ ,STRAINER
1365
+ ,WATERFILTER
1366
+ ,USERDEFINED
1367
+ ,NOTDEFINED);
1368
+
1369
+ /** IfcFireSuppressionTerminalTypeEnum */
1370
+ export type IfcFireSuppressionTerminalTypeEnum = ENUMERATION OF
1371
+ (BREECHINGINLET
1372
+ ,FIREHYDRANT
1373
+ ,HOSEREEL
1374
+ ,SPRINKLER
1375
+ ,SPRINKLERDEFLECTOR
1376
+ ,USERDEFINED
1377
+ ,NOTDEFINED);
1378
+
1379
+ /** IfcFlowDirectionEnum */
1380
+ export type IfcFlowDirectionEnum = ENUMERATION OF
1381
+ (SOURCE
1382
+ ,SINK
1383
+ ,SOURCEANDSINK
1384
+ ,NOTDEFINED);
1385
+
1386
+ /** IfcFlowInstrumentTypeEnum */
1387
+ export type IfcFlowInstrumentTypeEnum = ENUMERATION OF
1388
+ (PRESSUREGAUGE
1389
+ ,THERMOMETER
1390
+ ,AMMETER
1391
+ ,FREQUENCYMETER
1392
+ ,POWERFACTORMETER
1393
+ ,PHASEANGLEMETER
1394
+ ,VOLTMETER_PEAK
1395
+ ,VOLTMETER_RMS
1396
+ ,USERDEFINED
1397
+ ,NOTDEFINED);
1398
+
1399
+ /** IfcFlowMeterTypeEnum */
1400
+ export type IfcFlowMeterTypeEnum = ENUMERATION OF
1401
+ (ENERGYMETER
1402
+ ,GASMETER
1403
+ ,OILMETER
1404
+ ,WATERMETER
1405
+ ,USERDEFINED
1406
+ ,NOTDEFINED);
1407
+
1408
+ /** IfcFootingTypeEnum */
1409
+ export type IfcFootingTypeEnum = ENUMERATION OF
1410
+ (CAISSON_FOUNDATION
1411
+ ,FOOTING_BEAM
1412
+ ,PAD_FOOTING
1413
+ ,PILE_CAP
1414
+ ,STRIP_FOOTING
1415
+ ,USERDEFINED
1416
+ ,NOTDEFINED);
1417
+
1418
+ /** IfcFurnitureTypeEnum */
1419
+ export type IfcFurnitureTypeEnum = ENUMERATION OF
1420
+ (CHAIR
1421
+ ,TABLE
1422
+ ,DESK
1423
+ ,BED
1424
+ ,FILECABINET
1425
+ ,SHELF
1426
+ ,SOFA
1427
+ ,USERDEFINED
1428
+ ,NOTDEFINED);
1429
+
1430
+ /** IfcGeographicElementTypeEnum */
1431
+ export type IfcGeographicElementTypeEnum = ENUMERATION OF
1432
+ (TERRAIN
1433
+ ,USERDEFINED
1434
+ ,NOTDEFINED);
1435
+
1436
+ /** IfcGeometricProjectionEnum */
1437
+ export type IfcGeometricProjectionEnum = ENUMERATION OF
1438
+ (GRAPH_VIEW
1439
+ ,SKETCH_VIEW
1440
+ ,MODEL_VIEW
1441
+ ,PLAN_VIEW
1442
+ ,REFLECTED_PLAN_VIEW
1443
+ ,SECTION_VIEW
1444
+ ,ELEVATION_VIEW
1445
+ ,USERDEFINED
1446
+ ,NOTDEFINED);
1447
+
1448
+ /** IfcGlobalOrLocalEnum */
1449
+ export type IfcGlobalOrLocalEnum = ENUMERATION OF
1450
+ (GLOBAL_COORDS
1451
+ ,LOCAL_COORDS);
1452
+
1453
+ /** IfcGridTypeEnum */
1454
+ export type IfcGridTypeEnum = ENUMERATION OF
1455
+ (RECTANGULAR
1456
+ ,RADIAL
1457
+ ,TRIANGULAR
1458
+ ,IRREGULAR
1459
+ ,USERDEFINED
1460
+ ,NOTDEFINED);
1461
+
1462
+ /** IfcHeatExchangerTypeEnum */
1463
+ export type IfcHeatExchangerTypeEnum = ENUMERATION OF
1464
+ (PLATE
1465
+ ,SHELLANDTUBE
1466
+ ,USERDEFINED
1467
+ ,NOTDEFINED);
1468
+
1469
+ /** IfcHumidifierTypeEnum */
1470
+ export type IfcHumidifierTypeEnum = ENUMERATION OF
1471
+ (STEAMINJECTION
1472
+ ,ADIABATICAIRWASHER
1473
+ ,ADIABATICPAN
1474
+ ,ADIABATICWETTEDELEMENT
1475
+ ,ADIABATICATOMIZING
1476
+ ,ADIABATICULTRASONIC
1477
+ ,ADIABATICRIGIDMEDIA
1478
+ ,ADIABATICCOMPRESSEDAIRNOZZLE
1479
+ ,ASSISTEDELECTRIC
1480
+ ,ASSISTEDNATURALGAS
1481
+ ,ASSISTEDPROPANE
1482
+ ,ASSISTEDBUTANE
1483
+ ,ASSISTEDSTEAM
1484
+ ,USERDEFINED
1485
+ ,NOTDEFINED);
1486
+
1487
+ /** IfcInterceptorTypeEnum */
1488
+ export type IfcInterceptorTypeEnum = ENUMERATION OF
1489
+ (CYCLONIC
1490
+ ,GREASE
1491
+ ,OIL
1492
+ ,PETROL
1493
+ ,USERDEFINED
1494
+ ,NOTDEFINED);
1495
+
1496
+ /** IfcInternalOrExternalEnum */
1497
+ export type IfcInternalOrExternalEnum = ENUMERATION OF
1498
+ (INTERNAL
1499
+ ,EXTERNAL
1500
+ ,EXTERNAL_EARTH
1501
+ ,EXTERNAL_WATER
1502
+ ,EXTERNAL_FIRE
1503
+ ,NOTDEFINED);
1504
+
1505
+ /** IfcInventoryTypeEnum */
1506
+ export type IfcInventoryTypeEnum = ENUMERATION OF
1507
+ (ASSETINVENTORY
1508
+ ,SPACEINVENTORY
1509
+ ,FURNITUREINVENTORY
1510
+ ,USERDEFINED
1511
+ ,NOTDEFINED);
1512
+
1513
+ /** IfcJunctionBoxTypeEnum */
1514
+ export type IfcJunctionBoxTypeEnum = ENUMERATION OF
1515
+ (DATA
1516
+ ,POWER
1517
+ ,USERDEFINED
1518
+ ,NOTDEFINED);
1519
+
1520
+ /** IfcKnotType */
1521
+ export type IfcKnotType = ENUMERATION OF
1522
+ (UNIFORM_KNOTS
1523
+ ,QUASI_UNIFORM_KNOTS
1524
+ ,PIECEWISE_BEZIER_KNOTS
1525
+ ,UNSPECIFIED);
1526
+
1527
+ /** IfcLaborResourceTypeEnum */
1528
+ export type IfcLaborResourceTypeEnum = ENUMERATION OF
1529
+ (ADMINISTRATION
1530
+ ,CARPENTRY
1531
+ ,CLEANING
1532
+ ,CONCRETE
1533
+ ,DRYWALL
1534
+ ,ELECTRIC
1535
+ ,FINISHING
1536
+ ,FLOORING
1537
+ ,GENERAL
1538
+ ,HVAC
1539
+ ,LANDSCAPING
1540
+ ,MASONRY
1541
+ ,PAINTING
1542
+ ,PAVING
1543
+ ,PLUMBING
1544
+ ,ROOFING
1545
+ ,SITEGRADING
1546
+ ,STEELWORK
1547
+ ,SURVEYING
1548
+ ,USERDEFINED
1549
+ ,NOTDEFINED);
1550
+
1551
+ /** IfcLampTypeEnum */
1552
+ export type IfcLampTypeEnum = ENUMERATION OF
1553
+ (COMPACTFLUORESCENT
1554
+ ,FLUORESCENT
1555
+ ,HALOGEN
1556
+ ,HIGHPRESSUREMERCURY
1557
+ ,HIGHPRESSURESODIUM
1558
+ ,LED
1559
+ ,METALHALIDE
1560
+ ,OLED
1561
+ ,TUNGSTENFILAMENT
1562
+ ,USERDEFINED
1563
+ ,NOTDEFINED);
1564
+
1565
+ /** IfcLayerSetDirectionEnum */
1566
+ export type IfcLayerSetDirectionEnum = ENUMERATION OF
1567
+ (AXIS1
1568
+ ,AXIS2
1569
+ ,AXIS3);
1570
+
1571
+ /** IfcLightDistributionCurveEnum */
1572
+ export type IfcLightDistributionCurveEnum = ENUMERATION OF
1573
+ (TYPE_A
1574
+ ,TYPE_B
1575
+ ,TYPE_C
1576
+ ,NOTDEFINED);
1577
+
1578
+ /** IfcLightEmissionSourceEnum */
1579
+ export type IfcLightEmissionSourceEnum = ENUMERATION OF
1580
+ (COMPACTFLUORESCENT
1581
+ ,FLUORESCENT
1582
+ ,HIGHPRESSUREMERCURY
1583
+ ,HIGHPRESSURESODIUM
1584
+ ,LIGHTEMITTINGDIODE
1585
+ ,LOWPRESSURESODIUM
1586
+ ,LOWVOLTAGEHALOGEN
1587
+ ,MAINVOLTAGEHALOGEN
1588
+ ,METALHALIDE
1589
+ ,TUNGSTENFILAMENT
1590
+ ,NOTDEFINED);
1591
+
1592
+ /** IfcLightFixtureTypeEnum */
1593
+ export type IfcLightFixtureTypeEnum = ENUMERATION OF
1594
+ (POINTSOURCE
1595
+ ,DIRECTIONSOURCE
1596
+ ,SECURITYLIGHTING
1597
+ ,USERDEFINED
1598
+ ,NOTDEFINED);
1599
+
1600
+ /** IfcLoadGroupTypeEnum */
1601
+ export type IfcLoadGroupTypeEnum = ENUMERATION OF
1602
+ (LOAD_GROUP
1603
+ ,LOAD_CASE
1604
+ ,LOAD_COMBINATION
1605
+ ,USERDEFINED
1606
+ ,NOTDEFINED);
1607
+
1608
+ /** IfcLogicalOperatorEnum */
1609
+ export type IfcLogicalOperatorEnum = ENUMERATION OF
1610
+ (LOGICALAND
1611
+ ,LOGICALOR
1612
+ ,LOGICALXOR
1613
+ ,LOGICALNOTAND
1614
+ ,LOGICALNOTOR);
1615
+
1616
+ /** IfcMechanicalFastenerTypeEnum */
1617
+ export type IfcMechanicalFastenerTypeEnum = ENUMERATION OF
1618
+ (ANCHORBOLT
1619
+ ,BOLT
1620
+ ,DOWEL
1621
+ ,NAIL
1622
+ ,NAILPLATE
1623
+ ,RIVET
1624
+ ,SCREW
1625
+ ,SHEARCONNECTOR
1626
+ ,STAPLE
1627
+ ,STUDSHEARCONNECTOR
1628
+ ,USERDEFINED
1629
+ ,NOTDEFINED);
1630
+
1631
+ /** IfcMedicalDeviceTypeEnum */
1632
+ export type IfcMedicalDeviceTypeEnum = ENUMERATION OF
1633
+ (AIRSTATION
1634
+ ,FEEDAIRUNIT
1635
+ ,OXYGENGENERATOR
1636
+ ,OXYGENPLANT
1637
+ ,VACUUMSTATION
1638
+ ,USERDEFINED
1639
+ ,NOTDEFINED);
1640
+
1641
+ /** IfcMemberTypeEnum */
1642
+ export type IfcMemberTypeEnum = ENUMERATION OF
1643
+ (BRACE
1644
+ ,CHORD
1645
+ ,COLLAR
1646
+ ,MEMBER
1647
+ ,MULLION
1648
+ ,PLATE
1649
+ ,POST
1650
+ ,PURLIN
1651
+ ,RAFTER
1652
+ ,STRINGER
1653
+ ,STRUT
1654
+ ,STUD
1655
+ ,USERDEFINED
1656
+ ,NOTDEFINED);
1657
+
1658
+ /** IfcMotorConnectionTypeEnum */
1659
+ export type IfcMotorConnectionTypeEnum = ENUMERATION OF
1660
+ (BELTDRIVE
1661
+ ,COUPLING
1662
+ ,DIRECTDRIVE
1663
+ ,USERDEFINED
1664
+ ,NOTDEFINED);
1665
+
1666
+ /** IfcNullStyle */
1667
+ export type IfcNullStyle = ENUMERATION OF
1668
+ (NULL);
1669
+
1670
+ /** IfcObjectTypeEnum */
1671
+ export type IfcObjectTypeEnum = ENUMERATION OF
1672
+ (PRODUCT
1673
+ ,PROCESS
1674
+ ,CONTROL
1675
+ ,RESOURCE
1676
+ ,ACTOR
1677
+ ,GROUP
1678
+ ,PROJECT
1679
+ ,NOTDEFINED);
1680
+
1681
+ /** IfcObjectiveEnum */
1682
+ export type IfcObjectiveEnum = ENUMERATION OF
1683
+ (CODECOMPLIANCE
1684
+ ,CODEWAIVER
1685
+ ,DESIGNINTENT
1686
+ ,EXTERNAL
1687
+ ,HEALTHANDSAFETY
1688
+ ,MERGECONFLICT
1689
+ ,MODELVIEW
1690
+ ,PARAMETER
1691
+ ,REQUIREMENT
1692
+ ,SPECIFICATION
1693
+ ,TRIGGERCONDITION
1694
+ ,USERDEFINED
1695
+ ,NOTDEFINED);
1696
+
1697
+ /** IfcOccupantTypeEnum */
1698
+ export type IfcOccupantTypeEnum = ENUMERATION OF
1699
+ (ASSIGNEE
1700
+ ,ASSIGNOR
1701
+ ,LESSEE
1702
+ ,LESSOR
1703
+ ,LETTINGAGENT
1704
+ ,OWNER
1705
+ ,TENANT
1706
+ ,USERDEFINED
1707
+ ,NOTDEFINED);
1708
+
1709
+ /** IfcOpeningElementTypeEnum */
1710
+ export type IfcOpeningElementTypeEnum = ENUMERATION OF
1711
+ (OPENING
1712
+ ,RECESS
1713
+ ,USERDEFINED
1714
+ ,NOTDEFINED);
1715
+
1716
+ /** IfcOutletTypeEnum */
1717
+ export type IfcOutletTypeEnum = ENUMERATION OF
1718
+ (AUDIOVISUALOUTLET
1719
+ ,COMMUNICATIONSOUTLET
1720
+ ,POWEROUTLET
1721
+ ,DATAOUTLET
1722
+ ,TELEPHONEOUTLET
1723
+ ,USERDEFINED
1724
+ ,NOTDEFINED);
1725
+
1726
+ /** IfcPerformanceHistoryTypeEnum */
1727
+ export type IfcPerformanceHistoryTypeEnum = ENUMERATION OF
1728
+ (USERDEFINED
1729
+ ,NOTDEFINED);
1730
+
1731
+ /** IfcPermeableCoveringOperationEnum */
1732
+ export type IfcPermeableCoveringOperationEnum = ENUMERATION OF
1733
+ (GRILL
1734
+ ,LOUVER
1735
+ ,SCREEN
1736
+ ,USERDEFINED
1737
+ ,NOTDEFINED);
1738
+
1739
+ /** IfcPermitTypeEnum */
1740
+ export type IfcPermitTypeEnum = ENUMERATION OF
1741
+ (ACCESS
1742
+ ,BUILDING
1743
+ ,WORK
1744
+ ,USERDEFINED
1745
+ ,NOTDEFINED);
1746
+
1747
+ /** IfcPhysicalOrVirtualEnum */
1748
+ export type IfcPhysicalOrVirtualEnum = ENUMERATION OF
1749
+ (PHYSICAL
1750
+ ,VIRTUAL
1751
+ ,NOTDEFINED);
1752
+
1753
+ /** IfcPileConstructionEnum */
1754
+ export type IfcPileConstructionEnum = ENUMERATION OF
1755
+ (CAST_IN_PLACE
1756
+ ,COMPOSITE
1757
+ ,PRECAST_CONCRETE
1758
+ ,PREFAB_STEEL
1759
+ ,USERDEFINED
1760
+ ,NOTDEFINED);
1761
+
1762
+ /** IfcPileTypeEnum */
1763
+ export type IfcPileTypeEnum = ENUMERATION OF
1764
+ (BORED
1765
+ ,DRIVEN
1766
+ ,JETGROUTING
1767
+ ,COHESION
1768
+ ,FRICTION
1769
+ ,SUPPORT
1770
+ ,USERDEFINED
1771
+ ,NOTDEFINED);
1772
+
1773
+ /** IfcPipeFittingTypeEnum */
1774
+ export type IfcPipeFittingTypeEnum = ENUMERATION OF
1775
+ (BEND
1776
+ ,CONNECTOR
1777
+ ,ENTRY
1778
+ ,EXIT
1779
+ ,JUNCTION
1780
+ ,OBSTRUCTION
1781
+ ,TRANSITION
1782
+ ,USERDEFINED
1783
+ ,NOTDEFINED);
1784
+
1785
+ /** IfcPipeSegmentTypeEnum */
1786
+ export type IfcPipeSegmentTypeEnum = ENUMERATION OF
1787
+ (CULVERT
1788
+ ,FLEXIBLESEGMENT
1789
+ ,RIGIDSEGMENT
1790
+ ,GUTTER
1791
+ ,SPOOL
1792
+ ,USERDEFINED
1793
+ ,NOTDEFINED);
1794
+
1795
+ /** IfcPlateTypeEnum */
1796
+ export type IfcPlateTypeEnum = ENUMERATION OF
1797
+ (CURTAIN_PANEL
1798
+ ,SHEET
1799
+ ,USERDEFINED
1800
+ ,NOTDEFINED);
1801
+
1802
+ /** IfcPreferredSurfaceCurveRepresentation */
1803
+ export type IfcPreferredSurfaceCurveRepresentation = ENUMERATION OF
1804
+ (CURVE3D
1805
+ ,PCURVE_S1
1806
+ ,PCURVE_S2);
1807
+
1808
+ /** IfcProcedureTypeEnum */
1809
+ export type IfcProcedureTypeEnum = ENUMERATION OF
1810
+ (ADVICE_CAUTION
1811
+ ,ADVICE_NOTE
1812
+ ,ADVICE_WARNING
1813
+ ,CALIBRATION
1814
+ ,DIAGNOSTIC
1815
+ ,SHUTDOWN
1816
+ ,STARTUP
1817
+ ,USERDEFINED
1818
+ ,NOTDEFINED);
1819
+
1820
+ /** IfcProfileTypeEnum */
1821
+ export type IfcProfileTypeEnum = ENUMERATION OF
1822
+ (CURVE
1823
+ ,AREA);
1824
+
1825
+ /** IfcProjectOrderTypeEnum */
1826
+ export type IfcProjectOrderTypeEnum = ENUMERATION OF
1827
+ (CHANGEORDER
1828
+ ,MAINTENANCEWORKORDER
1829
+ ,MOVEORDER
1830
+ ,PURCHASEORDER
1831
+ ,WORKORDER
1832
+ ,USERDEFINED
1833
+ ,NOTDEFINED);
1834
+
1835
+ /** IfcProjectedOrTrueLengthEnum */
1836
+ export type IfcProjectedOrTrueLengthEnum = ENUMERATION OF
1837
+ (PROJECTED_LENGTH
1838
+ ,TRUE_LENGTH);
1839
+
1840
+ /** IfcProjectionElementTypeEnum */
1841
+ export type IfcProjectionElementTypeEnum = ENUMERATION OF
1842
+ (USERDEFINED
1843
+ ,NOTDEFINED);
1844
+
1845
+ /** IfcPropertySetTemplateTypeEnum */
1846
+ export type IfcPropertySetTemplateTypeEnum = ENUMERATION OF
1847
+ (PSET_TYPEDRIVENONLY
1848
+ ,PSET_TYPEDRIVENOVERRIDE
1849
+ ,PSET_OCCURRENCEDRIVEN
1850
+ ,PSET_PERFORMANCEDRIVEN
1851
+ ,QTO_TYPEDRIVENONLY
1852
+ ,QTO_TYPEDRIVENOVERRIDE
1853
+ ,QTO_OCCURRENCEDRIVEN
1854
+ ,NOTDEFINED);
1855
+
1856
+ /** IfcProtectiveDeviceTrippingUnitTypeEnum */
1857
+ export type IfcProtectiveDeviceTrippingUnitTypeEnum = ENUMERATION OF
1858
+ (ELECTRONIC
1859
+ ,ELECTROMAGNETIC
1860
+ ,RESIDUALCURRENT
1861
+ ,THERMAL
1862
+ ,USERDEFINED
1863
+ ,NOTDEFINED);
1864
+
1865
+ /** IfcProtectiveDeviceTypeEnum */
1866
+ export type IfcProtectiveDeviceTypeEnum = ENUMERATION OF
1867
+ (CIRCUITBREAKER
1868
+ ,EARTHLEAKAGECIRCUITBREAKER
1869
+ ,EARTHINGSWITCH
1870
+ ,FUSEDISCONNECTOR
1871
+ ,RESIDUALCURRENTCIRCUITBREAKER
1872
+ ,RESIDUALCURRENTSWITCH
1873
+ ,VARISTOR
1874
+ ,USERDEFINED
1875
+ ,NOTDEFINED);
1876
+
1877
+ /** IfcPumpTypeEnum */
1878
+ export type IfcPumpTypeEnum = ENUMERATION OF
1879
+ (CIRCULATOR
1880
+ ,ENDSUCTION
1881
+ ,SPLITCASE
1882
+ ,SUBMERSIBLEPUMP
1883
+ ,SUMPPUMP
1884
+ ,VERTICALINLINE
1885
+ ,VERTICALTURBINE
1886
+ ,USERDEFINED
1887
+ ,NOTDEFINED);
1888
+
1889
+ /** IfcRailingTypeEnum */
1890
+ export type IfcRailingTypeEnum = ENUMERATION OF
1891
+ (HANDRAIL
1892
+ ,GUARDRAIL
1893
+ ,BALUSTRADE
1894
+ ,USERDEFINED
1895
+ ,NOTDEFINED);
1896
+
1897
+ /** IfcRampFlightTypeEnum */
1898
+ export type IfcRampFlightTypeEnum = ENUMERATION OF
1899
+ (STRAIGHT
1900
+ ,SPIRAL
1901
+ ,USERDEFINED
1902
+ ,NOTDEFINED);
1903
+
1904
+ /** IfcRampTypeEnum */
1905
+ export type IfcRampTypeEnum = ENUMERATION OF
1906
+ (STRAIGHT_RUN_RAMP
1907
+ ,TWO_STRAIGHT_RUN_RAMP
1908
+ ,QUARTER_TURN_RAMP
1909
+ ,TWO_QUARTER_TURN_RAMP
1910
+ ,HALF_TURN_RAMP
1911
+ ,SPIRAL_RAMP
1912
+ ,USERDEFINED
1913
+ ,NOTDEFINED);
1914
+
1915
+ /** IfcRecurrenceTypeEnum */
1916
+ export type IfcRecurrenceTypeEnum = ENUMERATION OF
1917
+ (DAILY
1918
+ ,WEEKLY
1919
+ ,MONTHLY_BY_DAY_OF_MONTH
1920
+ ,MONTHLY_BY_POSITION
1921
+ ,BY_DAY_COUNT
1922
+ ,BY_WEEKDAY_COUNT
1923
+ ,YEARLY_BY_DAY_OF_MONTH
1924
+ ,YEARLY_BY_POSITION);
1925
+
1926
+ /** IfcReflectanceMethodEnum */
1927
+ export type IfcReflectanceMethodEnum = ENUMERATION OF
1928
+ (BLINN
1929
+ ,FLAT
1930
+ ,GLASS
1931
+ ,MATT
1932
+ ,METAL
1933
+ ,MIRROR
1934
+ ,PHONG
1935
+ ,PLASTIC
1936
+ ,STRAUSS
1937
+ ,NOTDEFINED);
1938
+
1939
+ /** IfcReinforcingBarRoleEnum */
1940
+ export type IfcReinforcingBarRoleEnum = ENUMERATION OF
1941
+ (MAIN
1942
+ ,SHEAR
1943
+ ,LIGATURE
1944
+ ,STUD
1945
+ ,PUNCHING
1946
+ ,EDGE
1947
+ ,RING
1948
+ ,ANCHORING
1949
+ ,USERDEFINED
1950
+ ,NOTDEFINED);
1951
+
1952
+ /** IfcReinforcingBarSurfaceEnum */
1953
+ export type IfcReinforcingBarSurfaceEnum = ENUMERATION OF
1954
+ (PLAIN
1955
+ ,TEXTURED);
1956
+
1957
+ /** IfcReinforcingBarTypeEnum */
1958
+ export type IfcReinforcingBarTypeEnum = ENUMERATION OF
1959
+ (ANCHORING
1960
+ ,EDGE
1961
+ ,LIGATURE
1962
+ ,MAIN
1963
+ ,PUNCHING
1964
+ ,RING
1965
+ ,SHEAR
1966
+ ,STUD
1967
+ ,USERDEFINED
1968
+ ,NOTDEFINED);
1969
+
1970
+ /** IfcReinforcingMeshTypeEnum */
1971
+ export type IfcReinforcingMeshTypeEnum = ENUMERATION OF
1972
+ (USERDEFINED
1973
+ ,NOTDEFINED);
1974
+
1975
+ /** IfcRoleEnum */
1976
+ export type IfcRoleEnum = ENUMERATION OF
1977
+ (SUPPLIER
1978
+ ,MANUFACTURER
1979
+ ,CONTRACTOR
1980
+ ,SUBCONTRACTOR
1981
+ ,ARCHITECT
1982
+ ,STRUCTURALENGINEER
1983
+ ,COSTENGINEER
1984
+ ,CLIENT
1985
+ ,BUILDINGOWNER
1986
+ ,BUILDINGOPERATOR
1987
+ ,MECHANICALENGINEER
1988
+ ,ELECTRICALENGINEER
1989
+ ,PROJECTMANAGER
1990
+ ,FACILITIESMANAGER
1991
+ ,CIVILENGINEER
1992
+ ,COMMISSIONINGENGINEER
1993
+ ,ENGINEER
1994
+ ,OWNER
1995
+ ,CONSULTANT
1996
+ ,CONSTRUCTIONMANAGER
1997
+ ,FIELDCONSTRUCTIONMANAGER
1998
+ ,RESELLER
1999
+ ,USERDEFINED);
2000
+
2001
+ /** IfcRoofTypeEnum */
2002
+ export type IfcRoofTypeEnum = ENUMERATION OF
2003
+ (FLAT_ROOF
2004
+ ,SHED_ROOF
2005
+ ,GABLE_ROOF
2006
+ ,HIP_ROOF
2007
+ ,HIPPED_GABLE_ROOF
2008
+ ,GAMBREL_ROOF
2009
+ ,MANSARD_ROOF
2010
+ ,BARREL_ROOF
2011
+ ,RAINBOW_ROOF
2012
+ ,BUTTERFLY_ROOF
2013
+ ,PAVILION_ROOF
2014
+ ,DOME_ROOF
2015
+ ,FREEFORM
2016
+ ,USERDEFINED
2017
+ ,NOTDEFINED);
2018
+
2019
+ /** IfcSIPrefix */
2020
+ export type IfcSIPrefix = ENUMERATION OF
2021
+ (EXA
2022
+ ,PETA
2023
+ ,TERA
2024
+ ,GIGA
2025
+ ,MEGA
2026
+ ,KILO
2027
+ ,HECTO
2028
+ ,DECA
2029
+ ,DECI
2030
+ ,CENTI
2031
+ ,MILLI
2032
+ ,MICRO
2033
+ ,NANO
2034
+ ,PICO
2035
+ ,FEMTO
2036
+ ,ATTO);
2037
+
2038
+ /** IfcSIUnitName */
2039
+ export type IfcSIUnitName = ENUMERATION OF
2040
+ (AMPERE
2041
+ ,BECQUEREL
2042
+ ,CANDELA
2043
+ ,COULOMB
2044
+ ,CUBIC_METRE
2045
+ ,DEGREE_CELSIUS
2046
+ ,FARAD
2047
+ ,GRAM
2048
+ ,GRAY
2049
+ ,HENRY
2050
+ ,HERTZ
2051
+ ,JOULE
2052
+ ,KELVIN
2053
+ ,LUMEN
2054
+ ,LUX
2055
+ ,METRE
2056
+ ,MOLE
2057
+ ,NEWTON
2058
+ ,OHM
2059
+ ,PASCAL
2060
+ ,RADIAN
2061
+ ,SECOND
2062
+ ,SIEMENS
2063
+ ,SIEVERT
2064
+ ,SQUARE_METRE
2065
+ ,STERADIAN
2066
+ ,TESLA
2067
+ ,VOLT
2068
+ ,WATT
2069
+ ,WEBER);
2070
+
2071
+ /** IfcSanitaryTerminalTypeEnum */
2072
+ export type IfcSanitaryTerminalTypeEnum = ENUMERATION OF
2073
+ (BATH
2074
+ ,BIDET
2075
+ ,CISTERN
2076
+ ,SHOWER
2077
+ ,SINK
2078
+ ,SANITARYFOUNTAIN
2079
+ ,TOILETPAN
2080
+ ,URINAL
2081
+ ,WASHHANDBASIN
2082
+ ,WCSEAT
2083
+ ,USERDEFINED
2084
+ ,NOTDEFINED);
2085
+
2086
+ /** IfcSectionTypeEnum */
2087
+ export type IfcSectionTypeEnum = ENUMERATION OF
2088
+ (UNIFORM
2089
+ ,TAPERED);
2090
+
2091
+ /** IfcSensorTypeEnum */
2092
+ export type IfcSensorTypeEnum = ENUMERATION OF
2093
+ (COSENSOR
2094
+ ,CO2SENSOR
2095
+ ,CONDUCTANCESENSOR
2096
+ ,CONTACTSENSOR
2097
+ ,FIRESENSOR
2098
+ ,FLOWSENSOR
2099
+ ,FROSTSENSOR
2100
+ ,GASSENSOR
2101
+ ,HEATSENSOR
2102
+ ,HUMIDITYSENSOR
2103
+ ,IDENTIFIERSENSOR
2104
+ ,IONCONCENTRATIONSENSOR
2105
+ ,LEVELSENSOR
2106
+ ,LIGHTSENSOR
2107
+ ,MOISTURESENSOR
2108
+ ,MOVEMENTSENSOR
2109
+ ,PHSENSOR
2110
+ ,PRESSURESENSOR
2111
+ ,RADIATIONSENSOR
2112
+ ,RADIOACTIVITYSENSOR
2113
+ ,SMOKESENSOR
2114
+ ,SOUNDSENSOR
2115
+ ,TEMPERATURESENSOR
2116
+ ,WINDSENSOR
2117
+ ,USERDEFINED
2118
+ ,NOTDEFINED);
2119
+
2120
+ /** IfcSequenceEnum */
2121
+ export type IfcSequenceEnum = ENUMERATION OF
2122
+ (START_START
2123
+ ,START_FINISH
2124
+ ,FINISH_START
2125
+ ,FINISH_FINISH
2126
+ ,USERDEFINED
2127
+ ,NOTDEFINED);
2128
+
2129
+ /** IfcShadingDeviceTypeEnum */
2130
+ export type IfcShadingDeviceTypeEnum = ENUMERATION OF
2131
+ (JALOUSIE
2132
+ ,SHUTTER
2133
+ ,AWNING
2134
+ ,USERDEFINED
2135
+ ,NOTDEFINED);
2136
+
2137
+ /** IfcSimplePropertyTemplateTypeEnum */
2138
+ export type IfcSimplePropertyTemplateTypeEnum = ENUMERATION OF
2139
+ (P_SINGLEVALUE
2140
+ ,P_ENUMERATEDVALUE
2141
+ ,P_BOUNDEDVALUE
2142
+ ,P_LISTVALUE
2143
+ ,P_TABLEVALUE
2144
+ ,P_REFERENCEVALUE
2145
+ ,Q_LENGTH
2146
+ ,Q_AREA
2147
+ ,Q_VOLUME
2148
+ ,Q_COUNT
2149
+ ,Q_WEIGHT
2150
+ ,Q_TIME);
2151
+
2152
+ /** IfcSlabTypeEnum */
2153
+ export type IfcSlabTypeEnum = ENUMERATION OF
2154
+ (FLOOR
2155
+ ,ROOF
2156
+ ,LANDING
2157
+ ,BASESLAB
2158
+ ,USERDEFINED
2159
+ ,NOTDEFINED);
2160
+
2161
+ /** IfcSolarDeviceTypeEnum */
2162
+ export type IfcSolarDeviceTypeEnum = ENUMERATION OF
2163
+ (SOLARCOLLECTOR
2164
+ ,SOLARPANEL
2165
+ ,USERDEFINED
2166
+ ,NOTDEFINED);
2167
+
2168
+ /** IfcSpaceHeaterTypeEnum */
2169
+ export type IfcSpaceHeaterTypeEnum = ENUMERATION OF
2170
+ (CONVECTOR
2171
+ ,RADIATOR
2172
+ ,USERDEFINED
2173
+ ,NOTDEFINED);
2174
+
2175
+ /** IfcSpaceTypeEnum */
2176
+ export type IfcSpaceTypeEnum = ENUMERATION OF
2177
+ (SPACE
2178
+ ,PARKING
2179
+ ,GFA
2180
+ ,INTERNAL
2181
+ ,EXTERNAL
2182
+ ,USERDEFINED
2183
+ ,NOTDEFINED);
2184
+
2185
+ /** IfcSpatialZoneTypeEnum */
2186
+ export type IfcSpatialZoneTypeEnum = ENUMERATION OF
2187
+ (CONSTRUCTION
2188
+ ,FIRESAFETY
2189
+ ,LIGHTING
2190
+ ,OCCUPANCY
2191
+ ,SECURITY
2192
+ ,THERMAL
2193
+ ,TRANSPORT
2194
+ ,VENTILATION
2195
+ ,USERDEFINED
2196
+ ,NOTDEFINED);
2197
+
2198
+ /** IfcStackTerminalTypeEnum */
2199
+ export type IfcStackTerminalTypeEnum = ENUMERATION OF
2200
+ (BIRDCAGE
2201
+ ,COWL
2202
+ ,RAINWATERHOPPER
2203
+ ,USERDEFINED
2204
+ ,NOTDEFINED);
2205
+
2206
+ /** IfcStairFlightTypeEnum */
2207
+ export type IfcStairFlightTypeEnum = ENUMERATION OF
2208
+ (STRAIGHT
2209
+ ,WINDER
2210
+ ,SPIRAL
2211
+ ,CURVED
2212
+ ,FREEFORM
2213
+ ,USERDEFINED
2214
+ ,NOTDEFINED);
2215
+
2216
+ /** IfcStairTypeEnum */
2217
+ export type IfcStairTypeEnum = ENUMERATION OF
2218
+ (STRAIGHT_RUN_STAIR
2219
+ ,TWO_STRAIGHT_RUN_STAIR
2220
+ ,QUARTER_WINDING_STAIR
2221
+ ,QUARTER_TURN_STAIR
2222
+ ,HALF_WINDING_STAIR
2223
+ ,HALF_TURN_STAIR
2224
+ ,TWO_QUARTER_WINDING_STAIR
2225
+ ,TWO_QUARTER_TURN_STAIR
2226
+ ,THREE_QUARTER_WINDING_STAIR
2227
+ ,THREE_QUARTER_TURN_STAIR
2228
+ ,SPIRAL_STAIR
2229
+ ,DOUBLE_RETURN_STAIR
2230
+ ,CURVED_RUN_STAIR
2231
+ ,TWO_CURVED_RUN_STAIR
2232
+ ,USERDEFINED
2233
+ ,NOTDEFINED);
2234
+
2235
+ /** IfcStateEnum */
2236
+ export type IfcStateEnum = ENUMERATION OF
2237
+ (READWRITE
2238
+ ,READONLY
2239
+ ,LOCKED
2240
+ ,READWRITELOCKED
2241
+ ,READONLYLOCKED);
2242
+
2243
+ /** IfcStructuralCurveActivityTypeEnum */
2244
+ export type IfcStructuralCurveActivityTypeEnum = ENUMERATION OF
2245
+ (CONST
2246
+ ,LINEAR
2247
+ ,POLYGONAL
2248
+ ,EQUIDISTANT
2249
+ ,SINUS
2250
+ ,PARABOLA
2251
+ ,DISCRETE
2252
+ ,USERDEFINED
2253
+ ,NOTDEFINED);
2254
+
2255
+ /** IfcStructuralCurveMemberTypeEnum */
2256
+ export type IfcStructuralCurveMemberTypeEnum = ENUMERATION OF
2257
+ (RIGID_JOINED_MEMBER
2258
+ ,PIN_JOINED_MEMBER
2259
+ ,CABLE
2260
+ ,TENSION_MEMBER
2261
+ ,COMPRESSION_MEMBER
2262
+ ,USERDEFINED
2263
+ ,NOTDEFINED);
2264
+
2265
+ /** IfcStructuralSurfaceActivityTypeEnum */
2266
+ export type IfcStructuralSurfaceActivityTypeEnum = ENUMERATION OF
2267
+ (CONST
2268
+ ,BILINEAR
2269
+ ,DISCRETE
2270
+ ,ISOCONTOUR
2271
+ ,USERDEFINED
2272
+ ,NOTDEFINED);
2273
+
2274
+ /** IfcStructuralSurfaceMemberTypeEnum */
2275
+ export type IfcStructuralSurfaceMemberTypeEnum = ENUMERATION OF
2276
+ (BENDING_ELEMENT
2277
+ ,MEMBRANE_ELEMENT
2278
+ ,SHELL
2279
+ ,USERDEFINED
2280
+ ,NOTDEFINED);
2281
+
2282
+ /** IfcSubContractResourceTypeEnum */
2283
+ export type IfcSubContractResourceTypeEnum = ENUMERATION OF
2284
+ (PURCHASE
2285
+ ,WORK
2286
+ ,USERDEFINED
2287
+ ,NOTDEFINED);
2288
+
2289
+ /** IfcSurfaceFeatureTypeEnum */
2290
+ export type IfcSurfaceFeatureTypeEnum = ENUMERATION OF
2291
+ (MARK
2292
+ ,TAG
2293
+ ,TREATMENT
2294
+ ,USERDEFINED
2295
+ ,NOTDEFINED);
2296
+
2297
+ /** IfcSurfaceSide */
2298
+ export type IfcSurfaceSide = ENUMERATION OF
2299
+ (POSITIVE
2300
+ ,NEGATIVE
2301
+ ,BOTH);
2302
+
2303
+ /** IfcSwitchingDeviceTypeEnum */
2304
+ export type IfcSwitchingDeviceTypeEnum = ENUMERATION OF
2305
+ (CONTACTOR
2306
+ ,DIMMERSWITCH
2307
+ ,EMERGENCYSTOP
2308
+ ,KEYPAD
2309
+ ,MOMENTARYSWITCH
2310
+ ,SELECTORSWITCH
2311
+ ,STARTER
2312
+ ,SWITCHDISCONNECTOR
2313
+ ,TOGGLESWITCH
2314
+ ,USERDEFINED
2315
+ ,NOTDEFINED);
2316
+
2317
+ /** IfcSystemFurnitureElementTypeEnum */
2318
+ export type IfcSystemFurnitureElementTypeEnum = ENUMERATION OF
2319
+ (PANEL
2320
+ ,WORKSURFACE
2321
+ ,USERDEFINED
2322
+ ,NOTDEFINED);
2323
+
2324
+ /** IfcTankTypeEnum */
2325
+ export type IfcTankTypeEnum = ENUMERATION OF
2326
+ (BASIN
2327
+ ,BREAKPRESSURE
2328
+ ,EXPANSION
2329
+ ,FEEDANDEXPANSION
2330
+ ,PRESSUREVESSEL
2331
+ ,STORAGE
2332
+ ,VESSEL
2333
+ ,USERDEFINED
2334
+ ,NOTDEFINED);
2335
+
2336
+ /** IfcTaskDurationEnum */
2337
+ export type IfcTaskDurationEnum = ENUMERATION OF
2338
+ (ELAPSEDTIME
2339
+ ,WORKTIME
2340
+ ,NOTDEFINED);
2341
+
2342
+ /** IfcTaskTypeEnum */
2343
+ export type IfcTaskTypeEnum = ENUMERATION OF
2344
+ (ATTENDANCE
2345
+ ,CONSTRUCTION
2346
+ ,DEMOLITION
2347
+ ,DISMANTLE
2348
+ ,DISPOSAL
2349
+ ,INSTALLATION
2350
+ ,LOGISTIC
2351
+ ,MAINTENANCE
2352
+ ,MOVE
2353
+ ,OPERATION
2354
+ ,REMOVAL
2355
+ ,RENOVATION
2356
+ ,USERDEFINED
2357
+ ,NOTDEFINED);
2358
+
2359
+ /** IfcTendonAnchorTypeEnum */
2360
+ export type IfcTendonAnchorTypeEnum = ENUMERATION OF
2361
+ (COUPLER
2362
+ ,FIXED_END
2363
+ ,TENSIONING_END
2364
+ ,USERDEFINED
2365
+ ,NOTDEFINED);
2366
+
2367
+ /** IfcTendonTypeEnum */
2368
+ export type IfcTendonTypeEnum = ENUMERATION OF
2369
+ (BAR
2370
+ ,COATED
2371
+ ,STRAND
2372
+ ,WIRE
2373
+ ,USERDEFINED
2374
+ ,NOTDEFINED);
2375
+
2376
+ /** IfcTextPath */
2377
+ export type IfcTextPath = ENUMERATION OF
2378
+ (LEFT
2379
+ ,RIGHT
2380
+ ,UP
2381
+ ,DOWN);
2382
+
2383
+ /** IfcTimeSeriesDataTypeEnum */
2384
+ export type IfcTimeSeriesDataTypeEnum = ENUMERATION OF
2385
+ (CONTINUOUS
2386
+ ,DISCRETE
2387
+ ,DISCRETEBINARY
2388
+ ,PIECEWISEBINARY
2389
+ ,PIECEWISECONSTANT
2390
+ ,PIECEWISECONTINUOUS
2391
+ ,NOTDEFINED);
2392
+
2393
+ /** IfcTransformerTypeEnum */
2394
+ export type IfcTransformerTypeEnum = ENUMERATION OF
2395
+ (CURRENT
2396
+ ,FREQUENCY
2397
+ ,INVERTER
2398
+ ,RECTIFIER
2399
+ ,VOLTAGE
2400
+ ,USERDEFINED
2401
+ ,NOTDEFINED);
2402
+
2403
+ /** IfcTransitionCode */
2404
+ export type IfcTransitionCode = ENUMERATION OF
2405
+ (DISCONTINUOUS
2406
+ ,CONTINUOUS
2407
+ ,CONTSAMEGRADIENT
2408
+ ,CONTSAMEGRADIENTSAMECURVATURE);
2409
+
2410
+ /** IfcTransportElementTypeEnum */
2411
+ export type IfcTransportElementTypeEnum = ENUMERATION OF
2412
+ (ELEVATOR
2413
+ ,ESCALATOR
2414
+ ,MOVINGWALKWAY
2415
+ ,CRANEWAY
2416
+ ,LIFTINGGEAR
2417
+ ,USERDEFINED
2418
+ ,NOTDEFINED);
2419
+
2420
+ /** IfcTrimmingPreference */
2421
+ export type IfcTrimmingPreference = ENUMERATION OF
2422
+ (CARTESIAN
2423
+ ,PARAMETER
2424
+ ,UNSPECIFIED);
2425
+
2426
+ /** IfcTubeBundleTypeEnum */
2427
+ export type IfcTubeBundleTypeEnum = ENUMERATION OF
2428
+ (FINNED
2429
+ ,USERDEFINED
2430
+ ,NOTDEFINED);
2431
+
2432
+ /** IfcUnitEnum */
2433
+ export type IfcUnitEnum = ENUMERATION OF
2434
+ (ABSORBEDDOSEUNIT
2435
+ ,AMOUNTOFSUBSTANCEUNIT
2436
+ ,AREAUNIT
2437
+ ,DOSEEQUIVALENTUNIT
2438
+ ,ELECTRICCAPACITANCEUNIT
2439
+ ,ELECTRICCHARGEUNIT
2440
+ ,ELECTRICCONDUCTANCEUNIT
2441
+ ,ELECTRICCURRENTUNIT
2442
+ ,ELECTRICRESISTANCEUNIT
2443
+ ,ELECTRICVOLTAGEUNIT
2444
+ ,ENERGYUNIT
2445
+ ,FORCEUNIT
2446
+ ,FREQUENCYUNIT
2447
+ ,ILLUMINANCEUNIT
2448
+ ,INDUCTANCEUNIT
2449
+ ,LENGTHUNIT
2450
+ ,LUMINOUSFLUXUNIT
2451
+ ,LUMINOUSINTENSITYUNIT
2452
+ ,MAGNETICFLUXDENSITYUNIT
2453
+ ,MAGNETICFLUXUNIT
2454
+ ,MASSUNIT
2455
+ ,PLANEANGLEUNIT
2456
+ ,POWERUNIT
2457
+ ,PRESSUREUNIT
2458
+ ,RADIOACTIVITYUNIT
2459
+ ,SOLIDANGLEUNIT
2460
+ ,THERMODYNAMICTEMPERATUREUNIT
2461
+ ,TIMEUNIT
2462
+ ,VOLUMEUNIT
2463
+ ,USERDEFINED);
2464
+
2465
+ /** IfcUnitaryControlElementTypeEnum */
2466
+ export type IfcUnitaryControlElementTypeEnum = ENUMERATION OF
2467
+ (ALARMPANEL
2468
+ ,CONTROLPANEL
2469
+ ,GASDETECTIONPANEL
2470
+ ,INDICATORPANEL
2471
+ ,MIMICPANEL
2472
+ ,HUMIDISTAT
2473
+ ,THERMOSTAT
2474
+ ,WEATHERSTATION
2475
+ ,USERDEFINED
2476
+ ,NOTDEFINED);
2477
+
2478
+ /** IfcUnitaryEquipmentTypeEnum */
2479
+ export type IfcUnitaryEquipmentTypeEnum = ENUMERATION OF
2480
+ (AIRHANDLER
2481
+ ,AIRCONDITIONINGUNIT
2482
+ ,DEHUMIDIFIER
2483
+ ,SPLITSYSTEM
2484
+ ,ROOFTOPUNIT
2485
+ ,USERDEFINED
2486
+ ,NOTDEFINED);
2487
+
2488
+ /** IfcValveTypeEnum */
2489
+ export type IfcValveTypeEnum = ENUMERATION OF
2490
+ (AIRRELEASE
2491
+ ,ANTIVACUUM
2492
+ ,CHANGEOVER
2493
+ ,CHECK
2494
+ ,COMMISSIONING
2495
+ ,DIVERTING
2496
+ ,DRAWOFFCOCK
2497
+ ,DOUBLECHECK
2498
+ ,DOUBLEREGULATING
2499
+ ,FAUCET
2500
+ ,FLUSHING
2501
+ ,GASCOCK
2502
+ ,GASTAP
2503
+ ,ISOLATING
2504
+ ,MIXING
2505
+ ,PRESSUREREDUCING
2506
+ ,PRESSURERELIEF
2507
+ ,REGULATING
2508
+ ,SAFETYCUTOFF
2509
+ ,STEAMTRAP
2510
+ ,STOPCOCK
2511
+ ,USERDEFINED
2512
+ ,NOTDEFINED);
2513
+
2514
+ /** IfcVibrationIsolatorTypeEnum */
2515
+ export type IfcVibrationIsolatorTypeEnum = ENUMERATION OF
2516
+ (COMPRESSION
2517
+ ,SPRING
2518
+ ,USERDEFINED
2519
+ ,NOTDEFINED);
2520
+
2521
+ /** IfcVoidingFeatureTypeEnum */
2522
+ export type IfcVoidingFeatureTypeEnum = ENUMERATION OF
2523
+ (CUTOUT
2524
+ ,NOTCH
2525
+ ,HOLE
2526
+ ,MITER
2527
+ ,CHAMFER
2528
+ ,EDGE
2529
+ ,USERDEFINED
2530
+ ,NOTDEFINED);
2531
+
2532
+ /** IfcWallTypeEnum */
2533
+ export type IfcWallTypeEnum = ENUMERATION OF
2534
+ (MOVABLE
2535
+ ,PARAPET
2536
+ ,PARTITIONING
2537
+ ,PLUMBINGWALL
2538
+ ,SHEAR
2539
+ ,SOLIDWALL
2540
+ ,STANDARD
2541
+ ,POLYGONAL
2542
+ ,ELEMENTEDWALL
2543
+ ,USERDEFINED
2544
+ ,NOTDEFINED);
2545
+
2546
+ /** IfcWasteTerminalTypeEnum */
2547
+ export type IfcWasteTerminalTypeEnum = ENUMERATION OF
2548
+ (FLOORTRAP
2549
+ ,FLOORWASTE
2550
+ ,GULLYSUMP
2551
+ ,GULLYTRAP
2552
+ ,ROOFDRAIN
2553
+ ,WASTEDISPOSALUNIT
2554
+ ,WASTETRAP
2555
+ ,USERDEFINED
2556
+ ,NOTDEFINED);
2557
+
2558
+ /** IfcWindowPanelOperationEnum */
2559
+ export type IfcWindowPanelOperationEnum = ENUMERATION OF
2560
+ (SIDEHUNGRIGHTHAND
2561
+ ,SIDEHUNGLEFTHAND
2562
+ ,TILTANDTURNRIGHTHAND
2563
+ ,TILTANDTURNLEFTHAND
2564
+ ,TOPHUNG
2565
+ ,BOTTOMHUNG
2566
+ ,PIVOTHORIZONTAL
2567
+ ,PIVOTVERTICAL
2568
+ ,SLIDINGHORIZONTAL
2569
+ ,SLIDINGVERTICAL
2570
+ ,REMOVABLECASEMENT
2571
+ ,FIXEDCASEMENT
2572
+ ,OTHEROPERATION
2573
+ ,NOTDEFINED);
2574
+
2575
+ /** IfcWindowPanelPositionEnum */
2576
+ export type IfcWindowPanelPositionEnum = ENUMERATION OF
2577
+ (LEFT
2578
+ ,MIDDLE
2579
+ ,RIGHT
2580
+ ,BOTTOM
2581
+ ,TOP
2582
+ ,NOTDEFINED);
2583
+
2584
+ /** IfcWindowStyleConstructionEnum */
2585
+ export type IfcWindowStyleConstructionEnum = ENUMERATION OF
2586
+ (ALUMINIUM
2587
+ ,HIGH_GRADE_STEEL
2588
+ ,STEEL
2589
+ ,WOOD
2590
+ ,ALUMINIUM_WOOD
2591
+ ,PLASTIC
2592
+ ,OTHER_CONSTRUCTION
2593
+ ,NOTDEFINED);
2594
+
2595
+ /** IfcWindowStyleOperationEnum */
2596
+ export type IfcWindowStyleOperationEnum = ENUMERATION OF
2597
+ (SINGLE_PANEL
2598
+ ,DOUBLE_PANEL_VERTICAL
2599
+ ,DOUBLE_PANEL_HORIZONTAL
2600
+ ,TRIPLE_PANEL_VERTICAL
2601
+ ,TRIPLE_PANEL_BOTTOM
2602
+ ,TRIPLE_PANEL_TOP
2603
+ ,TRIPLE_PANEL_LEFT
2604
+ ,TRIPLE_PANEL_RIGHT
2605
+ ,TRIPLE_PANEL_HORIZONTAL
2606
+ ,USERDEFINED
2607
+ ,NOTDEFINED);
2608
+
2609
+ /** IfcWindowTypeEnum */
2610
+ export type IfcWindowTypeEnum = ENUMERATION OF
2611
+ (WINDOW
2612
+ ,SKYLIGHT
2613
+ ,LIGHTDOME
2614
+ ,USERDEFINED
2615
+ ,NOTDEFINED);
2616
+
2617
+ /** IfcWindowTypePartitioningEnum */
2618
+ export type IfcWindowTypePartitioningEnum = ENUMERATION OF
2619
+ (SINGLE_PANEL
2620
+ ,DOUBLE_PANEL_VERTICAL
2621
+ ,DOUBLE_PANEL_HORIZONTAL
2622
+ ,TRIPLE_PANEL_VERTICAL
2623
+ ,TRIPLE_PANEL_BOTTOM
2624
+ ,TRIPLE_PANEL_TOP
2625
+ ,TRIPLE_PANEL_LEFT
2626
+ ,TRIPLE_PANEL_RIGHT
2627
+ ,TRIPLE_PANEL_HORIZONTAL
2628
+ ,USERDEFINED
2629
+ ,NOTDEFINED);
2630
+
2631
+ /** IfcWorkCalendarTypeEnum */
2632
+ export type IfcWorkCalendarTypeEnum = ENUMERATION OF
2633
+ (FIRSTSHIFT
2634
+ ,SECONDSHIFT
2635
+ ,THIRDSHIFT
2636
+ ,USERDEFINED
2637
+ ,NOTDEFINED);
2638
+
2639
+ /** IfcWorkPlanTypeEnum */
2640
+ export type IfcWorkPlanTypeEnum = ENUMERATION OF
2641
+ (ACTUAL
2642
+ ,BASELINE
2643
+ ,PLANNED
2644
+ ,USERDEFINED
2645
+ ,NOTDEFINED);
2646
+
2647
+ /** IfcWorkScheduleTypeEnum */
2648
+ export type IfcWorkScheduleTypeEnum = ENUMERATION OF
2649
+ (ACTUAL
2650
+ ,BASELINE
2651
+ ,PLANNED
2652
+ ,USERDEFINED
2653
+ ,NOTDEFINED);
2654
+
2655
+ /** IfcActorSelect */
2656
+ export type IfcActorSelect = SELECT
2657
+ (IfcOrganization
2658
+ ,IfcPerson
2659
+ ,IfcPersonAndOrganization);
2660
+
2661
+ /** IfcAppliedValueSelect */
2662
+ export type IfcAppliedValueSelect = SELECT
2663
+ (IfcMeasureWithUnit
2664
+ ,IfcReference
2665
+ ,IfcValue);
2666
+
2667
+ /** IfcAxis2Placement */
2668
+ export type IfcAxis2Placement = SELECT
2669
+ (IfcAxis2Placement2D
2670
+ ,IfcAxis2Placement3D);
2671
+
2672
+ /** IfcBendingParameterSelect */
2673
+ export type IfcBendingParameterSelect = SELECT
2674
+ (IfcLengthMeasure
2675
+ ,IfcPlaneAngleMeasure);
2676
+
2677
+ /** IfcBooleanOperand */
2678
+ export type IfcBooleanOperand = SELECT
2679
+ (IfcBooleanResult
2680
+ ,IfcCsgPrimitive3D
2681
+ ,IfcHalfSpaceSolid
2682
+ ,IfcSolidModel
2683
+ ,IfcTessellatedFaceSet);
2684
+
2685
+ /** IfcClassificationReferenceSelect */
2686
+ export type IfcClassificationReferenceSelect = SELECT
2687
+ (IfcClassification
2688
+ ,IfcClassificationReference);
2689
+
2690
+ /** IfcClassificationSelect */
2691
+ export type IfcClassificationSelect = SELECT
2692
+ (IfcClassification
2693
+ ,IfcClassificationReference);
2694
+
2695
+ /** IfcColour */
2696
+ export type IfcColour = SELECT
2697
+ (IfcColourSpecification
2698
+ ,IfcPreDefinedColour);
2699
+
2700
+ /** IfcColourOrFactor */
2701
+ export type IfcColourOrFactor = SELECT
2702
+ (IfcColourRgb
2703
+ ,IfcNormalisedRatioMeasure);
2704
+
2705
+ /** IfcCoordinateReferenceSystemSelect */
2706
+ export type IfcCoordinateReferenceSystemSelect = SELECT
2707
+ (IfcCoordinateReferenceSystem
2708
+ ,IfcGeometricRepresentationContext);
2709
+
2710
+ /** IfcCsgSelect */
2711
+ export type IfcCsgSelect = SELECT
2712
+ (IfcBooleanResult
2713
+ ,IfcCsgPrimitive3D);
2714
+
2715
+ /** IfcCurveFontOrScaledCurveFontSelect */
2716
+ export type IfcCurveFontOrScaledCurveFontSelect = SELECT
2717
+ (IfcCurveStyleFontAndScaling
2718
+ ,IfcCurveStyleFontSelect);
2719
+
2720
+ /** IfcCurveOnSurface */
2721
+ export type IfcCurveOnSurface = SELECT
2722
+ (IfcCompositeCurveOnSurface
2723
+ ,IfcPcurve
2724
+ ,IfcSurfaceCurve);
2725
+
2726
+ /** IfcCurveOrEdgeCurve */
2727
+ export type IfcCurveOrEdgeCurve = SELECT
2728
+ (IfcBoundedCurve
2729
+ ,IfcEdgeCurve);
2730
+
2731
+ /** IfcCurveStyleFontSelect */
2732
+ export type IfcCurveStyleFontSelect = SELECT
2733
+ (IfcCurveStyleFont
2734
+ ,IfcPreDefinedCurveFont);
2735
+
2736
+ /** IfcDefinitionSelect */
2737
+ export type IfcDefinitionSelect = SELECT
2738
+ (IfcObjectDefinition
2739
+ ,IfcPropertyDefinition);
2740
+
2741
+ /** IfcDerivedMeasureValue */
2742
+ export type IfcDerivedMeasureValue = SELECT
2743
+ (IfcAbsorbedDoseMeasure
2744
+ ,IfcAccelerationMeasure
2745
+ ,IfcAngularVelocityMeasure
2746
+ ,IfcAreaDensityMeasure
2747
+ ,IfcCompoundPlaneAngleMeasure
2748
+ ,IfcCurvatureMeasure
2749
+ ,IfcDoseEquivalentMeasure
2750
+ ,IfcDynamicViscosityMeasure
2751
+ ,IfcElectricCapacitanceMeasure
2752
+ ,IfcElectricChargeMeasure
2753
+ ,IfcElectricConductanceMeasure
2754
+ ,IfcElectricResistanceMeasure
2755
+ ,IfcElectricVoltageMeasure
2756
+ ,IfcEnergyMeasure
2757
+ ,IfcForceMeasure
2758
+ ,IfcFrequencyMeasure
2759
+ ,IfcHeatFluxDensityMeasure
2760
+ ,IfcHeatingValueMeasure
2761
+ ,IfcIlluminanceMeasure
2762
+ ,IfcInductanceMeasure
2763
+ ,IfcIntegerCountRateMeasure
2764
+ ,IfcIonConcentrationMeasure
2765
+ ,IfcIsothermalMoistureCapacityMeasure
2766
+ ,IfcKinematicViscosityMeasure
2767
+ ,IfcLinearForceMeasure
2768
+ ,IfcLinearMomentMeasure
2769
+ ,IfcLinearStiffnessMeasure
2770
+ ,IfcLinearVelocityMeasure
2771
+ ,IfcLuminousFluxMeasure
2772
+ ,IfcLuminousIntensityDistributionMeasure
2773
+ ,IfcMagneticFluxDensityMeasure
2774
+ ,IfcMagneticFluxMeasure
2775
+ ,IfcMassDensityMeasure
2776
+ ,IfcMassFlowRateMeasure
2777
+ ,IfcMassPerLengthMeasure
2778
+ ,IfcModulusOfElasticityMeasure
2779
+ ,IfcModulusOfLinearSubgradeReactionMeasure
2780
+ ,IfcModulusOfRotationalSubgradeReactionMeasure
2781
+ ,IfcModulusOfSubgradeReactionMeasure
2782
+ ,IfcMoistureDiffusivityMeasure
2783
+ ,IfcMolecularWeightMeasure
2784
+ ,IfcMomentOfInertiaMeasure
2785
+ ,IfcMonetaryMeasure
2786
+ ,IfcPHMeasure
2787
+ ,IfcPlanarForceMeasure
2788
+ ,IfcPowerMeasure
2789
+ ,IfcPressureMeasure
2790
+ ,IfcRadioActivityMeasure
2791
+ ,IfcRotationalFrequencyMeasure
2792
+ ,IfcRotationalMassMeasure
2793
+ ,IfcRotationalStiffnessMeasure
2794
+ ,IfcSectionModulusMeasure
2795
+ ,IfcSectionalAreaIntegralMeasure
2796
+ ,IfcShearModulusMeasure
2797
+ ,IfcSoundPowerLevelMeasure
2798
+ ,IfcSoundPowerMeasure
2799
+ ,IfcSoundPressureLevelMeasure
2800
+ ,IfcSoundPressureMeasure
2801
+ ,IfcSpecificHeatCapacityMeasure
2802
+ ,IfcTemperatureGradientMeasure
2803
+ ,IfcTemperatureRateOfChangeMeasure
2804
+ ,IfcThermalAdmittanceMeasure
2805
+ ,IfcThermalConductivityMeasure
2806
+ ,IfcThermalExpansionCoefficientMeasure
2807
+ ,IfcThermalResistanceMeasure
2808
+ ,IfcThermalTransmittanceMeasure
2809
+ ,IfcTorqueMeasure
2810
+ ,IfcVaporPermeabilityMeasure
2811
+ ,IfcVolumetricFlowRateMeasure
2812
+ ,IfcWarpingConstantMeasure
2813
+ ,IfcWarpingMomentMeasure);
2814
+
2815
+ /** IfcDocumentSelect */
2816
+ export type IfcDocumentSelect = SELECT
2817
+ (IfcDocumentInformation
2818
+ ,IfcDocumentReference);
2819
+
2820
+ /** IfcFillStyleSelect */
2821
+ export type IfcFillStyleSelect = SELECT
2822
+ (IfcColour
2823
+ ,IfcExternallyDefinedHatchStyle
2824
+ ,IfcFillAreaStyleHatching
2825
+ ,IfcFillAreaStyleTiles);
2826
+
2827
+ /** IfcGeometricSetSelect */
2828
+ export type IfcGeometricSetSelect = SELECT
2829
+ (IfcCurve
2830
+ ,IfcPoint
2831
+ ,IfcSurface);
2832
+
2833
+ /** IfcGridPlacementDirectionSelect */
2834
+ export type IfcGridPlacementDirectionSelect = SELECT
2835
+ (IfcDirection
2836
+ ,IfcVirtualGridIntersection);
2837
+
2838
+ /** IfcHatchLineDistanceSelect */
2839
+ export type IfcHatchLineDistanceSelect = SELECT
2840
+ (IfcPositiveLengthMeasure
2841
+ ,IfcVector);
2842
+
2843
+ /** IfcLayeredItem */
2844
+ export type IfcLayeredItem = SELECT
2845
+ (IfcRepresentation
2846
+ ,IfcRepresentationItem);
2847
+
2848
+ /** IfcLibrarySelect */
2849
+ export type IfcLibrarySelect = SELECT
2850
+ (IfcLibraryInformation
2851
+ ,IfcLibraryReference);
2852
+
2853
+ /** IfcLightDistributionDataSourceSelect */
2854
+ export type IfcLightDistributionDataSourceSelect = SELECT
2855
+ (IfcExternalReference
2856
+ ,IfcLightIntensityDistribution);
2857
+
2858
+ /** IfcMaterialSelect */
2859
+ export type IfcMaterialSelect = SELECT
2860
+ (IfcMaterialDefinition
2861
+ ,IfcMaterialList
2862
+ ,IfcMaterialUsageDefinition);
2863
+
2864
+ /** IfcMeasureValue */
2865
+ export type IfcMeasureValue = SELECT
2866
+ (IfcAmountOfSubstanceMeasure
2867
+ ,IfcAreaMeasure
2868
+ ,IfcComplexNumber
2869
+ ,IfcContextDependentMeasure
2870
+ ,IfcCountMeasure
2871
+ ,IfcDescriptiveMeasure
2872
+ ,IfcElectricCurrentMeasure
2873
+ ,IfcLengthMeasure
2874
+ ,IfcLuminousIntensityMeasure
2875
+ ,IfcMassMeasure
2876
+ ,IfcNonNegativeLengthMeasure
2877
+ ,IfcNormalisedRatioMeasure
2878
+ ,IfcNumericMeasure
2879
+ ,IfcParameterValue
2880
+ ,IfcPlaneAngleMeasure
2881
+ ,IfcPositiveLengthMeasure
2882
+ ,IfcPositivePlaneAngleMeasure
2883
+ ,IfcPositiveRatioMeasure
2884
+ ,IfcRatioMeasure
2885
+ ,IfcSolidAngleMeasure
2886
+ ,IfcThermodynamicTemperatureMeasure
2887
+ ,IfcTimeMeasure
2888
+ ,IfcVolumeMeasure);
2889
+
2890
+ /** IfcMetricValueSelect */
2891
+ export type IfcMetricValueSelect = SELECT
2892
+ (IfcAppliedValue
2893
+ ,IfcMeasureWithUnit
2894
+ ,IfcReference
2895
+ ,IfcTable
2896
+ ,IfcTimeSeries
2897
+ ,IfcValue);
2898
+
2899
+ /** IfcModulusOfRotationalSubgradeReactionSelect */
2900
+ export type IfcModulusOfRotationalSubgradeReactionSelect = SELECT
2901
+ (IfcBoolean
2902
+ ,IfcModulusOfRotationalSubgradeReactionMeasure);
2903
+
2904
+ /** IfcModulusOfSubgradeReactionSelect */
2905
+ export type IfcModulusOfSubgradeReactionSelect = SELECT
2906
+ (IfcBoolean
2907
+ ,IfcModulusOfSubgradeReactionMeasure);
2908
+
2909
+ /** IfcModulusOfTranslationalSubgradeReactionSelect */
2910
+ export type IfcModulusOfTranslationalSubgradeReactionSelect = SELECT
2911
+ (IfcBoolean
2912
+ ,IfcModulusOfLinearSubgradeReactionMeasure);
2913
+
2914
+ /** IfcObjectReferenceSelect */
2915
+ export type IfcObjectReferenceSelect = SELECT
2916
+ (IfcAddress
2917
+ ,IfcAppliedValue
2918
+ ,IfcExternalReference
2919
+ ,IfcMaterialDefinition
2920
+ ,IfcOrganization
2921
+ ,IfcPerson
2922
+ ,IfcPersonAndOrganization
2923
+ ,IfcTable
2924
+ ,IfcTimeSeries);
2925
+
2926
+ /** IfcPointOrVertexPoint */
2927
+ export type IfcPointOrVertexPoint = SELECT
2928
+ (IfcPoint
2929
+ ,IfcVertexPoint);
2930
+
2931
+ /** IfcPresentationStyleSelect */
2932
+ export type IfcPresentationStyleSelect = SELECT
2933
+ (IfcCurveStyle
2934
+ ,IfcFillAreaStyle
2935
+ ,IfcNullStyle
2936
+ ,IfcSurfaceStyle
2937
+ ,IfcTextStyle);
2938
+
2939
+ /** IfcProcessSelect */
2940
+ export type IfcProcessSelect = SELECT
2941
+ (IfcProcess
2942
+ ,IfcTypeProcess);
2943
+
2944
+ /** IfcProductRepresentationSelect */
2945
+ export type IfcProductRepresentationSelect = SELECT
2946
+ (IfcProductDefinitionShape
2947
+ ,IfcRepresentationMap);
2948
+
2949
+ /** IfcProductSelect */
2950
+ export type IfcProductSelect = SELECT
2951
+ (IfcProduct
2952
+ ,IfcTypeProduct);
2953
+
2954
+ /** IfcPropertySetDefinitionSelect */
2955
+ export type IfcPropertySetDefinitionSelect = SELECT
2956
+ (IfcPropertySetDefinition
2957
+ ,IfcPropertySetDefinitionSet);
2958
+
2959
+ /** IfcResourceObjectSelect */
2960
+ export type IfcResourceObjectSelect = SELECT
2961
+ (IfcActorRole
2962
+ ,IfcAppliedValue
2963
+ ,IfcApproval
2964
+ ,IfcConstraint
2965
+ ,IfcContextDependentUnit
2966
+ ,IfcConversionBasedUnit
2967
+ ,IfcExternalInformation
2968
+ ,IfcExternalReference
2969
+ ,IfcMaterialDefinition
2970
+ ,IfcOrganization
2971
+ ,IfcPerson
2972
+ ,IfcPersonAndOrganization
2973
+ ,IfcPhysicalQuantity
2974
+ ,IfcProfileDef
2975
+ ,IfcPropertyAbstraction
2976
+ ,IfcTimeSeries);
2977
+
2978
+ /** IfcResourceSelect */
2979
+ export type IfcResourceSelect = SELECT
2980
+ (IfcResource
2981
+ ,IfcTypeResource);
2982
+
2983
+ /** IfcRotationalStiffnessSelect */
2984
+ export type IfcRotationalStiffnessSelect = SELECT
2985
+ (IfcBoolean
2986
+ ,IfcRotationalStiffnessMeasure);
2987
+
2988
+ /** IfcSegmentIndexSelect */
2989
+ export type IfcSegmentIndexSelect = SELECT
2990
+ (IfcArcIndex
2991
+ ,IfcLineIndex);
2992
+
2993
+ /** IfcShell */
2994
+ export type IfcShell = SELECT
2995
+ (IfcClosedShell
2996
+ ,IfcOpenShell);
2997
+
2998
+ /** IfcSimpleValue */
2999
+ export type IfcSimpleValue = SELECT
3000
+ (IfcBinary
3001
+ ,IfcBoolean
3002
+ ,IfcDate
3003
+ ,IfcDateTime
3004
+ ,IfcDuration
3005
+ ,IfcIdentifier
3006
+ ,IfcInteger
3007
+ ,IfcLabel
3008
+ ,IfcLogical
3009
+ ,IfcPositiveInteger
3010
+ ,IfcReal
3011
+ ,IfcText
3012
+ ,IfcTime
3013
+ ,IfcTimeStamp);
3014
+
3015
+ /** IfcSizeSelect */
3016
+ export type IfcSizeSelect = SELECT
3017
+ (IfcDescriptiveMeasure
3018
+ ,IfcLengthMeasure
3019
+ ,IfcNormalisedRatioMeasure
3020
+ ,IfcPositiveLengthMeasure
3021
+ ,IfcPositiveRatioMeasure
3022
+ ,IfcRatioMeasure);
3023
+
3024
+ /** IfcSolidOrShell */
3025
+ export type IfcSolidOrShell = SELECT
3026
+ (IfcClosedShell
3027
+ ,IfcSolidModel);
3028
+
3029
+ /** IfcSpaceBoundarySelect */
3030
+ export type IfcSpaceBoundarySelect = SELECT
3031
+ (IfcExternalSpatialElement
3032
+ ,IfcSpace);
3033
+
3034
+ /** IfcSpecularHighlightSelect */
3035
+ export type IfcSpecularHighlightSelect = SELECT
3036
+ (IfcSpecularExponent
3037
+ ,IfcSpecularRoughness);
3038
+
3039
+ /** IfcStructuralActivityAssignmentSelect */
3040
+ export type IfcStructuralActivityAssignmentSelect = SELECT
3041
+ (IfcElement
3042
+ ,IfcStructuralItem);
3043
+
3044
+ /** IfcStyleAssignmentSelect */
3045
+ export type IfcStyleAssignmentSelect = SELECT
3046
+ (IfcPresentationStyle
3047
+ ,IfcPresentationStyleAssignment);
3048
+
3049
+ /** IfcSurfaceOrFaceSurface */
3050
+ export type IfcSurfaceOrFaceSurface = SELECT
3051
+ (IfcFaceBasedSurfaceModel
3052
+ ,IfcFaceSurface
3053
+ ,IfcSurface);
3054
+
3055
+ /** IfcSurfaceStyleElementSelect */
3056
+ export type IfcSurfaceStyleElementSelect = SELECT
3057
+ (IfcExternallyDefinedSurfaceStyle
3058
+ ,IfcSurfaceStyleLighting
3059
+ ,IfcSurfaceStyleRefraction
3060
+ ,IfcSurfaceStyleShading
3061
+ ,IfcSurfaceStyleWithTextures);
3062
+
3063
+ /** IfcTextFontSelect */
3064
+ export type IfcTextFontSelect = SELECT
3065
+ (IfcExternallyDefinedTextFont
3066
+ ,IfcPreDefinedTextFont);
3067
+
3068
+ /** IfcTimeOrRatioSelect */
3069
+ export type IfcTimeOrRatioSelect = SELECT
3070
+ (IfcDuration
3071
+ ,IfcRatioMeasure);
3072
+
3073
+ /** IfcTranslationalStiffnessSelect */
3074
+ export type IfcTranslationalStiffnessSelect = SELECT
3075
+ (IfcBoolean
3076
+ ,IfcLinearStiffnessMeasure);
3077
+
3078
+ /** IfcTrimmingSelect */
3079
+ export type IfcTrimmingSelect = SELECT
3080
+ (IfcCartesianPoint
3081
+ ,IfcParameterValue);
3082
+
3083
+ /** IfcUnit */
3084
+ export type IfcUnit = SELECT
3085
+ (IfcDerivedUnit
3086
+ ,IfcMonetaryUnit
3087
+ ,IfcNamedUnit);
3088
+
3089
+ /** IfcValue */
3090
+ export type IfcValue = SELECT
3091
+ (IfcDerivedMeasureValue
3092
+ ,IfcMeasureValue
3093
+ ,IfcSimpleValue);
3094
+
3095
+ /** IfcVectorOrDirection */
3096
+ export type IfcVectorOrDirection = SELECT
3097
+ (IfcDirection
3098
+ ,IfcVector);
3099
+
3100
+ /** IfcWarpingStiffnessSelect */
3101
+ export type IfcWarpingStiffnessSelect = SELECT
3102
+ (IfcBoolean
3103
+ ,IfcWarpingMomentMeasure);
3104
+