@ifc-lite/codegen 1.14.2 → 1.15.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.
- package/CHANGELOG.md +8 -0
- package/dist/express-parser.d.ts.map +1 -1
- package/dist/express-parser.js +16 -8
- package/dist/express-parser.js.map +1 -1
- package/dist/typescript-generator.d.ts.map +1 -1
- package/dist/typescript-generator.js +14 -4
- package/dist/typescript-generator.js.map +1 -1
- package/generated/ifc4/entities.ts +426 -4
- package/generated/ifc4/enums.ts +0 -4
- package/generated/ifc4/index.ts +4 -2
- package/generated/ifc4/schema-registry.ts +12397 -9937
- package/generated/ifc4/selects.ts +128 -4
- package/generated/ifc4/serializers.ts +322 -0
- package/generated/ifc4/test-compile.ts +41 -29
- package/generated/ifc4/type-ids.ts +1682 -0
- package/generated/ifc4/types.ts +12 -2715
- package/generated/ifc4x3/entities.ts +468 -0
- package/generated/ifc4x3/schema-registry.ts +14078 -11220
- package/generated/ifc4x3/selects.ts +122 -0
- package/generated/ifc4x3/serializers.ts +1 -1
- package/generated/ifc4x3/types.ts +12 -3308
- package/package.json +1 -1
- package/src/express-parser.ts +17 -8
- package/src/typescript-generator.ts +14 -4
- package/test/express-parser.test.ts +2 -2
|
@@ -5,6 +5,451 @@
|
|
|
5
5
|
* DO NOT EDIT - This file is auto-generated
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
+
import type {
|
|
9
|
+
IfcAbsorbedDoseMeasure,
|
|
10
|
+
IfcAccelerationMeasure,
|
|
11
|
+
IfcAmountOfSubstanceMeasure,
|
|
12
|
+
IfcAngularVelocityMeasure,
|
|
13
|
+
IfcArcIndex,
|
|
14
|
+
IfcAreaDensityMeasure,
|
|
15
|
+
IfcAreaMeasure,
|
|
16
|
+
IfcBinary,
|
|
17
|
+
IfcBoolean,
|
|
18
|
+
IfcBoxAlignment,
|
|
19
|
+
IfcCardinalPointReference,
|
|
20
|
+
IfcComplexNumber,
|
|
21
|
+
IfcCompoundPlaneAngleMeasure,
|
|
22
|
+
IfcContextDependentMeasure,
|
|
23
|
+
IfcCountMeasure,
|
|
24
|
+
IfcCurvatureMeasure,
|
|
25
|
+
IfcDate,
|
|
26
|
+
IfcDateTime,
|
|
27
|
+
IfcDayInMonthNumber,
|
|
28
|
+
IfcDayInWeekNumber,
|
|
29
|
+
IfcDescriptiveMeasure,
|
|
30
|
+
IfcDimensionCount,
|
|
31
|
+
IfcDoseEquivalentMeasure,
|
|
32
|
+
IfcDuration,
|
|
33
|
+
IfcDynamicViscosityMeasure,
|
|
34
|
+
IfcElectricCapacitanceMeasure,
|
|
35
|
+
IfcElectricChargeMeasure,
|
|
36
|
+
IfcElectricConductanceMeasure,
|
|
37
|
+
IfcElectricCurrentMeasure,
|
|
38
|
+
IfcElectricResistanceMeasure,
|
|
39
|
+
IfcElectricVoltageMeasure,
|
|
40
|
+
IfcEnergyMeasure,
|
|
41
|
+
IfcFontStyle,
|
|
42
|
+
IfcFontVariant,
|
|
43
|
+
IfcFontWeight,
|
|
44
|
+
IfcForceMeasure,
|
|
45
|
+
IfcFrequencyMeasure,
|
|
46
|
+
IfcGloballyUniqueId,
|
|
47
|
+
IfcHeatFluxDensityMeasure,
|
|
48
|
+
IfcHeatingValueMeasure,
|
|
49
|
+
IfcIdentifier,
|
|
50
|
+
IfcIlluminanceMeasure,
|
|
51
|
+
IfcInductanceMeasure,
|
|
52
|
+
IfcInteger,
|
|
53
|
+
IfcIntegerCountRateMeasure,
|
|
54
|
+
IfcIonConcentrationMeasure,
|
|
55
|
+
IfcIsothermalMoistureCapacityMeasure,
|
|
56
|
+
IfcKinematicViscosityMeasure,
|
|
57
|
+
IfcLabel,
|
|
58
|
+
IfcLanguageId,
|
|
59
|
+
IfcLengthMeasure,
|
|
60
|
+
IfcLineIndex,
|
|
61
|
+
IfcLinearForceMeasure,
|
|
62
|
+
IfcLinearMomentMeasure,
|
|
63
|
+
IfcLinearStiffnessMeasure,
|
|
64
|
+
IfcLinearVelocityMeasure,
|
|
65
|
+
IfcLogical,
|
|
66
|
+
IfcLuminousFluxMeasure,
|
|
67
|
+
IfcLuminousIntensityDistributionMeasure,
|
|
68
|
+
IfcLuminousIntensityMeasure,
|
|
69
|
+
IfcMagneticFluxDensityMeasure,
|
|
70
|
+
IfcMagneticFluxMeasure,
|
|
71
|
+
IfcMassDensityMeasure,
|
|
72
|
+
IfcMassFlowRateMeasure,
|
|
73
|
+
IfcMassMeasure,
|
|
74
|
+
IfcMassPerLengthMeasure,
|
|
75
|
+
IfcModulusOfElasticityMeasure,
|
|
76
|
+
IfcModulusOfLinearSubgradeReactionMeasure,
|
|
77
|
+
IfcModulusOfRotationalSubgradeReactionMeasure,
|
|
78
|
+
IfcModulusOfSubgradeReactionMeasure,
|
|
79
|
+
IfcMoistureDiffusivityMeasure,
|
|
80
|
+
IfcMolecularWeightMeasure,
|
|
81
|
+
IfcMomentOfInertiaMeasure,
|
|
82
|
+
IfcMonetaryMeasure,
|
|
83
|
+
IfcMonthInYearNumber,
|
|
84
|
+
IfcNonNegativeLengthMeasure,
|
|
85
|
+
IfcNormalisedRatioMeasure,
|
|
86
|
+
IfcNumericMeasure,
|
|
87
|
+
IfcPHMeasure,
|
|
88
|
+
IfcParameterValue,
|
|
89
|
+
IfcPlanarForceMeasure,
|
|
90
|
+
IfcPlaneAngleMeasure,
|
|
91
|
+
IfcPositiveInteger,
|
|
92
|
+
IfcPositiveLengthMeasure,
|
|
93
|
+
IfcPositivePlaneAngleMeasure,
|
|
94
|
+
IfcPositiveRatioMeasure,
|
|
95
|
+
IfcPowerMeasure,
|
|
96
|
+
IfcPresentableText,
|
|
97
|
+
IfcPressureMeasure,
|
|
98
|
+
IfcPropertySetDefinitionSet,
|
|
99
|
+
IfcRadioActivityMeasure,
|
|
100
|
+
IfcRatioMeasure,
|
|
101
|
+
IfcReal,
|
|
102
|
+
IfcRotationalFrequencyMeasure,
|
|
103
|
+
IfcRotationalMassMeasure,
|
|
104
|
+
IfcRotationalStiffnessMeasure,
|
|
105
|
+
IfcSectionModulusMeasure,
|
|
106
|
+
IfcSectionalAreaIntegralMeasure,
|
|
107
|
+
IfcShearModulusMeasure,
|
|
108
|
+
IfcSolidAngleMeasure,
|
|
109
|
+
IfcSoundPowerLevelMeasure,
|
|
110
|
+
IfcSoundPowerMeasure,
|
|
111
|
+
IfcSoundPressureLevelMeasure,
|
|
112
|
+
IfcSoundPressureMeasure,
|
|
113
|
+
IfcSpecificHeatCapacityMeasure,
|
|
114
|
+
IfcSpecularExponent,
|
|
115
|
+
IfcSpecularRoughness,
|
|
116
|
+
IfcStrippedOptional,
|
|
117
|
+
IfcTemperatureGradientMeasure,
|
|
118
|
+
IfcTemperatureRateOfChangeMeasure,
|
|
119
|
+
IfcText,
|
|
120
|
+
IfcTextAlignment,
|
|
121
|
+
IfcTextDecoration,
|
|
122
|
+
IfcTextFontName,
|
|
123
|
+
IfcTextTransformation,
|
|
124
|
+
IfcThermalAdmittanceMeasure,
|
|
125
|
+
IfcThermalConductivityMeasure,
|
|
126
|
+
IfcThermalExpansionCoefficientMeasure,
|
|
127
|
+
IfcThermalResistanceMeasure,
|
|
128
|
+
IfcThermalTransmittanceMeasure,
|
|
129
|
+
IfcThermodynamicTemperatureMeasure,
|
|
130
|
+
IfcTime,
|
|
131
|
+
IfcTimeMeasure,
|
|
132
|
+
IfcTimeStamp,
|
|
133
|
+
IfcTorqueMeasure,
|
|
134
|
+
IfcURIReference,
|
|
135
|
+
IfcVaporPermeabilityMeasure,
|
|
136
|
+
IfcVolumeMeasure,
|
|
137
|
+
IfcVolumetricFlowRateMeasure,
|
|
138
|
+
IfcWarpingConstantMeasure,
|
|
139
|
+
IfcWarpingMomentMeasure,
|
|
140
|
+
IfcWellKnownTextLiteral,
|
|
141
|
+
} from './types.js';
|
|
142
|
+
|
|
143
|
+
import type {
|
|
144
|
+
IfcActionRequestTypeEnum,
|
|
145
|
+
IfcActionSourceTypeEnum,
|
|
146
|
+
IfcActionTypeEnum,
|
|
147
|
+
IfcActuatorTypeEnum,
|
|
148
|
+
IfcAddressTypeEnum,
|
|
149
|
+
IfcAirTerminalBoxTypeEnum,
|
|
150
|
+
IfcAirTerminalTypeEnum,
|
|
151
|
+
IfcAirToAirHeatRecoveryTypeEnum,
|
|
152
|
+
IfcAlarmTypeEnum,
|
|
153
|
+
IfcAlignmentCantSegmentTypeEnum,
|
|
154
|
+
IfcAlignmentHorizontalSegmentTypeEnum,
|
|
155
|
+
IfcAlignmentTypeEnum,
|
|
156
|
+
IfcAlignmentVerticalSegmentTypeEnum,
|
|
157
|
+
IfcAnalysisModelTypeEnum,
|
|
158
|
+
IfcAnalysisTheoryTypeEnum,
|
|
159
|
+
IfcAnnotationTypeEnum,
|
|
160
|
+
IfcArithmeticOperatorEnum,
|
|
161
|
+
IfcAssemblyPlaceEnum,
|
|
162
|
+
IfcAudioVisualApplianceTypeEnum,
|
|
163
|
+
IfcBSplineCurveForm,
|
|
164
|
+
IfcBSplineSurfaceForm,
|
|
165
|
+
IfcBeamTypeEnum,
|
|
166
|
+
IfcBearingTypeEnum,
|
|
167
|
+
IfcBenchmarkEnum,
|
|
168
|
+
IfcBoilerTypeEnum,
|
|
169
|
+
IfcBooleanOperator,
|
|
170
|
+
IfcBridgePartTypeEnum,
|
|
171
|
+
IfcBridgeTypeEnum,
|
|
172
|
+
IfcBuildingElementPartTypeEnum,
|
|
173
|
+
IfcBuildingElementProxyTypeEnum,
|
|
174
|
+
IfcBuildingSystemTypeEnum,
|
|
175
|
+
IfcBuiltSystemTypeEnum,
|
|
176
|
+
IfcBurnerTypeEnum,
|
|
177
|
+
IfcCableCarrierFittingTypeEnum,
|
|
178
|
+
IfcCableCarrierSegmentTypeEnum,
|
|
179
|
+
IfcCableFittingTypeEnum,
|
|
180
|
+
IfcCableSegmentTypeEnum,
|
|
181
|
+
IfcCaissonFoundationTypeEnum,
|
|
182
|
+
IfcChangeActionEnum,
|
|
183
|
+
IfcChillerTypeEnum,
|
|
184
|
+
IfcChimneyTypeEnum,
|
|
185
|
+
IfcCoilTypeEnum,
|
|
186
|
+
IfcColumnTypeEnum,
|
|
187
|
+
IfcCommunicationsApplianceTypeEnum,
|
|
188
|
+
IfcComplexPropertyTemplateTypeEnum,
|
|
189
|
+
IfcCompressorTypeEnum,
|
|
190
|
+
IfcCondenserTypeEnum,
|
|
191
|
+
IfcConnectionTypeEnum,
|
|
192
|
+
IfcConstraintEnum,
|
|
193
|
+
IfcConstructionEquipmentResourceTypeEnum,
|
|
194
|
+
IfcConstructionMaterialResourceTypeEnum,
|
|
195
|
+
IfcConstructionProductResourceTypeEnum,
|
|
196
|
+
IfcControllerTypeEnum,
|
|
197
|
+
IfcConveyorSegmentTypeEnum,
|
|
198
|
+
IfcCooledBeamTypeEnum,
|
|
199
|
+
IfcCoolingTowerTypeEnum,
|
|
200
|
+
IfcCostItemTypeEnum,
|
|
201
|
+
IfcCostScheduleTypeEnum,
|
|
202
|
+
IfcCourseTypeEnum,
|
|
203
|
+
IfcCoveringTypeEnum,
|
|
204
|
+
IfcCrewResourceTypeEnum,
|
|
205
|
+
IfcCurtainWallTypeEnum,
|
|
206
|
+
IfcCurveInterpolationEnum,
|
|
207
|
+
IfcDamperTypeEnum,
|
|
208
|
+
IfcDataOriginEnum,
|
|
209
|
+
IfcDerivedUnitEnum,
|
|
210
|
+
IfcDirectionSenseEnum,
|
|
211
|
+
IfcDiscreteAccessoryTypeEnum,
|
|
212
|
+
IfcDistributionBoardTypeEnum,
|
|
213
|
+
IfcDistributionChamberElementTypeEnum,
|
|
214
|
+
IfcDistributionPortTypeEnum,
|
|
215
|
+
IfcDistributionSystemEnum,
|
|
216
|
+
IfcDocumentConfidentialityEnum,
|
|
217
|
+
IfcDocumentStatusEnum,
|
|
218
|
+
IfcDoorPanelOperationEnum,
|
|
219
|
+
IfcDoorPanelPositionEnum,
|
|
220
|
+
IfcDoorTypeEnum,
|
|
221
|
+
IfcDoorTypeOperationEnum,
|
|
222
|
+
IfcDuctFittingTypeEnum,
|
|
223
|
+
IfcDuctSegmentTypeEnum,
|
|
224
|
+
IfcDuctSilencerTypeEnum,
|
|
225
|
+
IfcEarthworksCutTypeEnum,
|
|
226
|
+
IfcEarthworksFillTypeEnum,
|
|
227
|
+
IfcElectricApplianceTypeEnum,
|
|
228
|
+
IfcElectricDistributionBoardTypeEnum,
|
|
229
|
+
IfcElectricFlowStorageDeviceTypeEnum,
|
|
230
|
+
IfcElectricFlowTreatmentDeviceTypeEnum,
|
|
231
|
+
IfcElectricGeneratorTypeEnum,
|
|
232
|
+
IfcElectricMotorTypeEnum,
|
|
233
|
+
IfcElectricTimeControlTypeEnum,
|
|
234
|
+
IfcElementAssemblyTypeEnum,
|
|
235
|
+
IfcElementCompositionEnum,
|
|
236
|
+
IfcEngineTypeEnum,
|
|
237
|
+
IfcEvaporativeCoolerTypeEnum,
|
|
238
|
+
IfcEvaporatorTypeEnum,
|
|
239
|
+
IfcEventTriggerTypeEnum,
|
|
240
|
+
IfcEventTypeEnum,
|
|
241
|
+
IfcExternalSpatialElementTypeEnum,
|
|
242
|
+
IfcFacilityPartCommonTypeEnum,
|
|
243
|
+
IfcFacilityUsageEnum,
|
|
244
|
+
IfcFanTypeEnum,
|
|
245
|
+
IfcFastenerTypeEnum,
|
|
246
|
+
IfcFilterTypeEnum,
|
|
247
|
+
IfcFireSuppressionTerminalTypeEnum,
|
|
248
|
+
IfcFlowDirectionEnum,
|
|
249
|
+
IfcFlowInstrumentTypeEnum,
|
|
250
|
+
IfcFlowMeterTypeEnum,
|
|
251
|
+
IfcFootingTypeEnum,
|
|
252
|
+
IfcFurnitureTypeEnum,
|
|
253
|
+
IfcGeographicElementTypeEnum,
|
|
254
|
+
IfcGeometricProjectionEnum,
|
|
255
|
+
IfcGeotechnicalStratumTypeEnum,
|
|
256
|
+
IfcGlobalOrLocalEnum,
|
|
257
|
+
IfcGridTypeEnum,
|
|
258
|
+
IfcHeatExchangerTypeEnum,
|
|
259
|
+
IfcHumidifierTypeEnum,
|
|
260
|
+
IfcImpactProtectionDeviceTypeEnum,
|
|
261
|
+
IfcInterceptorTypeEnum,
|
|
262
|
+
IfcInternalOrExternalEnum,
|
|
263
|
+
IfcInventoryTypeEnum,
|
|
264
|
+
IfcJunctionBoxTypeEnum,
|
|
265
|
+
IfcKerbTypeEnum,
|
|
266
|
+
IfcKnotType,
|
|
267
|
+
IfcLaborResourceTypeEnum,
|
|
268
|
+
IfcLampTypeEnum,
|
|
269
|
+
IfcLayerSetDirectionEnum,
|
|
270
|
+
IfcLightDistributionCurveEnum,
|
|
271
|
+
IfcLightEmissionSourceEnum,
|
|
272
|
+
IfcLightFixtureTypeEnum,
|
|
273
|
+
IfcLiquidTerminalTypeEnum,
|
|
274
|
+
IfcLoadGroupTypeEnum,
|
|
275
|
+
IfcLogicalOperatorEnum,
|
|
276
|
+
IfcMarineFacilityTypeEnum,
|
|
277
|
+
IfcMarinePartTypeEnum,
|
|
278
|
+
IfcMechanicalFastenerTypeEnum,
|
|
279
|
+
IfcMedicalDeviceTypeEnum,
|
|
280
|
+
IfcMemberTypeEnum,
|
|
281
|
+
IfcMobileTelecommunicationsApplianceTypeEnum,
|
|
282
|
+
IfcMooringDeviceTypeEnum,
|
|
283
|
+
IfcMotorConnectionTypeEnum,
|
|
284
|
+
IfcNavigationElementTypeEnum,
|
|
285
|
+
IfcObjectiveEnum,
|
|
286
|
+
IfcOccupantTypeEnum,
|
|
287
|
+
IfcOpeningElementTypeEnum,
|
|
288
|
+
IfcOutletTypeEnum,
|
|
289
|
+
IfcPavementTypeEnum,
|
|
290
|
+
IfcPerformanceHistoryTypeEnum,
|
|
291
|
+
IfcPermeableCoveringOperationEnum,
|
|
292
|
+
IfcPermitTypeEnum,
|
|
293
|
+
IfcPhysicalOrVirtualEnum,
|
|
294
|
+
IfcPileConstructionEnum,
|
|
295
|
+
IfcPileTypeEnum,
|
|
296
|
+
IfcPipeFittingTypeEnum,
|
|
297
|
+
IfcPipeSegmentTypeEnum,
|
|
298
|
+
IfcPlateTypeEnum,
|
|
299
|
+
IfcPreferredSurfaceCurveRepresentation,
|
|
300
|
+
IfcProcedureTypeEnum,
|
|
301
|
+
IfcProfileTypeEnum,
|
|
302
|
+
IfcProjectOrderTypeEnum,
|
|
303
|
+
IfcProjectedOrTrueLengthEnum,
|
|
304
|
+
IfcProjectionElementTypeEnum,
|
|
305
|
+
IfcPropertySetTemplateTypeEnum,
|
|
306
|
+
IfcProtectiveDeviceTrippingUnitTypeEnum,
|
|
307
|
+
IfcProtectiveDeviceTypeEnum,
|
|
308
|
+
IfcPumpTypeEnum,
|
|
309
|
+
IfcRailTypeEnum,
|
|
310
|
+
IfcRailingTypeEnum,
|
|
311
|
+
IfcRailwayPartTypeEnum,
|
|
312
|
+
IfcRailwayTypeEnum,
|
|
313
|
+
IfcRampFlightTypeEnum,
|
|
314
|
+
IfcRampTypeEnum,
|
|
315
|
+
IfcRecurrenceTypeEnum,
|
|
316
|
+
IfcReferentTypeEnum,
|
|
317
|
+
IfcReflectanceMethodEnum,
|
|
318
|
+
IfcReinforcedSoilTypeEnum,
|
|
319
|
+
IfcReinforcingBarRoleEnum,
|
|
320
|
+
IfcReinforcingBarSurfaceEnum,
|
|
321
|
+
IfcReinforcingBarTypeEnum,
|
|
322
|
+
IfcReinforcingMeshTypeEnum,
|
|
323
|
+
IfcRoadPartTypeEnum,
|
|
324
|
+
IfcRoadTypeEnum,
|
|
325
|
+
IfcRoleEnum,
|
|
326
|
+
IfcRoofTypeEnum,
|
|
327
|
+
IfcSIPrefix,
|
|
328
|
+
IfcSIUnitName,
|
|
329
|
+
IfcSanitaryTerminalTypeEnum,
|
|
330
|
+
IfcSectionTypeEnum,
|
|
331
|
+
IfcSensorTypeEnum,
|
|
332
|
+
IfcSequenceEnum,
|
|
333
|
+
IfcShadingDeviceTypeEnum,
|
|
334
|
+
IfcSignTypeEnum,
|
|
335
|
+
IfcSignalTypeEnum,
|
|
336
|
+
IfcSimplePropertyTemplateTypeEnum,
|
|
337
|
+
IfcSlabTypeEnum,
|
|
338
|
+
IfcSolarDeviceTypeEnum,
|
|
339
|
+
IfcSpaceHeaterTypeEnum,
|
|
340
|
+
IfcSpaceTypeEnum,
|
|
341
|
+
IfcSpatialZoneTypeEnum,
|
|
342
|
+
IfcStackTerminalTypeEnum,
|
|
343
|
+
IfcStairFlightTypeEnum,
|
|
344
|
+
IfcStairTypeEnum,
|
|
345
|
+
IfcStateEnum,
|
|
346
|
+
IfcStructuralCurveActivityTypeEnum,
|
|
347
|
+
IfcStructuralCurveMemberTypeEnum,
|
|
348
|
+
IfcStructuralSurfaceActivityTypeEnum,
|
|
349
|
+
IfcStructuralSurfaceMemberTypeEnum,
|
|
350
|
+
IfcSubContractResourceTypeEnum,
|
|
351
|
+
IfcSurfaceFeatureTypeEnum,
|
|
352
|
+
IfcSurfaceSide,
|
|
353
|
+
IfcSwitchingDeviceTypeEnum,
|
|
354
|
+
IfcSystemFurnitureElementTypeEnum,
|
|
355
|
+
IfcTankTypeEnum,
|
|
356
|
+
IfcTaskDurationEnum,
|
|
357
|
+
IfcTaskTypeEnum,
|
|
358
|
+
IfcTendonAnchorTypeEnum,
|
|
359
|
+
IfcTendonConduitTypeEnum,
|
|
360
|
+
IfcTendonTypeEnum,
|
|
361
|
+
IfcTextPath,
|
|
362
|
+
IfcTimeSeriesDataTypeEnum,
|
|
363
|
+
IfcTrackElementTypeEnum,
|
|
364
|
+
IfcTransformerTypeEnum,
|
|
365
|
+
IfcTransitionCode,
|
|
366
|
+
IfcTransportElementTypeEnum,
|
|
367
|
+
IfcTrimmingPreference,
|
|
368
|
+
IfcTubeBundleTypeEnum,
|
|
369
|
+
IfcUnitEnum,
|
|
370
|
+
IfcUnitaryControlElementTypeEnum,
|
|
371
|
+
IfcUnitaryEquipmentTypeEnum,
|
|
372
|
+
IfcValveTypeEnum,
|
|
373
|
+
IfcVehicleTypeEnum,
|
|
374
|
+
IfcVibrationDamperTypeEnum,
|
|
375
|
+
IfcVibrationIsolatorTypeEnum,
|
|
376
|
+
IfcVirtualElementTypeEnum,
|
|
377
|
+
IfcVoidingFeatureTypeEnum,
|
|
378
|
+
IfcWallTypeEnum,
|
|
379
|
+
IfcWasteTerminalTypeEnum,
|
|
380
|
+
IfcWindowPanelOperationEnum,
|
|
381
|
+
IfcWindowPanelPositionEnum,
|
|
382
|
+
IfcWindowTypeEnum,
|
|
383
|
+
IfcWindowTypePartitioningEnum,
|
|
384
|
+
IfcWorkCalendarTypeEnum,
|
|
385
|
+
IfcWorkPlanTypeEnum,
|
|
386
|
+
IfcWorkScheduleTypeEnum,
|
|
387
|
+
} from './enums.js';
|
|
388
|
+
|
|
389
|
+
import type {
|
|
390
|
+
IfcActorSelect,
|
|
391
|
+
IfcAppliedValueSelect,
|
|
392
|
+
IfcAxis2Placement,
|
|
393
|
+
IfcBendingParameterSelect,
|
|
394
|
+
IfcBooleanOperand,
|
|
395
|
+
IfcClassificationReferenceSelect,
|
|
396
|
+
IfcClassificationSelect,
|
|
397
|
+
IfcColour,
|
|
398
|
+
IfcColourOrFactor,
|
|
399
|
+
IfcCoordinateReferenceSystemSelect,
|
|
400
|
+
IfcCsgSelect,
|
|
401
|
+
IfcCurveFontOrScaledCurveFontSelect,
|
|
402
|
+
IfcCurveMeasureSelect,
|
|
403
|
+
IfcCurveOnSurface,
|
|
404
|
+
IfcCurveOrEdgeCurve,
|
|
405
|
+
IfcCurveStyleFontSelect,
|
|
406
|
+
IfcDefinitionSelect,
|
|
407
|
+
IfcDerivedMeasureValue,
|
|
408
|
+
IfcDocumentSelect,
|
|
409
|
+
IfcFillStyleSelect,
|
|
410
|
+
IfcGeometricSetSelect,
|
|
411
|
+
IfcGridPlacementDirectionSelect,
|
|
412
|
+
IfcHatchLineDistanceSelect,
|
|
413
|
+
IfcInterferenceSelect,
|
|
414
|
+
IfcLayeredItem,
|
|
415
|
+
IfcLibrarySelect,
|
|
416
|
+
IfcLightDistributionDataSourceSelect,
|
|
417
|
+
IfcMaterialSelect,
|
|
418
|
+
IfcMeasureValue,
|
|
419
|
+
IfcMetricValueSelect,
|
|
420
|
+
IfcModulusOfRotationalSubgradeReactionSelect,
|
|
421
|
+
IfcModulusOfSubgradeReactionSelect,
|
|
422
|
+
IfcModulusOfTranslationalSubgradeReactionSelect,
|
|
423
|
+
IfcObjectReferenceSelect,
|
|
424
|
+
IfcPointOrVertexPoint,
|
|
425
|
+
IfcProcessSelect,
|
|
426
|
+
IfcProductRepresentationSelect,
|
|
427
|
+
IfcProductSelect,
|
|
428
|
+
IfcPropertySetDefinitionSelect,
|
|
429
|
+
IfcResourceObjectSelect,
|
|
430
|
+
IfcResourceSelect,
|
|
431
|
+
IfcRotationalStiffnessSelect,
|
|
432
|
+
IfcSegmentIndexSelect,
|
|
433
|
+
IfcShell,
|
|
434
|
+
IfcSimpleValue,
|
|
435
|
+
IfcSizeSelect,
|
|
436
|
+
IfcSolidOrShell,
|
|
437
|
+
IfcSpaceBoundarySelect,
|
|
438
|
+
IfcSpatialReferenceSelect,
|
|
439
|
+
IfcSpecularHighlightSelect,
|
|
440
|
+
IfcStructuralActivityAssignmentSelect,
|
|
441
|
+
IfcSurfaceOrFaceSurface,
|
|
442
|
+
IfcSurfaceStyleElementSelect,
|
|
443
|
+
IfcTextFontSelect,
|
|
444
|
+
IfcTimeOrRatioSelect,
|
|
445
|
+
IfcTranslationalStiffnessSelect,
|
|
446
|
+
IfcTrimmingSelect,
|
|
447
|
+
IfcUnit,
|
|
448
|
+
IfcValue,
|
|
449
|
+
IfcVectorOrDirection,
|
|
450
|
+
IfcWarpingStiffnessSelect,
|
|
451
|
+
} from './selects.js';
|
|
452
|
+
|
|
8
453
|
/**
|
|
9
454
|
* IfcRoot
|
|
10
455
|
* @abstract
|
|
@@ -124,6 +569,8 @@ export interface IfcTypeObject extends IfcObjectDefinition {
|
|
|
124
569
|
* @extends IfcTypeObject
|
|
125
570
|
*/
|
|
126
571
|
export interface IfcTypeProduct extends IfcTypeObject {
|
|
572
|
+
RepresentationMaps?: UNIQUE IfcRepresentationMap[];
|
|
573
|
+
Tag?: IfcLabel;
|
|
127
574
|
}
|
|
128
575
|
|
|
129
576
|
/**
|
|
@@ -3479,6 +3926,10 @@ export interface IfcGradientCurve extends IfcCompositeCurve {
|
|
|
3479
3926
|
* @extends IfcPositioningElement
|
|
3480
3927
|
*/
|
|
3481
3928
|
export interface IfcGrid extends IfcPositioningElement {
|
|
3929
|
+
UAxes: UNIQUE IfcGridAxis[];
|
|
3930
|
+
VAxes: UNIQUE IfcGridAxis[];
|
|
3931
|
+
WAxes?: UNIQUE IfcGridAxis[];
|
|
3932
|
+
PredefinedType?: IfcGridTypeEnum;
|
|
3482
3933
|
}
|
|
3483
3934
|
|
|
3484
3935
|
/**
|
|
@@ -3619,6 +4070,7 @@ export interface IfcIndexedPolygonalFace extends IfcTessellatedItem {
|
|
|
3619
4070
|
* @extends IfcIndexedPolygonalFace
|
|
3620
4071
|
*/
|
|
3621
4072
|
export interface IfcIndexedPolygonalFaceWithVoids extends IfcIndexedPolygonalFace {
|
|
4073
|
+
InnerCoordIndices: UNIQUE IfcPositiveInteger[][];
|
|
3622
4074
|
}
|
|
3623
4075
|
|
|
3624
4076
|
/**
|
|
@@ -4524,6 +4976,7 @@ export interface IfcOwnerHistory {
|
|
|
4524
4976
|
* @extends IfcTopologicalRepresentationItem
|
|
4525
4977
|
*/
|
|
4526
4978
|
export interface IfcPath extends IfcTopologicalRepresentationItem {
|
|
4979
|
+
EdgeList: UNIQUE IfcOrientedEdge[];
|
|
4527
4980
|
}
|
|
4528
4981
|
|
|
4529
4982
|
/**
|
|
@@ -4770,6 +5223,7 @@ export interface IfcPointOnSurface extends IfcPoint {
|
|
|
4770
5223
|
* @extends IfcLoop
|
|
4771
5224
|
*/
|
|
4772
5225
|
export interface IfcPolyLoop extends IfcLoop {
|
|
5226
|
+
Polygon: UNIQUE IfcCartesianPoint[];
|
|
4773
5227
|
}
|
|
4774
5228
|
|
|
4775
5229
|
/**
|
|
@@ -4796,6 +5250,8 @@ export interface IfcTessellatedFaceSet extends IfcTessellatedItem {
|
|
|
4796
5250
|
*/
|
|
4797
5251
|
export interface IfcPolygonalFaceSet extends IfcTessellatedFaceSet {
|
|
4798
5252
|
Closed?: IfcBoolean;
|
|
5253
|
+
Faces: UNIQUE IfcIndexedPolygonalFace[];
|
|
5254
|
+
PnIndex?: IfcPositiveInteger[];
|
|
4799
5255
|
}
|
|
4800
5256
|
|
|
4801
5257
|
/**
|
|
@@ -4986,6 +5442,8 @@ export interface IfcPropertyEnumeratedValue extends IfcSimpleProperty {
|
|
|
4986
5442
|
*/
|
|
4987
5443
|
export interface IfcPropertyEnumeration extends IfcPropertyAbstraction {
|
|
4988
5444
|
Name: IfcLabel;
|
|
5445
|
+
EnumerationValues: UNIQUE IfcValue[];
|
|
5446
|
+
Unit?: IfcUnit;
|
|
4989
5447
|
}
|
|
4990
5448
|
|
|
4991
5449
|
/**
|
|
@@ -5038,6 +5496,12 @@ export interface IfcPropertySingleValue extends IfcSimpleProperty {
|
|
|
5038
5496
|
* @extends IfcSimpleProperty
|
|
5039
5497
|
*/
|
|
5040
5498
|
export interface IfcPropertyTableValue extends IfcSimpleProperty {
|
|
5499
|
+
DefiningValues?: UNIQUE IfcValue[];
|
|
5500
|
+
DefinedValues?: IfcValue[];
|
|
5501
|
+
Expression?: IfcText;
|
|
5502
|
+
DefiningUnit?: IfcUnit;
|
|
5503
|
+
DefinedUnit?: IfcUnit;
|
|
5504
|
+
CurveInterpolation?: IfcCurveInterpolationEnum;
|
|
5041
5505
|
}
|
|
5042
5506
|
|
|
5043
5507
|
/**
|
|
@@ -6637,6 +7101,7 @@ export interface IfcStructuralLoadCase extends IfcStructuralLoadGroup {
|
|
|
6637
7101
|
*/
|
|
6638
7102
|
export interface IfcStructuralLoadConfiguration extends IfcStructuralLoad {
|
|
6639
7103
|
Values: IfcStructuralLoadOrResult[];
|
|
7104
|
+
Locations?: number[];
|
|
6640
7105
|
}
|
|
6641
7106
|
|
|
6642
7107
|
/**
|
|
@@ -7295,6 +7760,7 @@ export interface IfcTextureCoordinateIndices {
|
|
|
7295
7760
|
* @extends IfcTextureCoordinateIndices
|
|
7296
7761
|
*/
|
|
7297
7762
|
export interface IfcTextureCoordinateIndicesWithVoids extends IfcTextureCoordinateIndices {
|
|
7763
|
+
InnerTexCoordIndices: UNIQUE IfcPositiveInteger[][];
|
|
7298
7764
|
}
|
|
7299
7765
|
|
|
7300
7766
|
/**
|
|
@@ -7647,6 +8113,8 @@ export interface IfcVirtualElement extends IfcElement {
|
|
|
7647
8113
|
* IfcVirtualGridIntersection
|
|
7648
8114
|
*/
|
|
7649
8115
|
export interface IfcVirtualGridIntersection {
|
|
8116
|
+
IntersectingAxes: UNIQUE IfcGridAxis[];
|
|
8117
|
+
OffsetDistances: number[];
|
|
7650
8118
|
}
|
|
7651
8119
|
|
|
7652
8120
|
/**
|