@pilotdev/pilot-bim-dataprovider 23.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 (38) hide show
  1. package/README.md +43 -0
  2. package/lib/index.d.ts +7 -0
  3. package/lib/index.js +7 -0
  4. package/lib/index.js.map +1 -0
  5. package/lib/src/model/BimDataElement.d.ts +15 -0
  6. package/lib/src/model/BimDataElement.js +15 -0
  7. package/lib/src/model/BimDataElement.js.map +1 -0
  8. package/lib/src/model/BimDataElementPropertySet.d.ts +23 -0
  9. package/lib/src/model/BimDataElementPropertySet.js +30 -0
  10. package/lib/src/model/BimDataElementPropertySet.js.map +1 -0
  11. package/lib/src/model/BimDataIfcType.d.ts +1206 -0
  12. package/lib/src/model/BimDataIfcType.js +1208 -0
  13. package/lib/src/model/BimDataIfcType.js.map +1 -0
  14. package/lib/src/model/BimDataModel.d.ts +16 -0
  15. package/lib/src/model/BimDataModel.js +55 -0
  16. package/lib/src/model/BimDataModel.js.map +1 -0
  17. package/lib/src/model/BimDataModelPart.d.ts +24 -0
  18. package/lib/src/model/BimDataModelPart.js +38 -0
  19. package/lib/src/model/BimDataModelPart.js.map +1 -0
  20. package/lib/src/model/BimDataTessellation.d.ts +6 -0
  21. package/lib/src/model/BimDataTessellation.js +9 -0
  22. package/lib/src/model/BimDataTessellation.js.map +1 -0
  23. package/lib/src/model/Consts.d.ts +2 -0
  24. package/lib/src/model/Consts.js +3 -0
  25. package/lib/src/model/Consts.js.map +1 -0
  26. package/lib/src/utils/ViewerTools.d.ts +13 -0
  27. package/lib/src/utils/ViewerTools.js +117 -0
  28. package/lib/src/utils/ViewerTools.js.map +1 -0
  29. package/lib/src/utils/WasmTools.d.ts +10 -0
  30. package/lib/src/utils/WasmTools.js +60 -0
  31. package/lib/src/utils/WasmTools.js.map +1 -0
  32. package/lib/src/wasm/index.d.ts +0 -0
  33. package/lib/src/wasm/index.js +3 -0
  34. package/lib/src/wasm/index.js.map +1 -0
  35. package/lib/src/wasm/pilot_bim_dataprovider.d.ts +128 -0
  36. package/lib/src/wasm/pilot_bim_dataprovider.js +16 -0
  37. package/lib/src/wasm/pilot_bim_dataprovider.wasm +0 -0
  38. package/package.json +31 -0
