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