@ifc-lite/parser 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +373 -0
- package/README.md +326 -0
- package/dist/classification-extractor.d.ts +73 -0
- package/dist/classification-extractor.d.ts.map +1 -0
- package/dist/classification-extractor.js +218 -0
- package/dist/classification-extractor.js.map +1 -0
- package/dist/columnar-parser.d.ts +43 -0
- package/dist/columnar-parser.d.ts.map +1 -0
- package/dist/columnar-parser.js +226 -0
- package/dist/columnar-parser.js.map +1 -0
- package/dist/entity-extractor.d.ts +15 -0
- package/dist/entity-extractor.d.ts.map +1 -0
- package/dist/entity-extractor.js +144 -0
- package/dist/entity-extractor.js.map +1 -0
- package/dist/entity-index.d.ts +11 -0
- package/dist/entity-index.d.ts.map +1 -0
- package/dist/entity-index.js +24 -0
- package/dist/entity-index.js.map +1 -0
- package/dist/examples/comprehensive-extraction.d.ts +76 -0
- package/dist/examples/comprehensive-extraction.d.ts.map +1 -0
- package/dist/examples/comprehensive-extraction.js +228 -0
- package/dist/examples/comprehensive-extraction.js.map +1 -0
- package/dist/generated/entities.d.ts +6198 -0
- package/dist/generated/entities.d.ts.map +1 -0
- package/dist/generated/entities.js +5 -0
- package/dist/generated/entities.js.map +1 -0
- package/dist/generated/enums.d.ts +2260 -0
- package/dist/generated/enums.d.ts.map +1 -0
- package/dist/generated/enums.js +2470 -0
- package/dist/generated/enums.js.map +1 -0
- package/dist/generated/index.d.ts +11 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/index.js +14 -0
- package/dist/generated/index.js.map +1 -0
- package/dist/generated/schema-registry.d.ts +50 -0
- package/dist/generated/schema-registry.d.ts.map +1 -0
- package/dist/generated/schema-registry.js +60518 -0
- package/dist/generated/schema-registry.js.map +1 -0
- package/dist/generated/selects.d.ts +127 -0
- package/dist/generated/selects.d.ts.map +1 -0
- package/dist/generated/selects.js +5 -0
- package/dist/generated/selects.js.map +1 -0
- package/dist/generated/test-compile.d.ts +7 -0
- package/dist/generated/test-compile.d.ts.map +1 -0
- package/dist/generated/test-compile.js +30 -0
- package/dist/generated/test-compile.js.map +1 -0
- package/dist/generated/types.d.ts +801 -0
- package/dist/generated/types.d.ts.map +1 -0
- package/dist/generated/types.js +499 -0
- package/dist/generated/types.js.map +1 -0
- package/dist/georef-extractor.d.ts +60 -0
- package/dist/georef-extractor.d.ts.map +1 -0
- package/dist/georef-extractor.js +200 -0
- package/dist/georef-extractor.js.map +1 -0
- package/dist/ifc-schema.d.ts +13 -0
- package/dist/ifc-schema.d.ts.map +1 -0
- package/dist/ifc-schema.js +203 -0
- package/dist/ifc-schema.js.map +1 -0
- package/dist/index.d.ts +43 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +150 -0
- package/dist/index.js.map +1 -0
- package/dist/material-extractor.d.ts +97 -0
- package/dist/material-extractor.d.ts.map +1 -0
- package/dist/material-extractor.js +283 -0
- package/dist/material-extractor.js.map +1 -0
- package/dist/property-extractor.d.ts +23 -0
- package/dist/property-extractor.d.ts.map +1 -0
- package/dist/property-extractor.js +102 -0
- package/dist/property-extractor.js.map +1 -0
- package/dist/quantity-extractor.d.ts +64 -0
- package/dist/quantity-extractor.d.ts.map +1 -0
- package/dist/quantity-extractor.js +202 -0
- package/dist/quantity-extractor.js.map +1 -0
- package/dist/relationship-extractor.d.ts +18 -0
- package/dist/relationship-extractor.d.ts.map +1 -0
- package/dist/relationship-extractor.js +91 -0
- package/dist/relationship-extractor.js.map +1 -0
- package/dist/spatial-hierarchy-builder.d.ts +21 -0
- package/dist/spatial-hierarchy-builder.d.ts.map +1 -0
- package/dist/spatial-hierarchy-builder.js +201 -0
- package/dist/spatial-hierarchy-builder.js.map +1 -0
- package/dist/style-extractor.d.ts +83 -0
- package/dist/style-extractor.d.ts.map +1 -0
- package/dist/style-extractor.js +327 -0
- package/dist/style-extractor.js.map +1 -0
- package/dist/tokenizer.d.ts +26 -0
- package/dist/tokenizer.d.ts.map +1 -0
- package/dist/tokenizer.js +181 -0
- package/dist/tokenizer.js.map +1 -0
- package/dist/types.d.ts +42 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +5 -0
- package/dist/types.js.map +1 -0
- package/package.json +47 -0
|
@@ -0,0 +1,801 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* IFC Type Aliases
|
|
3
|
+
* Generated from EXPRESS schema: IFC4_ADD2_TC1
|
|
4
|
+
*
|
|
5
|
+
* DO NOT EDIT - This file is auto-generated
|
|
6
|
+
*/
|
|
7
|
+
/** IfcAbsorbedDoseMeasure */
|
|
8
|
+
export type IfcAbsorbedDoseMeasure = number;
|
|
9
|
+
/** IfcAccelerationMeasure */
|
|
10
|
+
export type IfcAccelerationMeasure = number;
|
|
11
|
+
/** IfcAmountOfSubstanceMeasure */
|
|
12
|
+
export type IfcAmountOfSubstanceMeasure = number;
|
|
13
|
+
/** IfcAngularVelocityMeasure */
|
|
14
|
+
export type IfcAngularVelocityMeasure = number;
|
|
15
|
+
/** IfcArcIndex */
|
|
16
|
+
export type IfcArcIndex = LIST[3];
|
|
17
|
+
/** IfcAreaDensityMeasure */
|
|
18
|
+
export type IfcAreaDensityMeasure = number;
|
|
19
|
+
/** IfcAreaMeasure */
|
|
20
|
+
export type IfcAreaMeasure = number;
|
|
21
|
+
/** IfcBinary */
|
|
22
|
+
export type IfcBinary = string;
|
|
23
|
+
/** IfcBoolean */
|
|
24
|
+
export type IfcBoolean = boolean;
|
|
25
|
+
/** IfcBoxAlignment */
|
|
26
|
+
export type IfcBoxAlignment = IfcLabel;
|
|
27
|
+
/** IfcCardinalPointReference */
|
|
28
|
+
export type IfcCardinalPointReference = number;
|
|
29
|
+
/** IfcComplexNumber */
|
|
30
|
+
export type IfcComplexNumber = ARRAY[1];
|
|
31
|
+
/** IfcCompoundPlaneAngleMeasure */
|
|
32
|
+
export type IfcCompoundPlaneAngleMeasure = LIST[3];
|
|
33
|
+
/** IfcContextDependentMeasure */
|
|
34
|
+
export type IfcContextDependentMeasure = number;
|
|
35
|
+
/** IfcCountMeasure */
|
|
36
|
+
export type IfcCountMeasure = number;
|
|
37
|
+
/** IfcCurvatureMeasure */
|
|
38
|
+
export type IfcCurvatureMeasure = number;
|
|
39
|
+
/** IfcDate */
|
|
40
|
+
export type IfcDate = string;
|
|
41
|
+
/** IfcDateTime */
|
|
42
|
+
export type IfcDateTime = string;
|
|
43
|
+
/** IfcDayInMonthNumber */
|
|
44
|
+
export type IfcDayInMonthNumber = number;
|
|
45
|
+
/** IfcDayInWeekNumber */
|
|
46
|
+
export type IfcDayInWeekNumber = number;
|
|
47
|
+
/** IfcDescriptiveMeasure */
|
|
48
|
+
export type IfcDescriptiveMeasure = string;
|
|
49
|
+
/** IfcDimensionCount */
|
|
50
|
+
export type IfcDimensionCount = number;
|
|
51
|
+
/** IfcDoseEquivalentMeasure */
|
|
52
|
+
export type IfcDoseEquivalentMeasure = number;
|
|
53
|
+
/** IfcDuration */
|
|
54
|
+
export type IfcDuration = string;
|
|
55
|
+
/** IfcDynamicViscosityMeasure */
|
|
56
|
+
export type IfcDynamicViscosityMeasure = number;
|
|
57
|
+
/** IfcElectricCapacitanceMeasure */
|
|
58
|
+
export type IfcElectricCapacitanceMeasure = number;
|
|
59
|
+
/** IfcElectricChargeMeasure */
|
|
60
|
+
export type IfcElectricChargeMeasure = number;
|
|
61
|
+
/** IfcElectricConductanceMeasure */
|
|
62
|
+
export type IfcElectricConductanceMeasure = number;
|
|
63
|
+
/** IfcElectricCurrentMeasure */
|
|
64
|
+
export type IfcElectricCurrentMeasure = number;
|
|
65
|
+
/** IfcElectricResistanceMeasure */
|
|
66
|
+
export type IfcElectricResistanceMeasure = number;
|
|
67
|
+
/** IfcElectricVoltageMeasure */
|
|
68
|
+
export type IfcElectricVoltageMeasure = number;
|
|
69
|
+
/** IfcEnergyMeasure */
|
|
70
|
+
export type IfcEnergyMeasure = number;
|
|
71
|
+
/** IfcFontStyle */
|
|
72
|
+
export type IfcFontStyle = string;
|
|
73
|
+
/** IfcFontVariant */
|
|
74
|
+
export type IfcFontVariant = string;
|
|
75
|
+
/** IfcFontWeight */
|
|
76
|
+
export type IfcFontWeight = string;
|
|
77
|
+
/** IfcForceMeasure */
|
|
78
|
+
export type IfcForceMeasure = number;
|
|
79
|
+
/** IfcFrequencyMeasure */
|
|
80
|
+
export type IfcFrequencyMeasure = number;
|
|
81
|
+
/** IfcGloballyUniqueId */
|
|
82
|
+
export type IfcGloballyUniqueId = STRING;
|
|
83
|
+
/** IfcHeatFluxDensityMeasure */
|
|
84
|
+
export type IfcHeatFluxDensityMeasure = number;
|
|
85
|
+
/** IfcHeatingValueMeasure */
|
|
86
|
+
export type IfcHeatingValueMeasure = number;
|
|
87
|
+
/** IfcIdentifier */
|
|
88
|
+
export type IfcIdentifier = STRING;
|
|
89
|
+
/** IfcIlluminanceMeasure */
|
|
90
|
+
export type IfcIlluminanceMeasure = number;
|
|
91
|
+
/** IfcInductanceMeasure */
|
|
92
|
+
export type IfcInductanceMeasure = number;
|
|
93
|
+
/** IfcInteger */
|
|
94
|
+
export type IfcInteger = number;
|
|
95
|
+
/** IfcIntegerCountRateMeasure */
|
|
96
|
+
export type IfcIntegerCountRateMeasure = number;
|
|
97
|
+
/** IfcIonConcentrationMeasure */
|
|
98
|
+
export type IfcIonConcentrationMeasure = number;
|
|
99
|
+
/** IfcIsothermalMoistureCapacityMeasure */
|
|
100
|
+
export type IfcIsothermalMoistureCapacityMeasure = number;
|
|
101
|
+
/** IfcKinematicViscosityMeasure */
|
|
102
|
+
export type IfcKinematicViscosityMeasure = number;
|
|
103
|
+
/** IfcLabel */
|
|
104
|
+
export type IfcLabel = STRING;
|
|
105
|
+
/** IfcLanguageId */
|
|
106
|
+
export type IfcLanguageId = IfcIdentifier;
|
|
107
|
+
/** IfcLengthMeasure */
|
|
108
|
+
export type IfcLengthMeasure = number;
|
|
109
|
+
/** IfcLineIndex */
|
|
110
|
+
export type IfcLineIndex = LIST[2];
|
|
111
|
+
/** IfcLinearForceMeasure */
|
|
112
|
+
export type IfcLinearForceMeasure = number;
|
|
113
|
+
/** IfcLinearMomentMeasure */
|
|
114
|
+
export type IfcLinearMomentMeasure = number;
|
|
115
|
+
/** IfcLinearStiffnessMeasure */
|
|
116
|
+
export type IfcLinearStiffnessMeasure = number;
|
|
117
|
+
/** IfcLinearVelocityMeasure */
|
|
118
|
+
export type IfcLinearVelocityMeasure = number;
|
|
119
|
+
/** IfcLogical */
|
|
120
|
+
export type IfcLogical = boolean | null;
|
|
121
|
+
/** IfcLuminousFluxMeasure */
|
|
122
|
+
export type IfcLuminousFluxMeasure = number;
|
|
123
|
+
/** IfcLuminousIntensityDistributionMeasure */
|
|
124
|
+
export type IfcLuminousIntensityDistributionMeasure = number;
|
|
125
|
+
/** IfcLuminousIntensityMeasure */
|
|
126
|
+
export type IfcLuminousIntensityMeasure = number;
|
|
127
|
+
/** IfcMagneticFluxDensityMeasure */
|
|
128
|
+
export type IfcMagneticFluxDensityMeasure = number;
|
|
129
|
+
/** IfcMagneticFluxMeasure */
|
|
130
|
+
export type IfcMagneticFluxMeasure = number;
|
|
131
|
+
/** IfcMassDensityMeasure */
|
|
132
|
+
export type IfcMassDensityMeasure = number;
|
|
133
|
+
/** IfcMassFlowRateMeasure */
|
|
134
|
+
export type IfcMassFlowRateMeasure = number;
|
|
135
|
+
/** IfcMassMeasure */
|
|
136
|
+
export type IfcMassMeasure = number;
|
|
137
|
+
/** IfcMassPerLengthMeasure */
|
|
138
|
+
export type IfcMassPerLengthMeasure = number;
|
|
139
|
+
/** IfcModulusOfElasticityMeasure */
|
|
140
|
+
export type IfcModulusOfElasticityMeasure = number;
|
|
141
|
+
/** IfcModulusOfLinearSubgradeReactionMeasure */
|
|
142
|
+
export type IfcModulusOfLinearSubgradeReactionMeasure = number;
|
|
143
|
+
/** IfcModulusOfRotationalSubgradeReactionMeasure */
|
|
144
|
+
export type IfcModulusOfRotationalSubgradeReactionMeasure = number;
|
|
145
|
+
/** IfcModulusOfSubgradeReactionMeasure */
|
|
146
|
+
export type IfcModulusOfSubgradeReactionMeasure = number;
|
|
147
|
+
/** IfcMoistureDiffusivityMeasure */
|
|
148
|
+
export type IfcMoistureDiffusivityMeasure = number;
|
|
149
|
+
/** IfcMolecularWeightMeasure */
|
|
150
|
+
export type IfcMolecularWeightMeasure = number;
|
|
151
|
+
/** IfcMomentOfInertiaMeasure */
|
|
152
|
+
export type IfcMomentOfInertiaMeasure = number;
|
|
153
|
+
/** IfcMonetaryMeasure */
|
|
154
|
+
export type IfcMonetaryMeasure = number;
|
|
155
|
+
/** IfcMonthInYearNumber */
|
|
156
|
+
export type IfcMonthInYearNumber = number;
|
|
157
|
+
/** IfcNonNegativeLengthMeasure */
|
|
158
|
+
export type IfcNonNegativeLengthMeasure = number;
|
|
159
|
+
/** IfcNormalisedRatioMeasure */
|
|
160
|
+
export type IfcNormalisedRatioMeasure = number;
|
|
161
|
+
/** IfcNumericMeasure */
|
|
162
|
+
export type IfcNumericMeasure = number;
|
|
163
|
+
/** IfcPHMeasure */
|
|
164
|
+
export type IfcPHMeasure = number;
|
|
165
|
+
/** IfcParameterValue */
|
|
166
|
+
export type IfcParameterValue = number;
|
|
167
|
+
/** IfcPlanarForceMeasure */
|
|
168
|
+
export type IfcPlanarForceMeasure = number;
|
|
169
|
+
/** IfcPlaneAngleMeasure */
|
|
170
|
+
export type IfcPlaneAngleMeasure = number;
|
|
171
|
+
/** IfcPositiveInteger */
|
|
172
|
+
export type IfcPositiveInteger = IfcInteger;
|
|
173
|
+
/** IfcPositiveLengthMeasure */
|
|
174
|
+
export type IfcPositiveLengthMeasure = number;
|
|
175
|
+
/** IfcPositivePlaneAngleMeasure */
|
|
176
|
+
export type IfcPositivePlaneAngleMeasure = number;
|
|
177
|
+
/** IfcPositiveRatioMeasure */
|
|
178
|
+
export type IfcPositiveRatioMeasure = number;
|
|
179
|
+
/** IfcPowerMeasure */
|
|
180
|
+
export type IfcPowerMeasure = number;
|
|
181
|
+
/** IfcPresentableText */
|
|
182
|
+
export type IfcPresentableText = string;
|
|
183
|
+
/** IfcPressureMeasure */
|
|
184
|
+
export type IfcPressureMeasure = number;
|
|
185
|
+
/** IfcPropertySetDefinitionSet */
|
|
186
|
+
export type IfcPropertySetDefinitionSet = SET[1];
|
|
187
|
+
/** IfcRadioActivityMeasure */
|
|
188
|
+
export type IfcRadioActivityMeasure = number;
|
|
189
|
+
/** IfcRatioMeasure */
|
|
190
|
+
export type IfcRatioMeasure = number;
|
|
191
|
+
/** IfcReal */
|
|
192
|
+
export type IfcReal = number;
|
|
193
|
+
/** IfcRotationalFrequencyMeasure */
|
|
194
|
+
export type IfcRotationalFrequencyMeasure = number;
|
|
195
|
+
/** IfcRotationalMassMeasure */
|
|
196
|
+
export type IfcRotationalMassMeasure = number;
|
|
197
|
+
/** IfcRotationalStiffnessMeasure */
|
|
198
|
+
export type IfcRotationalStiffnessMeasure = number;
|
|
199
|
+
/** IfcSectionModulusMeasure */
|
|
200
|
+
export type IfcSectionModulusMeasure = number;
|
|
201
|
+
/** IfcSectionalAreaIntegralMeasure */
|
|
202
|
+
export type IfcSectionalAreaIntegralMeasure = number;
|
|
203
|
+
/** IfcShearModulusMeasure */
|
|
204
|
+
export type IfcShearModulusMeasure = number;
|
|
205
|
+
/** IfcSolidAngleMeasure */
|
|
206
|
+
export type IfcSolidAngleMeasure = number;
|
|
207
|
+
/** IfcSoundPowerLevelMeasure */
|
|
208
|
+
export type IfcSoundPowerLevelMeasure = number;
|
|
209
|
+
/** IfcSoundPowerMeasure */
|
|
210
|
+
export type IfcSoundPowerMeasure = number;
|
|
211
|
+
/** IfcSoundPressureLevelMeasure */
|
|
212
|
+
export type IfcSoundPressureLevelMeasure = number;
|
|
213
|
+
/** IfcSoundPressureMeasure */
|
|
214
|
+
export type IfcSoundPressureMeasure = number;
|
|
215
|
+
/** IfcSpecificHeatCapacityMeasure */
|
|
216
|
+
export type IfcSpecificHeatCapacityMeasure = number;
|
|
217
|
+
/** IfcSpecularExponent */
|
|
218
|
+
export type IfcSpecularExponent = number;
|
|
219
|
+
/** IfcSpecularRoughness */
|
|
220
|
+
export type IfcSpecularRoughness = number;
|
|
221
|
+
/** IfcTemperatureGradientMeasure */
|
|
222
|
+
export type IfcTemperatureGradientMeasure = number;
|
|
223
|
+
/** IfcTemperatureRateOfChangeMeasure */
|
|
224
|
+
export type IfcTemperatureRateOfChangeMeasure = number;
|
|
225
|
+
/** IfcText */
|
|
226
|
+
export type IfcText = string;
|
|
227
|
+
/** IfcTextAlignment */
|
|
228
|
+
export type IfcTextAlignment = string;
|
|
229
|
+
/** IfcTextDecoration */
|
|
230
|
+
export type IfcTextDecoration = string;
|
|
231
|
+
/** IfcTextFontName */
|
|
232
|
+
export type IfcTextFontName = string;
|
|
233
|
+
/** IfcTextTransformation */
|
|
234
|
+
export type IfcTextTransformation = string;
|
|
235
|
+
/** IfcThermalAdmittanceMeasure */
|
|
236
|
+
export type IfcThermalAdmittanceMeasure = number;
|
|
237
|
+
/** IfcThermalConductivityMeasure */
|
|
238
|
+
export type IfcThermalConductivityMeasure = number;
|
|
239
|
+
/** IfcThermalExpansionCoefficientMeasure */
|
|
240
|
+
export type IfcThermalExpansionCoefficientMeasure = number;
|
|
241
|
+
/** IfcThermalResistanceMeasure */
|
|
242
|
+
export type IfcThermalResistanceMeasure = number;
|
|
243
|
+
/** IfcThermalTransmittanceMeasure */
|
|
244
|
+
export type IfcThermalTransmittanceMeasure = number;
|
|
245
|
+
/** IfcThermodynamicTemperatureMeasure */
|
|
246
|
+
export type IfcThermodynamicTemperatureMeasure = number;
|
|
247
|
+
/** IfcTime */
|
|
248
|
+
export type IfcTime = string;
|
|
249
|
+
/** IfcTimeMeasure */
|
|
250
|
+
export type IfcTimeMeasure = number;
|
|
251
|
+
/** IfcTimeStamp */
|
|
252
|
+
export type IfcTimeStamp = number;
|
|
253
|
+
/** IfcTorqueMeasure */
|
|
254
|
+
export type IfcTorqueMeasure = number;
|
|
255
|
+
/** IfcURIReference */
|
|
256
|
+
export type IfcURIReference = string;
|
|
257
|
+
/** IfcVaporPermeabilityMeasure */
|
|
258
|
+
export type IfcVaporPermeabilityMeasure = number;
|
|
259
|
+
/** IfcVolumeMeasure */
|
|
260
|
+
export type IfcVolumeMeasure = number;
|
|
261
|
+
/** IfcVolumetricFlowRateMeasure */
|
|
262
|
+
export type IfcVolumetricFlowRateMeasure = number;
|
|
263
|
+
/** IfcWarpingConstantMeasure */
|
|
264
|
+
export type IfcWarpingConstantMeasure = number;
|
|
265
|
+
/** IfcWarpingMomentMeasure */
|
|
266
|
+
export type IfcWarpingMomentMeasure = number;
|
|
267
|
+
/** IfcActionRequestTypeEnum */
|
|
268
|
+
export type IfcActionRequestTypeEnum = ENUMERATION;
|
|
269
|
+
/** IfcActionSourceTypeEnum */
|
|
270
|
+
export type IfcActionSourceTypeEnum = ENUMERATION;
|
|
271
|
+
/** IfcActionTypeEnum */
|
|
272
|
+
export type IfcActionTypeEnum = ENUMERATION;
|
|
273
|
+
/** IfcActuatorTypeEnum */
|
|
274
|
+
export type IfcActuatorTypeEnum = ENUMERATION;
|
|
275
|
+
/** IfcAddressTypeEnum */
|
|
276
|
+
export type IfcAddressTypeEnum = ENUMERATION;
|
|
277
|
+
/** IfcAirTerminalBoxTypeEnum */
|
|
278
|
+
export type IfcAirTerminalBoxTypeEnum = ENUMERATION;
|
|
279
|
+
/** IfcAirTerminalTypeEnum */
|
|
280
|
+
export type IfcAirTerminalTypeEnum = ENUMERATION;
|
|
281
|
+
/** IfcAirToAirHeatRecoveryTypeEnum */
|
|
282
|
+
export type IfcAirToAirHeatRecoveryTypeEnum = ENUMERATION;
|
|
283
|
+
/** IfcAlarmTypeEnum */
|
|
284
|
+
export type IfcAlarmTypeEnum = ENUMERATION;
|
|
285
|
+
/** IfcAnalysisModelTypeEnum */
|
|
286
|
+
export type IfcAnalysisModelTypeEnum = ENUMERATION;
|
|
287
|
+
/** IfcAnalysisTheoryTypeEnum */
|
|
288
|
+
export type IfcAnalysisTheoryTypeEnum = ENUMERATION;
|
|
289
|
+
/** IfcArithmeticOperatorEnum */
|
|
290
|
+
export type IfcArithmeticOperatorEnum = ENUMERATION;
|
|
291
|
+
/** IfcAssemblyPlaceEnum */
|
|
292
|
+
export type IfcAssemblyPlaceEnum = ENUMERATION;
|
|
293
|
+
/** IfcAudioVisualApplianceTypeEnum */
|
|
294
|
+
export type IfcAudioVisualApplianceTypeEnum = ENUMERATION;
|
|
295
|
+
/** IfcBSplineCurveForm */
|
|
296
|
+
export type IfcBSplineCurveForm = ENUMERATION;
|
|
297
|
+
/** IfcBSplineSurfaceForm */
|
|
298
|
+
export type IfcBSplineSurfaceForm = ENUMERATION;
|
|
299
|
+
/** IfcBeamTypeEnum */
|
|
300
|
+
export type IfcBeamTypeEnum = ENUMERATION;
|
|
301
|
+
/** IfcBenchmarkEnum */
|
|
302
|
+
export type IfcBenchmarkEnum = ENUMERATION;
|
|
303
|
+
/** IfcBoilerTypeEnum */
|
|
304
|
+
export type IfcBoilerTypeEnum = ENUMERATION;
|
|
305
|
+
/** IfcBooleanOperator */
|
|
306
|
+
export type IfcBooleanOperator = ENUMERATION;
|
|
307
|
+
/** IfcBuildingElementPartTypeEnum */
|
|
308
|
+
export type IfcBuildingElementPartTypeEnum = ENUMERATION;
|
|
309
|
+
/** IfcBuildingElementProxyTypeEnum */
|
|
310
|
+
export type IfcBuildingElementProxyTypeEnum = ENUMERATION;
|
|
311
|
+
/** IfcBuildingSystemTypeEnum */
|
|
312
|
+
export type IfcBuildingSystemTypeEnum = ENUMERATION;
|
|
313
|
+
/** IfcBurnerTypeEnum */
|
|
314
|
+
export type IfcBurnerTypeEnum = ENUMERATION;
|
|
315
|
+
/** IfcCableCarrierFittingTypeEnum */
|
|
316
|
+
export type IfcCableCarrierFittingTypeEnum = ENUMERATION;
|
|
317
|
+
/** IfcCableCarrierSegmentTypeEnum */
|
|
318
|
+
export type IfcCableCarrierSegmentTypeEnum = ENUMERATION;
|
|
319
|
+
/** IfcCableFittingTypeEnum */
|
|
320
|
+
export type IfcCableFittingTypeEnum = ENUMERATION;
|
|
321
|
+
/** IfcCableSegmentTypeEnum */
|
|
322
|
+
export type IfcCableSegmentTypeEnum = ENUMERATION;
|
|
323
|
+
/** IfcChangeActionEnum */
|
|
324
|
+
export type IfcChangeActionEnum = ENUMERATION;
|
|
325
|
+
/** IfcChillerTypeEnum */
|
|
326
|
+
export type IfcChillerTypeEnum = ENUMERATION;
|
|
327
|
+
/** IfcChimneyTypeEnum */
|
|
328
|
+
export type IfcChimneyTypeEnum = ENUMERATION;
|
|
329
|
+
/** IfcCoilTypeEnum */
|
|
330
|
+
export type IfcCoilTypeEnum = ENUMERATION;
|
|
331
|
+
/** IfcColumnTypeEnum */
|
|
332
|
+
export type IfcColumnTypeEnum = ENUMERATION;
|
|
333
|
+
/** IfcCommunicationsApplianceTypeEnum */
|
|
334
|
+
export type IfcCommunicationsApplianceTypeEnum = ENUMERATION;
|
|
335
|
+
/** IfcComplexPropertyTemplateTypeEnum */
|
|
336
|
+
export type IfcComplexPropertyTemplateTypeEnum = ENUMERATION;
|
|
337
|
+
/** IfcCompressorTypeEnum */
|
|
338
|
+
export type IfcCompressorTypeEnum = ENUMERATION;
|
|
339
|
+
/** IfcCondenserTypeEnum */
|
|
340
|
+
export type IfcCondenserTypeEnum = ENUMERATION;
|
|
341
|
+
/** IfcConnectionTypeEnum */
|
|
342
|
+
export type IfcConnectionTypeEnum = ENUMERATION;
|
|
343
|
+
/** IfcConstraintEnum */
|
|
344
|
+
export type IfcConstraintEnum = ENUMERATION;
|
|
345
|
+
/** IfcConstructionEquipmentResourceTypeEnum */
|
|
346
|
+
export type IfcConstructionEquipmentResourceTypeEnum = ENUMERATION;
|
|
347
|
+
/** IfcConstructionMaterialResourceTypeEnum */
|
|
348
|
+
export type IfcConstructionMaterialResourceTypeEnum = ENUMERATION;
|
|
349
|
+
/** IfcConstructionProductResourceTypeEnum */
|
|
350
|
+
export type IfcConstructionProductResourceTypeEnum = ENUMERATION;
|
|
351
|
+
/** IfcControllerTypeEnum */
|
|
352
|
+
export type IfcControllerTypeEnum = ENUMERATION;
|
|
353
|
+
/** IfcCooledBeamTypeEnum */
|
|
354
|
+
export type IfcCooledBeamTypeEnum = ENUMERATION;
|
|
355
|
+
/** IfcCoolingTowerTypeEnum */
|
|
356
|
+
export type IfcCoolingTowerTypeEnum = ENUMERATION;
|
|
357
|
+
/** IfcCostItemTypeEnum */
|
|
358
|
+
export type IfcCostItemTypeEnum = ENUMERATION;
|
|
359
|
+
/** IfcCostScheduleTypeEnum */
|
|
360
|
+
export type IfcCostScheduleTypeEnum = ENUMERATION;
|
|
361
|
+
/** IfcCoveringTypeEnum */
|
|
362
|
+
export type IfcCoveringTypeEnum = ENUMERATION;
|
|
363
|
+
/** IfcCrewResourceTypeEnum */
|
|
364
|
+
export type IfcCrewResourceTypeEnum = ENUMERATION;
|
|
365
|
+
/** IfcCurtainWallTypeEnum */
|
|
366
|
+
export type IfcCurtainWallTypeEnum = ENUMERATION;
|
|
367
|
+
/** IfcCurveInterpolationEnum */
|
|
368
|
+
export type IfcCurveInterpolationEnum = ENUMERATION;
|
|
369
|
+
/** IfcDamperTypeEnum */
|
|
370
|
+
export type IfcDamperTypeEnum = ENUMERATION;
|
|
371
|
+
/** IfcDataOriginEnum */
|
|
372
|
+
export type IfcDataOriginEnum = ENUMERATION;
|
|
373
|
+
/** IfcDerivedUnitEnum */
|
|
374
|
+
export type IfcDerivedUnitEnum = ENUMERATION;
|
|
375
|
+
/** IfcDirectionSenseEnum */
|
|
376
|
+
export type IfcDirectionSenseEnum = ENUMERATION;
|
|
377
|
+
/** IfcDiscreteAccessoryTypeEnum */
|
|
378
|
+
export type IfcDiscreteAccessoryTypeEnum = ENUMERATION;
|
|
379
|
+
/** IfcDistributionChamberElementTypeEnum */
|
|
380
|
+
export type IfcDistributionChamberElementTypeEnum = ENUMERATION;
|
|
381
|
+
/** IfcDistributionPortTypeEnum */
|
|
382
|
+
export type IfcDistributionPortTypeEnum = ENUMERATION;
|
|
383
|
+
/** IfcDistributionSystemEnum */
|
|
384
|
+
export type IfcDistributionSystemEnum = ENUMERATION;
|
|
385
|
+
/** IfcDocumentConfidentialityEnum */
|
|
386
|
+
export type IfcDocumentConfidentialityEnum = ENUMERATION;
|
|
387
|
+
/** IfcDocumentStatusEnum */
|
|
388
|
+
export type IfcDocumentStatusEnum = ENUMERATION;
|
|
389
|
+
/** IfcDoorPanelOperationEnum */
|
|
390
|
+
export type IfcDoorPanelOperationEnum = ENUMERATION;
|
|
391
|
+
/** IfcDoorPanelPositionEnum */
|
|
392
|
+
export type IfcDoorPanelPositionEnum = ENUMERATION;
|
|
393
|
+
/** IfcDoorStyleConstructionEnum */
|
|
394
|
+
export type IfcDoorStyleConstructionEnum = ENUMERATION;
|
|
395
|
+
/** IfcDoorStyleOperationEnum */
|
|
396
|
+
export type IfcDoorStyleOperationEnum = ENUMERATION;
|
|
397
|
+
/** IfcDoorTypeEnum */
|
|
398
|
+
export type IfcDoorTypeEnum = ENUMERATION;
|
|
399
|
+
/** IfcDoorTypeOperationEnum */
|
|
400
|
+
export type IfcDoorTypeOperationEnum = ENUMERATION;
|
|
401
|
+
/** IfcDuctFittingTypeEnum */
|
|
402
|
+
export type IfcDuctFittingTypeEnum = ENUMERATION;
|
|
403
|
+
/** IfcDuctSegmentTypeEnum */
|
|
404
|
+
export type IfcDuctSegmentTypeEnum = ENUMERATION;
|
|
405
|
+
/** IfcDuctSilencerTypeEnum */
|
|
406
|
+
export type IfcDuctSilencerTypeEnum = ENUMERATION;
|
|
407
|
+
/** IfcElectricApplianceTypeEnum */
|
|
408
|
+
export type IfcElectricApplianceTypeEnum = ENUMERATION;
|
|
409
|
+
/** IfcElectricDistributionBoardTypeEnum */
|
|
410
|
+
export type IfcElectricDistributionBoardTypeEnum = ENUMERATION;
|
|
411
|
+
/** IfcElectricFlowStorageDeviceTypeEnum */
|
|
412
|
+
export type IfcElectricFlowStorageDeviceTypeEnum = ENUMERATION;
|
|
413
|
+
/** IfcElectricGeneratorTypeEnum */
|
|
414
|
+
export type IfcElectricGeneratorTypeEnum = ENUMERATION;
|
|
415
|
+
/** IfcElectricMotorTypeEnum */
|
|
416
|
+
export type IfcElectricMotorTypeEnum = ENUMERATION;
|
|
417
|
+
/** IfcElectricTimeControlTypeEnum */
|
|
418
|
+
export type IfcElectricTimeControlTypeEnum = ENUMERATION;
|
|
419
|
+
/** IfcElementAssemblyTypeEnum */
|
|
420
|
+
export type IfcElementAssemblyTypeEnum = ENUMERATION;
|
|
421
|
+
/** IfcElementCompositionEnum */
|
|
422
|
+
export type IfcElementCompositionEnum = ENUMERATION;
|
|
423
|
+
/** IfcEngineTypeEnum */
|
|
424
|
+
export type IfcEngineTypeEnum = ENUMERATION;
|
|
425
|
+
/** IfcEvaporativeCoolerTypeEnum */
|
|
426
|
+
export type IfcEvaporativeCoolerTypeEnum = ENUMERATION;
|
|
427
|
+
/** IfcEvaporatorTypeEnum */
|
|
428
|
+
export type IfcEvaporatorTypeEnum = ENUMERATION;
|
|
429
|
+
/** IfcEventTriggerTypeEnum */
|
|
430
|
+
export type IfcEventTriggerTypeEnum = ENUMERATION;
|
|
431
|
+
/** IfcEventTypeEnum */
|
|
432
|
+
export type IfcEventTypeEnum = ENUMERATION;
|
|
433
|
+
/** IfcExternalSpatialElementTypeEnum */
|
|
434
|
+
export type IfcExternalSpatialElementTypeEnum = ENUMERATION;
|
|
435
|
+
/** IfcFanTypeEnum */
|
|
436
|
+
export type IfcFanTypeEnum = ENUMERATION;
|
|
437
|
+
/** IfcFastenerTypeEnum */
|
|
438
|
+
export type IfcFastenerTypeEnum = ENUMERATION;
|
|
439
|
+
/** IfcFilterTypeEnum */
|
|
440
|
+
export type IfcFilterTypeEnum = ENUMERATION;
|
|
441
|
+
/** IfcFireSuppressionTerminalTypeEnum */
|
|
442
|
+
export type IfcFireSuppressionTerminalTypeEnum = ENUMERATION;
|
|
443
|
+
/** IfcFlowDirectionEnum */
|
|
444
|
+
export type IfcFlowDirectionEnum = ENUMERATION;
|
|
445
|
+
/** IfcFlowInstrumentTypeEnum */
|
|
446
|
+
export type IfcFlowInstrumentTypeEnum = ENUMERATION;
|
|
447
|
+
/** IfcFlowMeterTypeEnum */
|
|
448
|
+
export type IfcFlowMeterTypeEnum = ENUMERATION;
|
|
449
|
+
/** IfcFootingTypeEnum */
|
|
450
|
+
export type IfcFootingTypeEnum = ENUMERATION;
|
|
451
|
+
/** IfcFurnitureTypeEnum */
|
|
452
|
+
export type IfcFurnitureTypeEnum = ENUMERATION;
|
|
453
|
+
/** IfcGeographicElementTypeEnum */
|
|
454
|
+
export type IfcGeographicElementTypeEnum = ENUMERATION;
|
|
455
|
+
/** IfcGeometricProjectionEnum */
|
|
456
|
+
export type IfcGeometricProjectionEnum = ENUMERATION;
|
|
457
|
+
/** IfcGlobalOrLocalEnum */
|
|
458
|
+
export type IfcGlobalOrLocalEnum = ENUMERATION;
|
|
459
|
+
/** IfcGridTypeEnum */
|
|
460
|
+
export type IfcGridTypeEnum = ENUMERATION;
|
|
461
|
+
/** IfcHeatExchangerTypeEnum */
|
|
462
|
+
export type IfcHeatExchangerTypeEnum = ENUMERATION;
|
|
463
|
+
/** IfcHumidifierTypeEnum */
|
|
464
|
+
export type IfcHumidifierTypeEnum = ENUMERATION;
|
|
465
|
+
/** IfcInterceptorTypeEnum */
|
|
466
|
+
export type IfcInterceptorTypeEnum = ENUMERATION;
|
|
467
|
+
/** IfcInternalOrExternalEnum */
|
|
468
|
+
export type IfcInternalOrExternalEnum = ENUMERATION;
|
|
469
|
+
/** IfcInventoryTypeEnum */
|
|
470
|
+
export type IfcInventoryTypeEnum = ENUMERATION;
|
|
471
|
+
/** IfcJunctionBoxTypeEnum */
|
|
472
|
+
export type IfcJunctionBoxTypeEnum = ENUMERATION;
|
|
473
|
+
/** IfcKnotType */
|
|
474
|
+
export type IfcKnotType = ENUMERATION;
|
|
475
|
+
/** IfcLaborResourceTypeEnum */
|
|
476
|
+
export type IfcLaborResourceTypeEnum = ENUMERATION;
|
|
477
|
+
/** IfcLampTypeEnum */
|
|
478
|
+
export type IfcLampTypeEnum = ENUMERATION;
|
|
479
|
+
/** IfcLayerSetDirectionEnum */
|
|
480
|
+
export type IfcLayerSetDirectionEnum = ENUMERATION;
|
|
481
|
+
/** IfcLightDistributionCurveEnum */
|
|
482
|
+
export type IfcLightDistributionCurveEnum = ENUMERATION;
|
|
483
|
+
/** IfcLightEmissionSourceEnum */
|
|
484
|
+
export type IfcLightEmissionSourceEnum = ENUMERATION;
|
|
485
|
+
/** IfcLightFixtureTypeEnum */
|
|
486
|
+
export type IfcLightFixtureTypeEnum = ENUMERATION;
|
|
487
|
+
/** IfcLoadGroupTypeEnum */
|
|
488
|
+
export type IfcLoadGroupTypeEnum = ENUMERATION;
|
|
489
|
+
/** IfcLogicalOperatorEnum */
|
|
490
|
+
export type IfcLogicalOperatorEnum = ENUMERATION;
|
|
491
|
+
/** IfcMechanicalFastenerTypeEnum */
|
|
492
|
+
export type IfcMechanicalFastenerTypeEnum = ENUMERATION;
|
|
493
|
+
/** IfcMedicalDeviceTypeEnum */
|
|
494
|
+
export type IfcMedicalDeviceTypeEnum = ENUMERATION;
|
|
495
|
+
/** IfcMemberTypeEnum */
|
|
496
|
+
export type IfcMemberTypeEnum = ENUMERATION;
|
|
497
|
+
/** IfcMotorConnectionTypeEnum */
|
|
498
|
+
export type IfcMotorConnectionTypeEnum = ENUMERATION;
|
|
499
|
+
/** IfcNullStyle */
|
|
500
|
+
export type IfcNullStyle = ENUMERATION;
|
|
501
|
+
/** IfcObjectTypeEnum */
|
|
502
|
+
export type IfcObjectTypeEnum = ENUMERATION;
|
|
503
|
+
/** IfcObjectiveEnum */
|
|
504
|
+
export type IfcObjectiveEnum = ENUMERATION;
|
|
505
|
+
/** IfcOccupantTypeEnum */
|
|
506
|
+
export type IfcOccupantTypeEnum = ENUMERATION;
|
|
507
|
+
/** IfcOpeningElementTypeEnum */
|
|
508
|
+
export type IfcOpeningElementTypeEnum = ENUMERATION;
|
|
509
|
+
/** IfcOutletTypeEnum */
|
|
510
|
+
export type IfcOutletTypeEnum = ENUMERATION;
|
|
511
|
+
/** IfcPerformanceHistoryTypeEnum */
|
|
512
|
+
export type IfcPerformanceHistoryTypeEnum = ENUMERATION;
|
|
513
|
+
/** IfcPermeableCoveringOperationEnum */
|
|
514
|
+
export type IfcPermeableCoveringOperationEnum = ENUMERATION;
|
|
515
|
+
/** IfcPermitTypeEnum */
|
|
516
|
+
export type IfcPermitTypeEnum = ENUMERATION;
|
|
517
|
+
/** IfcPhysicalOrVirtualEnum */
|
|
518
|
+
export type IfcPhysicalOrVirtualEnum = ENUMERATION;
|
|
519
|
+
/** IfcPileConstructionEnum */
|
|
520
|
+
export type IfcPileConstructionEnum = ENUMERATION;
|
|
521
|
+
/** IfcPileTypeEnum */
|
|
522
|
+
export type IfcPileTypeEnum = ENUMERATION;
|
|
523
|
+
/** IfcPipeFittingTypeEnum */
|
|
524
|
+
export type IfcPipeFittingTypeEnum = ENUMERATION;
|
|
525
|
+
/** IfcPipeSegmentTypeEnum */
|
|
526
|
+
export type IfcPipeSegmentTypeEnum = ENUMERATION;
|
|
527
|
+
/** IfcPlateTypeEnum */
|
|
528
|
+
export type IfcPlateTypeEnum = ENUMERATION;
|
|
529
|
+
/** IfcPreferredSurfaceCurveRepresentation */
|
|
530
|
+
export type IfcPreferredSurfaceCurveRepresentation = ENUMERATION;
|
|
531
|
+
/** IfcProcedureTypeEnum */
|
|
532
|
+
export type IfcProcedureTypeEnum = ENUMERATION;
|
|
533
|
+
/** IfcProfileTypeEnum */
|
|
534
|
+
export type IfcProfileTypeEnum = ENUMERATION;
|
|
535
|
+
/** IfcProjectOrderTypeEnum */
|
|
536
|
+
export type IfcProjectOrderTypeEnum = ENUMERATION;
|
|
537
|
+
/** IfcProjectedOrTrueLengthEnum */
|
|
538
|
+
export type IfcProjectedOrTrueLengthEnum = ENUMERATION;
|
|
539
|
+
/** IfcProjectionElementTypeEnum */
|
|
540
|
+
export type IfcProjectionElementTypeEnum = ENUMERATION;
|
|
541
|
+
/** IfcPropertySetTemplateTypeEnum */
|
|
542
|
+
export type IfcPropertySetTemplateTypeEnum = ENUMERATION;
|
|
543
|
+
/** IfcProtectiveDeviceTrippingUnitTypeEnum */
|
|
544
|
+
export type IfcProtectiveDeviceTrippingUnitTypeEnum = ENUMERATION;
|
|
545
|
+
/** IfcProtectiveDeviceTypeEnum */
|
|
546
|
+
export type IfcProtectiveDeviceTypeEnum = ENUMERATION;
|
|
547
|
+
/** IfcPumpTypeEnum */
|
|
548
|
+
export type IfcPumpTypeEnum = ENUMERATION;
|
|
549
|
+
/** IfcRailingTypeEnum */
|
|
550
|
+
export type IfcRailingTypeEnum = ENUMERATION;
|
|
551
|
+
/** IfcRampFlightTypeEnum */
|
|
552
|
+
export type IfcRampFlightTypeEnum = ENUMERATION;
|
|
553
|
+
/** IfcRampTypeEnum */
|
|
554
|
+
export type IfcRampTypeEnum = ENUMERATION;
|
|
555
|
+
/** IfcRecurrenceTypeEnum */
|
|
556
|
+
export type IfcRecurrenceTypeEnum = ENUMERATION;
|
|
557
|
+
/** IfcReflectanceMethodEnum */
|
|
558
|
+
export type IfcReflectanceMethodEnum = ENUMERATION;
|
|
559
|
+
/** IfcReinforcingBarRoleEnum */
|
|
560
|
+
export type IfcReinforcingBarRoleEnum = ENUMERATION;
|
|
561
|
+
/** IfcReinforcingBarSurfaceEnum */
|
|
562
|
+
export type IfcReinforcingBarSurfaceEnum = ENUMERATION;
|
|
563
|
+
/** IfcReinforcingBarTypeEnum */
|
|
564
|
+
export type IfcReinforcingBarTypeEnum = ENUMERATION;
|
|
565
|
+
/** IfcReinforcingMeshTypeEnum */
|
|
566
|
+
export type IfcReinforcingMeshTypeEnum = ENUMERATION;
|
|
567
|
+
/** IfcRoleEnum */
|
|
568
|
+
export type IfcRoleEnum = ENUMERATION;
|
|
569
|
+
/** IfcRoofTypeEnum */
|
|
570
|
+
export type IfcRoofTypeEnum = ENUMERATION;
|
|
571
|
+
/** IfcSIPrefix */
|
|
572
|
+
export type IfcSIPrefix = ENUMERATION;
|
|
573
|
+
/** IfcSIUnitName */
|
|
574
|
+
export type IfcSIUnitName = ENUMERATION;
|
|
575
|
+
/** IfcSanitaryTerminalTypeEnum */
|
|
576
|
+
export type IfcSanitaryTerminalTypeEnum = ENUMERATION;
|
|
577
|
+
/** IfcSectionTypeEnum */
|
|
578
|
+
export type IfcSectionTypeEnum = ENUMERATION;
|
|
579
|
+
/** IfcSensorTypeEnum */
|
|
580
|
+
export type IfcSensorTypeEnum = ENUMERATION;
|
|
581
|
+
/** IfcSequenceEnum */
|
|
582
|
+
export type IfcSequenceEnum = ENUMERATION;
|
|
583
|
+
/** IfcShadingDeviceTypeEnum */
|
|
584
|
+
export type IfcShadingDeviceTypeEnum = ENUMERATION;
|
|
585
|
+
/** IfcSimplePropertyTemplateTypeEnum */
|
|
586
|
+
export type IfcSimplePropertyTemplateTypeEnum = ENUMERATION;
|
|
587
|
+
/** IfcSlabTypeEnum */
|
|
588
|
+
export type IfcSlabTypeEnum = ENUMERATION;
|
|
589
|
+
/** IfcSolarDeviceTypeEnum */
|
|
590
|
+
export type IfcSolarDeviceTypeEnum = ENUMERATION;
|
|
591
|
+
/** IfcSpaceHeaterTypeEnum */
|
|
592
|
+
export type IfcSpaceHeaterTypeEnum = ENUMERATION;
|
|
593
|
+
/** IfcSpaceTypeEnum */
|
|
594
|
+
export type IfcSpaceTypeEnum = ENUMERATION;
|
|
595
|
+
/** IfcSpatialZoneTypeEnum */
|
|
596
|
+
export type IfcSpatialZoneTypeEnum = ENUMERATION;
|
|
597
|
+
/** IfcStackTerminalTypeEnum */
|
|
598
|
+
export type IfcStackTerminalTypeEnum = ENUMERATION;
|
|
599
|
+
/** IfcStairFlightTypeEnum */
|
|
600
|
+
export type IfcStairFlightTypeEnum = ENUMERATION;
|
|
601
|
+
/** IfcStairTypeEnum */
|
|
602
|
+
export type IfcStairTypeEnum = ENUMERATION;
|
|
603
|
+
/** IfcStateEnum */
|
|
604
|
+
export type IfcStateEnum = ENUMERATION;
|
|
605
|
+
/** IfcStructuralCurveActivityTypeEnum */
|
|
606
|
+
export type IfcStructuralCurveActivityTypeEnum = ENUMERATION;
|
|
607
|
+
/** IfcStructuralCurveMemberTypeEnum */
|
|
608
|
+
export type IfcStructuralCurveMemberTypeEnum = ENUMERATION;
|
|
609
|
+
/** IfcStructuralSurfaceActivityTypeEnum */
|
|
610
|
+
export type IfcStructuralSurfaceActivityTypeEnum = ENUMERATION;
|
|
611
|
+
/** IfcStructuralSurfaceMemberTypeEnum */
|
|
612
|
+
export type IfcStructuralSurfaceMemberTypeEnum = ENUMERATION;
|
|
613
|
+
/** IfcSubContractResourceTypeEnum */
|
|
614
|
+
export type IfcSubContractResourceTypeEnum = ENUMERATION;
|
|
615
|
+
/** IfcSurfaceFeatureTypeEnum */
|
|
616
|
+
export type IfcSurfaceFeatureTypeEnum = ENUMERATION;
|
|
617
|
+
/** IfcSurfaceSide */
|
|
618
|
+
export type IfcSurfaceSide = ENUMERATION;
|
|
619
|
+
/** IfcSwitchingDeviceTypeEnum */
|
|
620
|
+
export type IfcSwitchingDeviceTypeEnum = ENUMERATION;
|
|
621
|
+
/** IfcSystemFurnitureElementTypeEnum */
|
|
622
|
+
export type IfcSystemFurnitureElementTypeEnum = ENUMERATION;
|
|
623
|
+
/** IfcTankTypeEnum */
|
|
624
|
+
export type IfcTankTypeEnum = ENUMERATION;
|
|
625
|
+
/** IfcTaskDurationEnum */
|
|
626
|
+
export type IfcTaskDurationEnum = ENUMERATION;
|
|
627
|
+
/** IfcTaskTypeEnum */
|
|
628
|
+
export type IfcTaskTypeEnum = ENUMERATION;
|
|
629
|
+
/** IfcTendonAnchorTypeEnum */
|
|
630
|
+
export type IfcTendonAnchorTypeEnum = ENUMERATION;
|
|
631
|
+
/** IfcTendonTypeEnum */
|
|
632
|
+
export type IfcTendonTypeEnum = ENUMERATION;
|
|
633
|
+
/** IfcTextPath */
|
|
634
|
+
export type IfcTextPath = ENUMERATION;
|
|
635
|
+
/** IfcTimeSeriesDataTypeEnum */
|
|
636
|
+
export type IfcTimeSeriesDataTypeEnum = ENUMERATION;
|
|
637
|
+
/** IfcTransformerTypeEnum */
|
|
638
|
+
export type IfcTransformerTypeEnum = ENUMERATION;
|
|
639
|
+
/** IfcTransitionCode */
|
|
640
|
+
export type IfcTransitionCode = ENUMERATION;
|
|
641
|
+
/** IfcTransportElementTypeEnum */
|
|
642
|
+
export type IfcTransportElementTypeEnum = ENUMERATION;
|
|
643
|
+
/** IfcTrimmingPreference */
|
|
644
|
+
export type IfcTrimmingPreference = ENUMERATION;
|
|
645
|
+
/** IfcTubeBundleTypeEnum */
|
|
646
|
+
export type IfcTubeBundleTypeEnum = ENUMERATION;
|
|
647
|
+
/** IfcUnitEnum */
|
|
648
|
+
export type IfcUnitEnum = ENUMERATION;
|
|
649
|
+
/** IfcUnitaryControlElementTypeEnum */
|
|
650
|
+
export type IfcUnitaryControlElementTypeEnum = ENUMERATION;
|
|
651
|
+
/** IfcUnitaryEquipmentTypeEnum */
|
|
652
|
+
export type IfcUnitaryEquipmentTypeEnum = ENUMERATION;
|
|
653
|
+
/** IfcValveTypeEnum */
|
|
654
|
+
export type IfcValveTypeEnum = ENUMERATION;
|
|
655
|
+
/** IfcVibrationIsolatorTypeEnum */
|
|
656
|
+
export type IfcVibrationIsolatorTypeEnum = ENUMERATION;
|
|
657
|
+
/** IfcVoidingFeatureTypeEnum */
|
|
658
|
+
export type IfcVoidingFeatureTypeEnum = ENUMERATION;
|
|
659
|
+
/** IfcWallTypeEnum */
|
|
660
|
+
export type IfcWallTypeEnum = ENUMERATION;
|
|
661
|
+
/** IfcWasteTerminalTypeEnum */
|
|
662
|
+
export type IfcWasteTerminalTypeEnum = ENUMERATION;
|
|
663
|
+
/** IfcWindowPanelOperationEnum */
|
|
664
|
+
export type IfcWindowPanelOperationEnum = ENUMERATION;
|
|
665
|
+
/** IfcWindowPanelPositionEnum */
|
|
666
|
+
export type IfcWindowPanelPositionEnum = ENUMERATION;
|
|
667
|
+
/** IfcWindowStyleConstructionEnum */
|
|
668
|
+
export type IfcWindowStyleConstructionEnum = ENUMERATION;
|
|
669
|
+
/** IfcWindowStyleOperationEnum */
|
|
670
|
+
export type IfcWindowStyleOperationEnum = ENUMERATION;
|
|
671
|
+
/** IfcWindowTypeEnum */
|
|
672
|
+
export type IfcWindowTypeEnum = ENUMERATION;
|
|
673
|
+
/** IfcWindowTypePartitioningEnum */
|
|
674
|
+
export type IfcWindowTypePartitioningEnum = ENUMERATION;
|
|
675
|
+
/** IfcWorkCalendarTypeEnum */
|
|
676
|
+
export type IfcWorkCalendarTypeEnum = ENUMERATION;
|
|
677
|
+
/** IfcWorkPlanTypeEnum */
|
|
678
|
+
export type IfcWorkPlanTypeEnum = ENUMERATION;
|
|
679
|
+
/** IfcWorkScheduleTypeEnum */
|
|
680
|
+
export type IfcWorkScheduleTypeEnum = ENUMERATION;
|
|
681
|
+
/** IfcActorSelect */
|
|
682
|
+
export type IfcActorSelect = SELECT;
|
|
683
|
+
/** IfcAppliedValueSelect */
|
|
684
|
+
export type IfcAppliedValueSelect = SELECT;
|
|
685
|
+
/** IfcAxis2Placement */
|
|
686
|
+
export type IfcAxis2Placement = SELECT;
|
|
687
|
+
/** IfcBendingParameterSelect */
|
|
688
|
+
export type IfcBendingParameterSelect = SELECT;
|
|
689
|
+
/** IfcBooleanOperand */
|
|
690
|
+
export type IfcBooleanOperand = SELECT;
|
|
691
|
+
/** IfcClassificationReferenceSelect */
|
|
692
|
+
export type IfcClassificationReferenceSelect = SELECT;
|
|
693
|
+
/** IfcClassificationSelect */
|
|
694
|
+
export type IfcClassificationSelect = SELECT;
|
|
695
|
+
/** IfcColour */
|
|
696
|
+
export type IfcColour = SELECT;
|
|
697
|
+
/** IfcColourOrFactor */
|
|
698
|
+
export type IfcColourOrFactor = SELECT;
|
|
699
|
+
/** IfcCoordinateReferenceSystemSelect */
|
|
700
|
+
export type IfcCoordinateReferenceSystemSelect = SELECT;
|
|
701
|
+
/** IfcCsgSelect */
|
|
702
|
+
export type IfcCsgSelect = SELECT;
|
|
703
|
+
/** IfcCurveFontOrScaledCurveFontSelect */
|
|
704
|
+
export type IfcCurveFontOrScaledCurveFontSelect = SELECT;
|
|
705
|
+
/** IfcCurveOnSurface */
|
|
706
|
+
export type IfcCurveOnSurface = SELECT;
|
|
707
|
+
/** IfcCurveOrEdgeCurve */
|
|
708
|
+
export type IfcCurveOrEdgeCurve = SELECT;
|
|
709
|
+
/** IfcCurveStyleFontSelect */
|
|
710
|
+
export type IfcCurveStyleFontSelect = SELECT;
|
|
711
|
+
/** IfcDefinitionSelect */
|
|
712
|
+
export type IfcDefinitionSelect = SELECT;
|
|
713
|
+
/** IfcDerivedMeasureValue */
|
|
714
|
+
export type IfcDerivedMeasureValue = SELECT;
|
|
715
|
+
/** IfcDocumentSelect */
|
|
716
|
+
export type IfcDocumentSelect = SELECT;
|
|
717
|
+
/** IfcFillStyleSelect */
|
|
718
|
+
export type IfcFillStyleSelect = SELECT;
|
|
719
|
+
/** IfcGeometricSetSelect */
|
|
720
|
+
export type IfcGeometricSetSelect = SELECT;
|
|
721
|
+
/** IfcGridPlacementDirectionSelect */
|
|
722
|
+
export type IfcGridPlacementDirectionSelect = SELECT;
|
|
723
|
+
/** IfcHatchLineDistanceSelect */
|
|
724
|
+
export type IfcHatchLineDistanceSelect = SELECT;
|
|
725
|
+
/** IfcLayeredItem */
|
|
726
|
+
export type IfcLayeredItem = SELECT;
|
|
727
|
+
/** IfcLibrarySelect */
|
|
728
|
+
export type IfcLibrarySelect = SELECT;
|
|
729
|
+
/** IfcLightDistributionDataSourceSelect */
|
|
730
|
+
export type IfcLightDistributionDataSourceSelect = SELECT;
|
|
731
|
+
/** IfcMaterialSelect */
|
|
732
|
+
export type IfcMaterialSelect = SELECT;
|
|
733
|
+
/** IfcMeasureValue */
|
|
734
|
+
export type IfcMeasureValue = SELECT;
|
|
735
|
+
/** IfcMetricValueSelect */
|
|
736
|
+
export type IfcMetricValueSelect = SELECT;
|
|
737
|
+
/** IfcModulusOfRotationalSubgradeReactionSelect */
|
|
738
|
+
export type IfcModulusOfRotationalSubgradeReactionSelect = SELECT;
|
|
739
|
+
/** IfcModulusOfSubgradeReactionSelect */
|
|
740
|
+
export type IfcModulusOfSubgradeReactionSelect = SELECT;
|
|
741
|
+
/** IfcModulusOfTranslationalSubgradeReactionSelect */
|
|
742
|
+
export type IfcModulusOfTranslationalSubgradeReactionSelect = SELECT;
|
|
743
|
+
/** IfcObjectReferenceSelect */
|
|
744
|
+
export type IfcObjectReferenceSelect = SELECT;
|
|
745
|
+
/** IfcPointOrVertexPoint */
|
|
746
|
+
export type IfcPointOrVertexPoint = SELECT;
|
|
747
|
+
/** IfcPresentationStyleSelect */
|
|
748
|
+
export type IfcPresentationStyleSelect = SELECT;
|
|
749
|
+
/** IfcProcessSelect */
|
|
750
|
+
export type IfcProcessSelect = SELECT;
|
|
751
|
+
/** IfcProductRepresentationSelect */
|
|
752
|
+
export type IfcProductRepresentationSelect = SELECT;
|
|
753
|
+
/** IfcProductSelect */
|
|
754
|
+
export type IfcProductSelect = SELECT;
|
|
755
|
+
/** IfcPropertySetDefinitionSelect */
|
|
756
|
+
export type IfcPropertySetDefinitionSelect = SELECT;
|
|
757
|
+
/** IfcResourceObjectSelect */
|
|
758
|
+
export type IfcResourceObjectSelect = SELECT;
|
|
759
|
+
/** IfcResourceSelect */
|
|
760
|
+
export type IfcResourceSelect = SELECT;
|
|
761
|
+
/** IfcRotationalStiffnessSelect */
|
|
762
|
+
export type IfcRotationalStiffnessSelect = SELECT;
|
|
763
|
+
/** IfcSegmentIndexSelect */
|
|
764
|
+
export type IfcSegmentIndexSelect = SELECT;
|
|
765
|
+
/** IfcShell */
|
|
766
|
+
export type IfcShell = SELECT;
|
|
767
|
+
/** IfcSimpleValue */
|
|
768
|
+
export type IfcSimpleValue = SELECT;
|
|
769
|
+
/** IfcSizeSelect */
|
|
770
|
+
export type IfcSizeSelect = SELECT;
|
|
771
|
+
/** IfcSolidOrShell */
|
|
772
|
+
export type IfcSolidOrShell = SELECT;
|
|
773
|
+
/** IfcSpaceBoundarySelect */
|
|
774
|
+
export type IfcSpaceBoundarySelect = SELECT;
|
|
775
|
+
/** IfcSpecularHighlightSelect */
|
|
776
|
+
export type IfcSpecularHighlightSelect = SELECT;
|
|
777
|
+
/** IfcStructuralActivityAssignmentSelect */
|
|
778
|
+
export type IfcStructuralActivityAssignmentSelect = SELECT;
|
|
779
|
+
/** IfcStyleAssignmentSelect */
|
|
780
|
+
export type IfcStyleAssignmentSelect = SELECT;
|
|
781
|
+
/** IfcSurfaceOrFaceSurface */
|
|
782
|
+
export type IfcSurfaceOrFaceSurface = SELECT;
|
|
783
|
+
/** IfcSurfaceStyleElementSelect */
|
|
784
|
+
export type IfcSurfaceStyleElementSelect = SELECT;
|
|
785
|
+
/** IfcTextFontSelect */
|
|
786
|
+
export type IfcTextFontSelect = SELECT;
|
|
787
|
+
/** IfcTimeOrRatioSelect */
|
|
788
|
+
export type IfcTimeOrRatioSelect = SELECT;
|
|
789
|
+
/** IfcTranslationalStiffnessSelect */
|
|
790
|
+
export type IfcTranslationalStiffnessSelect = SELECT;
|
|
791
|
+
/** IfcTrimmingSelect */
|
|
792
|
+
export type IfcTrimmingSelect = SELECT;
|
|
793
|
+
/** IfcUnit */
|
|
794
|
+
export type IfcUnit = SELECT;
|
|
795
|
+
/** IfcValue */
|
|
796
|
+
export type IfcValue = SELECT;
|
|
797
|
+
/** IfcVectorOrDirection */
|
|
798
|
+
export type IfcVectorOrDirection = SELECT;
|
|
799
|
+
/** IfcWarpingStiffnessSelect */
|
|
800
|
+
export type IfcWarpingStiffnessSelect = SELECT;
|
|
801
|
+
//# sourceMappingURL=types.d.ts.map
|