@ifc-lite/parser 1.1.7 → 1.2.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 (94) hide show
  1. package/LICENSE +373 -0
  2. package/README.md +1 -1
  3. package/dist/classification-extractor.js +3 -3
  4. package/dist/classification-extractor.js.map +1 -1
  5. package/dist/columnar-parser.d.ts +86 -2
  6. package/dist/columnar-parser.d.ts.map +1 -1
  7. package/dist/columnar-parser.js +440 -173
  8. package/dist/columnar-parser.js.map +1 -1
  9. package/dist/entity-extractor.d.ts.map +1 -1
  10. package/dist/entity-extractor.js +23 -11
  11. package/dist/entity-extractor.js.map +1 -1
  12. package/dist/generated/entities.d.ts +3 -2
  13. package/dist/generated/entities.d.ts.map +1 -1
  14. package/dist/generated/entities.js +6 -3
  15. package/dist/generated/entities.js.map +1 -1
  16. package/dist/generated/enums.d.ts.map +1 -1
  17. package/dist/generated/enums.js +0 -3
  18. package/dist/generated/enums.js.map +1 -1
  19. package/dist/generated/index.d.ts +4 -2
  20. package/dist/generated/index.d.ts.map +1 -1
  21. package/dist/generated/index.js +4 -2
  22. package/dist/generated/index.js.map +1 -1
  23. package/dist/generated/schema-registry.d.ts.map +1 -1
  24. package/dist/generated/schema-registry.js +8 -3
  25. package/dist/generated/schema-registry.js.map +1 -1
  26. package/dist/generated/selects.d.ts +3 -0
  27. package/dist/generated/selects.d.ts.map +1 -1
  28. package/dist/generated/selects.js +6 -3
  29. package/dist/generated/selects.js.map +1 -1
  30. package/dist/generated/serializers.d.ts +71 -0
  31. package/dist/generated/serializers.d.ts.map +1 -0
  32. package/dist/generated/serializers.js +236 -0
  33. package/dist/generated/serializers.js.map +1 -0
  34. package/dist/generated/test-compile.d.ts +1 -6
  35. package/dist/generated/test-compile.d.ts.map +1 -1
  36. package/dist/generated/test-compile.js +30 -25
  37. package/dist/generated/test-compile.js.map +1 -1
  38. package/dist/generated/type-ids.d.ts +815 -0
  39. package/dist/generated/type-ids.d.ts.map +1 -0
  40. package/dist/generated/type-ids.js +1669 -0
  41. package/dist/generated/type-ids.js.map +1 -0
  42. package/dist/generated/types.d.ts +9 -542
  43. package/dist/generated/types.d.ts.map +1 -1
  44. package/dist/generated/types.js +6 -497
  45. package/dist/generated/types.js.map +1 -1
  46. package/dist/georef-extractor.js +2 -2
  47. package/dist/georef-extractor.js.map +1 -1
  48. package/dist/index.d.ts +38 -3
  49. package/dist/index.d.ts.map +1 -1
  50. package/dist/index.js +233 -41
  51. package/dist/index.js.map +1 -1
  52. package/dist/material-extractor.js +8 -8
  53. package/dist/material-extractor.js.map +1 -1
  54. package/dist/parser.worker.d.ts +2 -0
  55. package/dist/parser.worker.d.ts.map +1 -0
  56. package/dist/parser.worker.js +43 -0
  57. package/dist/parser.worker.js.map +1 -0
  58. package/dist/property-extractor.d.ts +5 -1
  59. package/dist/property-extractor.d.ts.map +1 -1
  60. package/dist/property-extractor.js +22 -1
  61. package/dist/property-extractor.js.map +1 -1
  62. package/dist/quantity-extractor.d.ts +5 -1
  63. package/dist/quantity-extractor.d.ts.map +1 -1
  64. package/dist/quantity-extractor.js +29 -1
  65. package/dist/quantity-extractor.js.map +1 -1
  66. package/dist/relationship-extractor.d.ts +5 -1
  67. package/dist/relationship-extractor.d.ts.map +1 -1
  68. package/dist/relationship-extractor.js +27 -2
  69. package/dist/relationship-extractor.js.map +1 -1
  70. package/dist/spatial-hierarchy-builder.d.ts +4 -3
  71. package/dist/spatial-hierarchy-builder.d.ts.map +1 -1
  72. package/dist/spatial-hierarchy-builder.js +46 -34
  73. package/dist/spatial-hierarchy-builder.js.map +1 -1
  74. package/dist/style-extractor.d.ts +1 -0
  75. package/dist/style-extractor.d.ts.map +1 -1
  76. package/dist/style-extractor.js +18 -0
  77. package/dist/style-extractor.js.map +1 -1
  78. package/dist/tokenizer.d.ts +11 -0
  79. package/dist/tokenizer.d.ts.map +1 -1
  80. package/dist/tokenizer.js +150 -10
  81. package/dist/tokenizer.js.map +1 -1
  82. package/dist/unit-extractor.d.ts +22 -0
  83. package/dist/unit-extractor.d.ts.map +1 -0
  84. package/dist/unit-extractor.js +205 -0
  85. package/dist/unit-extractor.js.map +1 -0
  86. package/dist/worker-parser.d.ts +28 -0
  87. package/dist/worker-parser.d.ts.map +1 -0
  88. package/dist/worker-parser.js +81 -0
  89. package/dist/worker-parser.js.map +1 -0
  90. package/package.json +9 -8
  91. package/dist/examples/comprehensive-extraction.d.ts +0 -76
  92. package/dist/examples/comprehensive-extraction.d.ts.map +0 -1
  93. package/dist/examples/comprehensive-extraction.js +0 -228
  94. package/dist/examples/comprehensive-extraction.js.map +0 -1