@@ -0,0 +1,1206 @@
1
+ export declare enum BimDataIfcType {
2
+ IfcAbsorbedDoseMeasure = 0,
3
+ IfcAccelerationMeasure = 1,
4
+ IfcActionRequest = 2,
5
+ IfcActionRequestTypeEnum = 3,
6
+ IfcActionSourceTypeEnum = 4,
7
+ IfcActionTypeEnum = 5,
8
+ IfcActor = 6,
9
+ IfcActorRole = 7,
10
+ IfcActorSelect = 8,
11
+ IfcActuator = 9,
12
+ IfcActuatorType = 10,
13
+ IfcActuatorTypeEnum = 11,
14
+ IfcAddress = 12,
15
+ IfcAddressTypeEnum = 13,
16
+ IfcAdvancedBrep = 14,
17
+ IfcAdvancedBrepWithVoids = 15,
18
+ IfcAdvancedFace = 16,
19
+ IfcAirTerminal = 17,
20
+ IfcAirTerminalBox = 18,
21
+ IfcAirTerminalBoxType = 19,
22
+ IfcAirTerminalBoxTypeEnum = 20,
23
+ IfcAirTerminalType = 21,
24
+ IfcAirTerminalTypeEnum = 22,
25
+ IfcAirToAirHeatRecovery = 23,
26
+ IfcAirToAirHeatRecoveryType = 24,
27
+ IfcAirToAirHeatRecoveryTypeEnum = 25,
28
+ IfcAlarm = 26,
29
+ IfcAlarmType = 27,
30
+ IfcAlarmTypeEnum = 28,
31
+ IfcAlignment = 29,
32
+ IfcAlignment2DHorizontal = 30,
33
+ IfcAlignment2DHorizontalSegment = 31,
34
+ IfcAlignment2DSegment = 32,
35
+ IfcAlignment2DVerSegCircularArc = 33,
36
+ IfcAlignment2DVerSegLine = 34,
37
+ IfcAlignment2DVerSegParabolicArc = 35,
38
+ IfcAlignment2DVertical = 36,
39
+ IfcAlignment2DVerticalSegment = 37,
40
+ IfcAlignmentCurve = 38,
41
+ IfcAlignmentTypeEnum = 39,
42
+ IfcAmountOfSubstanceMeasure = 40,
43
+ IfcAnalysisModelTypeEnum = 41,
44
+ IfcAnalysisTheoryTypeEnum = 42,
45
+ IfcAngularVelocityMeasure = 43,
46
+ IfcAnnotation = 44,
47
+ IfcAnnotationFillArea = 45,
48
+ IfcApplication = 46,
49
+ IfcAppliedValue = 47,
50
+ IfcAppliedValueSelect = 48,
51
+ IfcApproval = 49,
52
+ IfcApprovalRelationship = 50,
53
+ IfcArbitraryClosedProfileDef = 51,
54
+ IfcArbitraryOpenProfileDef = 52,
55
+ IfcArbitraryProfileDefWithVoids = 53,
56
+ IfcArcIndex = 54,
57
+ IfcAreaDensityMeasure = 55,
58
+ IfcAreaMeasure = 56,
59
+ IfcArithmeticOperatorEnum = 57,
60
+ IfcAssemblyPlaceEnum = 58,
61
+ IfcAsset = 59,
62
+ IfcAsymmetricIShapeProfileDef = 60,
63
+ IfcAudioVisualAppliance = 61,
64
+ IfcAudioVisualApplianceType = 62,
65
+ IfcAudioVisualApplianceTypeEnum = 63,
66
+ IfcAxis1Placement = 64,
67
+ IfcAxis2Placement = 65,
68
+ IfcAxis2Placement2D = 66,
69
+ IfcAxis2Placement3D = 67,
70
+ IfcBeam = 68,
71
+ IfcBeamStandardCase = 69,
72
+ IfcBeamType = 70,
73
+ IfcBeamTypeEnum = 71,
74
+ IfcBenchmarkEnum = 72,
75
+ IfcBendingParameterSelect = 73,
76
+ IfcBinary = 74,
77
+ IfcBlobTexture = 75,
78
+ IfcBlock = 76,
79
+ IfcBoiler = 77,
80
+ IfcBoilerType = 78,
81
+ IfcBoilerTypeEnum = 79,
82
+ IfcBoolean = 80,
83
+ IfcBooleanClippingResult = 81,
84
+ IfcBooleanOperand = 82,
85
+ IfcBooleanOperator = 83,
86
+ IfcBooleanResult = 84,
87
+ IfcBoundaryCondition = 85,
88
+ IfcBoundaryCurve = 86,
89
+ IfcBoundaryEdgeCondition = 87,
90
+ IfcBoundaryFaceCondition = 88,
91
+ IfcBoundaryNodeCondition = 89,
92
+ IfcBoundaryNodeConditionWarping = 90,
93
+ IfcBoundedCurve = 91,
94
+ IfcBoundedSurface = 92,
95
+ IfcBoundingBox = 93,
96
+ IfcBoxAlignment = 94,
97
+ IfcBoxedHalfSpace = 95,
98
+ IfcBSplineCurve = 96,
99
+ IfcBSplineCurveForm = 97,
100
+ IfcBSplineCurveWithKnots = 98,
101
+ IfcBSplineSurface = 99,
102
+ IfcBSplineSurfaceForm = 100,
103
+ IfcBSplineSurfaceWithKnots = 101,
104
+ IfcBuilding = 102,
105
+ IfcBuildingElement = 103,
106
+ IfcBuildingElementPart = 104,
107
+ IfcBuildingElementPartType = 105,
108
+ IfcBuildingElementPartTypeEnum = 106,
109
+ IfcBuildingElementProxy = 107,
110
+ IfcBuildingElementProxyType = 108,
111
+ IfcBuildingElementProxyTypeEnum = 109,
112
+ IfcBuildingElementType = 110,
113
+ IfcBuildingStorey = 111,
114
+ IfcBuildingSystem = 112,
115
+ IfcBuildingSystemTypeEnum = 113,
116
+ IfcBurner = 114,
117
+ IfcBurnerType = 115,
118
+ IfcBurnerTypeEnum = 116,
119
+ IfcCableCarrierFitting = 117,
120
+ IfcCableCarrierFittingType = 118,
121
+ IfcCableCarrierFittingTypeEnum = 119,
122
+ IfcCableCarrierSegment = 120,
123
+ IfcCableCarrierSegmentType = 121,
124
+ IfcCableCarrierSegmentTypeEnum = 122,
125
+ IfcCableFitting = 123,
126
+ IfcCableFittingType = 124,
127
+ IfcCableFittingTypeEnum = 125,
128
+ IfcCableSegment = 126,
129
+ IfcCableSegmentType = 127,
130
+ IfcCableSegmentTypeEnum = 128,
131
+ IfcCardinalPointReference = 129,
132
+ IfcCartesianPoint = 130,
133
+ IfcCartesianPointList = 131,
134
+ IfcCartesianPointList2D = 132,
135
+ IfcCartesianPointList3D = 133,
136
+ IfcCartesianTransformationOperator = 134,
137
+ IfcCartesianTransformationOperator2D = 135,
138
+ IfcCartesianTransformationOperator2DnonUniform = 136,
139
+ IfcCartesianTransformationOperator3D = 137,
140
+ IfcCartesianTransformationOperator3DnonUniform = 138,
141
+ IfcCenterLineProfileDef = 139,
142
+ IfcChangeActionEnum = 140,
143
+ IfcChiller = 141,
144
+ IfcChillerType = 142,
145
+ IfcChillerTypeEnum = 143,
146
+ IfcChimney = 144,
147
+ IfcChimneyType = 145,
148
+ IfcChimneyTypeEnum = 146,
149
+ IfcCircle = 147,
150
+ IfcCircleHollowProfileDef = 148,
151
+ IfcCircleProfileDef = 149,
152
+ IfcCircularArcSegment2D = 150,
153
+ IfcCivilElement = 151,
154
+ IfcCivilElementType = 152,
155
+ IfcClassification = 153,
156
+ IfcClassificationReference = 154,
157
+ IfcClassificationReferenceSelect = 155,
158
+ IfcClassificationSelect = 156,
159
+ IfcClosedShell = 157,
160
+ IfcCoil = 158,
161
+ IfcCoilType = 159,
162
+ IfcCoilTypeEnum = 160,
163
+ IfcColour = 161,
164
+ IfcColourOrFactor = 162,
165
+ IfcColourRgb = 163,
166
+ IfcColourRgbList = 164,
167
+ IfcColourSpecification = 165,
168
+ IfcColumn = 166,
169
+ IfcColumnStandardCase = 167,
170
+ IfcColumnType = 168,
171
+ IfcColumnTypeEnum = 169,
172
+ IfcCommunicationsAppliance = 170,
173
+ IfcCommunicationsApplianceType = 171,
174
+ IfcCommunicationsApplianceTypeEnum = 172,
175
+ IfcComplexNumber = 173,
176
+ IfcComplexProperty = 174,
177
+ IfcComplexPropertyTemplate = 175,
178
+ IfcComplexPropertyTemplateTypeEnum = 176,
179
+ IfcCompositeCurve = 177,
180
+ IfcCompositeCurveOnSurface = 178,
181
+ IfcCompositeCurveSegment = 179,
182
+ IfcCompositeProfileDef = 180,
183
+ IfcCompoundPlaneAngleMeasure = 181,
184
+ IfcCompressor = 182,
185
+ IfcCompressorType = 183,
186
+ IfcCompressorTypeEnum = 184,
187
+ IfcCondenser = 185,
188
+ IfcCondenserType = 186,
189
+ IfcCondenserTypeEnum = 187,
190
+ IfcConic = 188,
191
+ IfcConnectedFaceSet = 189,
192
+ IfcConnectionCurveGeometry = 190,
193
+ IfcConnectionGeometry = 191,
194
+ IfcConnectionPointEccentricity = 192,
195
+ IfcConnectionPointGeometry = 193,
196
+ IfcConnectionSurfaceGeometry = 194,
197
+ IfcConnectionTypeEnum = 195,
198
+ IfcConnectionVolumeGeometry = 196,
199
+ IfcConstraint = 197,
200
+ IfcConstraintEnum = 198,
201
+ IfcConstructionEquipmentResource = 199,
202
+ IfcConstructionEquipmentResourceType = 200,
203
+ IfcConstructionEquipmentResourceTypeEnum = 201,
204
+ IfcConstructionMaterialResource = 202,
205
+ IfcConstructionMaterialResourceType = 203,
206
+ IfcConstructionMaterialResourceTypeEnum = 204,
207
+ IfcConstructionProductResource = 205,
208
+ IfcConstructionProductResourceType = 206,
209
+ IfcConstructionProductResourceTypeEnum = 207,
210
+ IfcConstructionResource = 208,
211
+ IfcConstructionResourceType = 209,
212
+ IfcContext = 210,
213
+ IfcContextDependentMeasure = 211,
214
+ IfcContextDependentUnit = 212,
215
+ IfcControl = 213,
216
+ IfcController = 214,
217
+ IfcControllerType = 215,
218
+ IfcControllerTypeEnum = 216,
219
+ IfcConversionBasedUnit = 217,
220
+ IfcConversionBasedUnitWithOffset = 218,
221
+ IfcCooledBeam = 219,
222
+ IfcCooledBeamType = 220,
223
+ IfcCooledBeamTypeEnum = 221,
224
+ IfcCoolingTower = 222,
225
+ IfcCoolingTowerType = 223,
226
+ IfcCoolingTowerTypeEnum = 224,
227
+ IfcCoordinateOperation = 225,
228
+ IfcCoordinateReferenceSystem = 226,
229
+ IfcCoordinateReferenceSystemSelect = 227,
230
+ IfcCostItem = 228,
231
+ IfcCostItemTypeEnum = 229,
232
+ IfcCostSchedule = 230,
233
+ IfcCostScheduleTypeEnum = 231,
234
+ IfcCostValue = 232,
235
+ IfcCountMeasure = 233,
236
+ IfcCovering = 234,
237
+ IfcCoveringType = 235,
238
+ IfcCoveringTypeEnum = 236,
239
+ IfcCrewResource = 237,
240
+ IfcCrewResourceType = 238,
241
+ IfcCrewResourceTypeEnum = 239,
242
+ IfcCsgPrimitive3D = 240,
243
+ IfcCsgSelect = 241,
244
+ IfcCsgSolid = 242,
245
+ IfcCShapeProfileDef = 243,
246
+ IfcCurrencyRelationship = 244,
247
+ IfcCurtainWall = 245,
248
+ IfcCurtainWallType = 246,
249
+ IfcCurtainWallTypeEnum = 247,
250
+ IfcCurvatureMeasure = 248,
251
+ IfcCurve = 249,
252
+ IfcCurveBoundedPlane = 250,
253
+ IfcCurveBoundedSurface = 251,
254
+ IfcCurveFontOrScaledCurveFontSelect = 252,
255
+ IfcCurveInterpolationEnum = 253,
256
+ IfcCurveOnSurface = 254,
257
+ IfcCurveOrEdgeCurve = 255,
258
+ IfcCurveSegment2D = 256,
259
+ IfcCurveStyle = 257,
260
+ IfcCurveStyleFont = 258,
261
+ IfcCurveStyleFontAndScaling = 259,
262
+ IfcCurveStyleFontPattern = 260,
263
+ IfcCurveStyleFontSelect = 261,
264
+ IfcCylindricalSurface = 262,
265
+ IfcDamper = 263,
266
+ IfcDamperType = 264,
267
+ IfcDamperTypeEnum = 265,
268
+ IfcDataOriginEnum = 266,
269
+ IfcDate = 267,
270
+ IfcDateTime = 268,
271
+ IfcDayInMonthNumber = 269,
272
+ IfcDayInWeekNumber = 270,
273
+ IfcDefinitionSelect = 271,
274
+ IfcDerivedMeasureValue = 272,
275
+ IfcDerivedProfileDef = 273,
276
+ IfcDerivedUnit = 274,
277
+ IfcDerivedUnitElement = 275,
278
+ IfcDerivedUnitEnum = 276,
279
+ IfcDescriptiveMeasure = 277,
280
+ IfcDimensionalExponents = 278,
281
+ IfcDimensionCount = 279,
282
+ IfcDirection = 280,
283
+ IfcDirectionSenseEnum = 281,
284
+ IfcDiscreteAccessory = 282,
285
+ IfcDiscreteAccessoryType = 283,
286
+ IfcDiscreteAccessoryTypeEnum = 284,
287
+ IfcDistanceExpression = 285,
288
+ IfcDistributionChamberElement = 286,
289
+ IfcDistributionChamberElementType = 287,
290
+ IfcDistributionChamberElementTypeEnum = 288,
291
+ IfcDistributionCircuit = 289,
292
+ IfcDistributionControlElement = 290,
293
+ IfcDistributionControlElementType = 291,
294
+ IfcDistributionElement = 292,
295
+ IfcDistributionElementType = 293,
296
+ IfcDistributionFlowElement = 294,
297
+ IfcDistributionFlowElementType = 295,
298
+ IfcDistributionPort = 296,
299
+ IfcDistributionPortTypeEnum = 297,
300
+ IfcDistributionSystem = 298,
301
+ IfcDistributionSystemEnum = 299,
302
+ IfcDocumentConfidentialityEnum = 300,
303
+ IfcDocumentInformation = 301,
304
+ IfcDocumentInformationRelationship = 302,
305
+ IfcDocumentReference = 303,
306
+ IfcDocumentSelect = 304,
307
+ IfcDocumentStatusEnum = 305,
308
+ IfcDoor = 306,
309
+ IfcDoorLiningProperties = 307,
310
+ IfcDoorPanelOperationEnum = 308,
311
+ IfcDoorPanelPositionEnum = 309,
312
+ IfcDoorPanelProperties = 310,
313
+ IfcDoorStandardCase = 311,
314
+ IfcDoorStyle = 312,
315
+ IfcDoorStyleConstructionEnum = 313,
316
+ IfcDoorStyleOperationEnum = 314,
317
+ IfcDoorType = 315,
318
+ IfcDoorTypeEnum = 316,
319
+ IfcDoorTypeOperationEnum = 317,
320
+ IfcDoseEquivalentMeasure = 318,
321
+ IfcDraughtingPreDefinedColour = 319,
322
+ IfcDraughtingPreDefinedCurveFont = 320,
323
+ IfcDuctFitting = 321,
324
+ IfcDuctFittingType = 322,
325
+ IfcDuctFittingTypeEnum = 323,
326
+ IfcDuctSegment = 324,
327
+ IfcDuctSegmentType = 325,
328
+ IfcDuctSegmentTypeEnum = 326,
329
+ IfcDuctSilencer = 327,
330
+ IfcDuctSilencerType = 328,
331
+ IfcDuctSilencerTypeEnum = 329,
332
+ IfcDuration = 330,
333
+ IfcDynamicViscosityMeasure = 331,
334
+ IfcEdge = 332,
335
+ IfcEdgeCurve = 333,
336
+ IfcEdgeLoop = 334,
337
+ IfcElectricAppliance = 335,
338
+ IfcElectricApplianceType = 336,
339
+ IfcElectricApplianceTypeEnum = 337,
340
+ IfcElectricCapacitanceMeasure = 338,
341
+ IfcElectricChargeMeasure = 339,
342
+ IfcElectricConductanceMeasure = 340,
343
+ IfcElectricCurrentMeasure = 341,
344
+ IfcElectricDistributionBoard = 342,
345
+ IfcElectricDistributionBoardType = 343,
346
+ IfcElectricDistributionBoardTypeEnum = 344,
347
+ IfcElectricFlowStorageDevice = 345,
348
+ IfcElectricFlowStorageDeviceType = 346,
349
+ IfcElectricFlowStorageDeviceTypeEnum = 347,
350
+ IfcElectricGenerator = 348,
351
+ IfcElectricGeneratorType = 349,
352
+ IfcElectricGeneratorTypeEnum = 350,
353
+ IfcElectricMotor = 351,
354
+ IfcElectricMotorType = 352,
355
+ IfcElectricMotorTypeEnum = 353,
356
+ IfcElectricResistanceMeasure = 354,
357
+ IfcElectricTimeControl = 355,
358
+ IfcElectricTimeControlType = 356,
359
+ IfcElectricTimeControlTypeEnum = 357,
360
+ IfcElectricVoltageMeasure = 358,
361
+ IfcElement = 359,
362
+ IfcElementarySurface = 360,
363
+ IfcElementAssembly = 361,
364
+ IfcElementAssemblyType = 362,
365
+ IfcElementAssemblyTypeEnum = 363,
366
+ IfcElementComponent = 364,
367
+ IfcElementComponentType = 365,
368
+ IfcElementCompositionEnum = 366,
369
+ IfcElementQuantity = 367,
370
+ IfcElementType = 368,
371
+ IfcEllipse = 369,
372
+ IfcEllipseProfileDef = 370,
373
+ IfcEnergyConversionDevice = 371,
374
+ IfcEnergyConversionDeviceType = 372,
375
+ IfcEnergyMeasure = 373,
376
+ IfcEngine = 374,
377
+ IfcEngineType = 375,
378
+ IfcEngineTypeEnum = 376,
379
+ IfcEvaporativeCooler = 377,
380
+ IfcEvaporativeCoolerType = 378,
381
+ IfcEvaporativeCoolerTypeEnum = 379,
382
+ IfcEvaporator = 380,
383
+ IfcEvaporatorType = 381,
384
+ IfcEvaporatorTypeEnum = 382,
385
+ IfcEvent = 383,
386
+ IfcEventTime = 384,
387
+ IfcEventTriggerTypeEnum = 385,
388
+ IfcEventType = 386,
389
+ IfcEventTypeEnum = 387,
390
+ IfcExtendedProperties = 388,
391
+ IfcExternalInformation = 389,
392
+ IfcExternallyDefinedHatchStyle = 390,
393
+ IfcExternallyDefinedSurfaceStyle = 391,
394
+ IfcExternallyDefinedTextFont = 392,
395
+ IfcExternalReference = 393,
396
+ IfcExternalReferenceRelationship = 394,
397
+ IfcExternalSpatialElement = 395,
398
+ IfcExternalSpatialElementTypeEnum = 396,
399
+ IfcExternalSpatialStructureElement = 397,
400
+ IfcExtrudedAreaSolid = 398,
401
+ IfcExtrudedAreaSolidTapered = 399,
402
+ IfcFace = 400,
403
+ IfcFaceBasedSurfaceModel = 401,
404
+ IfcFaceBound = 402,
405
+ IfcFaceOuterBound = 403,
406
+ IfcFaceSurface = 404,
407
+ IfcFacetedBrep = 405,
408
+ IfcFacetedBrepWithVoids = 406,
409
+ IfcFailureConnectionCondition = 407,
410
+ IfcFan = 408,
411
+ IfcFanType = 409,
412
+ IfcFanTypeEnum = 410,
413
+ IfcFastener = 411,
414
+ IfcFastenerType = 412,
415
+ IfcFastenerTypeEnum = 413,
416
+ IfcFeatureElement = 414,
417
+ IfcFeatureElementAddition = 415,
418
+ IfcFeatureElementSubtraction = 416,
419
+ IfcFillAreaStyle = 417,
420
+ IfcFillAreaStyleHatching = 418,
421
+ IfcFillAreaStyleTiles = 419,
422
+ IfcFillStyleSelect = 420,
423
+ IfcFilter = 421,
424
+ IfcFilterType = 422,
425
+ IfcFilterTypeEnum = 423,
426
+ IfcFireSuppressionTerminal = 424,
427
+ IfcFireSuppressionTerminalType = 425,
428
+ IfcFireSuppressionTerminalTypeEnum = 426,
429
+ IfcFixedReferenceSweptAreaSolid = 427,
430
+ IfcFlowController = 428,
431
+ IfcFlowControllerType = 429,
432
+ IfcFlowDirectionEnum = 430,
433
+ IfcFlowFitting = 431,
434
+ IfcFlowFittingType = 432,
435
+ IfcFlowInstrument = 433,
436
+ IfcFlowInstrumentType = 434,
437
+ IfcFlowInstrumentTypeEnum = 435,
438
+ IfcFlowMeter = 436,
439
+ IfcFlowMeterType = 437,
440
+ IfcFlowMeterTypeEnum = 438,
441
+ IfcFlowMovingDevice = 439,
442
+ IfcFlowMovingDeviceType = 440,
443
+ IfcFlowSegment = 441,
444
+ IfcFlowSegmentType = 442,
445
+ IfcFlowStorageDevice = 443,
446
+ IfcFlowStorageDeviceType = 444,
447
+ IfcFlowTerminal = 445,
448
+ IfcFlowTerminalType = 446,
449
+ IfcFlowTreatmentDevice = 447,
450
+ IfcFlowTreatmentDeviceType = 448,
451
+ IfcFontStyle = 449,
452
+ IfcFontVariant = 450,
453
+ IfcFontWeight = 451,
454
+ IfcFooting = 452,
455
+ IfcFootingType = 453,
456
+ IfcFootingTypeEnum = 454,
457
+ IfcForceMeasure = 455,
458
+ IfcFrequencyMeasure = 456,
459
+ IfcFurnishingElement = 457,
460
+ IfcFurnishingElementType = 458,
461
+ IfcFurniture = 459,
462
+ IfcFurnitureType = 460,
463
+ IfcFurnitureTypeEnum = 461,
464
+ IfcGeographicElement = 462,
465
+ IfcGeographicElementType = 463,
466
+ IfcGeographicElementTypeEnum = 464,
467
+ IfcGeometricCurveSet = 465,
468
+ IfcGeometricProjectionEnum = 466,
469
+ IfcGeometricRepresentationContext = 467,
470
+ IfcGeometricRepresentationItem = 468,
471
+ IfcGeometricRepresentationSubContext = 469,
472
+ IfcGeometricSet = 470,
473
+ IfcGeometricSetSelect = 471,
474
+ IfcGloballyUniqueId = 472,
475
+ IfcGlobalOrLocalEnum = 473,
476
+ IfcGrid = 474,
477
+ IfcGridAxis = 475,
478
+ IfcGridPlacement = 476,
479
+ IfcGridPlacementDirectionSelect = 477,
480
+ IfcGridTypeEnum = 478,
481
+ IfcGroup = 479,
482
+ IfcHalfSpaceSolid = 480,
483
+ IfcHatchLineDistanceSelect = 481,
484
+ IfcHeatExchanger = 482,
485
+ IfcHeatExchangerType = 483,
486
+ IfcHeatExchangerTypeEnum = 484,
487
+ IfcHeatFluxDensityMeasure = 485,
488
+ IfcHeatingValueMeasure = 486,
489
+ IfcHumidifier = 487,
490
+ IfcHumidifierType = 488,
491
+ IfcHumidifierTypeEnum = 489,
492
+ IfcIdentifier = 490,
493
+ IfcIlluminanceMeasure = 491,
494
+ IfcImageTexture = 492,
495
+ IfcIndexedColourMap = 493,
496
+ IfcIndexedPolyCurve = 494,
497
+ IfcIndexedPolygonalFace = 495,
498
+ IfcIndexedPolygonalFaceWithVoids = 496,
499
+ IfcIndexedTextureMap = 497,
500
+ IfcIndexedTriangleTextureMap = 498,
501
+ IfcInductanceMeasure = 499,
502
+ IfcInteger = 500,
503
+ IfcIntegerCountRateMeasure = 501,
504
+ IfcInterceptor = 502,
505
+ IfcInterceptorType = 503,
506
+ IfcInterceptorTypeEnum = 504,
507
+ IfcInternalOrExternalEnum = 505,
508
+ IfcIntersectionCurve = 506,
509
+ IfcInventory = 507,
510
+ IfcInventoryTypeEnum = 508,
511
+ IfcIonConcentrationMeasure = 509,
512
+ IfcIrregularTimeSeries = 510,
513
+ IfcIrregularTimeSeriesValue = 511,
514
+ IfcIShapeProfileDef = 512,
515
+ IfcIsothermalMoistureCapacityMeasure = 513,
516
+ IfcJunctionBox = 514,
517
+ IfcJunctionBoxType = 515,
518
+ IfcJunctionBoxTypeEnum = 516,
519
+ IfcKinematicViscosityMeasure = 517,
520
+ IfcKnotType = 518,
521
+ IfcLabel = 519,
522
+ IfcLaborResource = 520,
523
+ IfcLaborResourceType = 521,
524
+ IfcLaborResourceTypeEnum = 522,
525
+ IfcLagTime = 523,
526
+ IfcLamp = 524,
527
+ IfcLampType = 525,
528
+ IfcLampTypeEnum = 526,
529
+ IfcLanguageId = 527,
530
+ IfcLayeredItem = 528,
531
+ IfcLayerSetDirectionEnum = 529,
532
+ IfcLengthMeasure = 530,
533
+ IfcLibraryInformation = 531,
534
+ IfcLibraryReference = 532,
535
+ IfcLibrarySelect = 533,
536
+ IfcLightDistributionCurveEnum = 534,
537
+ IfcLightDistributionData = 535,
538
+ IfcLightDistributionDataSourceSelect = 536,
539
+ IfcLightEmissionSourceEnum = 537,
540
+ IfcLightFixture = 538,
541
+ IfcLightFixtureType = 539,
542
+ IfcLightFixtureTypeEnum = 540,
543
+ IfcLightIntensityDistribution = 541,
544
+ IfcLightSource = 542,
545
+ IfcLightSourceAmbient = 543,
546
+ IfcLightSourceDirectional = 544,
547
+ IfcLightSourceGoniometric = 545,
548
+ IfcLightSourcePositional = 546,
549
+ IfcLightSourceSpot = 547,
550
+ IfcLine = 548,
551
+ IfcLinearForceMeasure = 549,
552
+ IfcLinearMomentMeasure = 550,
553
+ IfcLinearPlacement = 551,
554
+ IfcLinearPositioningElement = 552,
555
+ IfcLinearStiffnessMeasure = 553,
556
+ IfcLinearVelocityMeasure = 554,
557
+ IfcLineIndex = 555,
558
+ IfcLineSegment2D = 556,
559
+ IfcLoadGroupTypeEnum = 557,
560
+ IfcLocalPlacement = 558,
561
+ IfcLogical = 559,
562
+ IfcLogicalOperatorEnum = 560,
563
+ IfcLoop = 561,
564
+ IfcLShapeProfileDef = 562,
565
+ IfcLuminousFluxMeasure = 563,
566
+ IfcLuminousIntensityDistributionMeasure = 564,
567
+ IfcLuminousIntensityMeasure = 565,
568
+ IfcMagneticFluxDensityMeasure = 566,
569
+ IfcMagneticFluxMeasure = 567,
570
+ IfcManifoldSolidBrep = 568,
571
+ IfcMapConversion = 569,
572
+ IfcMappedItem = 570,
573
+ IfcMassDensityMeasure = 571,
574
+ IfcMassFlowRateMeasure = 572,
575
+ IfcMassMeasure = 573,
576
+ IfcMassPerLengthMeasure = 574,
577
+ IfcMaterial = 575,
578
+ IfcMaterialClassificationRelationship = 576,
579
+ IfcMaterialConstituent = 577,
580
+ IfcMaterialConstituentSet = 578,
581
+ IfcMaterialDefinition = 579,
582
+ IfcMaterialDefinitionRepresentation = 580,
583
+ IfcMaterialLayer = 581,
584
+ IfcMaterialLayerSet = 582,
585
+ IfcMaterialLayerSetUsage = 583,
586
+ IfcMaterialLayerWithOffsets = 584,
587
+ IfcMaterialList = 585,
588
+ IfcMaterialProfile = 586,
589
+ IfcMaterialProfileSet = 587,
590
+ IfcMaterialProfileSetUsage = 588,
591
+ IfcMaterialProfileSetUsageTapering = 589,
592
+ IfcMaterialProfileWithOffsets = 590,
593
+ IfcMaterialProperties = 591,
594
+ IfcMaterialRelationship = 592,
595
+ IfcMaterialSelect = 593,
596
+ IfcMaterialUsageDefinition = 594,
597
+ IfcMeasureValue = 595,
598
+ IfcMeasureWithUnit = 596,
599
+ IfcMechanicalFastener = 597,
600
+ IfcMechanicalFastenerType = 598,
601
+ IfcMechanicalFastenerTypeEnum = 599,
602
+ IfcMedicalDevice = 600,
603
+ IfcMedicalDeviceType = 601,
604
+ IfcMedicalDeviceTypeEnum = 602,
605
+ IfcMember = 603,
606
+ IfcMemberStandardCase = 604,
607
+ IfcMemberType = 605,
608
+ IfcMemberTypeEnum = 606,
609
+ IfcMetric = 607,
610
+ IfcMetricValueSelect = 608,
611
+ IfcMirroredProfileDef = 609,
612
+ IfcModulusOfElasticityMeasure = 610,
613
+ IfcModulusOfLinearSubgradeReactionMeasure = 611,
614
+ IfcModulusOfRotationalSubgradeReactionMeasure = 612,
615
+ IfcModulusOfRotationalSubgradeReactionSelect = 613,
616
+ IfcModulusOfSubgradeReactionMeasure = 614,
617
+ IfcModulusOfSubgradeReactionSelect = 615,
618
+ IfcModulusOfTranslationalSubgradeReactionSelect = 616,
619
+ IfcMoistureDiffusivityMeasure = 617,
620
+ IfcMolecularWeightMeasure = 618,
621
+ IfcMomentOfInertiaMeasure = 619,
622
+ IfcMonetaryMeasure = 620,
623
+ IfcMonetaryUnit = 621,
624
+ IfcMonthInYearNumber = 622,
625
+ IfcMotorConnection = 623,
626
+ IfcMotorConnectionType = 624,
627
+ IfcMotorConnectionTypeEnum = 625,
628
+ IfcNamedUnit = 626,
629
+ IfcNonNegativeLengthMeasure = 627,
630
+ IfcNormalisedRatioMeasure = 628,
631
+ IfcNullStyle = 629,
632
+ IfcNumericMeasure = 630,
633
+ IfcObject = 631,
634
+ IfcObjectDefinition = 632,
635
+ IfcObjective = 633,
636
+ IfcObjectiveEnum = 634,
637
+ IfcObjectPlacement = 635,
638
+ IfcObjectReferenceSelect = 636,
639
+ IfcObjectTypeEnum = 637,
640
+ IfcOccupant = 638,
641
+ IfcOccupantTypeEnum = 639,
642
+ IfcOffsetCurve = 640,
643
+ IfcOffsetCurve2D = 641,
644
+ IfcOffsetCurve3D = 642,
645
+ IfcOffsetCurveByDistances = 643,
646
+ IfcOpeningElement = 644,
647
+ IfcOpeningElementTypeEnum = 645,
648
+ IfcOpeningStandardCase = 646,
649
+ IfcOpenShell = 647,
650
+ IfcOrganization = 648,
651
+ IfcOrganizationRelationship = 649,
652
+ IfcOrientationExpression = 650,
653
+ IfcOrientedEdge = 651,
654
+ IfcOuterBoundaryCurve = 652,
655
+ IfcOutlet = 653,
656
+ IfcOutletType = 654,
657
+ IfcOutletTypeEnum = 655,
658
+ IfcOwnerHistory = 656,
659
+ IfcParameterizedProfileDef = 657,
660
+ IfcParameterValue = 658,
661
+ IfcPath = 659,
662
+ IfcPcurve = 660,
663
+ IfcPerformanceHistory = 661,
664
+ IfcPerformanceHistoryTypeEnum = 662,
665
+ IfcPermeableCoveringOperationEnum = 663,
666
+ IfcPermeableCoveringProperties = 664,
667
+ IfcPermit = 665,
668
+ IfcPermitTypeEnum = 666,
669
+ IfcPerson = 667,
670
+ IfcPersonAndOrganization = 668,
671
+ IfcPHMeasure = 669,
672
+ IfcPhysicalComplexQuantity = 670,
673
+ IfcPhysicalOrVirtualEnum = 671,
674
+ IfcPhysicalQuantity = 672,
675
+ IfcPhysicalSimpleQuantity = 673,
676
+ IfcPile = 674,
677
+ IfcPileConstructionEnum = 675,
678
+ IfcPileType = 676,
679
+ IfcPileTypeEnum = 677,
680
+ IfcPipeFitting = 678,
681
+ IfcPipeFittingType = 679,
682
+ IfcPipeFittingTypeEnum = 680,
683
+ IfcPipeSegment = 681,
684
+ IfcPipeSegmentType = 682,
685
+ IfcPipeSegmentTypeEnum = 683,
686
+ IfcPixelTexture = 684,
687
+ IfcPlacement = 685,
688
+ IfcPlanarBox = 686,
689
+ IfcPlanarExtent = 687,
690
+ IfcPlanarForceMeasure = 688,
691
+ IfcPlane = 689,
692
+ IfcPlaneAngleMeasure = 690,
693
+ IfcPlate = 691,
694
+ IfcPlateStandardCase = 692,
695
+ IfcPlateType = 693,
696
+ IfcPlateTypeEnum = 694,
697
+ IfcPoint = 695,
698
+ IfcPointOnCurve = 696,
699
+ IfcPointOnSurface = 697,
700
+ IfcPointOrVertexPoint = 698,
701
+ IfcPolygonalBoundedHalfSpace = 699,
702
+ IfcPolygonalFaceSet = 700,
703
+ IfcPolyline = 701,
704
+ IfcPolyLoop = 702,
705
+ IfcPort = 703,
706
+ IfcPositioningElement = 704,
707
+ IfcPositiveInteger = 705,
708
+ IfcPositiveLengthMeasure = 706,
709
+ IfcPositivePlaneAngleMeasure = 707,
710
+ IfcPositiveRatioMeasure = 708,
711
+ IfcPostalAddress = 709,
712
+ IfcPowerMeasure = 710,
713
+ IfcPreDefinedColour = 711,
714
+ IfcPreDefinedCurveFont = 712,
715
+ IfcPreDefinedItem = 713,
716
+ IfcPreDefinedProperties = 714,
717
+ IfcPreDefinedPropertySet = 715,
718
+ IfcPreDefinedTextFont = 716,
719
+ IfcPreferredSurfaceCurveRepresentation = 717,
720
+ IfcPresentableText = 718,
721
+ IfcPresentationItem = 719,
722
+ IfcPresentationLayerAssignment = 720,
723
+ IfcPresentationLayerWithStyle = 721,
724
+ IfcPresentationStyle = 722,
725
+ IfcPresentationStyleAssignment = 723,
726
+ IfcPresentationStyleSelect = 724,
727
+ IfcPressureMeasure = 725,
728
+ IfcProcedure = 726,
729
+ IfcProcedureType = 727,
730
+ IfcProcedureTypeEnum = 728,
731
+ IfcProcess = 729,
732
+ IfcProcessSelect = 730,
733
+ IfcProduct = 731,
734
+ IfcProductDefinitionShape = 732,
735
+ IfcProductRepresentation = 733,
736
+ IfcProductRepresentationSelect = 734,
737
+ IfcProductSelect = 735,
738
+ IfcProfileDef = 736,
739
+ IfcProfileProperties = 737,
740
+ IfcProfileTypeEnum = 738,
741
+ IfcProject = 739,
742
+ IfcProjectedCRS = 740,
743
+ IfcProjectedOrTrueLengthEnum = 741,
744
+ IfcProjectionElement = 742,
745
+ IfcProjectionElementTypeEnum = 743,
746
+ IfcProjectLibrary = 744,
747
+ IfcProjectOrder = 745,
748
+ IfcProjectOrderTypeEnum = 746,
749
+ IfcProperty = 747,
750
+ IfcPropertyAbstraction = 748,
751
+ IfcPropertyBoundedValue = 749,
752
+ IfcPropertyDefinition = 750,
753
+ IfcPropertyDependencyRelationship = 751,
754
+ IfcPropertyEnumeratedValue = 752,
755
+ IfcPropertyEnumeration = 753,
756
+ IfcPropertyListValue = 754,
757
+ IfcPropertyReferenceValue = 755,
758
+ IfcPropertySet = 756,
759
+ IfcPropertySetDefinition = 757,
760
+ IfcPropertySetDefinitionSelect = 758,
761
+ IfcPropertySetDefinitionSet = 759,
762
+ IfcPropertySetTemplate = 760,
763
+ IfcPropertySetTemplateTypeEnum = 761,
764
+ IfcPropertySingleValue = 762,
765
+ IfcPropertyTableValue = 763,
766
+ IfcPropertyTemplate = 764,
767
+ IfcPropertyTemplateDefinition = 765,
768
+ IfcProtectiveDevice = 766,
769
+ IfcProtectiveDeviceTrippingUnit = 767,
770
+ IfcProtectiveDeviceTrippingUnitType = 768,
771
+ IfcProtectiveDeviceTrippingUnitTypeEnum = 769,
772
+ IfcProtectiveDeviceType = 770,
773
+ IfcProtectiveDeviceTypeEnum = 771,
774
+ IfcProxy = 772,
775
+ IfcPump = 773,
776
+ IfcPumpType = 774,
777
+ IfcPumpTypeEnum = 775,
778
+ IfcQuantityArea = 776,
779
+ IfcQuantityCount = 777,
780
+ IfcQuantityLength = 778,
781
+ IfcQuantitySet = 779,
782
+ IfcQuantityTime = 780,
783
+ IfcQuantityVolume = 781,
784
+ IfcQuantityWeight = 782,
785
+ IfcRadioActivityMeasure = 783,
786
+ IfcRailing = 784,
787
+ IfcRailingType = 785,
788
+ IfcRailingTypeEnum = 786,
789
+ IfcRamp = 787,
790
+ IfcRampFlight = 788,
791
+ IfcRampFlightType = 789,
792
+ IfcRampFlightTypeEnum = 790,
793
+ IfcRampType = 791,
794
+ IfcRampTypeEnum = 792,
795
+ IfcRatioMeasure = 793,
796
+ IfcRationalBSplineCurveWithKnots = 794,
797
+ IfcRationalBSplineSurfaceWithKnots = 795,
798
+ IfcReal = 796,
799
+ IfcRectangleHollowProfileDef = 797,
800
+ IfcRectangleProfileDef = 798,
801
+ IfcRectangularPyramid = 799,
802
+ IfcRectangularTrimmedSurface = 800,
803
+ IfcRecurrencePattern = 801,
804
+ IfcRecurrenceTypeEnum = 802,
805
+ IfcReference = 803,
806
+ IfcReferent = 804,
807
+ IfcReferentTypeEnum = 805,
808
+ IfcReflectanceMethodEnum = 806,
809
+ IfcRegularTimeSeries = 807,
810
+ IfcReinforcementBarProperties = 808,
811
+ IfcReinforcementDefinitionProperties = 809,
812
+ IfcReinforcingBar = 810,
813
+ IfcReinforcingBarRoleEnum = 811,
814
+ IfcReinforcingBarSurfaceEnum = 812,
815
+ IfcReinforcingBarType = 813,
816
+ IfcReinforcingBarTypeEnum = 814,
817
+ IfcReinforcingElement = 815,
818
+ IfcReinforcingElementType = 816,
819
+ IfcReinforcingMesh = 817,
820
+ IfcReinforcingMeshType = 818,
821
+ IfcReinforcingMeshTypeEnum = 819,
822
+ IfcRelAggregates = 820,
823
+ IfcRelAssigns = 821,
824
+ IfcRelAssignsToActor = 822,
825
+ IfcRelAssignsToControl = 823,
826
+ IfcRelAssignsToGroup = 824,
827
+ IfcRelAssignsToGroupByFactor = 825,
828
+ IfcRelAssignsToProcess = 826,
829
+ IfcRelAssignsToProduct = 827,
830
+ IfcRelAssignsToResource = 828,
831
+ IfcRelAssociates = 829,
832
+ IfcRelAssociatesApproval = 830,
833
+ IfcRelAssociatesClassification = 831,
834
+ IfcRelAssociatesConstraint = 832,
835
+ IfcRelAssociatesDocument = 833,
836
+ IfcRelAssociatesLibrary = 834,
837
+ IfcRelAssociatesMaterial = 835,
838
+ IfcRelationship = 836,
839
+ IfcRelConnects = 837,
840
+ IfcRelConnectsElements = 838,
841
+ IfcRelConnectsPathElements = 839,
842
+ IfcRelConnectsPorts = 840,
843
+ IfcRelConnectsPortToElement = 841,
844
+ IfcRelConnectsStructuralActivity = 842,
845
+ IfcRelConnectsStructuralMember = 843,
846
+ IfcRelConnectsWithEccentricity = 844,
847
+ IfcRelConnectsWithRealizingElements = 845,
848
+ IfcRelContainedInSpatialStructure = 846,
849
+ IfcRelCoversBldgElements = 847,
850
+ IfcRelCoversSpaces = 848,
851
+ IfcRelDeclares = 849,
852
+ IfcRelDecomposes = 850,
853
+ IfcRelDefines = 851,
854
+ IfcRelDefinesByObject = 852,
855
+ IfcRelDefinesByProperties = 853,
856
+ IfcRelDefinesByTemplate = 854,
857
+ IfcRelDefinesByType = 855,
858
+ IfcRelFillsElement = 856,
859
+ IfcRelFlowControlElements = 857,
860
+ IfcRelInterferesElements = 858,
861
+ IfcRelNests = 859,
862
+ IfcRelProjectsElement = 860,
863
+ IfcRelReferencedInSpatialStructure = 861,
864
+ IfcRelSequence = 862,
865
+ IfcRelServicesBuildings = 863,
866
+ IfcRelSpaceBoundary = 864,
867
+ IfcRelSpaceBoundary1stLevel = 865,
868
+ IfcRelSpaceBoundary2ndLevel = 866,
869
+ IfcRelVoidsElement = 867,
870
+ IfcReparametrisedCompositeCurveSegment = 868,
871
+ IfcRepresentation = 869,
872
+ IfcRepresentationContext = 870,
873
+ IfcRepresentationItem = 871,
874
+ IfcRepresentationMap = 872,
875
+ IfcResource = 873,
876
+ IfcResourceApprovalRelationship = 874,
877
+ IfcResourceConstraintRelationship = 875,
878
+ IfcResourceLevelRelationship = 876,
879
+ IfcResourceObjectSelect = 877,
880
+ IfcResourceSelect = 878,
881
+ IfcResourceTime = 879,
882
+ IfcRevolvedAreaSolid = 880,
883
+ IfcRevolvedAreaSolidTapered = 881,
884
+ IfcRightCircularCone = 882,
885
+ IfcRightCircularCylinder = 883,
886
+ IfcRoleEnum = 884,
887
+ IfcRoof = 885,
888
+ IfcRoofType = 886,
889
+ IfcRoofTypeEnum = 887,
890
+ IfcRoot = 888,
891
+ IfcRotationalFrequencyMeasure = 889,
892
+ IfcRotationalMassMeasure = 890,
893
+ IfcRotationalStiffnessMeasure = 891,
894
+ IfcRotationalStiffnessSelect = 892,
895
+ IfcRoundedRectangleProfileDef = 893,
896
+ IfcSanitaryTerminal = 894,
897
+ IfcSanitaryTerminalType = 895,
898
+ IfcSanitaryTerminalTypeEnum = 896,
899
+ IfcSchedulingTime = 897,
900
+ IfcSeamCurve = 898,
901
+ IfcSectionalAreaIntegralMeasure = 899,
902
+ IfcSectionedSolid = 900,
903
+ IfcSectionedSolidHorizontal = 901,
904
+ IfcSectionedSpine = 902,
905
+ IfcSectionModulusMeasure = 903,
906
+ IfcSectionProperties = 904,
907
+ IfcSectionReinforcementProperties = 905,
908
+ IfcSectionTypeEnum = 906,
909
+ IfcSegmentIndexSelect = 907,
910
+ IfcSensor = 908,
911
+ IfcSensorType = 909,
912
+ IfcSensorTypeEnum = 910,
913
+ IfcSequenceEnum = 911,
914
+ IfcShadingDevice = 912,
915
+ IfcShadingDeviceType = 913,
916
+ IfcShadingDeviceTypeEnum = 914,
917
+ IfcShapeAspect = 915,
918
+ IfcShapeModel = 916,
919
+ IfcShapeRepresentation = 917,
920
+ IfcShearModulusMeasure = 918,
921
+ IfcShell = 919,
922
+ IfcShellBasedSurfaceModel = 920,
923
+ IfcSimpleProperty = 921,
924
+ IfcSimplePropertyTemplate = 922,
925
+ IfcSimplePropertyTemplateTypeEnum = 923,
926
+ IfcSimpleValue = 924,
927
+ IfcSIPrefix = 925,
928
+ IfcSite = 926,
929
+ IfcSIUnit = 927,
930
+ IfcSIUnitName = 928,
931
+ IfcSizeSelect = 929,
932
+ IfcSlab = 930,
933
+ IfcSlabElementedCase = 931,
934
+ IfcSlabStandardCase = 932,
935
+ IfcSlabType = 933,
936
+ IfcSlabTypeEnum = 934,
937
+ IfcSlippageConnectionCondition = 935,
938
+ IfcSolarDevice = 936,
939
+ IfcSolarDeviceType = 937,
940
+ IfcSolarDeviceTypeEnum = 938,
941
+ IfcSolidAngleMeasure = 939,
942
+ IfcSolidModel = 940,
943
+ IfcSolidOrShell = 941,
944
+ IfcSoundPowerLevelMeasure = 942,
945
+ IfcSoundPowerMeasure = 943,
946
+ IfcSoundPressureLevelMeasure = 944,
947
+ IfcSoundPressureMeasure = 945,
948
+ IfcSpace = 946,
949
+ IfcSpaceBoundarySelect = 947,
950
+ IfcSpaceHeater = 948,
951
+ IfcSpaceHeaterType = 949,
952
+ IfcSpaceHeaterTypeEnum = 950,
953
+ IfcSpaceType = 951,
954
+ IfcSpaceTypeEnum = 952,
955
+ IfcSpatialElement = 953,
956
+ IfcSpatialElementType = 954,
957
+ IfcSpatialStructureElement = 955,
958
+ IfcSpatialStructureElementType = 956,
959
+ IfcSpatialZone = 957,
960
+ IfcSpatialZoneType = 958,
961
+ IfcSpatialZoneTypeEnum = 959,
962
+ IfcSpecificHeatCapacityMeasure = 960,
963
+ IfcSpecularExponent = 961,
964
+ IfcSpecularHighlightSelect = 962,
965
+ IfcSpecularRoughness = 963,
966
+ IfcSphere = 964,
967
+ IfcSphericalSurface = 965,
968
+ IfcStackTerminal = 966,
969
+ IfcStackTerminalType = 967,
970
+ IfcStackTerminalTypeEnum = 968,
971
+ IfcStair = 969,
972
+ IfcStairFlight = 970,
973
+ IfcStairFlightType = 971,
974
+ IfcStairFlightTypeEnum = 972,
975
+ IfcStairType = 973,
976
+ IfcStairTypeEnum = 974,
977
+ IfcStateEnum = 975,
978
+ IfcStrippedOptional = 976,
979
+ IfcStructuralAction = 977,
980
+ IfcStructuralActivity = 978,
981
+ IfcStructuralActivityAssignmentSelect = 979,
982
+ IfcStructuralAnalysisModel = 980,
983
+ IfcStructuralConnection = 981,
984
+ IfcStructuralConnectionCondition = 982,
985
+ IfcStructuralCurveAction = 983,
986
+ IfcStructuralCurveActivityTypeEnum = 984,
987
+ IfcStructuralCurveConnection = 985,
988
+ IfcStructuralCurveMember = 986,
989
+ IfcStructuralCurveMemberTypeEnum = 987,
990
+ IfcStructuralCurveMemberVarying = 988,
991
+ IfcStructuralCurveReaction = 989,
992
+ IfcStructuralItem = 990,
993
+ IfcStructuralLinearAction = 991,
994
+ IfcStructuralLoad = 992,
995
+ IfcStructuralLoadCase = 993,
996
+ IfcStructuralLoadConfiguration = 994,
997
+ IfcStructuralLoadGroup = 995,
998
+ IfcStructuralLoadLinearForce = 996,
999
+ IfcStructuralLoadOrResult = 997,
1000
+ IfcStructuralLoadPlanarForce = 998,
1001
+ IfcStructuralLoadSingleDisplacement = 999,
1002
+ IfcStructuralLoadSingleDisplacementDistortion = 1000,
1003
+ IfcStructuralLoadSingleForce = 1001,
1004
+ IfcStructuralLoadSingleForceWarping = 1002,
1005
+ IfcStructuralLoadStatic = 1003,
1006
+ IfcStructuralLoadTemperature = 1004,
1007
+ IfcStructuralMember = 1005,
1008
+ IfcStructuralPlanarAction = 1006,
1009
+ IfcStructuralPointAction = 1007,
1010
+ IfcStructuralPointConnection = 1008,
1011
+ IfcStructuralPointReaction = 1009,
1012
+ IfcStructuralReaction = 1010,
1013
+ IfcStructuralResultGroup = 1011,
1014
+ IfcStructuralSurfaceAction = 1012,
1015
+ IfcStructuralSurfaceActivityTypeEnum = 1013,
1016
+ IfcStructuralSurfaceConnection = 1014,
1017
+ IfcStructuralSurfaceMember = 1015,
1018
+ IfcStructuralSurfaceMemberTypeEnum = 1016,
1019
+ IfcStructuralSurfaceMemberVarying = 1017,
1020
+ IfcStructuralSurfaceReaction = 1018,
1021
+ IfcStyleAssignmentSelect = 1019,
1022
+ IfcStyledItem = 1020,
1023
+ IfcStyledRepresentation = 1021,
1024
+ IfcStyleModel = 1022,
1025
+ IfcSubContractResource = 1023,
1026
+ IfcSubContractResourceType = 1024,
1027
+ IfcSubContractResourceTypeEnum = 1025,
1028
+ IfcSubedge = 1026,
1029
+ IfcSurface = 1027,
1030
+ IfcSurfaceCurve = 1028,
1031
+ IfcSurfaceCurveSweptAreaSolid = 1029,
1032
+ IfcSurfaceFeature = 1030,
1033
+ IfcSurfaceFeatureTypeEnum = 1031,
1034
+ IfcSurfaceOfLinearExtrusion = 1032,
1035
+ IfcSurfaceOfRevolution = 1033,
1036
+ IfcSurfaceOrFaceSurface = 1034,
1037
+ IfcSurfaceReinforcementArea = 1035,
1038
+ IfcSurfaceSide = 1036,
1039
+ IfcSurfaceStyle = 1037,
1040
+ IfcSurfaceStyleElementSelect = 1038,
1041
+ IfcSurfaceStyleLighting = 1039,
1042
+ IfcSurfaceStyleRefraction = 1040,
1043
+ IfcSurfaceStyleRendering = 1041,
1044
+ IfcSurfaceStyleShading = 1042,
1045
+ IfcSurfaceStyleWithTextures = 1043,
1046
+ IfcSurfaceTexture = 1044,
1047
+ IfcSweptAreaSolid = 1045,
1048
+ IfcSweptDiskSolid = 1046,
1049
+ IfcSweptDiskSolidPolygonal = 1047,
1050
+ IfcSweptSurface = 1048,
1051
+ IfcSwitchingDevice = 1049,
1052
+ IfcSwitchingDeviceType = 1050,
1053
+ IfcSwitchingDeviceTypeEnum = 1051,
1054
+ IfcSystem = 1052,
1055
+ IfcSystemFurnitureElement = 1053,
1056
+ IfcSystemFurnitureElementType = 1054,
1057
+ IfcSystemFurnitureElementTypeEnum = 1055,
1058
+ IfcTable = 1056,
1059
+ IfcTableColumn = 1057,
1060
+ IfcTableRow = 1058,
1061
+ IfcTank = 1059,
1062
+ IfcTankType = 1060,
1063
+ IfcTankTypeEnum = 1061,
1064
+ IfcTask = 1062,
1065
+ IfcTaskDurationEnum = 1063,
1066
+ IfcTaskTime = 1064,
1067
+ IfcTaskTimeRecurring = 1065,
1068
+ IfcTaskType = 1066,
1069
+ IfcTaskTypeEnum = 1067,
1070
+ IfcTelecomAddress = 1068,
1071
+ IfcTemperatureGradientMeasure = 1069,
1072
+ IfcTemperatureRateOfChangeMeasure = 1070,
1073
+ IfcTendon = 1071,
1074
+ IfcTendonAnchor = 1072,
1075
+ IfcTendonAnchorType = 1073,
1076
+ IfcTendonAnchorTypeEnum = 1074,
1077
+ IfcTendonType = 1075,
1078
+ IfcTendonTypeEnum = 1076,
1079
+ IfcTessellatedFaceSet = 1077,
1080
+ IfcTessellatedItem = 1078,
1081
+ IfcText = 1079,
1082
+ IfcTextAlignment = 1080,
1083
+ IfcTextDecoration = 1081,
1084
+ IfcTextFontName = 1082,
1085
+ IfcTextFontSelect = 1083,
1086
+ IfcTextLiteral = 1084,
1087
+ IfcTextLiteralWithExtent = 1085,
1088
+ IfcTextPath = 1086,
1089
+ IfcTextStyle = 1087,
1090
+ IfcTextStyleFontModel = 1088,
1091
+ IfcTextStyleForDefinedFont = 1089,
1092
+ IfcTextStyleTextModel = 1090,
1093
+ IfcTextTransformation = 1091,
1094
+ IfcTextureCoordinate = 1092,
1095
+ IfcTextureCoordinateGenerator = 1093,
1096
+ IfcTextureMap = 1094,
1097
+ IfcTextureVertex = 1095,
1098
+ IfcTextureVertexList = 1096,
1099
+ IfcThermalAdmittanceMeasure = 1097,
1100
+ IfcThermalConductivityMeasure = 1098,
1101
+ IfcThermalExpansionCoefficientMeasure = 1099,
1102
+ IfcThermalResistanceMeasure = 1100,
1103
+ IfcThermalTransmittanceMeasure = 1101,
1104
+ IfcThermodynamicTemperatureMeasure = 1102,
1105
+ IfcTime = 1103,
1106
+ IfcTimeMeasure = 1104,
1107
+ IfcTimeOrRatioSelect = 1105,
1108
+ IfcTimePeriod = 1106,
1109
+ IfcTimeSeries = 1107,
1110
+ IfcTimeSeriesDataTypeEnum = 1108,
1111
+ IfcTimeSeriesValue = 1109,
1112
+ IfcTimeStamp = 1110,
1113
+ IfcTopologicalRepresentationItem = 1111,
1114
+ IfcTopologyRepresentation = 1112,
1115
+ IfcToroidalSurface = 1113,
1116
+ IfcTorqueMeasure = 1114,
1117
+ IfcTransformer = 1115,
1118
+ IfcTransformerType = 1116,
1119
+ IfcTransformerTypeEnum = 1117,
1120
+ IfcTransitionCode = 1118,
1121
+ IfcTransitionCurveSegment2D = 1119,
1122
+ IfcTransitionCurveType = 1120,
1123
+ IfcTranslationalStiffnessSelect = 1121,
1124
+ IfcTransportElement = 1122,
1125
+ IfcTransportElementType = 1123,
1126
+ IfcTransportElementTypeEnum = 1124,
1127
+ IfcTrapeziumProfileDef = 1125,
1128
+ IfcTriangulatedFaceSet = 1126,
1129
+ IfcTriangulatedIrregularNetwork = 1127,
1130
+ IfcTrimmedCurve = 1128,
1131
+ IfcTrimmingPreference = 1129,
1132
+ IfcTrimmingSelect = 1130,
1133
+ IfcTShapeProfileDef = 1131,
1134
+ IfcTubeBundle = 1132,
1135
+ IfcTubeBundleType = 1133,
1136
+ IfcTubeBundleTypeEnum = 1134,
1137
+ IfcTypeObject = 1135,
1138
+ IfcTypeProcess = 1136,
1139
+ IfcTypeProduct = 1137,
1140
+ IfcTypeResource = 1138,
1141
+ IfcUnit = 1139,
1142
+ IfcUnitaryControlElement = 1140,
1143
+ IfcUnitaryControlElementType = 1141,
1144
+ IfcUnitaryControlElementTypeEnum = 1142,
1145
+ IfcUnitaryEquipment = 1143,
1146
+ IfcUnitaryEquipmentType = 1144,
1147
+ IfcUnitaryEquipmentTypeEnum = 1145,
1148
+ IfcUnitAssignment = 1146,
1149
+ IfcUnitEnum = 1147,
1150
+ IfcURIReference = 1148,
1151
+ IfcUShapeProfileDef = 1149,
1152
+ IfcValue = 1150,
1153
+ IfcValve = 1151,
1154
+ IfcValveType = 1152,
1155
+ IfcValveTypeEnum = 1153,
1156
+ IfcVaporPermeabilityMeasure = 1154,
1157
+ IfcVector = 1155,
1158
+ IfcVectorOrDirection = 1156,
1159
+ IfcVertex = 1157,
1160
+ IfcVertexLoop = 1158,
1161
+ IfcVertexPoint = 1159,
1162
+ IfcVibrationIsolator = 1160,
1163
+ IfcVibrationIsolatorType = 1161,
1164
+ IfcVibrationIsolatorTypeEnum = 1162,
1165
+ IfcVirtualElement = 1163,
1166
+ IfcVirtualGridIntersection = 1164,
1167
+ IfcVoidingFeature = 1165,
1168
+ IfcVoidingFeatureTypeEnum = 1166,
1169
+ IfcVolumeMeasure = 1167,
1170
+ IfcVolumetricFlowRateMeasure = 1168,
1171
+ IfcWall = 1169,
1172
+ IfcWallElementedCase = 1170,
1173
+ IfcWallStandardCase = 1171,
1174
+ IfcWallType = 1172,
1175
+ IfcWallTypeEnum = 1173,
1176
+ IfcWarpingConstantMeasure = 1174,
1177
+ IfcWarpingMomentMeasure = 1175,
1178
+ IfcWarpingStiffnessSelect = 1176,
1179
+ IfcWasteTerminal = 1177,
1180
+ IfcWasteTerminalType = 1178,
1181
+ IfcWasteTerminalTypeEnum = 1179,
1182
+ IfcWindow = 1180,
1183
+ IfcWindowLiningProperties = 1181,
1184
+ IfcWindowPanelOperationEnum = 1182,
1185
+ IfcWindowPanelPositionEnum = 1183,
1186
+ IfcWindowPanelProperties = 1184,
1187
+ IfcWindowStandardCase = 1185,
1188
+ IfcWindowStyle = 1186,
1189
+ IfcWindowStyleConstructionEnum = 1187,
1190
+ IfcWindowStyleOperationEnum = 1188,
1191
+ IfcWindowType = 1189,
1192
+ IfcWindowTypeEnum = 1190,
1193
+ IfcWindowTypePartitioningEnum = 1191,
1194
+ IfcWorkCalendar = 1192,
1195
+ IfcWorkCalendarTypeEnum = 1193,
1196
+ IfcWorkControl = 1194,
1197
+ IfcWorkPlan = 1195,
1198
+ IfcWorkPlanTypeEnum = 1196,
1199
+ IfcWorkSchedule = 1197,
1200
+ IfcWorkScheduleTypeEnum = 1198,
1201
+ IfcWorkTime = 1199,
1202
+ IfcZone = 1200,
1203
+ IfcZShapeProfileDef = 1201,
1204
+ UNDEFINED = 1202,
1205
+ Other3DModel = 1203
1206
+ }