@ifc-lite/parser 1.1.7 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +373 -0
- package/README.md +1 -1
- package/dist/classification-extractor.js +3 -3
- package/dist/classification-extractor.js.map +1 -1
- package/dist/columnar-parser.d.ts +86 -2
- package/dist/columnar-parser.d.ts.map +1 -1
- package/dist/columnar-parser.js +440 -173
- package/dist/columnar-parser.js.map +1 -1
- package/dist/entity-extractor.d.ts.map +1 -1
- package/dist/entity-extractor.js +23 -11
- package/dist/entity-extractor.js.map +1 -1
- package/dist/generated/entities.d.ts +3 -2
- package/dist/generated/entities.d.ts.map +1 -1
- package/dist/generated/entities.js +6 -3
- package/dist/generated/entities.js.map +1 -1
- package/dist/generated/enums.d.ts.map +1 -1
- package/dist/generated/enums.js +0 -3
- package/dist/generated/enums.js.map +1 -1
- package/dist/generated/index.d.ts +4 -2
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/generated/index.js +4 -2
- package/dist/generated/index.js.map +1 -1
- package/dist/generated/schema-registry.d.ts.map +1 -1
- package/dist/generated/schema-registry.js +8 -3
- package/dist/generated/schema-registry.js.map +1 -1
- package/dist/generated/selects.d.ts +3 -0
- package/dist/generated/selects.d.ts.map +1 -1
- package/dist/generated/selects.js +6 -3
- package/dist/generated/selects.js.map +1 -1
- package/dist/generated/serializers.d.ts +71 -0
- package/dist/generated/serializers.d.ts.map +1 -0
- package/dist/generated/serializers.js +236 -0
- package/dist/generated/serializers.js.map +1 -0
- package/dist/generated/test-compile.d.ts +1 -6
- package/dist/generated/test-compile.d.ts.map +1 -1
- package/dist/generated/test-compile.js +30 -25
- package/dist/generated/test-compile.js.map +1 -1
- package/dist/generated/type-ids.d.ts +815 -0
- package/dist/generated/type-ids.d.ts.map +1 -0
- package/dist/generated/type-ids.js +1669 -0
- package/dist/generated/type-ids.js.map +1 -0
- package/dist/generated/types.d.ts +9 -542
- package/dist/generated/types.d.ts.map +1 -1
- package/dist/generated/types.js +6 -497
- package/dist/generated/types.js.map +1 -1
- package/dist/georef-extractor.js +2 -2
- package/dist/georef-extractor.js.map +1 -1
- package/dist/index.d.ts +38 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +233 -41
- package/dist/index.js.map +1 -1
- package/dist/material-extractor.js +8 -8
- package/dist/material-extractor.js.map +1 -1
- package/dist/parser.worker.d.ts +2 -0
- package/dist/parser.worker.d.ts.map +1 -0
- package/dist/parser.worker.js +43 -0
- package/dist/parser.worker.js.map +1 -0
- package/dist/property-extractor.d.ts +5 -1
- package/dist/property-extractor.d.ts.map +1 -1
- package/dist/property-extractor.js +22 -1
- package/dist/property-extractor.js.map +1 -1
- package/dist/quantity-extractor.d.ts +5 -1
- package/dist/quantity-extractor.d.ts.map +1 -1
- package/dist/quantity-extractor.js +29 -1
- package/dist/quantity-extractor.js.map +1 -1
- package/dist/relationship-extractor.d.ts +5 -1
- package/dist/relationship-extractor.d.ts.map +1 -1
- package/dist/relationship-extractor.js +27 -2
- package/dist/relationship-extractor.js.map +1 -1
- package/dist/spatial-hierarchy-builder.d.ts +4 -3
- package/dist/spatial-hierarchy-builder.d.ts.map +1 -1
- package/dist/spatial-hierarchy-builder.js +46 -34
- package/dist/spatial-hierarchy-builder.js.map +1 -1
- package/dist/style-extractor.d.ts +1 -0
- package/dist/style-extractor.d.ts.map +1 -1
- package/dist/style-extractor.js +18 -0
- package/dist/style-extractor.js.map +1 -1
- package/dist/tokenizer.d.ts +11 -0
- package/dist/tokenizer.d.ts.map +1 -1
- package/dist/tokenizer.js +150 -10
- package/dist/tokenizer.js.map +1 -1
- package/dist/unit-extractor.d.ts +22 -0
- package/dist/unit-extractor.d.ts.map +1 -0
- package/dist/unit-extractor.js +205 -0
- package/dist/unit-extractor.js.map +1 -0
- package/dist/worker-parser.d.ts +28 -0
- package/dist/worker-parser.d.ts.map +1 -0
- package/dist/worker-parser.js +81 -0
- package/dist/worker-parser.js.map +1 -0
- package/package.json +9 -8
- package/dist/examples/comprehensive-extraction.d.ts +0 -76
- package/dist/examples/comprehensive-extraction.d.ts.map +0 -1
- package/dist/examples/comprehensive-extraction.js +0 -228
- package/dist/examples/comprehensive-extraction.js.map +0 -1
|
@@ -0,0 +1,815 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* IFC Type IDs
|
|
3
|
+
* Generated from EXPRESS schema: IFC4_ADD2_TC1
|
|
4
|
+
*
|
|
5
|
+
* CRC32 hashes for fast O(1) type lookup.
|
|
6
|
+
*
|
|
7
|
+
* DO NOT EDIT - This file is auto-generated
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* CRC32 Type IDs for all IFC entities
|
|
11
|
+
*/
|
|
12
|
+
export declare const TYPE_IDS: {
|
|
13
|
+
readonly IfcActionRequest: 3821786052;
|
|
14
|
+
readonly IfcActor: 2296667514;
|
|
15
|
+
readonly IfcActorRole: 3630933823;
|
|
16
|
+
readonly IfcActuator: 4288193352;
|
|
17
|
+
readonly IfcActuatorType: 2874132201;
|
|
18
|
+
readonly IfcAddress: 618182010;
|
|
19
|
+
readonly IfcAdvancedBrep: 1635779807;
|
|
20
|
+
readonly IfcAdvancedBrepWithVoids: 2603310189;
|
|
21
|
+
readonly IfcAdvancedFace: 3406155212;
|
|
22
|
+
readonly IfcAirTerminal: 1634111441;
|
|
23
|
+
readonly IfcAirTerminalBox: 177149247;
|
|
24
|
+
readonly IfcAirTerminalBoxType: 1411407467;
|
|
25
|
+
readonly IfcAirTerminalType: 3352864051;
|
|
26
|
+
readonly IfcAirToAirHeatRecovery: 2056796094;
|
|
27
|
+
readonly IfcAirToAirHeatRecoveryType: 1871374353;
|
|
28
|
+
readonly IfcAlarm: 3087945054;
|
|
29
|
+
readonly IfcAlarmType: 3001207471;
|
|
30
|
+
readonly IfcAnnotation: 1674181508;
|
|
31
|
+
readonly IfcAnnotationFillArea: 669184980;
|
|
32
|
+
readonly IfcApplication: 639542469;
|
|
33
|
+
readonly IfcAppliedValue: 411424972;
|
|
34
|
+
readonly IfcApproval: 130549933;
|
|
35
|
+
readonly IfcApprovalRelationship: 3869604511;
|
|
36
|
+
readonly IfcArbitraryClosedProfileDef: 3798115385;
|
|
37
|
+
readonly IfcArbitraryOpenProfileDef: 1310608509;
|
|
38
|
+
readonly IfcArbitraryProfileDefWithVoids: 2705031697;
|
|
39
|
+
readonly IfcAsset: 3460190687;
|
|
40
|
+
readonly IfcAsymmetricIShapeProfileDef: 3207858831;
|
|
41
|
+
readonly IfcAudioVisualAppliance: 277319702;
|
|
42
|
+
readonly IfcAudioVisualApplianceType: 1532957894;
|
|
43
|
+
readonly IfcAxis1Placement: 4261334040;
|
|
44
|
+
readonly IfcAxis2Placement2D: 3125803723;
|
|
45
|
+
readonly IfcAxis2Placement3D: 2740243338;
|
|
46
|
+
readonly IfcBSplineCurve: 1967976161;
|
|
47
|
+
readonly IfcBSplineCurveWithKnots: 2461110595;
|
|
48
|
+
readonly IfcBSplineSurface: 2887950389;
|
|
49
|
+
readonly IfcBSplineSurfaceWithKnots: 167062518;
|
|
50
|
+
readonly IfcBeam: 753842376;
|
|
51
|
+
readonly IfcBeamStandardCase: 2906023776;
|
|
52
|
+
readonly IfcBeamType: 819618141;
|
|
53
|
+
readonly IfcBlobTexture: 616511568;
|
|
54
|
+
readonly IfcBlock: 1334484129;
|
|
55
|
+
readonly IfcBoiler: 32344328;
|
|
56
|
+
readonly IfcBoilerType: 231477066;
|
|
57
|
+
readonly IfcBooleanClippingResult: 3649129432;
|
|
58
|
+
readonly IfcBooleanResult: 2736907675;
|
|
59
|
+
readonly IfcBoundaryCondition: 4037036970;
|
|
60
|
+
readonly IfcBoundaryCurve: 1136057603;
|
|
61
|
+
readonly IfcBoundaryEdgeCondition: 1560379544;
|
|
62
|
+
readonly IfcBoundaryFaceCondition: 3367102660;
|
|
63
|
+
readonly IfcBoundaryNodeCondition: 1387855156;
|
|
64
|
+
readonly IfcBoundaryNodeConditionWarping: 2069777674;
|
|
65
|
+
readonly IfcBoundedCurve: 1260505505;
|
|
66
|
+
readonly IfcBoundedSurface: 4182860854;
|
|
67
|
+
readonly IfcBoundingBox: 2581212453;
|
|
68
|
+
readonly IfcBoxedHalfSpace: 2713105998;
|
|
69
|
+
readonly IfcBuilding: 4031249490;
|
|
70
|
+
readonly IfcBuildingElement: 3299480353;
|
|
71
|
+
readonly IfcBuildingElementPart: 2979338954;
|
|
72
|
+
readonly IfcBuildingElementPartType: 39481116;
|
|
73
|
+
readonly IfcBuildingElementProxy: 1095909175;
|
|
74
|
+
readonly IfcBuildingElementProxyType: 1909888760;
|
|
75
|
+
readonly IfcBuildingElementType: 1950629157;
|
|
76
|
+
readonly IfcBuildingStorey: 3124254112;
|
|
77
|
+
readonly IfcBuildingSystem: 1177604601;
|
|
78
|
+
readonly IfcBurner: 2938176219;
|
|
79
|
+
readonly IfcBurnerType: 2188180465;
|
|
80
|
+
readonly IfcCShapeProfileDef: 2898889636;
|
|
81
|
+
readonly IfcCableCarrierFitting: 635142910;
|
|
82
|
+
readonly IfcCableCarrierFittingType: 395041908;
|
|
83
|
+
readonly IfcCableCarrierSegment: 3758799889;
|
|
84
|
+
readonly IfcCableCarrierSegmentType: 3293546465;
|
|
85
|
+
readonly IfcCableFitting: 1051757585;
|
|
86
|
+
readonly IfcCableFittingType: 2674252688;
|
|
87
|
+
readonly IfcCableSegment: 4217484030;
|
|
88
|
+
readonly IfcCableSegmentType: 1285652485;
|
|
89
|
+
readonly IfcCartesianPoint: 1123145078;
|
|
90
|
+
readonly IfcCartesianPointList: 574549367;
|
|
91
|
+
readonly IfcCartesianPointList2D: 1675464909;
|
|
92
|
+
readonly IfcCartesianPointList3D: 2059837836;
|
|
93
|
+
readonly IfcCartesianTransformationOperator: 59481748;
|
|
94
|
+
readonly IfcCartesianTransformationOperator2D: 3749851601;
|
|
95
|
+
readonly IfcCartesianTransformationOperator2DnonUniform: 3486308946;
|
|
96
|
+
readonly IfcCartesianTransformationOperator3D: 3331915920;
|
|
97
|
+
readonly IfcCartesianTransformationOperator3DnonUniform: 1416205885;
|
|
98
|
+
readonly IfcCenterLineProfileDef: 3150382593;
|
|
99
|
+
readonly IfcChiller: 3902619387;
|
|
100
|
+
readonly IfcChillerType: 2951183804;
|
|
101
|
+
readonly IfcChimney: 3296154744;
|
|
102
|
+
readonly IfcChimneyType: 2197970202;
|
|
103
|
+
readonly IfcCircle: 2611217952;
|
|
104
|
+
readonly IfcCircleHollowProfileDef: 2937912522;
|
|
105
|
+
readonly IfcCircleProfileDef: 1383045692;
|
|
106
|
+
readonly IfcCivilElement: 1677625105;
|
|
107
|
+
readonly IfcCivilElementType: 3893394355;
|
|
108
|
+
readonly IfcClassification: 747523909;
|
|
109
|
+
readonly IfcClassificationReference: 647927063;
|
|
110
|
+
readonly IfcClosedShell: 2205249479;
|
|
111
|
+
readonly IfcCoil: 639361253;
|
|
112
|
+
readonly IfcCoilType: 2301859152;
|
|
113
|
+
readonly IfcColourRgb: 776857604;
|
|
114
|
+
readonly IfcColourRgbList: 3285139300;
|
|
115
|
+
readonly IfcColourSpecification: 3264961684;
|
|
116
|
+
readonly IfcColumn: 843113511;
|
|
117
|
+
readonly IfcColumnStandardCase: 905975707;
|
|
118
|
+
readonly IfcColumnType: 300633059;
|
|
119
|
+
readonly IfcCommunicationsAppliance: 3221913625;
|
|
120
|
+
readonly IfcCommunicationsApplianceType: 400855858;
|
|
121
|
+
readonly IfcComplexProperty: 2542286263;
|
|
122
|
+
readonly IfcComplexPropertyTemplate: 3875453745;
|
|
123
|
+
readonly IfcCompositeCurve: 3732776249;
|
|
124
|
+
readonly IfcCompositeCurveOnSurface: 15328376;
|
|
125
|
+
readonly IfcCompositeCurveSegment: 2485617015;
|
|
126
|
+
readonly IfcCompositeProfileDef: 1485152156;
|
|
127
|
+
readonly IfcCompressor: 3571504051;
|
|
128
|
+
readonly IfcCompressorType: 3850581409;
|
|
129
|
+
readonly IfcCondenser: 2272882330;
|
|
130
|
+
readonly IfcCondenserType: 2816379211;
|
|
131
|
+
readonly IfcConic: 2510884976;
|
|
132
|
+
readonly IfcConnectedFaceSet: 370225590;
|
|
133
|
+
readonly IfcConnectionCurveGeometry: 1981873012;
|
|
134
|
+
readonly IfcConnectionGeometry: 2859738748;
|
|
135
|
+
readonly IfcConnectionPointEccentricity: 45288368;
|
|
136
|
+
readonly IfcConnectionPointGeometry: 2614616156;
|
|
137
|
+
readonly IfcConnectionSurfaceGeometry: 2732653382;
|
|
138
|
+
readonly IfcConnectionVolumeGeometry: 775493141;
|
|
139
|
+
readonly IfcConstraint: 1959218052;
|
|
140
|
+
readonly IfcConstructionEquipmentResource: 3898045240;
|
|
141
|
+
readonly IfcConstructionEquipmentResourceType: 2185764099;
|
|
142
|
+
readonly IfcConstructionMaterialResource: 1060000209;
|
|
143
|
+
readonly IfcConstructionMaterialResourceType: 4105962743;
|
|
144
|
+
readonly IfcConstructionProductResource: 488727124;
|
|
145
|
+
readonly IfcConstructionProductResourceType: 1525564444;
|
|
146
|
+
readonly IfcConstructionResource: 2559216714;
|
|
147
|
+
readonly IfcConstructionResourceType: 2574617495;
|
|
148
|
+
readonly IfcContext: 3419103109;
|
|
149
|
+
readonly IfcContextDependentUnit: 3050246964;
|
|
150
|
+
readonly IfcControl: 3293443760;
|
|
151
|
+
readonly IfcController: 25142252;
|
|
152
|
+
readonly IfcControllerType: 578613899;
|
|
153
|
+
readonly IfcConversionBasedUnit: 2889183280;
|
|
154
|
+
readonly IfcConversionBasedUnitWithOffset: 2713554722;
|
|
155
|
+
readonly IfcCooledBeam: 4136498852;
|
|
156
|
+
readonly IfcCooledBeamType: 335055490;
|
|
157
|
+
readonly IfcCoolingTower: 3640358203;
|
|
158
|
+
readonly IfcCoolingTowerType: 2954562838;
|
|
159
|
+
readonly IfcCoordinateOperation: 1785450214;
|
|
160
|
+
readonly IfcCoordinateReferenceSystem: 1466758467;
|
|
161
|
+
readonly IfcCostItem: 3895139033;
|
|
162
|
+
readonly IfcCostSchedule: 1419761937;
|
|
163
|
+
readonly IfcCostValue: 602808272;
|
|
164
|
+
readonly IfcCovering: 1973544240;
|
|
165
|
+
readonly IfcCoveringType: 1916426348;
|
|
166
|
+
readonly IfcCrewResource: 3295246426;
|
|
167
|
+
readonly IfcCrewResourceType: 1815067380;
|
|
168
|
+
readonly IfcCsgPrimitive3D: 2506170314;
|
|
169
|
+
readonly IfcCsgSolid: 2147822146;
|
|
170
|
+
readonly IfcCurrencyRelationship: 539742890;
|
|
171
|
+
readonly IfcCurtainWall: 3495092785;
|
|
172
|
+
readonly IfcCurtainWallType: 1457835157;
|
|
173
|
+
readonly IfcCurve: 2601014836;
|
|
174
|
+
readonly IfcCurveBoundedPlane: 2827736869;
|
|
175
|
+
readonly IfcCurveBoundedSurface: 2629017746;
|
|
176
|
+
readonly IfcCurveStyle: 3800577675;
|
|
177
|
+
readonly IfcCurveStyleFont: 1105321065;
|
|
178
|
+
readonly IfcCurveStyleFontAndScaling: 2367409068;
|
|
179
|
+
readonly IfcCurveStyleFontPattern: 3510044353;
|
|
180
|
+
readonly IfcCylindricalSurface: 1213902940;
|
|
181
|
+
readonly IfcDamper: 4074379575;
|
|
182
|
+
readonly IfcDamperType: 3961806047;
|
|
183
|
+
readonly IfcDerivedProfileDef: 3632507154;
|
|
184
|
+
readonly IfcDerivedUnit: 1765591967;
|
|
185
|
+
readonly IfcDerivedUnitElement: 1045800335;
|
|
186
|
+
readonly IfcDimensionalExponents: 2949456006;
|
|
187
|
+
readonly IfcDirection: 32440307;
|
|
188
|
+
readonly IfcDiscreteAccessory: 1335981549;
|
|
189
|
+
readonly IfcDiscreteAccessoryType: 2635815018;
|
|
190
|
+
readonly IfcDistributionChamberElement: 1052013943;
|
|
191
|
+
readonly IfcDistributionChamberElementType: 1599208980;
|
|
192
|
+
readonly IfcDistributionCircuit: 562808652;
|
|
193
|
+
readonly IfcDistributionControlElement: 1062813311;
|
|
194
|
+
readonly IfcDistributionControlElementType: 2063403501;
|
|
195
|
+
readonly IfcDistributionElement: 1945004755;
|
|
196
|
+
readonly IfcDistributionElementType: 3256556792;
|
|
197
|
+
readonly IfcDistributionFlowElement: 3040386961;
|
|
198
|
+
readonly IfcDistributionFlowElementType: 3849074793;
|
|
199
|
+
readonly IfcDistributionPort: 3041715199;
|
|
200
|
+
readonly IfcDistributionSystem: 3205830791;
|
|
201
|
+
readonly IfcDocumentInformation: 1154170062;
|
|
202
|
+
readonly IfcDocumentInformationRelationship: 770865208;
|
|
203
|
+
readonly IfcDocumentReference: 3732053477;
|
|
204
|
+
readonly IfcDoor: 395920057;
|
|
205
|
+
readonly IfcDoorLiningProperties: 2963535650;
|
|
206
|
+
readonly IfcDoorPanelProperties: 1714330368;
|
|
207
|
+
readonly IfcDoorStandardCase: 3242481149;
|
|
208
|
+
readonly IfcDoorStyle: 526551008;
|
|
209
|
+
readonly IfcDoorType: 2323601079;
|
|
210
|
+
readonly IfcDraughtingPreDefinedColour: 445594917;
|
|
211
|
+
readonly IfcDraughtingPreDefinedCurveFont: 4006246654;
|
|
212
|
+
readonly IfcDuctFitting: 342316401;
|
|
213
|
+
readonly IfcDuctFittingType: 869906466;
|
|
214
|
+
readonly IfcDuctSegment: 3518393246;
|
|
215
|
+
readonly IfcDuctSegmentType: 3760055223;
|
|
216
|
+
readonly IfcDuctSilencer: 1360408905;
|
|
217
|
+
readonly IfcDuctSilencerType: 2030761528;
|
|
218
|
+
readonly IfcEdge: 3900360178;
|
|
219
|
+
readonly IfcEdgeCurve: 476780140;
|
|
220
|
+
readonly IfcEdgeLoop: 1472233963;
|
|
221
|
+
readonly IfcElectricAppliance: 1904799276;
|
|
222
|
+
readonly IfcElectricApplianceType: 663422040;
|
|
223
|
+
readonly IfcElectricDistributionBoard: 862014818;
|
|
224
|
+
readonly IfcElectricDistributionBoardType: 2417008758;
|
|
225
|
+
readonly IfcElectricFlowStorageDevice: 3310460725;
|
|
226
|
+
readonly IfcElectricFlowStorageDeviceType: 3277789161;
|
|
227
|
+
readonly IfcElectricGenerator: 264262732;
|
|
228
|
+
readonly IfcElectricGeneratorType: 1534661035;
|
|
229
|
+
readonly IfcElectricMotor: 402227799;
|
|
230
|
+
readonly IfcElectricMotorType: 1217240411;
|
|
231
|
+
readonly IfcElectricTimeControl: 1003880860;
|
|
232
|
+
readonly IfcElectricTimeControlType: 712377611;
|
|
233
|
+
readonly IfcElement: 1758889154;
|
|
234
|
+
readonly IfcElementAssembly: 4123344466;
|
|
235
|
+
readonly IfcElementAssemblyType: 2397081782;
|
|
236
|
+
readonly IfcElementComponent: 1623761950;
|
|
237
|
+
readonly IfcElementComponentType: 2590856083;
|
|
238
|
+
readonly IfcElementQuantity: 1883228015;
|
|
239
|
+
readonly IfcElementType: 339256511;
|
|
240
|
+
readonly IfcElementarySurface: 2777663545;
|
|
241
|
+
readonly IfcEllipse: 1704287377;
|
|
242
|
+
readonly IfcEllipseProfileDef: 2835456948;
|
|
243
|
+
readonly IfcEnergyConversionDevice: 1658829314;
|
|
244
|
+
readonly IfcEnergyConversionDeviceType: 2107101300;
|
|
245
|
+
readonly IfcEngine: 2814081492;
|
|
246
|
+
readonly IfcEngineType: 132023988;
|
|
247
|
+
readonly IfcEvaporativeCooler: 3747195512;
|
|
248
|
+
readonly IfcEvaporativeCoolerType: 3174744832;
|
|
249
|
+
readonly IfcEvaporator: 484807127;
|
|
250
|
+
readonly IfcEvaporatorType: 3390157468;
|
|
251
|
+
readonly IfcEvent: 4148101412;
|
|
252
|
+
readonly IfcEventTime: 211053100;
|
|
253
|
+
readonly IfcEventType: 4024345920;
|
|
254
|
+
readonly IfcExtendedProperties: 297599258;
|
|
255
|
+
readonly IfcExternalInformation: 4294318154;
|
|
256
|
+
readonly IfcExternalReference: 3200245327;
|
|
257
|
+
readonly IfcExternalReferenceRelationship: 1437805879;
|
|
258
|
+
readonly IfcExternalSpatialElement: 1209101575;
|
|
259
|
+
readonly IfcExternalSpatialStructureElement: 2853485674;
|
|
260
|
+
readonly IfcExternallyDefinedHatchStyle: 2242383968;
|
|
261
|
+
readonly IfcExternallyDefinedSurfaceStyle: 1040185647;
|
|
262
|
+
readonly IfcExternallyDefinedTextFont: 3548104201;
|
|
263
|
+
readonly IfcExtrudedAreaSolid: 477187591;
|
|
264
|
+
readonly IfcExtrudedAreaSolidTapered: 2804161546;
|
|
265
|
+
readonly IfcFace: 2556980723;
|
|
266
|
+
readonly IfcFaceBasedSurfaceModel: 2047409740;
|
|
267
|
+
readonly IfcFaceBound: 1809719519;
|
|
268
|
+
readonly IfcFaceOuterBound: 803316827;
|
|
269
|
+
readonly IfcFaceSurface: 3008276851;
|
|
270
|
+
readonly IfcFacetedBrep: 807026263;
|
|
271
|
+
readonly IfcFacetedBrepWithVoids: 3737207727;
|
|
272
|
+
readonly IfcFailureConnectionCondition: 4219587988;
|
|
273
|
+
readonly IfcFan: 3415622556;
|
|
274
|
+
readonly IfcFanType: 346874300;
|
|
275
|
+
readonly IfcFastener: 647756555;
|
|
276
|
+
readonly IfcFastenerType: 2489546625;
|
|
277
|
+
readonly IfcFeatureElement: 2827207264;
|
|
278
|
+
readonly IfcFeatureElementAddition: 2143335405;
|
|
279
|
+
readonly IfcFeatureElementSubtraction: 1287392070;
|
|
280
|
+
readonly IfcFillAreaStyle: 738692330;
|
|
281
|
+
readonly IfcFillAreaStyleHatching: 374418227;
|
|
282
|
+
readonly IfcFillAreaStyleTiles: 315944413;
|
|
283
|
+
readonly IfcFilter: 819412036;
|
|
284
|
+
readonly IfcFilterType: 1810631287;
|
|
285
|
+
readonly IfcFireSuppressionTerminal: 1426591983;
|
|
286
|
+
readonly IfcFireSuppressionTerminalType: 4222183408;
|
|
287
|
+
readonly IfcFixedReferenceSweptAreaSolid: 2652556860;
|
|
288
|
+
readonly IfcFlowController: 2058353004;
|
|
289
|
+
readonly IfcFlowControllerType: 3907093117;
|
|
290
|
+
readonly IfcFlowFitting: 4278956645;
|
|
291
|
+
readonly IfcFlowFittingType: 3198132628;
|
|
292
|
+
readonly IfcFlowInstrument: 182646315;
|
|
293
|
+
readonly IfcFlowInstrumentType: 4037862832;
|
|
294
|
+
readonly IfcFlowMeter: 2188021234;
|
|
295
|
+
readonly IfcFlowMeterType: 3815607619;
|
|
296
|
+
readonly IfcFlowMovingDevice: 3132237377;
|
|
297
|
+
readonly IfcFlowMovingDeviceType: 1482959167;
|
|
298
|
+
readonly IfcFlowSegment: 987401354;
|
|
299
|
+
readonly IfcFlowSegmentType: 1834744321;
|
|
300
|
+
readonly IfcFlowStorageDevice: 707683696;
|
|
301
|
+
readonly IfcFlowStorageDeviceType: 1339347760;
|
|
302
|
+
readonly IfcFlowTerminal: 2223149337;
|
|
303
|
+
readonly IfcFlowTerminalType: 2297155007;
|
|
304
|
+
readonly IfcFlowTreatmentDevice: 3508470533;
|
|
305
|
+
readonly IfcFlowTreatmentDeviceType: 3009222698;
|
|
306
|
+
readonly IfcFooting: 900683007;
|
|
307
|
+
readonly IfcFootingType: 1893162501;
|
|
308
|
+
readonly IfcFurnishingElement: 263784265;
|
|
309
|
+
readonly IfcFurnishingElementType: 4238390223;
|
|
310
|
+
readonly IfcFurniture: 1509553395;
|
|
311
|
+
readonly IfcFurnitureType: 1268542332;
|
|
312
|
+
readonly IfcGeographicElement: 3493046030;
|
|
313
|
+
readonly IfcGeographicElementType: 4095422895;
|
|
314
|
+
readonly IfcGeometricCurveSet: 987898635;
|
|
315
|
+
readonly IfcGeometricRepresentationContext: 3448662350;
|
|
316
|
+
readonly IfcGeometricRepresentationItem: 2453401579;
|
|
317
|
+
readonly IfcGeometricRepresentationSubContext: 4142052618;
|
|
318
|
+
readonly IfcGeometricSet: 3590301190;
|
|
319
|
+
readonly IfcGrid: 3009204131;
|
|
320
|
+
readonly IfcGridAxis: 852622518;
|
|
321
|
+
readonly IfcGridPlacement: 178086475;
|
|
322
|
+
readonly IfcGroup: 2706460486;
|
|
323
|
+
readonly IfcHalfSpaceSolid: 812098782;
|
|
324
|
+
readonly IfcHeatExchanger: 3319311131;
|
|
325
|
+
readonly IfcHeatExchangerType: 1251058090;
|
|
326
|
+
readonly IfcHumidifier: 2068733104;
|
|
327
|
+
readonly IfcHumidifierType: 1806887404;
|
|
328
|
+
readonly IfcIShapeProfileDef: 1484403080;
|
|
329
|
+
readonly IfcImageTexture: 3905492369;
|
|
330
|
+
readonly IfcIndexedColourMap: 3570813810;
|
|
331
|
+
readonly IfcIndexedPolyCurve: 2571569899;
|
|
332
|
+
readonly IfcIndexedPolygonalFace: 178912537;
|
|
333
|
+
readonly IfcIndexedPolygonalFaceWithVoids: 2294589976;
|
|
334
|
+
readonly IfcIndexedTextureMap: 1437953363;
|
|
335
|
+
readonly IfcIndexedTriangleTextureMap: 2133299955;
|
|
336
|
+
readonly IfcInterceptor: 4175244083;
|
|
337
|
+
readonly IfcInterceptorType: 3946677679;
|
|
338
|
+
readonly IfcIntersectionCurve: 3113134337;
|
|
339
|
+
readonly IfcInventory: 2391368822;
|
|
340
|
+
readonly IfcIrregularTimeSeries: 3741457305;
|
|
341
|
+
readonly IfcIrregularTimeSeriesValue: 3020489413;
|
|
342
|
+
readonly IfcJunctionBox: 2176052936;
|
|
343
|
+
readonly IfcJunctionBoxType: 4288270099;
|
|
344
|
+
readonly IfcLShapeProfileDef: 572779678;
|
|
345
|
+
readonly IfcLaborResource: 3827777499;
|
|
346
|
+
readonly IfcLaborResourceType: 428585644;
|
|
347
|
+
readonly IfcLagTime: 1585845231;
|
|
348
|
+
readonly IfcLamp: 76236018;
|
|
349
|
+
readonly IfcLampType: 1051575348;
|
|
350
|
+
readonly IfcLibraryInformation: 2655187982;
|
|
351
|
+
readonly IfcLibraryReference: 3452421091;
|
|
352
|
+
readonly IfcLightDistributionData: 4162380809;
|
|
353
|
+
readonly IfcLightFixture: 629592764;
|
|
354
|
+
readonly IfcLightFixtureType: 1161773419;
|
|
355
|
+
readonly IfcLightIntensityDistribution: 1566485204;
|
|
356
|
+
readonly IfcLightSource: 1402838566;
|
|
357
|
+
readonly IfcLightSourceAmbient: 125510826;
|
|
358
|
+
readonly IfcLightSourceDirectional: 2604431987;
|
|
359
|
+
readonly IfcLightSourceGoniometric: 4266656042;
|
|
360
|
+
readonly IfcLightSourcePositional: 1520743889;
|
|
361
|
+
readonly IfcLightSourceSpot: 3422422726;
|
|
362
|
+
readonly IfcLine: 1281925730;
|
|
363
|
+
readonly IfcLocalPlacement: 2624227202;
|
|
364
|
+
readonly IfcLoop: 1008929658;
|
|
365
|
+
readonly IfcManifoldSolidBrep: 1425443689;
|
|
366
|
+
readonly IfcMapConversion: 3057273783;
|
|
367
|
+
readonly IfcMappedItem: 2347385850;
|
|
368
|
+
readonly IfcMaterial: 1838606355;
|
|
369
|
+
readonly IfcMaterialClassificationRelationship: 1847130766;
|
|
370
|
+
readonly IfcMaterialConstituent: 3708119000;
|
|
371
|
+
readonly IfcMaterialConstituentSet: 2852063980;
|
|
372
|
+
readonly IfcMaterialDefinition: 760658860;
|
|
373
|
+
readonly IfcMaterialDefinitionRepresentation: 2022407955;
|
|
374
|
+
readonly IfcMaterialLayer: 248100487;
|
|
375
|
+
readonly IfcMaterialLayerSet: 3303938423;
|
|
376
|
+
readonly IfcMaterialLayerSetUsage: 1303795690;
|
|
377
|
+
readonly IfcMaterialLayerWithOffsets: 1847252529;
|
|
378
|
+
readonly IfcMaterialList: 2199411900;
|
|
379
|
+
readonly IfcMaterialProfile: 2235152071;
|
|
380
|
+
readonly IfcMaterialProfileSet: 164193824;
|
|
381
|
+
readonly IfcMaterialProfileSetUsage: 3079605661;
|
|
382
|
+
readonly IfcMaterialProfileSetUsageTapering: 3404854881;
|
|
383
|
+
readonly IfcMaterialProfileWithOffsets: 552965576;
|
|
384
|
+
readonly IfcMaterialProperties: 3265635763;
|
|
385
|
+
readonly IfcMaterialRelationship: 853536259;
|
|
386
|
+
readonly IfcMaterialUsageDefinition: 1507914824;
|
|
387
|
+
readonly IfcMeasureWithUnit: 2597039031;
|
|
388
|
+
readonly IfcMechanicalFastener: 377706215;
|
|
389
|
+
readonly IfcMechanicalFastenerType: 2108223431;
|
|
390
|
+
readonly IfcMedicalDevice: 1437502449;
|
|
391
|
+
readonly IfcMedicalDeviceType: 1114901282;
|
|
392
|
+
readonly IfcMember: 1073191201;
|
|
393
|
+
readonly IfcMemberStandardCase: 1911478936;
|
|
394
|
+
readonly IfcMemberType: 3181161470;
|
|
395
|
+
readonly IfcMetric: 3368373690;
|
|
396
|
+
readonly IfcMirroredProfileDef: 2998442950;
|
|
397
|
+
readonly IfcMonetaryUnit: 2706619895;
|
|
398
|
+
readonly IfcMotorConnection: 2474470126;
|
|
399
|
+
readonly IfcMotorConnectionType: 977012517;
|
|
400
|
+
readonly IfcNamedUnit: 1918398963;
|
|
401
|
+
readonly IfcObject: 3888040117;
|
|
402
|
+
readonly IfcObjectDefinition: 219451334;
|
|
403
|
+
readonly IfcObjectPlacement: 3701648758;
|
|
404
|
+
readonly IfcObjective: 2251480897;
|
|
405
|
+
readonly IfcOccupant: 4143007308;
|
|
406
|
+
readonly IfcOffsetCurve2D: 3388369263;
|
|
407
|
+
readonly IfcOffsetCurve3D: 3505215534;
|
|
408
|
+
readonly IfcOpenShell: 2665983363;
|
|
409
|
+
readonly IfcOpeningElement: 3588315303;
|
|
410
|
+
readonly IfcOpeningStandardCase: 3079942009;
|
|
411
|
+
readonly IfcOrganization: 4251960020;
|
|
412
|
+
readonly IfcOrganizationRelationship: 1411181986;
|
|
413
|
+
readonly IfcOrientedEdge: 1029017970;
|
|
414
|
+
readonly IfcOuterBoundaryCurve: 144952367;
|
|
415
|
+
readonly IfcOutlet: 3694346114;
|
|
416
|
+
readonly IfcOutletType: 2837617999;
|
|
417
|
+
readonly IfcOwnerHistory: 1207048766;
|
|
418
|
+
readonly IfcParameterizedProfileDef: 2529465313;
|
|
419
|
+
readonly IfcPath: 2519244187;
|
|
420
|
+
readonly IfcPcurve: 1682466193;
|
|
421
|
+
readonly IfcPerformanceHistory: 2382730787;
|
|
422
|
+
readonly IfcPermeableCoveringProperties: 3566463478;
|
|
423
|
+
readonly IfcPermit: 3327091369;
|
|
424
|
+
readonly IfcPerson: 2077209135;
|
|
425
|
+
readonly IfcPersonAndOrganization: 101040310;
|
|
426
|
+
readonly IfcPhysicalComplexQuantity: 3021840470;
|
|
427
|
+
readonly IfcPhysicalQuantity: 2483315170;
|
|
428
|
+
readonly IfcPhysicalSimpleQuantity: 2226359599;
|
|
429
|
+
readonly IfcPile: 1687234759;
|
|
430
|
+
readonly IfcPileType: 1158309216;
|
|
431
|
+
readonly IfcPipeFitting: 310824031;
|
|
432
|
+
readonly IfcPipeFittingType: 804291784;
|
|
433
|
+
readonly IfcPipeSegment: 3612865200;
|
|
434
|
+
readonly IfcPipeSegmentType: 4231323485;
|
|
435
|
+
readonly IfcPixelTexture: 597895409;
|
|
436
|
+
readonly IfcPlacement: 2004835150;
|
|
437
|
+
readonly IfcPlanarBox: 603570806;
|
|
438
|
+
readonly IfcPlanarExtent: 1663979128;
|
|
439
|
+
readonly IfcPlane: 220341763;
|
|
440
|
+
readonly IfcPlate: 3171933400;
|
|
441
|
+
readonly IfcPlateStandardCase: 1156407060;
|
|
442
|
+
readonly IfcPlateType: 4017108033;
|
|
443
|
+
readonly IfcPoint: 2067069095;
|
|
444
|
+
readonly IfcPointOnCurve: 4022376103;
|
|
445
|
+
readonly IfcPointOnSurface: 1423911732;
|
|
446
|
+
readonly IfcPolyLoop: 2924175390;
|
|
447
|
+
readonly IfcPolygonalBoundedHalfSpace: 2775532180;
|
|
448
|
+
readonly IfcPolygonalFaceSet: 2839578677;
|
|
449
|
+
readonly IfcPolyline: 3724593414;
|
|
450
|
+
readonly IfcPort: 3740093272;
|
|
451
|
+
readonly IfcPostalAddress: 3355820592;
|
|
452
|
+
readonly IfcPreDefinedColour: 759155922;
|
|
453
|
+
readonly IfcPreDefinedCurveFont: 2559016684;
|
|
454
|
+
readonly IfcPreDefinedItem: 3727388367;
|
|
455
|
+
readonly IfcPreDefinedProperties: 3778827333;
|
|
456
|
+
readonly IfcPreDefinedPropertySet: 3967405729;
|
|
457
|
+
readonly IfcPreDefinedTextFont: 1775413392;
|
|
458
|
+
readonly IfcPresentationItem: 677532197;
|
|
459
|
+
readonly IfcPresentationLayerAssignment: 2022622350;
|
|
460
|
+
readonly IfcPresentationLayerWithStyle: 1304840413;
|
|
461
|
+
readonly IfcPresentationStyle: 3119450353;
|
|
462
|
+
readonly IfcPresentationStyleAssignment: 2417041796;
|
|
463
|
+
readonly IfcProcedure: 2744685151;
|
|
464
|
+
readonly IfcProcedureType: 569719735;
|
|
465
|
+
readonly IfcProcess: 2945172077;
|
|
466
|
+
readonly IfcProduct: 4208778838;
|
|
467
|
+
readonly IfcProductDefinitionShape: 673634403;
|
|
468
|
+
readonly IfcProductRepresentation: 2095639259;
|
|
469
|
+
readonly IfcProfileDef: 3958567839;
|
|
470
|
+
readonly IfcProfileProperties: 2802850158;
|
|
471
|
+
readonly IfcProject: 103090709;
|
|
472
|
+
readonly IfcProjectLibrary: 653396225;
|
|
473
|
+
readonly IfcProjectOrder: 2904328755;
|
|
474
|
+
readonly IfcProjectedCRS: 3843373140;
|
|
475
|
+
readonly IfcProjectionElement: 3651124850;
|
|
476
|
+
readonly IfcProperty: 2598011224;
|
|
477
|
+
readonly IfcPropertyAbstraction: 986844984;
|
|
478
|
+
readonly IfcPropertyBoundedValue: 871118103;
|
|
479
|
+
readonly IfcPropertyDefinition: 1680319473;
|
|
480
|
+
readonly IfcPropertyDependencyRelationship: 148025276;
|
|
481
|
+
readonly IfcPropertyEnumeratedValue: 4166981789;
|
|
482
|
+
readonly IfcPropertyEnumeration: 3710013099;
|
|
483
|
+
readonly IfcPropertyListValue: 2752243245;
|
|
484
|
+
readonly IfcPropertyReferenceValue: 941946838;
|
|
485
|
+
readonly IfcPropertySet: 1451395588;
|
|
486
|
+
readonly IfcPropertySetDefinition: 3357820518;
|
|
487
|
+
readonly IfcPropertySetTemplate: 492091185;
|
|
488
|
+
readonly IfcPropertySingleValue: 3650150729;
|
|
489
|
+
readonly IfcPropertyTableValue: 110355661;
|
|
490
|
+
readonly IfcPropertyTemplate: 3521284610;
|
|
491
|
+
readonly IfcPropertyTemplateDefinition: 1482703590;
|
|
492
|
+
readonly IfcProtectiveDevice: 738039164;
|
|
493
|
+
readonly IfcProtectiveDeviceTrippingUnit: 2295281155;
|
|
494
|
+
readonly IfcProtectiveDeviceTrippingUnitType: 655969474;
|
|
495
|
+
readonly IfcProtectiveDeviceType: 1842657554;
|
|
496
|
+
readonly IfcProxy: 3219374653;
|
|
497
|
+
readonly IfcPump: 90941305;
|
|
498
|
+
readonly IfcPumpType: 2250791053;
|
|
499
|
+
readonly IfcQuantityArea: 2044713172;
|
|
500
|
+
readonly IfcQuantityCount: 2093928680;
|
|
501
|
+
readonly IfcQuantityLength: 931644368;
|
|
502
|
+
readonly IfcQuantitySet: 2090586900;
|
|
503
|
+
readonly IfcQuantityTime: 3252649465;
|
|
504
|
+
readonly IfcQuantityVolume: 2405470396;
|
|
505
|
+
readonly IfcQuantityWeight: 825690147;
|
|
506
|
+
readonly IfcRailing: 2262370178;
|
|
507
|
+
readonly IfcRailingType: 2893384427;
|
|
508
|
+
readonly IfcRamp: 3024970846;
|
|
509
|
+
readonly IfcRampFlight: 3283111854;
|
|
510
|
+
readonly IfcRampFlightType: 2324767716;
|
|
511
|
+
readonly IfcRampType: 1469900589;
|
|
512
|
+
readonly IfcRationalBSplineCurveWithKnots: 1232101972;
|
|
513
|
+
readonly IfcRationalBSplineSurfaceWithKnots: 683857671;
|
|
514
|
+
readonly IfcRectangleHollowProfileDef: 2770003689;
|
|
515
|
+
readonly IfcRectangleProfileDef: 3615266464;
|
|
516
|
+
readonly IfcRectangularPyramid: 2798486643;
|
|
517
|
+
readonly IfcRectangularTrimmedSurface: 3454111270;
|
|
518
|
+
readonly IfcRecurrencePattern: 3915482550;
|
|
519
|
+
readonly IfcReference: 2433181523;
|
|
520
|
+
readonly IfcRegularTimeSeries: 3413951693;
|
|
521
|
+
readonly IfcReinforcementBarProperties: 1580146022;
|
|
522
|
+
readonly IfcReinforcementDefinitionProperties: 3765753017;
|
|
523
|
+
readonly IfcReinforcingBar: 979691226;
|
|
524
|
+
readonly IfcReinforcingBarType: 2572171363;
|
|
525
|
+
readonly IfcReinforcingElement: 3027567501;
|
|
526
|
+
readonly IfcReinforcingElementType: 964333572;
|
|
527
|
+
readonly IfcReinforcingMesh: 2320036040;
|
|
528
|
+
readonly IfcReinforcingMeshType: 2310774935;
|
|
529
|
+
readonly IfcRelAggregates: 160246688;
|
|
530
|
+
readonly IfcRelAssigns: 3939117080;
|
|
531
|
+
readonly IfcRelAssignsToActor: 1683148259;
|
|
532
|
+
readonly IfcRelAssignsToControl: 2495723537;
|
|
533
|
+
readonly IfcRelAssignsToGroup: 1307041759;
|
|
534
|
+
readonly IfcRelAssignsToGroupByFactor: 1027710054;
|
|
535
|
+
readonly IfcRelAssignsToProcess: 4278684876;
|
|
536
|
+
readonly IfcRelAssignsToProduct: 2857406711;
|
|
537
|
+
readonly IfcRelAssignsToResource: 205026976;
|
|
538
|
+
readonly IfcRelAssociates: 1865459582;
|
|
539
|
+
readonly IfcRelAssociatesApproval: 4095574036;
|
|
540
|
+
readonly IfcRelAssociatesClassification: 919958153;
|
|
541
|
+
readonly IfcRelAssociatesConstraint: 2728634034;
|
|
542
|
+
readonly IfcRelAssociatesDocument: 982818633;
|
|
543
|
+
readonly IfcRelAssociatesLibrary: 3840914261;
|
|
544
|
+
readonly IfcRelAssociatesMaterial: 2655215786;
|
|
545
|
+
readonly IfcRelConnects: 826625072;
|
|
546
|
+
readonly IfcRelConnectsElements: 1204542856;
|
|
547
|
+
readonly IfcRelConnectsPathElements: 3945020480;
|
|
548
|
+
readonly IfcRelConnectsPortToElement: 4201705270;
|
|
549
|
+
readonly IfcRelConnectsPorts: 3190031847;
|
|
550
|
+
readonly IfcRelConnectsStructuralActivity: 2127690289;
|
|
551
|
+
readonly IfcRelConnectsStructuralMember: 1638771189;
|
|
552
|
+
readonly IfcRelConnectsWithEccentricity: 504942748;
|
|
553
|
+
readonly IfcRelConnectsWithRealizingElements: 3678494232;
|
|
554
|
+
readonly IfcRelContainedInSpatialStructure: 3242617779;
|
|
555
|
+
readonly IfcRelCoversBldgElements: 886880790;
|
|
556
|
+
readonly IfcRelCoversSpaces: 2802773753;
|
|
557
|
+
readonly IfcRelDeclares: 2565941209;
|
|
558
|
+
readonly IfcRelDecomposes: 2551354335;
|
|
559
|
+
readonly IfcRelDefines: 693640335;
|
|
560
|
+
readonly IfcRelDefinesByObject: 1462361463;
|
|
561
|
+
readonly IfcRelDefinesByProperties: 4186316022;
|
|
562
|
+
readonly IfcRelDefinesByTemplate: 307848117;
|
|
563
|
+
readonly IfcRelDefinesByType: 781010003;
|
|
564
|
+
readonly IfcRelFillsElement: 3940055652;
|
|
565
|
+
readonly IfcRelFlowControlElements: 279856033;
|
|
566
|
+
readonly IfcRelInterferesElements: 427948657;
|
|
567
|
+
readonly IfcRelNests: 3268803585;
|
|
568
|
+
readonly IfcRelProjectsElement: 750771296;
|
|
569
|
+
readonly IfcRelReferencedInSpatialStructure: 1245217292;
|
|
570
|
+
readonly IfcRelSequence: 4122056220;
|
|
571
|
+
readonly IfcRelServicesBuildings: 366585022;
|
|
572
|
+
readonly IfcRelSpaceBoundary: 3451746338;
|
|
573
|
+
readonly IfcRelSpaceBoundary1stLevel: 3523091289;
|
|
574
|
+
readonly IfcRelSpaceBoundary2ndLevel: 1521410863;
|
|
575
|
+
readonly IfcRelVoidsElement: 1401173127;
|
|
576
|
+
readonly IfcRelationship: 478536968;
|
|
577
|
+
readonly IfcReparametrisedCompositeCurveSegment: 816062949;
|
|
578
|
+
readonly IfcRepresentation: 1076942058;
|
|
579
|
+
readonly IfcRepresentationContext: 3377609919;
|
|
580
|
+
readonly IfcRepresentationItem: 3008791417;
|
|
581
|
+
readonly IfcRepresentationMap: 1660063152;
|
|
582
|
+
readonly IfcResource: 2914609552;
|
|
583
|
+
readonly IfcResourceApprovalRelationship: 2943643501;
|
|
584
|
+
readonly IfcResourceConstraintRelationship: 1608871552;
|
|
585
|
+
readonly IfcResourceLevelRelationship: 2439245199;
|
|
586
|
+
readonly IfcResourceTime: 1042787934;
|
|
587
|
+
readonly IfcRevolvedAreaSolid: 1856042241;
|
|
588
|
+
readonly IfcRevolvedAreaSolidTapered: 3243963512;
|
|
589
|
+
readonly IfcRightCircularCone: 4158566097;
|
|
590
|
+
readonly IfcRightCircularCylinder: 3626867408;
|
|
591
|
+
readonly IfcRoof: 2016517767;
|
|
592
|
+
readonly IfcRoofType: 2781568857;
|
|
593
|
+
readonly IfcRoot: 2341007311;
|
|
594
|
+
readonly IfcRoundedRectangleProfileDef: 2778083089;
|
|
595
|
+
readonly IfcSIUnit: 448429030;
|
|
596
|
+
readonly IfcSanitaryTerminal: 3053780830;
|
|
597
|
+
readonly IfcSanitaryTerminalType: 1768891740;
|
|
598
|
+
readonly IfcSchedulingTime: 1054537805;
|
|
599
|
+
readonly IfcSeamCurve: 2157484638;
|
|
600
|
+
readonly IfcSectionProperties: 2042790032;
|
|
601
|
+
readonly IfcSectionReinforcementProperties: 4165799628;
|
|
602
|
+
readonly IfcSectionedSpine: 1509187699;
|
|
603
|
+
readonly IfcSensor: 4086658281;
|
|
604
|
+
readonly IfcSensorType: 1783015770;
|
|
605
|
+
readonly IfcShadingDevice: 1329646415;
|
|
606
|
+
readonly IfcShadingDeviceType: 4074543187;
|
|
607
|
+
readonly IfcShapeAspect: 867548509;
|
|
608
|
+
readonly IfcShapeModel: 3982875396;
|
|
609
|
+
readonly IfcShapeRepresentation: 4240577450;
|
|
610
|
+
readonly IfcShellBasedSurfaceModel: 4124623270;
|
|
611
|
+
readonly IfcSimpleProperty: 3692461612;
|
|
612
|
+
readonly IfcSimplePropertyTemplate: 3663146110;
|
|
613
|
+
readonly IfcSite: 4097777520;
|
|
614
|
+
readonly IfcSlab: 1529196076;
|
|
615
|
+
readonly IfcSlabElementedCase: 3127900445;
|
|
616
|
+
readonly IfcSlabStandardCase: 3027962421;
|
|
617
|
+
readonly IfcSlabType: 2533589738;
|
|
618
|
+
readonly IfcSlippageConnectionCondition: 2609359061;
|
|
619
|
+
readonly IfcSolarDevice: 3420628829;
|
|
620
|
+
readonly IfcSolarDeviceType: 1072016465;
|
|
621
|
+
readonly IfcSolidModel: 723233188;
|
|
622
|
+
readonly IfcSpace: 3856911033;
|
|
623
|
+
readonly IfcSpaceHeater: 1999602285;
|
|
624
|
+
readonly IfcSpaceHeaterType: 1305183839;
|
|
625
|
+
readonly IfcSpaceType: 3812236995;
|
|
626
|
+
readonly IfcSpatialElement: 1412071761;
|
|
627
|
+
readonly IfcSpatialElementType: 710998568;
|
|
628
|
+
readonly IfcSpatialStructureElement: 2706606064;
|
|
629
|
+
readonly IfcSpatialStructureElementType: 3893378262;
|
|
630
|
+
readonly IfcSpatialZone: 463610769;
|
|
631
|
+
readonly IfcSpatialZoneType: 2481509218;
|
|
632
|
+
readonly IfcSphere: 451544542;
|
|
633
|
+
readonly IfcSphericalSurface: 4015995234;
|
|
634
|
+
readonly IfcStackTerminal: 1404847402;
|
|
635
|
+
readonly IfcStackTerminalType: 3112655638;
|
|
636
|
+
readonly IfcStair: 331165859;
|
|
637
|
+
readonly IfcStairFlight: 4252922144;
|
|
638
|
+
readonly IfcStairFlightType: 1039846685;
|
|
639
|
+
readonly IfcStairType: 338393293;
|
|
640
|
+
readonly IfcStructuralAction: 682877961;
|
|
641
|
+
readonly IfcStructuralActivity: 3544373492;
|
|
642
|
+
readonly IfcStructuralAnalysisModel: 2515109513;
|
|
643
|
+
readonly IfcStructuralConnection: 1179482911;
|
|
644
|
+
readonly IfcStructuralConnectionCondition: 2273995522;
|
|
645
|
+
readonly IfcStructuralCurveAction: 1004757350;
|
|
646
|
+
readonly IfcStructuralCurveConnection: 4243806635;
|
|
647
|
+
readonly IfcStructuralCurveMember: 214636428;
|
|
648
|
+
readonly IfcStructuralCurveMemberVarying: 2445595289;
|
|
649
|
+
readonly IfcStructuralCurveReaction: 2757150158;
|
|
650
|
+
readonly IfcStructuralItem: 3136571912;
|
|
651
|
+
readonly IfcStructuralLinearAction: 1807405624;
|
|
652
|
+
readonly IfcStructuralLoad: 2162789131;
|
|
653
|
+
readonly IfcStructuralLoadCase: 385403989;
|
|
654
|
+
readonly IfcStructuralLoadConfiguration: 3478079324;
|
|
655
|
+
readonly IfcStructuralLoadGroup: 1252848954;
|
|
656
|
+
readonly IfcStructuralLoadLinearForce: 1595516126;
|
|
657
|
+
readonly IfcStructuralLoadOrResult: 609421318;
|
|
658
|
+
readonly IfcStructuralLoadPlanarForce: 2668620305;
|
|
659
|
+
readonly IfcStructuralLoadSingleDisplacement: 2473145415;
|
|
660
|
+
readonly IfcStructuralLoadSingleDisplacementDistortion: 1973038258;
|
|
661
|
+
readonly IfcStructuralLoadSingleForce: 1597423693;
|
|
662
|
+
readonly IfcStructuralLoadSingleForceWarping: 1190533807;
|
|
663
|
+
readonly IfcStructuralLoadStatic: 2525727697;
|
|
664
|
+
readonly IfcStructuralLoadTemperature: 3408363356;
|
|
665
|
+
readonly IfcStructuralMember: 530289379;
|
|
666
|
+
readonly IfcStructuralPlanarAction: 1621171031;
|
|
667
|
+
readonly IfcStructuralPointAction: 2082059205;
|
|
668
|
+
readonly IfcStructuralPointConnection: 734778138;
|
|
669
|
+
readonly IfcStructuralPointReaction: 1235345126;
|
|
670
|
+
readonly IfcStructuralReaction: 3689010777;
|
|
671
|
+
readonly IfcStructuralResultGroup: 2986769608;
|
|
672
|
+
readonly IfcStructuralSurfaceAction: 3657597509;
|
|
673
|
+
readonly IfcStructuralSurfaceConnection: 1975003073;
|
|
674
|
+
readonly IfcStructuralSurfaceMember: 3979015343;
|
|
675
|
+
readonly IfcStructuralSurfaceMemberVarying: 2218152070;
|
|
676
|
+
readonly IfcStructuralSurfaceReaction: 603775116;
|
|
677
|
+
readonly IfcStyleModel: 2830218821;
|
|
678
|
+
readonly IfcStyledItem: 3958052878;
|
|
679
|
+
readonly IfcStyledRepresentation: 3049322572;
|
|
680
|
+
readonly IfcSubContractResource: 148013059;
|
|
681
|
+
readonly IfcSubContractResourceType: 4095615324;
|
|
682
|
+
readonly IfcSubedge: 2233826070;
|
|
683
|
+
readonly IfcSurface: 2513912981;
|
|
684
|
+
readonly IfcSurfaceCurve: 699246055;
|
|
685
|
+
readonly IfcSurfaceCurveSweptAreaSolid: 2028607225;
|
|
686
|
+
readonly IfcSurfaceFeature: 3101698114;
|
|
687
|
+
readonly IfcSurfaceOfLinearExtrusion: 2809605785;
|
|
688
|
+
readonly IfcSurfaceOfRevolution: 4124788165;
|
|
689
|
+
readonly IfcSurfaceReinforcementArea: 2934153892;
|
|
690
|
+
readonly IfcSurfaceStyle: 1300840506;
|
|
691
|
+
readonly IfcSurfaceStyleLighting: 3303107099;
|
|
692
|
+
readonly IfcSurfaceStyleRefraction: 1607154358;
|
|
693
|
+
readonly IfcSurfaceStyleRendering: 1878645084;
|
|
694
|
+
readonly IfcSurfaceStyleShading: 846575682;
|
|
695
|
+
readonly IfcSurfaceStyleWithTextures: 1351298697;
|
|
696
|
+
readonly IfcSurfaceTexture: 626085974;
|
|
697
|
+
readonly IfcSweptAreaSolid: 2247615214;
|
|
698
|
+
readonly IfcSweptDiskSolid: 1260650574;
|
|
699
|
+
readonly IfcSweptDiskSolidPolygonal: 1096409881;
|
|
700
|
+
readonly IfcSweptSurface: 230924584;
|
|
701
|
+
readonly IfcSwitchingDevice: 1162798199;
|
|
702
|
+
readonly IfcSwitchingDeviceType: 2315554128;
|
|
703
|
+
readonly IfcSystem: 2254336722;
|
|
704
|
+
readonly IfcSystemFurnitureElement: 413509423;
|
|
705
|
+
readonly IfcSystemFurnitureElementType: 1580310250;
|
|
706
|
+
readonly IfcTShapeProfileDef: 3071757647;
|
|
707
|
+
readonly IfcTable: 985171141;
|
|
708
|
+
readonly IfcTableColumn: 2043862942;
|
|
709
|
+
readonly IfcTableRow: 531007025;
|
|
710
|
+
readonly IfcTank: 812556717;
|
|
711
|
+
readonly IfcTankType: 5716631;
|
|
712
|
+
readonly IfcTask: 3473067441;
|
|
713
|
+
readonly IfcTaskTime: 1549132990;
|
|
714
|
+
readonly IfcTaskTimeRecurring: 2771591690;
|
|
715
|
+
readonly IfcTaskType: 3206491090;
|
|
716
|
+
readonly IfcTelecomAddress: 912023232;
|
|
717
|
+
readonly IfcTendon: 3824725483;
|
|
718
|
+
readonly IfcTendonAnchor: 2347447852;
|
|
719
|
+
readonly IfcTendonAnchorType: 3081323446;
|
|
720
|
+
readonly IfcTendonType: 2415094496;
|
|
721
|
+
readonly IfcTessellatedFaceSet: 2387106220;
|
|
722
|
+
readonly IfcTessellatedItem: 901063453;
|
|
723
|
+
readonly IfcTextLiteral: 4282788508;
|
|
724
|
+
readonly IfcTextLiteralWithExtent: 3124975700;
|
|
725
|
+
readonly IfcTextStyle: 1447204868;
|
|
726
|
+
readonly IfcTextStyleFontModel: 1983826977;
|
|
727
|
+
readonly IfcTextStyleForDefinedFont: 2636378356;
|
|
728
|
+
readonly IfcTextStyleTextModel: 1640371178;
|
|
729
|
+
readonly IfcTextureCoordinate: 280115917;
|
|
730
|
+
readonly IfcTextureCoordinateGenerator: 1742049831;
|
|
731
|
+
readonly IfcTextureMap: 2552916305;
|
|
732
|
+
readonly IfcTextureVertex: 1210645708;
|
|
733
|
+
readonly IfcTextureVertexList: 3611470254;
|
|
734
|
+
readonly IfcTimePeriod: 1199560280;
|
|
735
|
+
readonly IfcTimeSeries: 3101149627;
|
|
736
|
+
readonly IfcTimeSeriesValue: 581633288;
|
|
737
|
+
readonly IfcTopologicalRepresentationItem: 1377556343;
|
|
738
|
+
readonly IfcTopologyRepresentation: 1735638870;
|
|
739
|
+
readonly IfcToroidalSurface: 1935646853;
|
|
740
|
+
readonly IfcTransformer: 3825984169;
|
|
741
|
+
readonly IfcTransformerType: 1692211062;
|
|
742
|
+
readonly IfcTransportElement: 1620046519;
|
|
743
|
+
readonly IfcTransportElementType: 2097647324;
|
|
744
|
+
readonly IfcTrapeziumProfileDef: 2715220739;
|
|
745
|
+
readonly IfcTriangulatedFaceSet: 2916149573;
|
|
746
|
+
readonly IfcTrimmedCurve: 3593883385;
|
|
747
|
+
readonly IfcTubeBundle: 3026737570;
|
|
748
|
+
readonly IfcTubeBundleType: 1600972822;
|
|
749
|
+
readonly IfcTypeObject: 1628702193;
|
|
750
|
+
readonly IfcTypeProcess: 3736923433;
|
|
751
|
+
readonly IfcTypeProduct: 2347495698;
|
|
752
|
+
readonly IfcTypeResource: 3698973494;
|
|
753
|
+
readonly IfcUShapeProfileDef: 427810014;
|
|
754
|
+
readonly IfcUnitAssignment: 180925521;
|
|
755
|
+
readonly IfcUnitaryControlElement: 630975310;
|
|
756
|
+
readonly IfcUnitaryControlElementType: 3179687236;
|
|
757
|
+
readonly IfcUnitaryEquipment: 4292641817;
|
|
758
|
+
readonly IfcUnitaryEquipmentType: 1911125066;
|
|
759
|
+
readonly IfcValve: 4207607924;
|
|
760
|
+
readonly IfcValveType: 728799441;
|
|
761
|
+
readonly IfcVector: 1417489154;
|
|
762
|
+
readonly IfcVertex: 2799835756;
|
|
763
|
+
readonly IfcVertexLoop: 2759199220;
|
|
764
|
+
readonly IfcVertexPoint: 1907098498;
|
|
765
|
+
readonly IfcVibrationIsolator: 2391383451;
|
|
766
|
+
readonly IfcVibrationIsolatorType: 3313531582;
|
|
767
|
+
readonly IfcVirtualElement: 2769231204;
|
|
768
|
+
readonly IfcVirtualGridIntersection: 891718957;
|
|
769
|
+
readonly IfcVoidingFeature: 926996030;
|
|
770
|
+
readonly IfcWall: 2391406946;
|
|
771
|
+
readonly IfcWallElementedCase: 4156078855;
|
|
772
|
+
readonly IfcWallStandardCase: 3512223829;
|
|
773
|
+
readonly IfcWallType: 1898987631;
|
|
774
|
+
readonly IfcWasteTerminal: 4237592921;
|
|
775
|
+
readonly IfcWasteTerminalType: 1133259667;
|
|
776
|
+
readonly IfcWindow: 3304561284;
|
|
777
|
+
readonly IfcWindowLiningProperties: 336235671;
|
|
778
|
+
readonly IfcWindowPanelProperties: 512836454;
|
|
779
|
+
readonly IfcWindowStandardCase: 486154966;
|
|
780
|
+
readonly IfcWindowStyle: 1299126871;
|
|
781
|
+
readonly IfcWindowType: 4009809668;
|
|
782
|
+
readonly IfcWorkCalendar: 4088093105;
|
|
783
|
+
readonly IfcWorkControl: 1028945134;
|
|
784
|
+
readonly IfcWorkPlan: 4218914973;
|
|
785
|
+
readonly IfcWorkSchedule: 3342526732;
|
|
786
|
+
readonly IfcWorkTime: 1236880293;
|
|
787
|
+
readonly IfcZShapeProfileDef: 2543172580;
|
|
788
|
+
readonly IfcZone: 1033361043;
|
|
789
|
+
};
|
|
790
|
+
/**
|
|
791
|
+
* Type for any valid type ID
|
|
792
|
+
*/
|
|
793
|
+
export type TypeId = (typeof TYPE_IDS)[keyof typeof TYPE_IDS];
|
|
794
|
+
/**
|
|
795
|
+
* Reverse lookup: ID -> Name
|
|
796
|
+
*/
|
|
797
|
+
export declare const TYPE_NAMES: Record<number, string>;
|
|
798
|
+
/**
|
|
799
|
+
* Get type ID from name (case-insensitive)
|
|
800
|
+
*/
|
|
801
|
+
export declare function getTypeId(name: string): number | undefined;
|
|
802
|
+
/**
|
|
803
|
+
* Get type name from ID
|
|
804
|
+
*/
|
|
805
|
+
export declare function getTypeName(id: number): string | undefined;
|
|
806
|
+
/**
|
|
807
|
+
* Check if a type ID exists
|
|
808
|
+
*/
|
|
809
|
+
export declare function isValidTypeId(id: number): boolean;
|
|
810
|
+
/**
|
|
811
|
+
* Calculate CRC32 hash for any string
|
|
812
|
+
* (Useful for unknown types)
|
|
813
|
+
*/
|
|
814
|
+
export declare function crc32Hash(str: string): number;
|
|
815
|
+
//# sourceMappingURL=type-ids.d.ts.map
|