@@ -0,0 +1,1669 @@
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
+ * IFC Type IDs
6
+ * Generated from EXPRESS schema: IFC4_ADD2_TC1
7
+ *
8
+ * CRC32 hashes for fast O(1) type lookup.
9
+ *
10
+ * DO NOT EDIT - This file is auto-generated
11
+ */
12
+ /**
13
+ * CRC32 Type IDs for all IFC entities
14
+ */
15
+ export const TYPE_IDS = {
16
+ IfcActionRequest: 3821786052,
17
+ IfcActor: 2296667514,
18
+ IfcActorRole: 3630933823,
19
+ IfcActuator: 4288193352,
20
+ IfcActuatorType: 2874132201,
21
+ IfcAddress: 618182010,
22
+ IfcAdvancedBrep: 1635779807,
23
+ IfcAdvancedBrepWithVoids: 2603310189,
24
+ IfcAdvancedFace: 3406155212,
25
+ IfcAirTerminal: 1634111441,
26
+ IfcAirTerminalBox: 177149247,
27
+ IfcAirTerminalBoxType: 1411407467,
28
+ IfcAirTerminalType: 3352864051,
29
+ IfcAirToAirHeatRecovery: 2056796094,
30
+ IfcAirToAirHeatRecoveryType: 1871374353,
31
+ IfcAlarm: 3087945054,
32
+ IfcAlarmType: 3001207471,
33
+ IfcAnnotation: 1674181508,
34
+ IfcAnnotationFillArea: 669184980,
35
+ IfcApplication: 639542469,
36
+ IfcAppliedValue: 411424972,
37
+ IfcApproval: 130549933,
38
+ IfcApprovalRelationship: 3869604511,
39
+ IfcArbitraryClosedProfileDef: 3798115385,
40
+ IfcArbitraryOpenProfileDef: 1310608509,
41
+ IfcArbitraryProfileDefWithVoids: 2705031697,
42
+ IfcAsset: 3460190687,
43
+ IfcAsymmetricIShapeProfileDef: 3207858831,
44
+ IfcAudioVisualAppliance: 277319702,
45
+ IfcAudioVisualApplianceType: 1532957894,
46
+ IfcAxis1Placement: 4261334040,
47
+ IfcAxis2Placement2D: 3125803723,
48
+ IfcAxis2Placement3D: 2740243338,
49
+ IfcBSplineCurve: 1967976161,
50
+ IfcBSplineCurveWithKnots: 2461110595,
51
+ IfcBSplineSurface: 2887950389,
52
+ IfcBSplineSurfaceWithKnots: 167062518,
53
+ IfcBeam: 753842376,
54
+ IfcBeamStandardCase: 2906023776,
55
+ IfcBeamType: 819618141,
56
+ IfcBlobTexture: 616511568,
57
+ IfcBlock: 1334484129,
58
+ IfcBoiler: 32344328,
59
+ IfcBoilerType: 231477066,
60
+ IfcBooleanClippingResult: 3649129432,
61
+ IfcBooleanResult: 2736907675,
62
+ IfcBoundaryCondition: 4037036970,
63
+ IfcBoundaryCurve: 1136057603,
64
+ IfcBoundaryEdgeCondition: 1560379544,
65
+ IfcBoundaryFaceCondition: 3367102660,
66
+ IfcBoundaryNodeCondition: 1387855156,
67
+ IfcBoundaryNodeConditionWarping: 2069777674,
68
+ IfcBoundedCurve: 1260505505,
69
+ IfcBoundedSurface: 4182860854,
70
+ IfcBoundingBox: 2581212453,
71
+ IfcBoxedHalfSpace: 2713105998,
72
+ IfcBuilding: 4031249490,
73
+ IfcBuildingElement: 3299480353,
74
+ IfcBuildingElementPart: 2979338954,
75
+ IfcBuildingElementPartType: 39481116,
76
+ IfcBuildingElementProxy: 1095909175,
77
+ IfcBuildingElementProxyType: 1909888760,
78
+ IfcBuildingElementType: 1950629157,
79
+ IfcBuildingStorey: 3124254112,
80
+ IfcBuildingSystem: 1177604601,
81
+ IfcBurner: 2938176219,
82
+ IfcBurnerType: 2188180465,
83
+ IfcCShapeProfileDef: 2898889636,
84
+ IfcCableCarrierFitting: 635142910,
85
+ IfcCableCarrierFittingType: 395041908,
86
+ IfcCableCarrierSegment: 3758799889,
87
+ IfcCableCarrierSegmentType: 3293546465,
88
+ IfcCableFitting: 1051757585,
89
+ IfcCableFittingType: 2674252688,
90
+ IfcCableSegment: 4217484030,
91
+ IfcCableSegmentType: 1285652485,
92
+ IfcCartesianPoint: 1123145078,
93
+ IfcCartesianPointList: 574549367,
94
+ IfcCartesianPointList2D: 1675464909,
95
+ IfcCartesianPointList3D: 2059837836,
96
+ IfcCartesianTransformationOperator: 59481748,
97
+ IfcCartesianTransformationOperator2D: 3749851601,
98
+ IfcCartesianTransformationOperator2DnonUniform: 3486308946,
99
+ IfcCartesianTransformationOperator3D: 3331915920,
100
+ IfcCartesianTransformationOperator3DnonUniform: 1416205885,
101
+ IfcCenterLineProfileDef: 3150382593,
102
+ IfcChiller: 3902619387,
103
+ IfcChillerType: 2951183804,
104
+ IfcChimney: 3296154744,
105
+ IfcChimneyType: 2197970202,
106
+ IfcCircle: 2611217952,
107
+ IfcCircleHollowProfileDef: 2937912522,
108
+ IfcCircleProfileDef: 1383045692,
109
+ IfcCivilElement: 1677625105,
110
+ IfcCivilElementType: 3893394355,
111
+ IfcClassification: 747523909,
112
+ IfcClassificationReference: 647927063,
113
+ IfcClosedShell: 2205249479,
114
+ IfcCoil: 639361253,
115
+ IfcCoilType: 2301859152,
116
+ IfcColourRgb: 776857604,
117
+ IfcColourRgbList: 3285139300,
118
+ IfcColourSpecification: 3264961684,
119
+ IfcColumn: 843113511,
120
+ IfcColumnStandardCase: 905975707,
121
+ IfcColumnType: 300633059,
122
+ IfcCommunicationsAppliance: 3221913625,
123
+ IfcCommunicationsApplianceType: 400855858,
124
+ IfcComplexProperty: 2542286263,
125
+ IfcComplexPropertyTemplate: 3875453745,
126
+ IfcCompositeCurve: 3732776249,
127
+ IfcCompositeCurveOnSurface: 15328376,
128
+ IfcCompositeCurveSegment: 2485617015,
129
+ IfcCompositeProfileDef: 1485152156,
130
+ IfcCompressor: 3571504051,
131
+ IfcCompressorType: 3850581409,
132
+ IfcCondenser: 2272882330,
133
+ IfcCondenserType: 2816379211,
134
+ IfcConic: 2510884976,
135
+ IfcConnectedFaceSet: 370225590,
136
+ IfcConnectionCurveGeometry: 1981873012,
137
+ IfcConnectionGeometry: 2859738748,
138
+ IfcConnectionPointEccentricity: 45288368,
139
+ IfcConnectionPointGeometry: 2614616156,
140
+ IfcConnectionSurfaceGeometry: 2732653382,
141
+ IfcConnectionVolumeGeometry: 775493141,
142
+ IfcConstraint: 1959218052,
143
+ IfcConstructionEquipmentResource: 3898045240,
144
+ IfcConstructionEquipmentResourceType: 2185764099,
145
+ IfcConstructionMaterialResource: 1060000209,
146
+ IfcConstructionMaterialResourceType: 4105962743,
147
+ IfcConstructionProductResource: 488727124,
148
+ IfcConstructionProductResourceType: 1525564444,
149
+ IfcConstructionResource: 2559216714,
150
+ IfcConstructionResourceType: 2574617495,
151
+ IfcContext: 3419103109,
152
+ IfcContextDependentUnit: 3050246964,
153
+ IfcControl: 3293443760,
154
+ IfcController: 25142252,
155
+ IfcControllerType: 578613899,
156
+ IfcConversionBasedUnit: 2889183280,
157
+ IfcConversionBasedUnitWithOffset: 2713554722,
158
+ IfcCooledBeam: 4136498852,
159
+ IfcCooledBeamType: 335055490,
160
+ IfcCoolingTower: 3640358203,
161
+ IfcCoolingTowerType: 2954562838,
162
+ IfcCoordinateOperation: 1785450214,
163
+ IfcCoordinateReferenceSystem: 1466758467,
164
+ IfcCostItem: 3895139033,
165
+ IfcCostSchedule: 1419761937,
166
+ IfcCostValue: 602808272,
167
+ IfcCovering: 1973544240,
168
+ IfcCoveringType: 1916426348,
169
+ IfcCrewResource: 3295246426,
170
+ IfcCrewResourceType: 1815067380,
171
+ IfcCsgPrimitive3D: 2506170314,
172
+ IfcCsgSolid: 2147822146,
173
+ IfcCurrencyRelationship: 539742890,
174
+ IfcCurtainWall: 3495092785,
175
+ IfcCurtainWallType: 1457835157,
176
+ IfcCurve: 2601014836,
177
+ IfcCurveBoundedPlane: 2827736869,
178
+ IfcCurveBoundedSurface: 2629017746,
179
+ IfcCurveStyle: 3800577675,
180
+ IfcCurveStyleFont: 1105321065,
181
+ IfcCurveStyleFontAndScaling: 2367409068,
182
+ IfcCurveStyleFontPattern: 3510044353,
183
+ IfcCylindricalSurface: 1213902940,
184
+ IfcDamper: 4074379575,
185
+ IfcDamperType: 3961806047,
186
+ IfcDerivedProfileDef: 3632507154,
187
+ IfcDerivedUnit: 1765591967,
188
+ IfcDerivedUnitElement: 1045800335,
189
+ IfcDimensionalExponents: 2949456006,
190
+ IfcDirection: 32440307,
191
+ IfcDiscreteAccessory: 1335981549,
192
+ IfcDiscreteAccessoryType: 2635815018,
193
+ IfcDistributionChamberElement: 1052013943,
194
+ IfcDistributionChamberElementType: 1599208980,
195
+ IfcDistributionCircuit: 562808652,
196
+ IfcDistributionControlElement: 1062813311,
197
+ IfcDistributionControlElementType: 2063403501,
198
+ IfcDistributionElement: 1945004755,
199
+ IfcDistributionElementType: 3256556792,
200
+ IfcDistributionFlowElement: 3040386961,
201
+ IfcDistributionFlowElementType: 3849074793,
202
+ IfcDistributionPort: 3041715199,
203
+ IfcDistributionSystem: 3205830791,
204
+ IfcDocumentInformation: 1154170062,
205
+ IfcDocumentInformationRelationship: 770865208,
206
+ IfcDocumentReference: 3732053477,
207
+ IfcDoor: 395920057,
208
+ IfcDoorLiningProperties: 2963535650,
209
+ IfcDoorPanelProperties: 1714330368,
210
+ IfcDoorStandardCase: 3242481149,
211
+ IfcDoorStyle: 526551008,
212
+ IfcDoorType: 2323601079,
213
+ IfcDraughtingPreDefinedColour: 445594917,
214
+ IfcDraughtingPreDefinedCurveFont: 4006246654,
215
+ IfcDuctFitting: 342316401,
216
+ IfcDuctFittingType: 869906466,
217
+ IfcDuctSegment: 3518393246,
218
+ IfcDuctSegmentType: 3760055223,
219
+ IfcDuctSilencer: 1360408905,
220
+ IfcDuctSilencerType: 2030761528,
221
+ IfcEdge: 3900360178,
222
+ IfcEdgeCurve: 476780140,
223
+ IfcEdgeLoop: 1472233963,
224
+ IfcElectricAppliance: 1904799276,
225
+ IfcElectricApplianceType: 663422040,
226
+ IfcElectricDistributionBoard: 862014818,
227
+ IfcElectricDistributionBoardType: 2417008758,
228
+ IfcElectricFlowStorageDevice: 3310460725,
229
+ IfcElectricFlowStorageDeviceType: 3277789161,
230
+ IfcElectricGenerator: 264262732,
231
+ IfcElectricGeneratorType: 1534661035,
232
+ IfcElectricMotor: 402227799,
233
+ IfcElectricMotorType: 1217240411,
234
+ IfcElectricTimeControl: 1003880860,
235
+ IfcElectricTimeControlType: 712377611,
236
+ IfcElement: 1758889154,
237
+ IfcElementAssembly: 4123344466,
238
+ IfcElementAssemblyType: 2397081782,
239
+ IfcElementComponent: 1623761950,
240
+ IfcElementComponentType: 2590856083,
241
+ IfcElementQuantity: 1883228015,
242
+ IfcElementType: 339256511,
243
+ IfcElementarySurface: 2777663545,
244
+ IfcEllipse: 1704287377,
245
+ IfcEllipseProfileDef: 2835456948,
246
+ IfcEnergyConversionDevice: 1658829314,
247
+ IfcEnergyConversionDeviceType: 2107101300,
248
+ IfcEngine: 2814081492,
249
+ IfcEngineType: 132023988,
250
+ IfcEvaporativeCooler: 3747195512,
251
+ IfcEvaporativeCoolerType: 3174744832,
252
+ IfcEvaporator: 484807127,
253
+ IfcEvaporatorType: 3390157468,
254
+ IfcEvent: 4148101412,
255
+ IfcEventTime: 211053100,
256
+ IfcEventType: 4024345920,
257
+ IfcExtendedProperties: 297599258,
258
+ IfcExternalInformation: 4294318154,
259
+ IfcExternalReference: 3200245327,
260
+ IfcExternalReferenceRelationship: 1437805879,
261
+ IfcExternalSpatialElement: 1209101575,
262
+ IfcExternalSpatialStructureElement: 2853485674,
263
+ IfcExternallyDefinedHatchStyle: 2242383968,
264
+ IfcExternallyDefinedSurfaceStyle: 1040185647,
265
+ IfcExternallyDefinedTextFont: 3548104201,
266
+ IfcExtrudedAreaSolid: 477187591,
267
+ IfcExtrudedAreaSolidTapered: 2804161546,
268
+ IfcFace: 2556980723,
269
+ IfcFaceBasedSurfaceModel: 2047409740,
270
+ IfcFaceBound: 1809719519,
271
+ IfcFaceOuterBound: 803316827,
272
+ IfcFaceSurface: 3008276851,
273
+ IfcFacetedBrep: 807026263,
274
+ IfcFacetedBrepWithVoids: 3737207727,
275
+ IfcFailureConnectionCondition: 4219587988,
276
+ IfcFan: 3415622556,
277
+ IfcFanType: 346874300,
278
+ IfcFastener: 647756555,
279
+ IfcFastenerType: 2489546625,
280
+ IfcFeatureElement: 2827207264,
281
+ IfcFeatureElementAddition: 2143335405,
282
+ IfcFeatureElementSubtraction: 1287392070,
283
+ IfcFillAreaStyle: 738692330,
284
+ IfcFillAreaStyleHatching: 374418227,
285
+ IfcFillAreaStyleTiles: 315944413,
286
+ IfcFilter: 819412036,
287
+ IfcFilterType: 1810631287,
288
+ IfcFireSuppressionTerminal: 1426591983,
289
+ IfcFireSuppressionTerminalType: 4222183408,
290
+ IfcFixedReferenceSweptAreaSolid: 2652556860,
291
+ IfcFlowController: 2058353004,
292
+ IfcFlowControllerType: 3907093117,
293
+ IfcFlowFitting: 4278956645,
294
+ IfcFlowFittingType: 3198132628,
295
+ IfcFlowInstrument: 182646315,
296
+ IfcFlowInstrumentType: 4037862832,
297
+ IfcFlowMeter: 2188021234,
298
+ IfcFlowMeterType: 3815607619,
299
+ IfcFlowMovingDevice: 3132237377,
300
+ IfcFlowMovingDeviceType: 1482959167,
301
+ IfcFlowSegment: 987401354,
302
+ IfcFlowSegmentType: 1834744321,
303
+ IfcFlowStorageDevice: 707683696,
304
+ IfcFlowStorageDeviceType: 1339347760,
305
+ IfcFlowTerminal: 2223149337,
306
+ IfcFlowTerminalType: 2297155007,
307
+ IfcFlowTreatmentDevice: 3508470533,
308
+ IfcFlowTreatmentDeviceType: 3009222698,
309
+ IfcFooting: 900683007,
310
+ IfcFootingType: 1893162501,
311
+ IfcFurnishingElement: 263784265,
312
+ IfcFurnishingElementType: 4238390223,
313
+ IfcFurniture: 1509553395,
314
+ IfcFurnitureType: 1268542332,
315
+ IfcGeographicElement: 3493046030,
316
+ IfcGeographicElementType: 4095422895,
317
+ IfcGeometricCurveSet: 987898635,
318
+ IfcGeometricRepresentationContext: 3448662350,
319
+ IfcGeometricRepresentationItem: 2453401579,
320
+ IfcGeometricRepresentationSubContext: 4142052618,
321
+ IfcGeometricSet: 3590301190,
322
+ IfcGrid: 3009204131,
323
+ IfcGridAxis: 852622518,
324
+ IfcGridPlacement: 178086475,
325
+ IfcGroup: 2706460486,
326
+ IfcHalfSpaceSolid: 812098782,
327
+ IfcHeatExchanger: 3319311131,
328
+ IfcHeatExchangerType: 1251058090,
329
+ IfcHumidifier: 2068733104,
330
+ IfcHumidifierType: 1806887404,
331
+ IfcIShapeProfileDef: 1484403080,
332
+ IfcImageTexture: 3905492369,
333
+ IfcIndexedColourMap: 3570813810,
334
+ IfcIndexedPolyCurve: 2571569899,
335
+ IfcIndexedPolygonalFace: 178912537,
336
+ IfcIndexedPolygonalFaceWithVoids: 2294589976,
337
+ IfcIndexedTextureMap: 1437953363,
338
+ IfcIndexedTriangleTextureMap: 2133299955,
339
+ IfcInterceptor: 4175244083,
340
+ IfcInterceptorType: 3946677679,
341
+ IfcIntersectionCurve: 3113134337,
342
+ IfcInventory: 2391368822,
343
+ IfcIrregularTimeSeries: 3741457305,
344
+ IfcIrregularTimeSeriesValue: 3020489413,
345
+ IfcJunctionBox: 2176052936,
346
+ IfcJunctionBoxType: 4288270099,
347
+ IfcLShapeProfileDef: 572779678,
348
+ IfcLaborResource: 3827777499,
349
+ IfcLaborResourceType: 428585644,
350
+ IfcLagTime: 1585845231,
351
+ IfcLamp: 76236018,
352
+ IfcLampType: 1051575348,
353
+ IfcLibraryInformation: 2655187982,
354
+ IfcLibraryReference: 3452421091,
355
+ IfcLightDistributionData: 4162380809,
356
+ IfcLightFixture: 629592764,
357
+ IfcLightFixtureType: 1161773419,
358
+ IfcLightIntensityDistribution: 1566485204,
359
+ IfcLightSource: 1402838566,
360
+ IfcLightSourceAmbient: 125510826,
361
+ IfcLightSourceDirectional: 2604431987,
362
+ IfcLightSourceGoniometric: 4266656042,
363
+ IfcLightSourcePositional: 1520743889,
364
+ IfcLightSourceSpot: 3422422726,
365
+ IfcLine: 1281925730,
366
+ IfcLocalPlacement: 2624227202,
367
+ IfcLoop: 1008929658,
368
+ IfcManifoldSolidBrep: 1425443689,
369
+ IfcMapConversion: 3057273783,
370
+ IfcMappedItem: 2347385850,
371
+ IfcMaterial: 1838606355,
372
+ IfcMaterialClassificationRelationship: 1847130766,
373
+ IfcMaterialConstituent: 3708119000,
374
+ IfcMaterialConstituentSet: 2852063980,
375
+ IfcMaterialDefinition: 760658860,
376
+ IfcMaterialDefinitionRepresentation: 2022407955,
377
+ IfcMaterialLayer: 248100487,
378
+ IfcMaterialLayerSet: 3303938423,
379
+ IfcMaterialLayerSetUsage: 1303795690,
380
+ IfcMaterialLayerWithOffsets: 1847252529,
381
+ IfcMaterialList: 2199411900,
382
+ IfcMaterialProfile: 2235152071,
383
+ IfcMaterialProfileSet: 164193824,
384
+ IfcMaterialProfileSetUsage: 3079605661,
385
+ IfcMaterialProfileSetUsageTapering: 3404854881,
386
+ IfcMaterialProfileWithOffsets: 552965576,
387
+ IfcMaterialProperties: 3265635763,
388
+ IfcMaterialRelationship: 853536259,
389
+ IfcMaterialUsageDefinition: 1507914824,
390
+ IfcMeasureWithUnit: 2597039031,
391
+ IfcMechanicalFastener: 377706215,
392
+ IfcMechanicalFastenerType: 2108223431,
393
+ IfcMedicalDevice: 1437502449,
394
+ IfcMedicalDeviceType: 1114901282,
395
+ IfcMember: 1073191201,
396
+ IfcMemberStandardCase: 1911478936,
397
+ IfcMemberType: 3181161470,
398
+ IfcMetric: 3368373690,
399
+ IfcMirroredProfileDef: 2998442950,
400
+ IfcMonetaryUnit: 2706619895,
401
+ IfcMotorConnection: 2474470126,
402
+ IfcMotorConnectionType: 977012517,
403
+ IfcNamedUnit: 1918398963,
404
+ IfcObject: 3888040117,
405
+ IfcObjectDefinition: 219451334,
406
+ IfcObjectPlacement: 3701648758,
407
+ IfcObjective: 2251480897,
408
+ IfcOccupant: 4143007308,
409
+ IfcOffsetCurve2D: 3388369263,
410
+ IfcOffsetCurve3D: 3505215534,
411
+ IfcOpenShell: 2665983363,
412
+ IfcOpeningElement: 3588315303,
413
+ IfcOpeningStandardCase: 3079942009,
414
+ IfcOrganization: 4251960020,
415
+ IfcOrganizationRelationship: 1411181986,
416
+ IfcOrientedEdge: 1029017970,
417
+ IfcOuterBoundaryCurve: 144952367,
418
+ IfcOutlet: 3694346114,
419
+ IfcOutletType: 2837617999,
420
+ IfcOwnerHistory: 1207048766,
421
+ IfcParameterizedProfileDef: 2529465313,
422
+ IfcPath: 2519244187,
423
+ IfcPcurve: 1682466193,
424
+ IfcPerformanceHistory: 2382730787,
425
+ IfcPermeableCoveringProperties: 3566463478,
426
+ IfcPermit: 3327091369,
427
+ IfcPerson: 2077209135,
428
+ IfcPersonAndOrganization: 101040310,
429
+ IfcPhysicalComplexQuantity: 3021840470,
430
+ IfcPhysicalQuantity: 2483315170,
431
+ IfcPhysicalSimpleQuantity: 2226359599,
432
+ IfcPile: 1687234759,
433
+ IfcPileType: 1158309216,
434
+ IfcPipeFitting: 310824031,
435
+ IfcPipeFittingType: 804291784,
436
+ IfcPipeSegment: 3612865200,
437
+ IfcPipeSegmentType: 4231323485,
438
+ IfcPixelTexture: 597895409,
439
+ IfcPlacement: 2004835150,
440
+ IfcPlanarBox: 603570806,
441
+ IfcPlanarExtent: 1663979128,
442
+ IfcPlane: 220341763,
443
+ IfcPlate: 3171933400,
444
+ IfcPlateStandardCase: 1156407060,
445
+ IfcPlateType: 4017108033,
446
+ IfcPoint: 2067069095,
447
+ IfcPointOnCurve: 4022376103,
448
+ IfcPointOnSurface: 1423911732,
449
+ IfcPolyLoop: 2924175390,
450
+ IfcPolygonalBoundedHalfSpace: 2775532180,
451
+ IfcPolygonalFaceSet: 2839578677,
452
+ IfcPolyline: 3724593414,
453
+ IfcPort: 3740093272,
454
+ IfcPostalAddress: 3355820592,
455
+ IfcPreDefinedColour: 759155922,
456
+ IfcPreDefinedCurveFont: 2559016684,
457
+ IfcPreDefinedItem: 3727388367,
458
+ IfcPreDefinedProperties: 3778827333,
459
+ IfcPreDefinedPropertySet: 3967405729,
460
+ IfcPreDefinedTextFont: 1775413392,
461
+ IfcPresentationItem: 677532197,
462
+ IfcPresentationLayerAssignment: 2022622350,
463
+ IfcPresentationLayerWithStyle: 1304840413,
464
+ IfcPresentationStyle: 3119450353,
465
+ IfcPresentationStyleAssignment: 2417041796,
466
+ IfcProcedure: 2744685151,
467
+ IfcProcedureType: 569719735,
468
+ IfcProcess: 2945172077,
469
+ IfcProduct: 4208778838,
470
+ IfcProductDefinitionShape: 673634403,
471
+ IfcProductRepresentation: 2095639259,
472
+ IfcProfileDef: 3958567839,
473
+ IfcProfileProperties: 2802850158,
474
+ IfcProject: 103090709,
475
+ IfcProjectLibrary: 653396225,
476
+ IfcProjectOrder: 2904328755,
477
+ IfcProjectedCRS: 3843373140,
478
+ IfcProjectionElement: 3651124850,
479
+ IfcProperty: 2598011224,
480
+ IfcPropertyAbstraction: 986844984,
481
+ IfcPropertyBoundedValue: 871118103,
482
+ IfcPropertyDefinition: 1680319473,
483
+ IfcPropertyDependencyRelationship: 148025276,
484
+ IfcPropertyEnumeratedValue: 4166981789,
485
+ IfcPropertyEnumeration: 3710013099,
486
+ IfcPropertyListValue: 2752243245,
487
+ IfcPropertyReferenceValue: 941946838,
488
+ IfcPropertySet: 1451395588,
489
+ IfcPropertySetDefinition: 3357820518,
490
+ IfcPropertySetTemplate: 492091185,
491
+ IfcPropertySingleValue: 3650150729,
492
+ IfcPropertyTableValue: 110355661,
493
+ IfcPropertyTemplate: 3521284610,
494
+ IfcPropertyTemplateDefinition: 1482703590,
495
+ IfcProtectiveDevice: 738039164,
496
+ IfcProtectiveDeviceTrippingUnit: 2295281155,
497
+ IfcProtectiveDeviceTrippingUnitType: 655969474,
498
+ IfcProtectiveDeviceType: 1842657554,
499
+ IfcProxy: 3219374653,
500
+ IfcPump: 90941305,
501
+ IfcPumpType: 2250791053,
502
+ IfcQuantityArea: 2044713172,
503
+ IfcQuantityCount: 2093928680,
504
+ IfcQuantityLength: 931644368,
505
+ IfcQuantitySet: 2090586900,
506
+ IfcQuantityTime: 3252649465,
507
+ IfcQuantityVolume: 2405470396,
508
+ IfcQuantityWeight: 825690147,
509
+ IfcRailing: 2262370178,
510
+ IfcRailingType: 2893384427,
511
+ IfcRamp: 3024970846,
512
+ IfcRampFlight: 3283111854,
513
+ IfcRampFlightType: 2324767716,
514
+ IfcRampType: 1469900589,
515
+ IfcRationalBSplineCurveWithKnots: 1232101972,
516
+ IfcRationalBSplineSurfaceWithKnots: 683857671,
517
+ IfcRectangleHollowProfileDef: 2770003689,
518
+ IfcRectangleProfileDef: 3615266464,
519
+ IfcRectangularPyramid: 2798486643,
520
+ IfcRectangularTrimmedSurface: 3454111270,
521
+ IfcRecurrencePattern: 3915482550,
522
+ IfcReference: 2433181523,
523
+ IfcRegularTimeSeries: 3413951693,
524
+ IfcReinforcementBarProperties: 1580146022,
525
+ IfcReinforcementDefinitionProperties: 3765753017,
526
+ IfcReinforcingBar: 979691226,
527
+ IfcReinforcingBarType: 2572171363,
528
+ IfcReinforcingElement: 3027567501,
529
+ IfcReinforcingElementType: 964333572,
530
+ IfcReinforcingMesh: 2320036040,
531
+ IfcReinforcingMeshType: 2310774935,
532
+ IfcRelAggregates: 160246688,
533
+ IfcRelAssigns: 3939117080,
534
+ IfcRelAssignsToActor: 1683148259,
535
+ IfcRelAssignsToControl: 2495723537,
536
+ IfcRelAssignsToGroup: 1307041759,
537
+ IfcRelAssignsToGroupByFactor: 1027710054,
538
+ IfcRelAssignsToProcess: 4278684876,
539
+ IfcRelAssignsToProduct: 2857406711,
540
+ IfcRelAssignsToResource: 205026976,
541
+ IfcRelAssociates: 1865459582,
542
+ IfcRelAssociatesApproval: 4095574036,
543
+ IfcRelAssociatesClassification: 919958153,
544
+ IfcRelAssociatesConstraint: 2728634034,
545
+ IfcRelAssociatesDocument: 982818633,
546
+ IfcRelAssociatesLibrary: 3840914261,
547
+ IfcRelAssociatesMaterial: 2655215786,
548
+ IfcRelConnects: 826625072,
549
+ IfcRelConnectsElements: 1204542856,
550
+ IfcRelConnectsPathElements: 3945020480,
551
+ IfcRelConnectsPortToElement: 4201705270,
552
+ IfcRelConnectsPorts: 3190031847,
553
+ IfcRelConnectsStructuralActivity: 2127690289,
554
+ IfcRelConnectsStructuralMember: 1638771189,
555
+ IfcRelConnectsWithEccentricity: 504942748,
556
+ IfcRelConnectsWithRealizingElements: 3678494232,
557
+ IfcRelContainedInSpatialStructure: 3242617779,
558
+ IfcRelCoversBldgElements: 886880790,
559
+ IfcRelCoversSpaces: 2802773753,
560
+ IfcRelDeclares: 2565941209,
561
+ IfcRelDecomposes: 2551354335,
562
+ IfcRelDefines: 693640335,
563
+ IfcRelDefinesByObject: 1462361463,
564
+ IfcRelDefinesByProperties: 4186316022,
565
+ IfcRelDefinesByTemplate: 307848117,
566
+ IfcRelDefinesByType: 781010003,
567
+ IfcRelFillsElement: 3940055652,
568
+ IfcRelFlowControlElements: 279856033,
569
+ IfcRelInterferesElements: 427948657,
570
+ IfcRelNests: 3268803585,
571
+ IfcRelProjectsElement: 750771296,
572
+ IfcRelReferencedInSpatialStructure: 1245217292,
573
+ IfcRelSequence: 4122056220,
574
+ IfcRelServicesBuildings: 366585022,
575
+ IfcRelSpaceBoundary: 3451746338,
576
+ IfcRelSpaceBoundary1stLevel: 3523091289,
577
+ IfcRelSpaceBoundary2ndLevel: 1521410863,
578
+ IfcRelVoidsElement: 1401173127,
579
+ IfcRelationship: 478536968,
580
+ IfcReparametrisedCompositeCurveSegment: 816062949,
581
+ IfcRepresentation: 1076942058,
582
+ IfcRepresentationContext: 3377609919,
583
+ IfcRepresentationItem: 3008791417,
584
+ IfcRepresentationMap: 1660063152,
585
+ IfcResource: 2914609552,
586
+ IfcResourceApprovalRelationship: 2943643501,
587
+ IfcResourceConstraintRelationship: 1608871552,
588
+ IfcResourceLevelRelationship: 2439245199,
589
+ IfcResourceTime: 1042787934,
590
+ IfcRevolvedAreaSolid: 1856042241,
591
+ IfcRevolvedAreaSolidTapered: 3243963512,
592
+ IfcRightCircularCone: 4158566097,
593
+ IfcRightCircularCylinder: 3626867408,
594
+ IfcRoof: 2016517767,
595
+ IfcRoofType: 2781568857,
596
+ IfcRoot: 2341007311,
597
+ IfcRoundedRectangleProfileDef: 2778083089,
598
+ IfcSIUnit: 448429030,
599
+ IfcSanitaryTerminal: 3053780830,
600
+ IfcSanitaryTerminalType: 1768891740,
601
+ IfcSchedulingTime: 1054537805,
602
+ IfcSeamCurve: 2157484638,
603
+ IfcSectionProperties: 2042790032,
604
+ IfcSectionReinforcementProperties: 4165799628,
605
+ IfcSectionedSpine: 1509187699,
606
+ IfcSensor: 4086658281,
607
+ IfcSensorType: 1783015770,
608
+ IfcShadingDevice: 1329646415,
609
+ IfcShadingDeviceType: 4074543187,
610
+ IfcShapeAspect: 867548509,
611
+ IfcShapeModel: 3982875396,
612
+ IfcShapeRepresentation: 4240577450,
613
+ IfcShellBasedSurfaceModel: 4124623270,
614
+ IfcSimpleProperty: 3692461612,
615
+ IfcSimplePropertyTemplate: 3663146110,
616
+ IfcSite: 4097777520,
617
+ IfcSlab: 1529196076,
618
+ IfcSlabElementedCase: 3127900445,
619
+ IfcSlabStandardCase: 3027962421,
620
+ IfcSlabType: 2533589738,
621
+ IfcSlippageConnectionCondition: 2609359061,
622
+ IfcSolarDevice: 3420628829,
623
+ IfcSolarDeviceType: 1072016465,
624
+ IfcSolidModel: 723233188,
625
+ IfcSpace: 3856911033,
626
+ IfcSpaceHeater: 1999602285,
627
+ IfcSpaceHeaterType: 1305183839,
628
+ IfcSpaceType: 3812236995,
629
+ IfcSpatialElement: 1412071761,
630
+ IfcSpatialElementType: 710998568,
631
+ IfcSpatialStructureElement: 2706606064,
632
+ IfcSpatialStructureElementType: 3893378262,
633
+ IfcSpatialZone: 463610769,
634
+ IfcSpatialZoneType: 2481509218,
635
+ IfcSphere: 451544542,
636
+ IfcSphericalSurface: 4015995234,
637
+ IfcStackTerminal: 1404847402,
638
+ IfcStackTerminalType: 3112655638,
639
+ IfcStair: 331165859,
640
+ IfcStairFlight: 4252922144,
641
+ IfcStairFlightType: 1039846685,
642
+ IfcStairType: 338393293,
643
+ IfcStructuralAction: 682877961,
644
+ IfcStructuralActivity: 3544373492,
645
+ IfcStructuralAnalysisModel: 2515109513,
646
+ IfcStructuralConnection: 1179482911,
647
+ IfcStructuralConnectionCondition: 2273995522,
648
+ IfcStructuralCurveAction: 1004757350,
649
+ IfcStructuralCurveConnection: 4243806635,
650
+ IfcStructuralCurveMember: 214636428,
651
+ IfcStructuralCurveMemberVarying: 2445595289,
652
+ IfcStructuralCurveReaction: 2757150158,
653
+ IfcStructuralItem: 3136571912,
654
+ IfcStructuralLinearAction: 1807405624,
655
+ IfcStructuralLoad: 2162789131,
656
+ IfcStructuralLoadCase: 385403989,
657
+ IfcStructuralLoadConfiguration: 3478079324,
658
+ IfcStructuralLoadGroup: 1252848954,
659
+ IfcStructuralLoadLinearForce: 1595516126,
660
+ IfcStructuralLoadOrResult: 609421318,
661
+ IfcStructuralLoadPlanarForce: 2668620305,
662
+ IfcStructuralLoadSingleDisplacement: 2473145415,
663
+ IfcStructuralLoadSingleDisplacementDistortion: 1973038258,
664
+ IfcStructuralLoadSingleForce: 1597423693,
665
+ IfcStructuralLoadSingleForceWarping: 1190533807,
666
+ IfcStructuralLoadStatic: 2525727697,
667
+ IfcStructuralLoadTemperature: 3408363356,
668
+ IfcStructuralMember: 530289379,
669
+ IfcStructuralPlanarAction: 1621171031,
670
+ IfcStructuralPointAction: 2082059205,
671
+ IfcStructuralPointConnection: 734778138,
672
+ IfcStructuralPointReaction: 1235345126,
673
+ IfcStructuralReaction: 3689010777,
674
+ IfcStructuralResultGroup: 2986769608,
675
+ IfcStructuralSurfaceAction: 3657597509,
676
+ IfcStructuralSurfaceConnection: 1975003073,
677
+ IfcStructuralSurfaceMember: 3979015343,
678
+ IfcStructuralSurfaceMemberVarying: 2218152070,
679
+ IfcStructuralSurfaceReaction: 603775116,
680
+ IfcStyleModel: 2830218821,
681
+ IfcStyledItem: 3958052878,
682
+ IfcStyledRepresentation: 3049322572,
683
+ IfcSubContractResource: 148013059,
684
+ IfcSubContractResourceType: 4095615324,
685
+ IfcSubedge: 2233826070,
686
+ IfcSurface: 2513912981,
687
+ IfcSurfaceCurve: 699246055,
688
+ IfcSurfaceCurveSweptAreaSolid: 2028607225,
689
+ IfcSurfaceFeature: 3101698114,
690
+ IfcSurfaceOfLinearExtrusion: 2809605785,
691
+ IfcSurfaceOfRevolution: 4124788165,
692
+ IfcSurfaceReinforcementArea: 2934153892,
693
+ IfcSurfaceStyle: 1300840506,
694
+ IfcSurfaceStyleLighting: 3303107099,
695
+ IfcSurfaceStyleRefraction: 1607154358,
696
+ IfcSurfaceStyleRendering: 1878645084,
697
+ IfcSurfaceStyleShading: 846575682,
698
+ IfcSurfaceStyleWithTextures: 1351298697,
699
+ IfcSurfaceTexture: 626085974,
700
+ IfcSweptAreaSolid: 2247615214,
701
+ IfcSweptDiskSolid: 1260650574,
702
+ IfcSweptDiskSolidPolygonal: 1096409881,
703
+ IfcSweptSurface: 230924584,
704
+ IfcSwitchingDevice: 1162798199,
705
+ IfcSwitchingDeviceType: 2315554128,
706
+ IfcSystem: 2254336722,
707
+ IfcSystemFurnitureElement: 413509423,
708
+ IfcSystemFurnitureElementType: 1580310250,
709
+ IfcTShapeProfileDef: 3071757647,
710
+ IfcTable: 985171141,
711
+ IfcTableColumn: 2043862942,
712
+ IfcTableRow: 531007025,
713
+ IfcTank: 812556717,
714
+ IfcTankType: 5716631,
715
+ IfcTask: 3473067441,
716
+ IfcTaskTime: 1549132990,
717
+ IfcTaskTimeRecurring: 2771591690,
718
+ IfcTaskType: 3206491090,
719
+ IfcTelecomAddress: 912023232,
720
+ IfcTendon: 3824725483,
721
+ IfcTendonAnchor: 2347447852,
722
+ IfcTendonAnchorType: 3081323446,
723
+ IfcTendonType: 2415094496,
724
+ IfcTessellatedFaceSet: 2387106220,
725
+ IfcTessellatedItem: 901063453,
726
+ IfcTextLiteral: 4282788508,
727
+ IfcTextLiteralWithExtent: 3124975700,
728
+ IfcTextStyle: 1447204868,
729
+ IfcTextStyleFontModel: 1983826977,
730
+ IfcTextStyleForDefinedFont: 2636378356,
731
+ IfcTextStyleTextModel: 1640371178,
732
+ IfcTextureCoordinate: 280115917,
733
+ IfcTextureCoordinateGenerator: 1742049831,
734
+ IfcTextureMap: 2552916305,
735
+ IfcTextureVertex: 1210645708,
736
+ IfcTextureVertexList: 3611470254,
737
+ IfcTimePeriod: 1199560280,
738
+ IfcTimeSeries: 3101149627,
739
+ IfcTimeSeriesValue: 581633288,
740
+ IfcTopologicalRepresentationItem: 1377556343,
741
+ IfcTopologyRepresentation: 1735638870,
742
+ IfcToroidalSurface: 1935646853,
743
+ IfcTransformer: 3825984169,
744
+ IfcTransformerType: 1692211062,
745
+ IfcTransportElement: 1620046519,
746
+ IfcTransportElementType: 2097647324,
747
+ IfcTrapeziumProfileDef: 2715220739,
748
+ IfcTriangulatedFaceSet: 2916149573,
749
+ IfcTrimmedCurve: 3593883385,
750
+ IfcTubeBundle: 3026737570,
751
+ IfcTubeBundleType: 1600972822,
752
+ IfcTypeObject: 1628702193,
753
+ IfcTypeProcess: 3736923433,
754
+ IfcTypeProduct: 2347495698,
755
+ IfcTypeResource: 3698973494,
756
+ IfcUShapeProfileDef: 427810014,
757
+ IfcUnitAssignment: 180925521,
758
+ IfcUnitaryControlElement: 630975310,
759
+ IfcUnitaryControlElementType: 3179687236,
760
+ IfcUnitaryEquipment: 4292641817,
761
+ IfcUnitaryEquipmentType: 1911125066,
762
+ IfcValve: 4207607924,
763
+ IfcValveType: 728799441,
764
+ IfcVector: 1417489154,
765
+ IfcVertex: 2799835756,
766
+ IfcVertexLoop: 2759199220,
767
+ IfcVertexPoint: 1907098498,
768
+ IfcVibrationIsolator: 2391383451,
769
+ IfcVibrationIsolatorType: 3313531582,
770
+ IfcVirtualElement: 2769231204,
771
+ IfcVirtualGridIntersection: 891718957,
772
+ IfcVoidingFeature: 926996030,
773
+ IfcWall: 2391406946,
774
+ IfcWallElementedCase: 4156078855,
775
+ IfcWallStandardCase: 3512223829,
776
+ IfcWallType: 1898987631,
777
+ IfcWasteTerminal: 4237592921,
778
+ IfcWasteTerminalType: 1133259667,
779
+ IfcWindow: 3304561284,
780
+ IfcWindowLiningProperties: 336235671,
781
+ IfcWindowPanelProperties: 512836454,
782
+ IfcWindowStandardCase: 486154966,
783
+ IfcWindowStyle: 1299126871,
784
+ IfcWindowType: 4009809668,
785
+ IfcWorkCalendar: 4088093105,
786
+ IfcWorkControl: 1028945134,
787
+ IfcWorkPlan: 4218914973,
788
+ IfcWorkSchedule: 3342526732,
789
+ IfcWorkTime: 1236880293,
790
+ IfcZShapeProfileDef: 2543172580,
791
+ IfcZone: 1033361043,
792
+ };
793
+ /**
794
+ * Reverse lookup: ID -> Name
795
+ */
796
+ export const TYPE_NAMES = {
797
+ 3821786052: 'IfcActionRequest',
798
+ 2296667514: 'IfcActor',
799
+ 3630933823: 'IfcActorRole',
800
+ 4288193352: 'IfcActuator',
801
+ 2874132201: 'IfcActuatorType',
802
+ 618182010: 'IfcAddress',
803
+ 1635779807: 'IfcAdvancedBrep',
804
+ 2603310189: 'IfcAdvancedBrepWithVoids',
805
+ 3406155212: 'IfcAdvancedFace',
806
+ 1634111441: 'IfcAirTerminal',
807
+ 177149247: 'IfcAirTerminalBox',
808
+ 1411407467: 'IfcAirTerminalBoxType',
809
+ 3352864051: 'IfcAirTerminalType',
810
+ 2056796094: 'IfcAirToAirHeatRecovery',
811
+ 1871374353: 'IfcAirToAirHeatRecoveryType',
812
+ 3087945054: 'IfcAlarm',
813
+ 3001207471: 'IfcAlarmType',
814
+ 1674181508: 'IfcAnnotation',
815
+ 669184980: 'IfcAnnotationFillArea',
816
+ 639542469: 'IfcApplication',
817
+ 411424972: 'IfcAppliedValue',
818
+ 130549933: 'IfcApproval',
819
+ 3869604511: 'IfcApprovalRelationship',
820
+ 3798115385: 'IfcArbitraryClosedProfileDef',
821
+ 1310608509: 'IfcArbitraryOpenProfileDef',
822
+ 2705031697: 'IfcArbitraryProfileDefWithVoids',
823
+ 3460190687: 'IfcAsset',
824
+ 3207858831: 'IfcAsymmetricIShapeProfileDef',
825
+ 277319702: 'IfcAudioVisualAppliance',
826
+ 1532957894: 'IfcAudioVisualApplianceType',
827
+ 4261334040: 'IfcAxis1Placement',
828
+ 3125803723: 'IfcAxis2Placement2D',
829
+ 2740243338: 'IfcAxis2Placement3D',
830
+ 1967976161: 'IfcBSplineCurve',
831
+ 2461110595: 'IfcBSplineCurveWithKnots',
832
+ 2887950389: 'IfcBSplineSurface',
833
+ 167062518: 'IfcBSplineSurfaceWithKnots',
834
+ 753842376: 'IfcBeam',
835
+ 2906023776: 'IfcBeamStandardCase',
836
+ 819618141: 'IfcBeamType',
837
+ 616511568: 'IfcBlobTexture',
838
+ 1334484129: 'IfcBlock',
839
+ 32344328: 'IfcBoiler',
840
+ 231477066: 'IfcBoilerType',
841
+ 3649129432: 'IfcBooleanClippingResult',
842
+ 2736907675: 'IfcBooleanResult',
843
+ 4037036970: 'IfcBoundaryCondition',
844
+ 1136057603: 'IfcBoundaryCurve',
845
+ 1560379544: 'IfcBoundaryEdgeCondition',
846
+ 3367102660: 'IfcBoundaryFaceCondition',
847
+ 1387855156: 'IfcBoundaryNodeCondition',
848
+ 2069777674: 'IfcBoundaryNodeConditionWarping',
849
+ 1260505505: 'IfcBoundedCurve',
850
+ 4182860854: 'IfcBoundedSurface',
851
+ 2581212453: 'IfcBoundingBox',
852
+ 2713105998: 'IfcBoxedHalfSpace',
853
+ 4031249490: 'IfcBuilding',
854
+ 3299480353: 'IfcBuildingElement',
855
+ 2979338954: 'IfcBuildingElementPart',
856
+ 39481116: 'IfcBuildingElementPartType',
857
+ 1095909175: 'IfcBuildingElementProxy',
858
+ 1909888760: 'IfcBuildingElementProxyType',
859
+ 1950629157: 'IfcBuildingElementType',
860
+ 3124254112: 'IfcBuildingStorey',
861
+ 1177604601: 'IfcBuildingSystem',
862
+ 2938176219: 'IfcBurner',
863
+ 2188180465: 'IfcBurnerType',
864
+ 2898889636: 'IfcCShapeProfileDef',
865
+ 635142910: 'IfcCableCarrierFitting',
866
+ 395041908: 'IfcCableCarrierFittingType',
867
+ 3758799889: 'IfcCableCarrierSegment',
868
+ 3293546465: 'IfcCableCarrierSegmentType',
869
+ 1051757585: 'IfcCableFitting',
870
+ 2674252688: 'IfcCableFittingType',
871
+ 4217484030: 'IfcCableSegment',
872
+ 1285652485: 'IfcCableSegmentType',
873
+ 1123145078: 'IfcCartesianPoint',
874
+ 574549367: 'IfcCartesianPointList',
875
+ 1675464909: 'IfcCartesianPointList2D',
876
+ 2059837836: 'IfcCartesianPointList3D',
877
+ 59481748: 'IfcCartesianTransformationOperator',
878
+ 3749851601: 'IfcCartesianTransformationOperator2D',
879
+ 3486308946: 'IfcCartesianTransformationOperator2DnonUniform',
880
+ 3331915920: 'IfcCartesianTransformationOperator3D',
881
+ 1416205885: 'IfcCartesianTransformationOperator3DnonUniform',
882
+ 3150382593: 'IfcCenterLineProfileDef',
883
+ 3902619387: 'IfcChiller',
884
+ 2951183804: 'IfcChillerType',
885
+ 3296154744: 'IfcChimney',
886
+ 2197970202: 'IfcChimneyType',
887
+ 2611217952: 'IfcCircle',
888
+ 2937912522: 'IfcCircleHollowProfileDef',
889
+ 1383045692: 'IfcCircleProfileDef',
890
+ 1677625105: 'IfcCivilElement',
891
+ 3893394355: 'IfcCivilElementType',
892
+ 747523909: 'IfcClassification',
893
+ 647927063: 'IfcClassificationReference',
894
+ 2205249479: 'IfcClosedShell',
895
+ 639361253: 'IfcCoil',
896
+ 2301859152: 'IfcCoilType',
897
+ 776857604: 'IfcColourRgb',
898
+ 3285139300: 'IfcColourRgbList',
899
+ 3264961684: 'IfcColourSpecification',
900
+ 843113511: 'IfcColumn',
901
+ 905975707: 'IfcColumnStandardCase',
902
+ 300633059: 'IfcColumnType',
903
+ 3221913625: 'IfcCommunicationsAppliance',
904
+ 400855858: 'IfcCommunicationsApplianceType',
905
+ 2542286263: 'IfcComplexProperty',
906
+ 3875453745: 'IfcComplexPropertyTemplate',
907
+ 3732776249: 'IfcCompositeCurve',
908
+ 15328376: 'IfcCompositeCurveOnSurface',
909
+ 2485617015: 'IfcCompositeCurveSegment',
910
+ 1485152156: 'IfcCompositeProfileDef',
911
+ 3571504051: 'IfcCompressor',
912
+ 3850581409: 'IfcCompressorType',
913
+ 2272882330: 'IfcCondenser',
914
+ 2816379211: 'IfcCondenserType',
915
+ 2510884976: 'IfcConic',
916
+ 370225590: 'IfcConnectedFaceSet',
917
+ 1981873012: 'IfcConnectionCurveGeometry',
918
+ 2859738748: 'IfcConnectionGeometry',
919
+ 45288368: 'IfcConnectionPointEccentricity',
920
+ 2614616156: 'IfcConnectionPointGeometry',
921
+ 2732653382: 'IfcConnectionSurfaceGeometry',
922
+ 775493141: 'IfcConnectionVolumeGeometry',
923
+ 1959218052: 'IfcConstraint',
924
+ 3898045240: 'IfcConstructionEquipmentResource',
925
+ 2185764099: 'IfcConstructionEquipmentResourceType',
926
+ 1060000209: 'IfcConstructionMaterialResource',
927
+ 4105962743: 'IfcConstructionMaterialResourceType',
928
+ 488727124: 'IfcConstructionProductResource',
929
+ 1525564444: 'IfcConstructionProductResourceType',
930
+ 2559216714: 'IfcConstructionResource',
931
+ 2574617495: 'IfcConstructionResourceType',
932
+ 3419103109: 'IfcContext',
933
+ 3050246964: 'IfcContextDependentUnit',
934
+ 3293443760: 'IfcControl',
935
+ 25142252: 'IfcController',
936
+ 578613899: 'IfcControllerType',
937
+ 2889183280: 'IfcConversionBasedUnit',
938
+ 2713554722: 'IfcConversionBasedUnitWithOffset',
939
+ 4136498852: 'IfcCooledBeam',
940
+ 335055490: 'IfcCooledBeamType',
941
+ 3640358203: 'IfcCoolingTower',
942
+ 2954562838: 'IfcCoolingTowerType',
943
+ 1785450214: 'IfcCoordinateOperation',
944
+ 1466758467: 'IfcCoordinateReferenceSystem',
945
+ 3895139033: 'IfcCostItem',
946
+ 1419761937: 'IfcCostSchedule',
947
+ 602808272: 'IfcCostValue',
948
+ 1973544240: 'IfcCovering',
949
+ 1916426348: 'IfcCoveringType',
950
+ 3295246426: 'IfcCrewResource',
951
+ 1815067380: 'IfcCrewResourceType',
952
+ 2506170314: 'IfcCsgPrimitive3D',
953
+ 2147822146: 'IfcCsgSolid',
954
+ 539742890: 'IfcCurrencyRelationship',
955
+ 3495092785: 'IfcCurtainWall',
956
+ 1457835157: 'IfcCurtainWallType',
957
+ 2601014836: 'IfcCurve',
958
+ 2827736869: 'IfcCurveBoundedPlane',
959
+ 2629017746: 'IfcCurveBoundedSurface',
960
+ 3800577675: 'IfcCurveStyle',
961
+ 1105321065: 'IfcCurveStyleFont',
962
+ 2367409068: 'IfcCurveStyleFontAndScaling',
963
+ 3510044353: 'IfcCurveStyleFontPattern',
964
+ 1213902940: 'IfcCylindricalSurface',
965
+ 4074379575: 'IfcDamper',
966
+ 3961806047: 'IfcDamperType',
967
+ 3632507154: 'IfcDerivedProfileDef',
968
+ 1765591967: 'IfcDerivedUnit',
969
+ 1045800335: 'IfcDerivedUnitElement',
970
+ 2949456006: 'IfcDimensionalExponents',
971
+ 32440307: 'IfcDirection',
972
+ 1335981549: 'IfcDiscreteAccessory',
973
+ 2635815018: 'IfcDiscreteAccessoryType',
974
+ 1052013943: 'IfcDistributionChamberElement',
975
+ 1599208980: 'IfcDistributionChamberElementType',
976
+ 562808652: 'IfcDistributionCircuit',
977
+ 1062813311: 'IfcDistributionControlElement',
978
+ 2063403501: 'IfcDistributionControlElementType',
979
+ 1945004755: 'IfcDistributionElement',
980
+ 3256556792: 'IfcDistributionElementType',
981
+ 3040386961: 'IfcDistributionFlowElement',
982
+ 3849074793: 'IfcDistributionFlowElementType',
983
+ 3041715199: 'IfcDistributionPort',
984
+ 3205830791: 'IfcDistributionSystem',
985
+ 1154170062: 'IfcDocumentInformation',
986
+ 770865208: 'IfcDocumentInformationRelationship',
987
+ 3732053477: 'IfcDocumentReference',
988
+ 395920057: 'IfcDoor',
989
+ 2963535650: 'IfcDoorLiningProperties',
990
+ 1714330368: 'IfcDoorPanelProperties',
991
+ 3242481149: 'IfcDoorStandardCase',
992
+ 526551008: 'IfcDoorStyle',
993
+ 2323601079: 'IfcDoorType',
994
+ 445594917: 'IfcDraughtingPreDefinedColour',
995
+ 4006246654: 'IfcDraughtingPreDefinedCurveFont',
996
+ 342316401: 'IfcDuctFitting',
997
+ 869906466: 'IfcDuctFittingType',
998
+ 3518393246: 'IfcDuctSegment',
999
+ 3760055223: 'IfcDuctSegmentType',
1000
+ 1360408905: 'IfcDuctSilencer',
1001
+ 2030761528: 'IfcDuctSilencerType',
1002
+ 3900360178: 'IfcEdge',
1003
+ 476780140: 'IfcEdgeCurve',
1004
+ 1472233963: 'IfcEdgeLoop',
1005
+ 1904799276: 'IfcElectricAppliance',
1006
+ 663422040: 'IfcElectricApplianceType',
1007
+ 862014818: 'IfcElectricDistributionBoard',
1008
+ 2417008758: 'IfcElectricDistributionBoardType',
1009
+ 3310460725: 'IfcElectricFlowStorageDevice',
1010
+ 3277789161: 'IfcElectricFlowStorageDeviceType',
1011
+ 264262732: 'IfcElectricGenerator',
1012
+ 1534661035: 'IfcElectricGeneratorType',
1013
+ 402227799: 'IfcElectricMotor',
1014
+ 1217240411: 'IfcElectricMotorType',
1015
+ 1003880860: 'IfcElectricTimeControl',
1016
+ 712377611: 'IfcElectricTimeControlType',
1017
+ 1758889154: 'IfcElement',
1018
+ 4123344466: 'IfcElementAssembly',
1019
+ 2397081782: 'IfcElementAssemblyType',
1020
+ 1623761950: 'IfcElementComponent',
1021
+ 2590856083: 'IfcElementComponentType',
1022
+ 1883228015: 'IfcElementQuantity',
1023
+ 339256511: 'IfcElementType',
1024
+ 2777663545: 'IfcElementarySurface',
1025
+ 1704287377: 'IfcEllipse',
1026
+ 2835456948: 'IfcEllipseProfileDef',
1027
+ 1658829314: 'IfcEnergyConversionDevice',
1028
+ 2107101300: 'IfcEnergyConversionDeviceType',
1029
+ 2814081492: 'IfcEngine',
1030
+ 132023988: 'IfcEngineType',
1031
+ 3747195512: 'IfcEvaporativeCooler',
1032
+ 3174744832: 'IfcEvaporativeCoolerType',
1033
+ 484807127: 'IfcEvaporator',
1034
+ 3390157468: 'IfcEvaporatorType',
1035
+ 4148101412: 'IfcEvent',
1036
+ 211053100: 'IfcEventTime',
1037
+ 4024345920: 'IfcEventType',
1038
+ 297599258: 'IfcExtendedProperties',
1039
+ 4294318154: 'IfcExternalInformation',
1040
+ 3200245327: 'IfcExternalReference',
1041
+ 1437805879: 'IfcExternalReferenceRelationship',
1042
+ 1209101575: 'IfcExternalSpatialElement',
1043
+ 2853485674: 'IfcExternalSpatialStructureElement',
1044
+ 2242383968: 'IfcExternallyDefinedHatchStyle',
1045
+ 1040185647: 'IfcExternallyDefinedSurfaceStyle',
1046
+ 3548104201: 'IfcExternallyDefinedTextFont',
1047
+ 477187591: 'IfcExtrudedAreaSolid',
1048
+ 2804161546: 'IfcExtrudedAreaSolidTapered',
1049
+ 2556980723: 'IfcFace',
1050
+ 2047409740: 'IfcFaceBasedSurfaceModel',
1051
+ 1809719519: 'IfcFaceBound',
1052
+ 803316827: 'IfcFaceOuterBound',
1053
+ 3008276851: 'IfcFaceSurface',
1054
+ 807026263: 'IfcFacetedBrep',
1055
+ 3737207727: 'IfcFacetedBrepWithVoids',
1056
+ 4219587988: 'IfcFailureConnectionCondition',
1057
+ 3415622556: 'IfcFan',
1058
+ 346874300: 'IfcFanType',
1059
+ 647756555: 'IfcFastener',
1060
+ 2489546625: 'IfcFastenerType',
1061
+ 2827207264: 'IfcFeatureElement',
1062
+ 2143335405: 'IfcFeatureElementAddition',
1063
+ 1287392070: 'IfcFeatureElementSubtraction',
1064
+ 738692330: 'IfcFillAreaStyle',
1065
+ 374418227: 'IfcFillAreaStyleHatching',
1066
+ 315944413: 'IfcFillAreaStyleTiles',
1067
+ 819412036: 'IfcFilter',
1068
+ 1810631287: 'IfcFilterType',
1069
+ 1426591983: 'IfcFireSuppressionTerminal',
1070
+ 4222183408: 'IfcFireSuppressionTerminalType',
1071
+ 2652556860: 'IfcFixedReferenceSweptAreaSolid',
1072
+ 2058353004: 'IfcFlowController',
1073
+ 3907093117: 'IfcFlowControllerType',
1074
+ 4278956645: 'IfcFlowFitting',
1075
+ 3198132628: 'IfcFlowFittingType',
1076
+ 182646315: 'IfcFlowInstrument',
1077
+ 4037862832: 'IfcFlowInstrumentType',
1078
+ 2188021234: 'IfcFlowMeter',
1079
+ 3815607619: 'IfcFlowMeterType',
1080
+ 3132237377: 'IfcFlowMovingDevice',
1081
+ 1482959167: 'IfcFlowMovingDeviceType',
1082
+ 987401354: 'IfcFlowSegment',
1083
+ 1834744321: 'IfcFlowSegmentType',
1084
+ 707683696: 'IfcFlowStorageDevice',
1085
+ 1339347760: 'IfcFlowStorageDeviceType',
1086
+ 2223149337: 'IfcFlowTerminal',
1087
+ 2297155007: 'IfcFlowTerminalType',
1088
+ 3508470533: 'IfcFlowTreatmentDevice',
1089
+ 3009222698: 'IfcFlowTreatmentDeviceType',
1090
+ 900683007: 'IfcFooting',
1091
+ 1893162501: 'IfcFootingType',
1092
+ 263784265: 'IfcFurnishingElement',
1093
+ 4238390223: 'IfcFurnishingElementType',
1094
+ 1509553395: 'IfcFurniture',
1095
+ 1268542332: 'IfcFurnitureType',
1096
+ 3493046030: 'IfcGeographicElement',
1097
+ 4095422895: 'IfcGeographicElementType',
1098
+ 987898635: 'IfcGeometricCurveSet',
1099
+ 3448662350: 'IfcGeometricRepresentationContext',
1100
+ 2453401579: 'IfcGeometricRepresentationItem',
1101
+ 4142052618: 'IfcGeometricRepresentationSubContext',
1102
+ 3590301190: 'IfcGeometricSet',
1103
+ 3009204131: 'IfcGrid',
1104
+ 852622518: 'IfcGridAxis',
1105
+ 178086475: 'IfcGridPlacement',
1106
+ 2706460486: 'IfcGroup',
1107
+ 812098782: 'IfcHalfSpaceSolid',
1108
+ 3319311131: 'IfcHeatExchanger',
1109
+ 1251058090: 'IfcHeatExchangerType',
1110
+ 2068733104: 'IfcHumidifier',
1111
+ 1806887404: 'IfcHumidifierType',
1112
+ 1484403080: 'IfcIShapeProfileDef',
1113
+ 3905492369: 'IfcImageTexture',
1114
+ 3570813810: 'IfcIndexedColourMap',
1115
+ 2571569899: 'IfcIndexedPolyCurve',
1116
+ 178912537: 'IfcIndexedPolygonalFace',
1117
+ 2294589976: 'IfcIndexedPolygonalFaceWithVoids',
1118
+ 1437953363: 'IfcIndexedTextureMap',
1119
+ 2133299955: 'IfcIndexedTriangleTextureMap',
1120
+ 4175244083: 'IfcInterceptor',
1121
+ 3946677679: 'IfcInterceptorType',
1122
+ 3113134337: 'IfcIntersectionCurve',
1123
+ 2391368822: 'IfcInventory',
1124
+ 3741457305: 'IfcIrregularTimeSeries',
1125
+ 3020489413: 'IfcIrregularTimeSeriesValue',
1126
+ 2176052936: 'IfcJunctionBox',
1127
+ 4288270099: 'IfcJunctionBoxType',
1128
+ 572779678: 'IfcLShapeProfileDef',
1129
+ 3827777499: 'IfcLaborResource',
1130
+ 428585644: 'IfcLaborResourceType',
1131
+ 1585845231: 'IfcLagTime',
1132
+ 76236018: 'IfcLamp',
1133
+ 1051575348: 'IfcLampType',
1134
+ 2655187982: 'IfcLibraryInformation',
1135
+ 3452421091: 'IfcLibraryReference',
1136
+ 4162380809: 'IfcLightDistributionData',
1137
+ 629592764: 'IfcLightFixture',
1138
+ 1161773419: 'IfcLightFixtureType',
1139
+ 1566485204: 'IfcLightIntensityDistribution',
1140
+ 1402838566: 'IfcLightSource',
1141
+ 125510826: 'IfcLightSourceAmbient',
1142
+ 2604431987: 'IfcLightSourceDirectional',
1143
+ 4266656042: 'IfcLightSourceGoniometric',
1144
+ 1520743889: 'IfcLightSourcePositional',
1145
+ 3422422726: 'IfcLightSourceSpot',
1146
+ 1281925730: 'IfcLine',
1147
+ 2624227202: 'IfcLocalPlacement',
1148
+ 1008929658: 'IfcLoop',
1149
+ 1425443689: 'IfcManifoldSolidBrep',
1150
+ 3057273783: 'IfcMapConversion',
1151
+ 2347385850: 'IfcMappedItem',
1152
+ 1838606355: 'IfcMaterial',
1153
+ 1847130766: 'IfcMaterialClassificationRelationship',
1154
+ 3708119000: 'IfcMaterialConstituent',
1155
+ 2852063980: 'IfcMaterialConstituentSet',
1156
+ 760658860: 'IfcMaterialDefinition',
1157
+ 2022407955: 'IfcMaterialDefinitionRepresentation',
1158
+ 248100487: 'IfcMaterialLayer',
1159
+ 3303938423: 'IfcMaterialLayerSet',
1160
+ 1303795690: 'IfcMaterialLayerSetUsage',
1161
+ 1847252529: 'IfcMaterialLayerWithOffsets',
1162
+ 2199411900: 'IfcMaterialList',
1163
+ 2235152071: 'IfcMaterialProfile',
1164
+ 164193824: 'IfcMaterialProfileSet',
1165
+ 3079605661: 'IfcMaterialProfileSetUsage',
1166
+ 3404854881: 'IfcMaterialProfileSetUsageTapering',
1167
+ 552965576: 'IfcMaterialProfileWithOffsets',
1168
+ 3265635763: 'IfcMaterialProperties',
1169
+ 853536259: 'IfcMaterialRelationship',
1170
+ 1507914824: 'IfcMaterialUsageDefinition',
1171
+ 2597039031: 'IfcMeasureWithUnit',
1172
+ 377706215: 'IfcMechanicalFastener',
1173
+ 2108223431: 'IfcMechanicalFastenerType',
1174
+ 1437502449: 'IfcMedicalDevice',
1175
+ 1114901282: 'IfcMedicalDeviceType',
1176
+ 1073191201: 'IfcMember',
1177
+ 1911478936: 'IfcMemberStandardCase',
1178
+ 3181161470: 'IfcMemberType',
1179
+ 3368373690: 'IfcMetric',
1180
+ 2998442950: 'IfcMirroredProfileDef',
1181
+ 2706619895: 'IfcMonetaryUnit',
1182
+ 2474470126: 'IfcMotorConnection',
1183
+ 977012517: 'IfcMotorConnectionType',
1184
+ 1918398963: 'IfcNamedUnit',
1185
+ 3888040117: 'IfcObject',
1186
+ 219451334: 'IfcObjectDefinition',
1187
+ 3701648758: 'IfcObjectPlacement',
1188
+ 2251480897: 'IfcObjective',
1189
+ 4143007308: 'IfcOccupant',
1190
+ 3388369263: 'IfcOffsetCurve2D',
1191
+ 3505215534: 'IfcOffsetCurve3D',
1192
+ 2665983363: 'IfcOpenShell',
1193
+ 3588315303: 'IfcOpeningElement',
1194
+ 3079942009: 'IfcOpeningStandardCase',
1195
+ 4251960020: 'IfcOrganization',
1196
+ 1411181986: 'IfcOrganizationRelationship',
1197
+ 1029017970: 'IfcOrientedEdge',
1198
+ 144952367: 'IfcOuterBoundaryCurve',
1199
+ 3694346114: 'IfcOutlet',
1200
+ 2837617999: 'IfcOutletType',
1201
+ 1207048766: 'IfcOwnerHistory',
1202
+ 2529465313: 'IfcParameterizedProfileDef',
1203
+ 2519244187: 'IfcPath',
1204
+ 1682466193: 'IfcPcurve',
1205
+ 2382730787: 'IfcPerformanceHistory',
1206
+ 3566463478: 'IfcPermeableCoveringProperties',
1207
+ 3327091369: 'IfcPermit',
1208
+ 2077209135: 'IfcPerson',
1209
+ 101040310: 'IfcPersonAndOrganization',
1210
+ 3021840470: 'IfcPhysicalComplexQuantity',
1211
+ 2483315170: 'IfcPhysicalQuantity',
1212
+ 2226359599: 'IfcPhysicalSimpleQuantity',
1213
+ 1687234759: 'IfcPile',
1214
+ 1158309216: 'IfcPileType',
1215
+ 310824031: 'IfcPipeFitting',
1216
+ 804291784: 'IfcPipeFittingType',
1217
+ 3612865200: 'IfcPipeSegment',
1218
+ 4231323485: 'IfcPipeSegmentType',
1219
+ 597895409: 'IfcPixelTexture',
1220
+ 2004835150: 'IfcPlacement',
1221
+ 603570806: 'IfcPlanarBox',
1222
+ 1663979128: 'IfcPlanarExtent',
1223
+ 220341763: 'IfcPlane',
1224
+ 3171933400: 'IfcPlate',
1225
+ 1156407060: 'IfcPlateStandardCase',
1226
+ 4017108033: 'IfcPlateType',
1227
+ 2067069095: 'IfcPoint',
1228
+ 4022376103: 'IfcPointOnCurve',
1229
+ 1423911732: 'IfcPointOnSurface',
1230
+ 2924175390: 'IfcPolyLoop',
1231
+ 2775532180: 'IfcPolygonalBoundedHalfSpace',
1232
+ 2839578677: 'IfcPolygonalFaceSet',
1233
+ 3724593414: 'IfcPolyline',
1234
+ 3740093272: 'IfcPort',
1235
+ 3355820592: 'IfcPostalAddress',
1236
+ 759155922: 'IfcPreDefinedColour',
1237
+ 2559016684: 'IfcPreDefinedCurveFont',
1238
+ 3727388367: 'IfcPreDefinedItem',
1239
+ 3778827333: 'IfcPreDefinedProperties',
1240
+ 3967405729: 'IfcPreDefinedPropertySet',
1241
+ 1775413392: 'IfcPreDefinedTextFont',
1242
+ 677532197: 'IfcPresentationItem',
1243
+ 2022622350: 'IfcPresentationLayerAssignment',
1244
+ 1304840413: 'IfcPresentationLayerWithStyle',
1245
+ 3119450353: 'IfcPresentationStyle',
1246
+ 2417041796: 'IfcPresentationStyleAssignment',
1247
+ 2744685151: 'IfcProcedure',
1248
+ 569719735: 'IfcProcedureType',
1249
+ 2945172077: 'IfcProcess',
1250
+ 4208778838: 'IfcProduct',
1251
+ 673634403: 'IfcProductDefinitionShape',
1252
+ 2095639259: 'IfcProductRepresentation',
1253
+ 3958567839: 'IfcProfileDef',
1254
+ 2802850158: 'IfcProfileProperties',
1255
+ 103090709: 'IfcProject',
1256
+ 653396225: 'IfcProjectLibrary',
1257
+ 2904328755: 'IfcProjectOrder',
1258
+ 3843373140: 'IfcProjectedCRS',
1259
+ 3651124850: 'IfcProjectionElement',
1260
+ 2598011224: 'IfcProperty',
1261
+ 986844984: 'IfcPropertyAbstraction',
1262
+ 871118103: 'IfcPropertyBoundedValue',
1263
+ 1680319473: 'IfcPropertyDefinition',
1264
+ 148025276: 'IfcPropertyDependencyRelationship',
1265
+ 4166981789: 'IfcPropertyEnumeratedValue',
1266
+ 3710013099: 'IfcPropertyEnumeration',
1267
+ 2752243245: 'IfcPropertyListValue',
1268
+ 941946838: 'IfcPropertyReferenceValue',
1269
+ 1451395588: 'IfcPropertySet',
1270
+ 3357820518: 'IfcPropertySetDefinition',
1271
+ 492091185: 'IfcPropertySetTemplate',
1272
+ 3650150729: 'IfcPropertySingleValue',
1273
+ 110355661: 'IfcPropertyTableValue',
1274
+ 3521284610: 'IfcPropertyTemplate',
1275
+ 1482703590: 'IfcPropertyTemplateDefinition',
1276
+ 738039164: 'IfcProtectiveDevice',
1277
+ 2295281155: 'IfcProtectiveDeviceTrippingUnit',
1278
+ 655969474: 'IfcProtectiveDeviceTrippingUnitType',
1279
+ 1842657554: 'IfcProtectiveDeviceType',
1280
+ 3219374653: 'IfcProxy',
1281
+ 90941305: 'IfcPump',
1282
+ 2250791053: 'IfcPumpType',
1283
+ 2044713172: 'IfcQuantityArea',
1284
+ 2093928680: 'IfcQuantityCount',
1285
+ 931644368: 'IfcQuantityLength',
1286
+ 2090586900: 'IfcQuantitySet',
1287
+ 3252649465: 'IfcQuantityTime',
1288
+ 2405470396: 'IfcQuantityVolume',
1289
+ 825690147: 'IfcQuantityWeight',
1290
+ 2262370178: 'IfcRailing',
1291
+ 2893384427: 'IfcRailingType',
1292
+ 3024970846: 'IfcRamp',
1293
+ 3283111854: 'IfcRampFlight',
1294
+ 2324767716: 'IfcRampFlightType',
1295
+ 1469900589: 'IfcRampType',
1296
+ 1232101972: 'IfcRationalBSplineCurveWithKnots',
1297
+ 683857671: 'IfcRationalBSplineSurfaceWithKnots',
1298
+ 2770003689: 'IfcRectangleHollowProfileDef',
1299
+ 3615266464: 'IfcRectangleProfileDef',
1300
+ 2798486643: 'IfcRectangularPyramid',
1301
+ 3454111270: 'IfcRectangularTrimmedSurface',
1302
+ 3915482550: 'IfcRecurrencePattern',
1303
+ 2433181523: 'IfcReference',
1304
+ 3413951693: 'IfcRegularTimeSeries',
1305
+ 1580146022: 'IfcReinforcementBarProperties',
1306
+ 3765753017: 'IfcReinforcementDefinitionProperties',
1307
+ 979691226: 'IfcReinforcingBar',
1308
+ 2572171363: 'IfcReinforcingBarType',
1309
+ 3027567501: 'IfcReinforcingElement',
1310
+ 964333572: 'IfcReinforcingElementType',
1311
+ 2320036040: 'IfcReinforcingMesh',
1312
+ 2310774935: 'IfcReinforcingMeshType',
1313
+ 160246688: 'IfcRelAggregates',
1314
+ 3939117080: 'IfcRelAssigns',
1315
+ 1683148259: 'IfcRelAssignsToActor',
1316
+ 2495723537: 'IfcRelAssignsToControl',
1317
+ 1307041759: 'IfcRelAssignsToGroup',
1318
+ 1027710054: 'IfcRelAssignsToGroupByFactor',
1319
+ 4278684876: 'IfcRelAssignsToProcess',
1320
+ 2857406711: 'IfcRelAssignsToProduct',
1321
+ 205026976: 'IfcRelAssignsToResource',
1322
+ 1865459582: 'IfcRelAssociates',
1323
+ 4095574036: 'IfcRelAssociatesApproval',
1324
+ 919958153: 'IfcRelAssociatesClassification',
1325
+ 2728634034: 'IfcRelAssociatesConstraint',
1326
+ 982818633: 'IfcRelAssociatesDocument',
1327
+ 3840914261: 'IfcRelAssociatesLibrary',
1328
+ 2655215786: 'IfcRelAssociatesMaterial',
1329
+ 826625072: 'IfcRelConnects',
1330
+ 1204542856: 'IfcRelConnectsElements',
1331
+ 3945020480: 'IfcRelConnectsPathElements',
1332
+ 4201705270: 'IfcRelConnectsPortToElement',
1333
+ 3190031847: 'IfcRelConnectsPorts',
1334
+ 2127690289: 'IfcRelConnectsStructuralActivity',
1335
+ 1638771189: 'IfcRelConnectsStructuralMember',
1336
+ 504942748: 'IfcRelConnectsWithEccentricity',
1337
+ 3678494232: 'IfcRelConnectsWithRealizingElements',
1338
+ 3242617779: 'IfcRelContainedInSpatialStructure',
1339
+ 886880790: 'IfcRelCoversBldgElements',
1340
+ 2802773753: 'IfcRelCoversSpaces',
1341
+ 2565941209: 'IfcRelDeclares',
1342
+ 2551354335: 'IfcRelDecomposes',
1343
+ 693640335: 'IfcRelDefines',
1344
+ 1462361463: 'IfcRelDefinesByObject',
1345
+ 4186316022: 'IfcRelDefinesByProperties',
1346
+ 307848117: 'IfcRelDefinesByTemplate',
1347
+ 781010003: 'IfcRelDefinesByType',
1348
+ 3940055652: 'IfcRelFillsElement',
1349
+ 279856033: 'IfcRelFlowControlElements',
1350
+ 427948657: 'IfcRelInterferesElements',
1351
+ 3268803585: 'IfcRelNests',
1352
+ 750771296: 'IfcRelProjectsElement',
1353
+ 1245217292: 'IfcRelReferencedInSpatialStructure',
1354
+ 4122056220: 'IfcRelSequence',
1355
+ 366585022: 'IfcRelServicesBuildings',
1356
+ 3451746338: 'IfcRelSpaceBoundary',
1357
+ 3523091289: 'IfcRelSpaceBoundary1stLevel',
1358
+ 1521410863: 'IfcRelSpaceBoundary2ndLevel',
1359
+ 1401173127: 'IfcRelVoidsElement',
1360
+ 478536968: 'IfcRelationship',
1361
+ 816062949: 'IfcReparametrisedCompositeCurveSegment',
1362
+ 1076942058: 'IfcRepresentation',
1363
+ 3377609919: 'IfcRepresentationContext',
1364
+ 3008791417: 'IfcRepresentationItem',
1365
+ 1660063152: 'IfcRepresentationMap',
1366
+ 2914609552: 'IfcResource',
1367
+ 2943643501: 'IfcResourceApprovalRelationship',
1368
+ 1608871552: 'IfcResourceConstraintRelationship',
1369
+ 2439245199: 'IfcResourceLevelRelationship',
1370
+ 1042787934: 'IfcResourceTime',
1371
+ 1856042241: 'IfcRevolvedAreaSolid',
1372
+ 3243963512: 'IfcRevolvedAreaSolidTapered',
1373
+ 4158566097: 'IfcRightCircularCone',
1374
+ 3626867408: 'IfcRightCircularCylinder',
1375
+ 2016517767: 'IfcRoof',
1376
+ 2781568857: 'IfcRoofType',
1377
+ 2341007311: 'IfcRoot',
1378
+ 2778083089: 'IfcRoundedRectangleProfileDef',
1379
+ 448429030: 'IfcSIUnit',
1380
+ 3053780830: 'IfcSanitaryTerminal',
1381
+ 1768891740: 'IfcSanitaryTerminalType',
1382
+ 1054537805: 'IfcSchedulingTime',
1383
+ 2157484638: 'IfcSeamCurve',
1384
+ 2042790032: 'IfcSectionProperties',
1385
+ 4165799628: 'IfcSectionReinforcementProperties',
1386
+ 1509187699: 'IfcSectionedSpine',
1387
+ 4086658281: 'IfcSensor',
1388
+ 1783015770: 'IfcSensorType',
1389
+ 1329646415: 'IfcShadingDevice',
1390
+ 4074543187: 'IfcShadingDeviceType',
1391
+ 867548509: 'IfcShapeAspect',
1392
+ 3982875396: 'IfcShapeModel',
1393
+ 4240577450: 'IfcShapeRepresentation',
1394
+ 4124623270: 'IfcShellBasedSurfaceModel',
1395
+ 3692461612: 'IfcSimpleProperty',
1396
+ 3663146110: 'IfcSimplePropertyTemplate',
1397
+ 4097777520: 'IfcSite',
1398
+ 1529196076: 'IfcSlab',
1399
+ 3127900445: 'IfcSlabElementedCase',
1400
+ 3027962421: 'IfcSlabStandardCase',
1401
+ 2533589738: 'IfcSlabType',
1402
+ 2609359061: 'IfcSlippageConnectionCondition',
1403
+ 3420628829: 'IfcSolarDevice',
1404
+ 1072016465: 'IfcSolarDeviceType',
1405
+ 723233188: 'IfcSolidModel',
1406
+ 3856911033: 'IfcSpace',
1407
+ 1999602285: 'IfcSpaceHeater',
1408
+ 1305183839: 'IfcSpaceHeaterType',
1409
+ 3812236995: 'IfcSpaceType',
1410
+ 1412071761: 'IfcSpatialElement',
1411
+ 710998568: 'IfcSpatialElementType',
1412
+ 2706606064: 'IfcSpatialStructureElement',
1413
+ 3893378262: 'IfcSpatialStructureElementType',
1414
+ 463610769: 'IfcSpatialZone',
1415
+ 2481509218: 'IfcSpatialZoneType',
1416
+ 451544542: 'IfcSphere',
1417
+ 4015995234: 'IfcSphericalSurface',
1418
+ 1404847402: 'IfcStackTerminal',
1419
+ 3112655638: 'IfcStackTerminalType',
1420
+ 331165859: 'IfcStair',
1421
+ 4252922144: 'IfcStairFlight',
1422
+ 1039846685: 'IfcStairFlightType',
1423
+ 338393293: 'IfcStairType',
1424
+ 682877961: 'IfcStructuralAction',
1425
+ 3544373492: 'IfcStructuralActivity',
1426
+ 2515109513: 'IfcStructuralAnalysisModel',
1427
+ 1179482911: 'IfcStructuralConnection',
1428
+ 2273995522: 'IfcStructuralConnectionCondition',
1429
+ 1004757350: 'IfcStructuralCurveAction',
1430
+ 4243806635: 'IfcStructuralCurveConnection',
1431
+ 214636428: 'IfcStructuralCurveMember',
1432
+ 2445595289: 'IfcStructuralCurveMemberVarying',
1433
+ 2757150158: 'IfcStructuralCurveReaction',
1434
+ 3136571912: 'IfcStructuralItem',
1435
+ 1807405624: 'IfcStructuralLinearAction',
1436
+ 2162789131: 'IfcStructuralLoad',
1437
+ 385403989: 'IfcStructuralLoadCase',
1438
+ 3478079324: 'IfcStructuralLoadConfiguration',
1439
+ 1252848954: 'IfcStructuralLoadGroup',
1440
+ 1595516126: 'IfcStructuralLoadLinearForce',
1441
+ 609421318: 'IfcStructuralLoadOrResult',
1442
+ 2668620305: 'IfcStructuralLoadPlanarForce',
1443
+ 2473145415: 'IfcStructuralLoadSingleDisplacement',
1444
+ 1973038258: 'IfcStructuralLoadSingleDisplacementDistortion',
1445
+ 1597423693: 'IfcStructuralLoadSingleForce',
1446
+ 1190533807: 'IfcStructuralLoadSingleForceWarping',
1447
+ 2525727697: 'IfcStructuralLoadStatic',
1448
+ 3408363356: 'IfcStructuralLoadTemperature',
1449
+ 530289379: 'IfcStructuralMember',
1450
+ 1621171031: 'IfcStructuralPlanarAction',
1451
+ 2082059205: 'IfcStructuralPointAction',
1452
+ 734778138: 'IfcStructuralPointConnection',
1453
+ 1235345126: 'IfcStructuralPointReaction',
1454
+ 3689010777: 'IfcStructuralReaction',
1455
+ 2986769608: 'IfcStructuralResultGroup',
1456
+ 3657597509: 'IfcStructuralSurfaceAction',
1457
+ 1975003073: 'IfcStructuralSurfaceConnection',
1458
+ 3979015343: 'IfcStructuralSurfaceMember',
1459
+ 2218152070: 'IfcStructuralSurfaceMemberVarying',
1460
+ 603775116: 'IfcStructuralSurfaceReaction',
1461
+ 2830218821: 'IfcStyleModel',
1462
+ 3958052878: 'IfcStyledItem',
1463
+ 3049322572: 'IfcStyledRepresentation',
1464
+ 148013059: 'IfcSubContractResource',
1465
+ 4095615324: 'IfcSubContractResourceType',
1466
+ 2233826070: 'IfcSubedge',
1467
+ 2513912981: 'IfcSurface',
1468
+ 699246055: 'IfcSurfaceCurve',
1469
+ 2028607225: 'IfcSurfaceCurveSweptAreaSolid',
1470
+ 3101698114: 'IfcSurfaceFeature',
1471
+ 2809605785: 'IfcSurfaceOfLinearExtrusion',
1472
+ 4124788165: 'IfcSurfaceOfRevolution',
1473
+ 2934153892: 'IfcSurfaceReinforcementArea',
1474
+ 1300840506: 'IfcSurfaceStyle',
1475
+ 3303107099: 'IfcSurfaceStyleLighting',
1476
+ 1607154358: 'IfcSurfaceStyleRefraction',
1477
+ 1878645084: 'IfcSurfaceStyleRendering',
1478
+ 846575682: 'IfcSurfaceStyleShading',
1479
+ 1351298697: 'IfcSurfaceStyleWithTextures',
1480
+ 626085974: 'IfcSurfaceTexture',
1481
+ 2247615214: 'IfcSweptAreaSolid',
1482
+ 1260650574: 'IfcSweptDiskSolid',
1483
+ 1096409881: 'IfcSweptDiskSolidPolygonal',
1484
+ 230924584: 'IfcSweptSurface',
1485
+ 1162798199: 'IfcSwitchingDevice',
1486
+ 2315554128: 'IfcSwitchingDeviceType',
1487
+ 2254336722: 'IfcSystem',
1488
+ 413509423: 'IfcSystemFurnitureElement',
1489
+ 1580310250: 'IfcSystemFurnitureElementType',
1490
+ 3071757647: 'IfcTShapeProfileDef',
1491
+ 985171141: 'IfcTable',
1492
+ 2043862942: 'IfcTableColumn',
1493
+ 531007025: 'IfcTableRow',
1494
+ 812556717: 'IfcTank',
1495
+ 5716631: 'IfcTankType',
1496
+ 3473067441: 'IfcTask',
1497
+ 1549132990: 'IfcTaskTime',
1498
+ 2771591690: 'IfcTaskTimeRecurring',
1499
+ 3206491090: 'IfcTaskType',
1500
+ 912023232: 'IfcTelecomAddress',
1501
+ 3824725483: 'IfcTendon',
1502
+ 2347447852: 'IfcTendonAnchor',
1503
+ 3081323446: 'IfcTendonAnchorType',
1504
+ 2415094496: 'IfcTendonType',
1505
+ 2387106220: 'IfcTessellatedFaceSet',
1506
+ 901063453: 'IfcTessellatedItem',
1507
+ 4282788508: 'IfcTextLiteral',
1508
+ 3124975700: 'IfcTextLiteralWithExtent',
1509
+ 1447204868: 'IfcTextStyle',
1510
+ 1983826977: 'IfcTextStyleFontModel',
1511
+ 2636378356: 'IfcTextStyleForDefinedFont',
1512
+ 1640371178: 'IfcTextStyleTextModel',
1513
+ 280115917: 'IfcTextureCoordinate',
1514
+ 1742049831: 'IfcTextureCoordinateGenerator',
1515
+ 2552916305: 'IfcTextureMap',
1516
+ 1210645708: 'IfcTextureVertex',
1517
+ 3611470254: 'IfcTextureVertexList',
1518
+ 1199560280: 'IfcTimePeriod',
1519
+ 3101149627: 'IfcTimeSeries',
1520
+ 581633288: 'IfcTimeSeriesValue',
1521
+ 1377556343: 'IfcTopologicalRepresentationItem',
1522
+ 1735638870: 'IfcTopologyRepresentation',
1523
+ 1935646853: 'IfcToroidalSurface',
1524
+ 3825984169: 'IfcTransformer',
1525
+ 1692211062: 'IfcTransformerType',
1526
+ 1620046519: 'IfcTransportElement',
1527
+ 2097647324: 'IfcTransportElementType',
1528
+ 2715220739: 'IfcTrapeziumProfileDef',
1529
+ 2916149573: 'IfcTriangulatedFaceSet',
1530
+ 3593883385: 'IfcTrimmedCurve',
1531
+ 3026737570: 'IfcTubeBundle',
1532
+ 1600972822: 'IfcTubeBundleType',
1533
+ 1628702193: 'IfcTypeObject',
1534
+ 3736923433: 'IfcTypeProcess',
1535
+ 2347495698: 'IfcTypeProduct',
1536
+ 3698973494: 'IfcTypeResource',
1537
+ 427810014: 'IfcUShapeProfileDef',
1538
+ 180925521: 'IfcUnitAssignment',
1539
+ 630975310: 'IfcUnitaryControlElement',
1540
+ 3179687236: 'IfcUnitaryControlElementType',
1541
+ 4292641817: 'IfcUnitaryEquipment',
1542
+ 1911125066: 'IfcUnitaryEquipmentType',
1543
+ 4207607924: 'IfcValve',
1544
+ 728799441: 'IfcValveType',
1545
+ 1417489154: 'IfcVector',
1546
+ 2799835756: 'IfcVertex',
1547
+ 2759199220: 'IfcVertexLoop',
1548
+ 1907098498: 'IfcVertexPoint',
1549
+ 2391383451: 'IfcVibrationIsolator',
1550
+ 3313531582: 'IfcVibrationIsolatorType',
1551
+ 2769231204: 'IfcVirtualElement',
1552
+ 891718957: 'IfcVirtualGridIntersection',
1553
+ 926996030: 'IfcVoidingFeature',
1554
+ 2391406946: 'IfcWall',
1555
+ 4156078855: 'IfcWallElementedCase',
1556
+ 3512223829: 'IfcWallStandardCase',
1557
+ 1898987631: 'IfcWallType',
1558
+ 4237592921: 'IfcWasteTerminal',
1559
+ 1133259667: 'IfcWasteTerminalType',
1560
+ 3304561284: 'IfcWindow',
1561
+ 336235671: 'IfcWindowLiningProperties',
1562
+ 512836454: 'IfcWindowPanelProperties',
1563
+ 486154966: 'IfcWindowStandardCase',
1564
+ 1299126871: 'IfcWindowStyle',
1565
+ 4009809668: 'IfcWindowType',
1566
+ 4088093105: 'IfcWorkCalendar',
1567
+ 1028945134: 'IfcWorkControl',
1568
+ 4218914973: 'IfcWorkPlan',
1569
+ 3342526732: 'IfcWorkSchedule',
1570
+ 1236880293: 'IfcWorkTime',
1571
+ 2543172580: 'IfcZShapeProfileDef',
1572
+ 1033361043: 'IfcZone',
1573
+ };
1574
+ /**
1575
+ * Get type ID from name (case-insensitive)
1576
+ */
1577
+ export function getTypeId(name) {
1578
+ // Normalize to IfcXxx format
1579
+ const normalized = normalizeTypeName(name);
1580
+ return TYPE_IDS[normalized];
1581
+ }
1582
+ /**
1583
+ * Get type name from ID
1584
+ */
1585
+ export function getTypeName(id) {
1586
+ return TYPE_NAMES[id];
1587
+ }
1588
+ /**
1589
+ * Check if a type ID exists
1590
+ */
1591
+ export function isValidTypeId(id) {
1592
+ return id in TYPE_NAMES;
1593
+ }
1594
+ /**
1595
+ * Normalize type name to IfcXxx format
1596
+ */
1597
+ function normalizeTypeName(name) {
1598
+ // Handle IFCWALL -> IfcWall
1599
+ if (name.toUpperCase().startsWith('IFC')) {
1600
+ const rest = name.substring(3);
1601
+ // Find the entity that matches case-insensitively
1602
+ const upperRest = rest.toUpperCase();
1603
+ for (const key of Object.keys(TYPE_IDS)) {
1604
+ if (key.substring(3).toUpperCase() === upperRest) {
1605
+ return key;
1606
+ }
1607
+ }
1608
+ }
1609
+ return name;
1610
+ }
1611
+ /**
1612
+ * Calculate CRC32 hash for any string
1613
+ * (Useful for unknown types)
1614
+ */
1615
+ export function crc32Hash(str) {
1616
+ const upper = str.toUpperCase();
1617
+ let crc = 0xffffffff;
1618
+ for (let i = 0; i < upper.length; i++) {
1619
+ crc = CRC32_TABLE[(crc ^ upper.charCodeAt(i)) & 0xff] ^ (crc >>> 8);
1620
+ }
1621
+ return (crc ^ 0xffffffff) >>> 0;
1622
+ }
1623
+ // CRC32 lookup table
1624
+ const CRC32_TABLE = new Uint32Array([
1625
+ 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f,
1626
+ 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988,
1627
+ 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2,
1628
+ 0xf3b97148, 0x84be41de, 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7,
1629
+ 0x136c9856, 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
1630
+ 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, 0xa2677172,
1631
+ 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, 0x35b5a8fa, 0x42b2986c,
1632
+ 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, 0x45df5c75, 0xdcd60dcf, 0xabd13d59,
1633
+ 0x26d930ac, 0x51de003a, 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423,
1634
+ 0xcfba9599, 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
1635
+ 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, 0x01db7106,
1636
+ 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, 0x9fbfe4a5, 0xe8b8d433,
1637
+ 0x7807c9a2, 0x0f00f934, 0x9609a88e, 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d,
1638
+ 0x91646c97, 0xe6635c01, 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e,
1639
+ 0x6c0695ed, 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
1640
+ 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, 0xfbd44c65,
1641
+ 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, 0x4adfa541, 0x3dd895d7,
1642
+ 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, 0x346ed9fc, 0xad678846, 0xda60b8d0,
1643
+ 0x44042d73, 0x33031de5, 0xaa0a4c5f, 0xdd0d7cd9, 0x5005713c, 0x270241aa,
1644
+ 0xbe0b1010, 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
1645
+ 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, 0x2eb40d81,
1646
+ 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, 0x03b6e20c, 0x74b1d29a,
1647
+ 0xead54739, 0x9dd277af, 0x04db2615, 0x73dc1683, 0xe3630b12, 0x94643b84,
1648
+ 0x0d6d6a3e, 0x7a6a5aa8, 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1,
1649
+ 0xf00f9344, 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
1650
+ 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, 0x67dd4acc,
1651
+ 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, 0xd6d6a3e8, 0xa1d1937e,
1652
+ 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, 0xa6bc5767, 0x3fb506dd, 0x48b2364b,
1653
+ 0xd80d2bda, 0xaf0a1b4c, 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55,
1654
+ 0x316e8eef, 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
1655
+ 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, 0xb2bd0b28,
1656
+ 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, 0x2cd99e8b, 0x5bdeae1d,
1657
+ 0x9b64c2b0, 0xec63f226, 0x756aa39c, 0x026d930a, 0x9c0906a9, 0xeb0e363f,
1658
+ 0x72076785, 0x05005713, 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38,
1659
+ 0x92d28e9b, 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
1660
+ 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, 0x18b74777,
1661
+ 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, 0x8f659eff, 0xf862ae69,
1662
+ 0x616bffd3, 0x166ccf45, 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2,
1663
+ 0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc,
1664
+ 0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
1665
+ 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd706b3,
1666
+ 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94,
1667
+ 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d,
1668
+ ]);
1669
+ //# sourceMappingURL=type-ids.js.map