@pilotdev/pilot-web-3d 24.14.0 → 24.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1811 -1814
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -211,10 +211,13 @@ export namespace Viewer3DIcons {
211
211
  const VIEWER_FULL_SCREEN_ICON: string;
212
212
  const VIEWER_COLLAPSE_ICON: string;
213
213
  const VIEWER_ELEMENT_PROPERTIES_ICON: string;
214
+ const VIEWER_CLIPPING_TOOLBAR_ICON: string;
214
215
  const VIEWER_ADD_CLIPPING_PLANE_ICON: string;
215
216
  const VIEWER_CLIPPING_FLIP_ICON: string;
216
217
  const VIEWER_DELETE_CLIPPING_PLANE_ICON: string;
217
218
  const VIEWER_CLIPPING_CUBE_ICON: string;
219
+ const VIEWER_CLIPPING_CUBE_2_ICON: string;
220
+ const VIEWER_CLIPPING_CUBE_AXIS_ICON: string;
218
221
  const VIEWER_ADD_REMARK_ICON: string;
219
222
  const VIEWER_MEASUREMENT_EDGE_ICON: string;
220
223
  const VIEWER_MEASUREMENT_PLANE_ICON: string;
@@ -430,7 +433,7 @@ export class ExtensionActivationController {
430
433
  deactivate(): void;
431
434
  }
432
435
  export type ErrorCallback = (message: string) => void;
433
- export type SuccessCallback = (modelId: any) => void;
436
+ export type SuccessCallback = (modelId: string) => void;
434
437
  export enum DocumentType {
435
438
  UNKNOWN = 0,
436
439
  DOCUMENT_2D = 1,
@@ -868,1491 +871,129 @@ export interface ModelElementTree {
868
871
  */
869
872
  getChildLevelNumber(element: string | ModelElement): number;
870
873
  }
871
- export interface ModelPart {
872
- get id(): string;
873
- get elementTree(): ModelElementTree;
874
- setModelPartPlacement(placement: THREE.Matrix4Tuple | number[]): void;
875
- setModelPartScaling(scaling: number): void;
876
- dispose(): void;
877
- }
878
- export enum IfcType {
879
- IfcAbsorbedDoseMeasure = 0,
880
- IfcAccelerationMeasure = 1,
881
- IfcActionRequest = 2,
882
- IfcActionRequestTypeEnum = 3,
883
- IfcActionSourceTypeEnum = 4,
884
- IfcActionTypeEnum = 5,
885
- IfcActor = 6,
886
- IfcActorRole = 7,
887
- IfcActorSelect = 8,
888
- IfcActuator = 9,
889
- IfcActuatorType = 10,
890
- IfcActuatorTypeEnum = 11,
891
- IfcAddress = 12,
892
- IfcAddressTypeEnum = 13,
893
- IfcAdvancedBrep = 14,
894
- IfcAdvancedBrepWithVoids = 15,
895
- IfcAdvancedFace = 16,
896
- IfcAirTerminal = 17,
897
- IfcAirTerminalBox = 18,
898
- IfcAirTerminalBoxType = 19,
899
- IfcAirTerminalBoxTypeEnum = 20,
900
- IfcAirTerminalType = 21,
901
- IfcAirTerminalTypeEnum = 22,
902
- IfcAirToAirHeatRecovery = 23,
903
- IfcAirToAirHeatRecoveryType = 24,
904
- IfcAirToAirHeatRecoveryTypeEnum = 25,
905
- IfcAlarm = 26,
906
- IfcAlarmType = 27,
907
- IfcAlarmTypeEnum = 28,
908
- IfcAlignment = 29,
909
- IfcAlignment2DHorizontal = 30,
910
- IfcAlignment2DHorizontalSegment = 31,
911
- IfcAlignment2DSegment = 32,
912
- IfcAlignment2DVerSegCircularArc = 33,
913
- IfcAlignment2DVerSegLine = 34,
914
- IfcAlignment2DVerSegParabolicArc = 35,
915
- IfcAlignment2DVertical = 36,
916
- IfcAlignment2DVerticalSegment = 37,
917
- IfcAlignmentCurve = 38,
918
- IfcAlignmentTypeEnum = 39,
919
- IfcAmountOfSubstanceMeasure = 40,
920
- IfcAnalysisModelTypeEnum = 41,
921
- IfcAnalysisTheoryTypeEnum = 42,
922
- IfcAngularVelocityMeasure = 43,
923
- IfcAnnotation = 44,
924
- IfcAnnotationFillArea = 45,
925
- IfcApplication = 46,
926
- IfcAppliedValue = 47,
927
- IfcAppliedValueSelect = 48,
928
- IfcApproval = 49,
929
- IfcApprovalRelationship = 50,
930
- IfcArbitraryClosedProfileDef = 51,
931
- IfcArbitraryOpenProfileDef = 52,
932
- IfcArbitraryProfileDefWithVoids = 53,
933
- IfcArcIndex = 54,
934
- IfcAreaDensityMeasure = 55,
935
- IfcAreaMeasure = 56,
936
- IfcArithmeticOperatorEnum = 57,
937
- IfcAssemblyPlaceEnum = 58,
938
- IfcAsset = 59,
939
- IfcAsymmetricIShapeProfileDef = 60,
940
- IfcAudioVisualAppliance = 61,
941
- IfcAudioVisualApplianceType = 62,
942
- IfcAudioVisualApplianceTypeEnum = 63,
943
- IfcAxis1Placement = 64,
944
- IfcAxis2Placement = 65,
945
- IfcAxis2Placement2D = 66,
946
- IfcAxis2Placement3D = 67,
947
- IfcBeam = 68,
948
- IfcBeamStandardCase = 69,
949
- IfcBeamType = 70,
950
- IfcBeamTypeEnum = 71,
951
- IfcBenchmarkEnum = 72,
952
- IfcBendingParameterSelect = 73,
953
- IfcBinary = 74,
954
- IfcBlobTexture = 75,
955
- IfcBlock = 76,
956
- IfcBoiler = 77,
957
- IfcBoilerType = 78,
958
- IfcBoilerTypeEnum = 79,
959
- IfcBoolean = 80,
960
- IfcBooleanClippingResult = 81,
961
- IfcBooleanOperand = 82,
962
- IfcBooleanOperator = 83,
963
- IfcBooleanResult = 84,
964
- IfcBoundaryCondition = 85,
965
- IfcBoundaryCurve = 86,
966
- IfcBoundaryEdgeCondition = 87,
967
- IfcBoundaryFaceCondition = 88,
968
- IfcBoundaryNodeCondition = 89,
969
- IfcBoundaryNodeConditionWarping = 90,
970
- IfcBoundedCurve = 91,
971
- IfcBoundedSurface = 92,
972
- IfcBoundingBox = 93,
973
- IfcBoxAlignment = 94,
974
- IfcBoxedHalfSpace = 95,
975
- IfcBSplineCurve = 96,
976
- IfcBSplineCurveForm = 97,
977
- IfcBSplineCurveWithKnots = 98,
978
- IfcBSplineSurface = 99,
979
- IfcBSplineSurfaceForm = 100,
980
- IfcBSplineSurfaceWithKnots = 101,
981
- IfcBuilding = 102,
982
- IfcBuildingElement = 103,
983
- IfcBuildingElementPart = 104,
984
- IfcBuildingElementPartType = 105,
985
- IfcBuildingElementPartTypeEnum = 106,
986
- IfcBuildingElementProxy = 107,
987
- IfcBuildingElementProxyType = 108,
988
- IfcBuildingElementProxyTypeEnum = 109,
989
- IfcBuildingElementType = 110,
990
- IfcBuildingStorey = 111,
991
- IfcBuildingSystem = 112,
992
- IfcBuildingSystemTypeEnum = 113,
993
- IfcBurner = 114,
994
- IfcBurnerType = 115,
995
- IfcBurnerTypeEnum = 116,
996
- IfcCableCarrierFitting = 117,
997
- IfcCableCarrierFittingType = 118,
998
- IfcCableCarrierFittingTypeEnum = 119,
999
- IfcCableCarrierSegment = 120,
1000
- IfcCableCarrierSegmentType = 121,
1001
- IfcCableCarrierSegmentTypeEnum = 122,
1002
- IfcCableFitting = 123,
1003
- IfcCableFittingType = 124,
1004
- IfcCableFittingTypeEnum = 125,
1005
- IfcCableSegment = 126,
1006
- IfcCableSegmentType = 127,
1007
- IfcCableSegmentTypeEnum = 128,
1008
- IfcCardinalPointReference = 129,
1009
- IfcCartesianPoint = 130,
1010
- IfcCartesianPointList = 131,
1011
- IfcCartesianPointList2D = 132,
1012
- IfcCartesianPointList3D = 133,
1013
- IfcCartesianTransformationOperator = 134,
1014
- IfcCartesianTransformationOperator2D = 135,
1015
- IfcCartesianTransformationOperator2DnonUniform = 136,
1016
- IfcCartesianTransformationOperator3D = 137,
1017
- IfcCartesianTransformationOperator3DnonUniform = 138,
1018
- IfcCenterLineProfileDef = 139,
1019
- IfcChangeActionEnum = 140,
1020
- IfcChiller = 141,
1021
- IfcChillerType = 142,
1022
- IfcChillerTypeEnum = 143,
1023
- IfcChimney = 144,
1024
- IfcChimneyType = 145,
1025
- IfcChimneyTypeEnum = 146,
1026
- IfcCircle = 147,
1027
- IfcCircleHollowProfileDef = 148,
1028
- IfcCircleProfileDef = 149,
1029
- IfcCircularArcSegment2D = 150,
1030
- IfcCivilElement = 151,
1031
- IfcCivilElementType = 152,
1032
- IfcClassification = 153,
1033
- IfcClassificationReference = 154,
1034
- IfcClassificationReferenceSelect = 155,
1035
- IfcClassificationSelect = 156,
1036
- IfcClosedShell = 157,
1037
- IfcCoil = 158,
1038
- IfcCoilType = 159,
1039
- IfcCoilTypeEnum = 160,
1040
- IfcColour = 161,
1041
- IfcColourOrFactor = 162,
1042
- IfcColourRgb = 163,
1043
- IfcColourRgbList = 164,
1044
- IfcColourSpecification = 165,
1045
- IfcColumn = 166,
1046
- IfcColumnStandardCase = 167,
1047
- IfcColumnType = 168,
1048
- IfcColumnTypeEnum = 169,
1049
- IfcCommunicationsAppliance = 170,
1050
- IfcCommunicationsApplianceType = 171,
1051
- IfcCommunicationsApplianceTypeEnum = 172,
1052
- IfcComplexNumber = 173,
1053
- IfcComplexProperty = 174,
1054
- IfcComplexPropertyTemplate = 175,
1055
- IfcComplexPropertyTemplateTypeEnum = 176,
1056
- IfcCompositeCurve = 177,
1057
- IfcCompositeCurveOnSurface = 178,
1058
- IfcCompositeCurveSegment = 179,
1059
- IfcCompositeProfileDef = 180,
1060
- IfcCompoundPlaneAngleMeasure = 181,
1061
- IfcCompressor = 182,
1062
- IfcCompressorType = 183,
1063
- IfcCompressorTypeEnum = 184,
1064
- IfcCondenser = 185,
1065
- IfcCondenserType = 186,
1066
- IfcCondenserTypeEnum = 187,
1067
- IfcConic = 188,
1068
- IfcConnectedFaceSet = 189,
1069
- IfcConnectionCurveGeometry = 190,
1070
- IfcConnectionGeometry = 191,
1071
- IfcConnectionPointEccentricity = 192,
1072
- IfcConnectionPointGeometry = 193,
1073
- IfcConnectionSurfaceGeometry = 194,
1074
- IfcConnectionTypeEnum = 195,
1075
- IfcConnectionVolumeGeometry = 196,
1076
- IfcConstraint = 197,
1077
- IfcConstraintEnum = 198,
1078
- IfcConstructionEquipmentResource = 199,
1079
- IfcConstructionEquipmentResourceType = 200,
1080
- IfcConstructionEquipmentResourceTypeEnum = 201,
1081
- IfcConstructionMaterialResource = 202,
1082
- IfcConstructionMaterialResourceType = 203,
1083
- IfcConstructionMaterialResourceTypeEnum = 204,
1084
- IfcConstructionProductResource = 205,
1085
- IfcConstructionProductResourceType = 206,
1086
- IfcConstructionProductResourceTypeEnum = 207,
1087
- IfcConstructionResource = 208,
1088
- IfcConstructionResourceType = 209,
1089
- IfcContext = 210,
1090
- IfcContextDependentMeasure = 211,
1091
- IfcContextDependentUnit = 212,
1092
- IfcControl = 213,
1093
- IfcController = 214,
1094
- IfcControllerType = 215,
1095
- IfcControllerTypeEnum = 216,
1096
- IfcConversionBasedUnit = 217,
1097
- IfcConversionBasedUnitWithOffset = 218,
1098
- IfcCooledBeam = 219,
1099
- IfcCooledBeamType = 220,
1100
- IfcCooledBeamTypeEnum = 221,
1101
- IfcCoolingTower = 222,
1102
- IfcCoolingTowerType = 223,
1103
- IfcCoolingTowerTypeEnum = 224,
1104
- IfcCoordinateOperation = 225,
1105
- IfcCoordinateReferenceSystem = 226,
1106
- IfcCoordinateReferenceSystemSelect = 227,
1107
- IfcCostItem = 228,
1108
- IfcCostItemTypeEnum = 229,
1109
- IfcCostSchedule = 230,
1110
- IfcCostScheduleTypeEnum = 231,
1111
- IfcCostValue = 232,
1112
- IfcCountMeasure = 233,
1113
- IfcCovering = 234,
1114
- IfcCoveringType = 235,
1115
- IfcCoveringTypeEnum = 236,
1116
- IfcCrewResource = 237,
1117
- IfcCrewResourceType = 238,
1118
- IfcCrewResourceTypeEnum = 239,
1119
- IfcCsgPrimitive3D = 240,
1120
- IfcCsgSelect = 241,
1121
- IfcCsgSolid = 242,
1122
- IfcCShapeProfileDef = 243,
1123
- IfcCurrencyRelationship = 244,
1124
- IfcCurtainWall = 245,
1125
- IfcCurtainWallType = 246,
1126
- IfcCurtainWallTypeEnum = 247,
1127
- IfcCurvatureMeasure = 248,
1128
- IfcCurve = 249,
1129
- IfcCurveBoundedPlane = 250,
1130
- IfcCurveBoundedSurface = 251,
1131
- IfcCurveFontOrScaledCurveFontSelect = 252,
1132
- IfcCurveInterpolationEnum = 253,
1133
- IfcCurveOnSurface = 254,
1134
- IfcCurveOrEdgeCurve = 255,
1135
- IfcCurveSegment2D = 256,
1136
- IfcCurveStyle = 257,
1137
- IfcCurveStyleFont = 258,
1138
- IfcCurveStyleFontAndScaling = 259,
1139
- IfcCurveStyleFontPattern = 260,
1140
- IfcCurveStyleFontSelect = 261,
1141
- IfcCylindricalSurface = 262,
1142
- IfcDamper = 263,
1143
- IfcDamperType = 264,
1144
- IfcDamperTypeEnum = 265,
1145
- IfcDataOriginEnum = 266,
1146
- IfcDate = 267,
1147
- IfcDateTime = 268,
1148
- IfcDayInMonthNumber = 269,
1149
- IfcDayInWeekNumber = 270,
1150
- IfcDefinitionSelect = 271,
1151
- IfcDerivedMeasureValue = 272,
1152
- IfcDerivedProfileDef = 273,
1153
- IfcDerivedUnit = 274,
1154
- IfcDerivedUnitElement = 275,
1155
- IfcDerivedUnitEnum = 276,
1156
- IfcDescriptiveMeasure = 277,
1157
- IfcDimensionalExponents = 278,
1158
- IfcDimensionCount = 279,
1159
- IfcDirection = 280,
1160
- IfcDirectionSenseEnum = 281,
1161
- IfcDiscreteAccessory = 282,
1162
- IfcDiscreteAccessoryType = 283,
1163
- IfcDiscreteAccessoryTypeEnum = 284,
1164
- IfcDistanceExpression = 285,
1165
- IfcDistributionChamberElement = 286,
1166
- IfcDistributionChamberElementType = 287,
1167
- IfcDistributionChamberElementTypeEnum = 288,
1168
- IfcDistributionCircuit = 289,
1169
- IfcDistributionControlElement = 290,
1170
- IfcDistributionControlElementType = 291,
1171
- IfcDistributionElement = 292,
1172
- IfcDistributionElementType = 293,
1173
- IfcDistributionFlowElement = 294,
1174
- IfcDistributionFlowElementType = 295,
1175
- IfcDistributionPort = 296,
1176
- IfcDistributionPortTypeEnum = 297,
1177
- IfcDistributionSystem = 298,
1178
- IfcDistributionSystemEnum = 299,
1179
- IfcDocumentConfidentialityEnum = 300,
1180
- IfcDocumentInformation = 301,
1181
- IfcDocumentInformationRelationship = 302,
1182
- IfcDocumentReference = 303,
1183
- IfcDocumentSelect = 304,
1184
- IfcDocumentStatusEnum = 305,
1185
- IfcDoor = 306,
1186
- IfcDoorLiningProperties = 307,
1187
- IfcDoorPanelOperationEnum = 308,
1188
- IfcDoorPanelPositionEnum = 309,
1189
- IfcDoorPanelProperties = 310,
1190
- IfcDoorStandardCase = 311,
1191
- IfcDoorStyle = 312,
1192
- IfcDoorStyleConstructionEnum = 313,
1193
- IfcDoorStyleOperationEnum = 314,
1194
- IfcDoorType = 315,
1195
- IfcDoorTypeEnum = 316,
1196
- IfcDoorTypeOperationEnum = 317,
1197
- IfcDoseEquivalentMeasure = 318,
1198
- IfcDraughtingPreDefinedColour = 319,
1199
- IfcDraughtingPreDefinedCurveFont = 320,
1200
- IfcDuctFitting = 321,
1201
- IfcDuctFittingType = 322,
1202
- IfcDuctFittingTypeEnum = 323,
1203
- IfcDuctSegment = 324,
1204
- IfcDuctSegmentType = 325,
1205
- IfcDuctSegmentTypeEnum = 326,
1206
- IfcDuctSilencer = 327,
1207
- IfcDuctSilencerType = 328,
1208
- IfcDuctSilencerTypeEnum = 329,
1209
- IfcDuration = 330,
1210
- IfcDynamicViscosityMeasure = 331,
1211
- IfcEdge = 332,
1212
- IfcEdgeCurve = 333,
1213
- IfcEdgeLoop = 334,
1214
- IfcElectricAppliance = 335,
1215
- IfcElectricApplianceType = 336,
1216
- IfcElectricApplianceTypeEnum = 337,
1217
- IfcElectricCapacitanceMeasure = 338,
1218
- IfcElectricChargeMeasure = 339,
1219
- IfcElectricConductanceMeasure = 340,
1220
- IfcElectricCurrentMeasure = 341,
1221
- IfcElectricDistributionBoard = 342,
1222
- IfcElectricDistributionBoardType = 343,
1223
- IfcElectricDistributionBoardTypeEnum = 344,
1224
- IfcElectricFlowStorageDevice = 345,
1225
- IfcElectricFlowStorageDeviceType = 346,
1226
- IfcElectricFlowStorageDeviceTypeEnum = 347,
1227
- IfcElectricGenerator = 348,
1228
- IfcElectricGeneratorType = 349,
1229
- IfcElectricGeneratorTypeEnum = 350,
1230
- IfcElectricMotor = 351,
1231
- IfcElectricMotorType = 352,
1232
- IfcElectricMotorTypeEnum = 353,
1233
- IfcElectricResistanceMeasure = 354,
1234
- IfcElectricTimeControl = 355,
1235
- IfcElectricTimeControlType = 356,
1236
- IfcElectricTimeControlTypeEnum = 357,
1237
- IfcElectricVoltageMeasure = 358,
1238
- IfcElement = 359,
1239
- IfcElementarySurface = 360,
1240
- IfcElementAssembly = 361,
1241
- IfcElementAssemblyType = 362,
1242
- IfcElementAssemblyTypeEnum = 363,
1243
- IfcElementComponent = 364,
1244
- IfcElementComponentType = 365,
1245
- IfcElementCompositionEnum = 366,
1246
- IfcElementQuantity = 367,
1247
- IfcElementType = 368,
1248
- IfcEllipse = 369,
1249
- IfcEllipseProfileDef = 370,
1250
- IfcEnergyConversionDevice = 371,
1251
- IfcEnergyConversionDeviceType = 372,
1252
- IfcEnergyMeasure = 373,
1253
- IfcEngine = 374,
1254
- IfcEngineType = 375,
1255
- IfcEngineTypeEnum = 376,
1256
- IfcEvaporativeCooler = 377,
1257
- IfcEvaporativeCoolerType = 378,
1258
- IfcEvaporativeCoolerTypeEnum = 379,
1259
- IfcEvaporator = 380,
1260
- IfcEvaporatorType = 381,
1261
- IfcEvaporatorTypeEnum = 382,
1262
- IfcEvent = 383,
1263
- IfcEventTime = 384,
1264
- IfcEventTriggerTypeEnum = 385,
1265
- IfcEventType = 386,
1266
- IfcEventTypeEnum = 387,
1267
- IfcExtendedProperties = 388,
1268
- IfcExternalInformation = 389,
1269
- IfcExternallyDefinedHatchStyle = 390,
1270
- IfcExternallyDefinedSurfaceStyle = 391,
1271
- IfcExternallyDefinedTextFont = 392,
1272
- IfcExternalReference = 393,
1273
- IfcExternalReferenceRelationship = 394,
1274
- IfcExternalSpatialElement = 395,
1275
- IfcExternalSpatialElementTypeEnum = 396,
1276
- IfcExternalSpatialStructureElement = 397,
1277
- IfcExtrudedAreaSolid = 398,
1278
- IfcExtrudedAreaSolidTapered = 399,
1279
- IfcFace = 400,
1280
- IfcFaceBasedSurfaceModel = 401,
1281
- IfcFaceBound = 402,
1282
- IfcFaceOuterBound = 403,
1283
- IfcFaceSurface = 404,
1284
- IfcFacetedBrep = 405,
1285
- IfcFacetedBrepWithVoids = 406,
1286
- IfcFailureConnectionCondition = 407,
1287
- IfcFan = 408,
1288
- IfcFanType = 409,
1289
- IfcFanTypeEnum = 410,
1290
- IfcFastener = 411,
1291
- IfcFastenerType = 412,
1292
- IfcFastenerTypeEnum = 413,
1293
- IfcFeatureElement = 414,
1294
- IfcFeatureElementAddition = 415,
1295
- IfcFeatureElementSubtraction = 416,
1296
- IfcFillAreaStyle = 417,
1297
- IfcFillAreaStyleHatching = 418,
1298
- IfcFillAreaStyleTiles = 419,
1299
- IfcFillStyleSelect = 420,
1300
- IfcFilter = 421,
1301
- IfcFilterType = 422,
1302
- IfcFilterTypeEnum = 423,
1303
- IfcFireSuppressionTerminal = 424,
1304
- IfcFireSuppressionTerminalType = 425,
1305
- IfcFireSuppressionTerminalTypeEnum = 426,
1306
- IfcFixedReferenceSweptAreaSolid = 427,
1307
- IfcFlowController = 428,
1308
- IfcFlowControllerType = 429,
1309
- IfcFlowDirectionEnum = 430,
1310
- IfcFlowFitting = 431,
1311
- IfcFlowFittingType = 432,
1312
- IfcFlowInstrument = 433,
1313
- IfcFlowInstrumentType = 434,
1314
- IfcFlowInstrumentTypeEnum = 435,
1315
- IfcFlowMeter = 436,
1316
- IfcFlowMeterType = 437,
1317
- IfcFlowMeterTypeEnum = 438,
1318
- IfcFlowMovingDevice = 439,
1319
- IfcFlowMovingDeviceType = 440,
1320
- IfcFlowSegment = 441,
1321
- IfcFlowSegmentType = 442,
1322
- IfcFlowStorageDevice = 443,
1323
- IfcFlowStorageDeviceType = 444,
1324
- IfcFlowTerminal = 445,
1325
- IfcFlowTerminalType = 446,
1326
- IfcFlowTreatmentDevice = 447,
1327
- IfcFlowTreatmentDeviceType = 448,
1328
- IfcFontStyle = 449,
1329
- IfcFontVariant = 450,
1330
- IfcFontWeight = 451,
1331
- IfcFooting = 452,
1332
- IfcFootingType = 453,
1333
- IfcFootingTypeEnum = 454,
1334
- IfcForceMeasure = 455,
1335
- IfcFrequencyMeasure = 456,
1336
- IfcFurnishingElement = 457,
1337
- IfcFurnishingElementType = 458,
1338
- IfcFurniture = 459,
1339
- IfcFurnitureType = 460,
1340
- IfcFurnitureTypeEnum = 461,
1341
- IfcGeographicElement = 462,
1342
- IfcGeographicElementType = 463,
1343
- IfcGeographicElementTypeEnum = 464,
1344
- IfcGeometricCurveSet = 465,
1345
- IfcGeometricProjectionEnum = 466,
1346
- IfcGeometricRepresentationContext = 467,
1347
- IfcGeometricRepresentationItem = 468,
1348
- IfcGeometricRepresentationSubContext = 469,
1349
- IfcGeometricSet = 470,
1350
- IfcGeometricSetSelect = 471,
1351
- IfcGloballyUniqueId = 472,
1352
- IfcGlobalOrLocalEnum = 473,
1353
- IfcGrid = 474,
1354
- IfcGridAxis = 475,
1355
- IfcGridPlacement = 476,
1356
- IfcGridPlacementDirectionSelect = 477,
1357
- IfcGridTypeEnum = 478,
1358
- IfcGroup = 479,
1359
- IfcHalfSpaceSolid = 480,
1360
- IfcHatchLineDistanceSelect = 481,
1361
- IfcHeatExchanger = 482,
1362
- IfcHeatExchangerType = 483,
1363
- IfcHeatExchangerTypeEnum = 484,
1364
- IfcHeatFluxDensityMeasure = 485,
1365
- IfcHeatingValueMeasure = 486,
1366
- IfcHumidifier = 487,
1367
- IfcHumidifierType = 488,
1368
- IfcHumidifierTypeEnum = 489,
1369
- IfcIdentifier = 490,
1370
- IfcIlluminanceMeasure = 491,
1371
- IfcImageTexture = 492,
1372
- IfcIndexedColourMap = 493,
1373
- IfcIndexedPolyCurve = 494,
1374
- IfcIndexedPolygonalFace = 495,
1375
- IfcIndexedPolygonalFaceWithVoids = 496,
1376
- IfcIndexedTextureMap = 497,
1377
- IfcIndexedTriangleTextureMap = 498,
1378
- IfcInductanceMeasure = 499,
1379
- IfcInteger = 500,
1380
- IfcIntegerCountRateMeasure = 501,
1381
- IfcInterceptor = 502,
1382
- IfcInterceptorType = 503,
1383
- IfcInterceptorTypeEnum = 504,
1384
- IfcInternalOrExternalEnum = 505,
1385
- IfcIntersectionCurve = 506,
1386
- IfcInventory = 507,
1387
- IfcInventoryTypeEnum = 508,
1388
- IfcIonConcentrationMeasure = 509,
1389
- IfcIrregularTimeSeries = 510,
1390
- IfcIrregularTimeSeriesValue = 511,
1391
- IfcIShapeProfileDef = 512,
1392
- IfcIsothermalMoistureCapacityMeasure = 513,
1393
- IfcJunctionBox = 514,
1394
- IfcJunctionBoxType = 515,
1395
- IfcJunctionBoxTypeEnum = 516,
1396
- IfcKinematicViscosityMeasure = 517,
1397
- IfcKnotType = 518,
1398
- IfcLabel = 519,
1399
- IfcLaborResource = 520,
1400
- IfcLaborResourceType = 521,
1401
- IfcLaborResourceTypeEnum = 522,
1402
- IfcLagTime = 523,
1403
- IfcLamp = 524,
1404
- IfcLampType = 525,
1405
- IfcLampTypeEnum = 526,
1406
- IfcLanguageId = 527,
1407
- IfcLayeredItem = 528,
1408
- IfcLayerSetDirectionEnum = 529,
1409
- IfcLengthMeasure = 530,
1410
- IfcLibraryInformation = 531,
1411
- IfcLibraryReference = 532,
1412
- IfcLibrarySelect = 533,
1413
- IfcLightDistributionCurveEnum = 534,
1414
- IfcLightDistributionData = 535,
1415
- IfcLightDistributionDataSourceSelect = 536,
1416
- IfcLightEmissionSourceEnum = 537,
1417
- IfcLightFixture = 538,
1418
- IfcLightFixtureType = 539,
1419
- IfcLightFixtureTypeEnum = 540,
1420
- IfcLightIntensityDistribution = 541,
1421
- IfcLightSource = 542,
1422
- IfcLightSourceAmbient = 543,
1423
- IfcLightSourceDirectional = 544,
1424
- IfcLightSourceGoniometric = 545,
1425
- IfcLightSourcePositional = 546,
1426
- IfcLightSourceSpot = 547,
1427
- IfcLine = 548,
1428
- IfcLinearForceMeasure = 549,
1429
- IfcLinearMomentMeasure = 550,
1430
- IfcLinearPlacement = 551,
1431
- IfcLinearPositioningElement = 552,
1432
- IfcLinearStiffnessMeasure = 553,
1433
- IfcLinearVelocityMeasure = 554,
1434
- IfcLineIndex = 555,
1435
- IfcLineSegment2D = 556,
1436
- IfcLoadGroupTypeEnum = 557,
1437
- IfcLocalPlacement = 558,
1438
- IfcLogical = 559,
1439
- IfcLogicalOperatorEnum = 560,
1440
- IfcLoop = 561,
1441
- IfcLShapeProfileDef = 562,
1442
- IfcLuminousFluxMeasure = 563,
1443
- IfcLuminousIntensityDistributionMeasure = 564,
1444
- IfcLuminousIntensityMeasure = 565,
1445
- IfcMagneticFluxDensityMeasure = 566,
1446
- IfcMagneticFluxMeasure = 567,
1447
- IfcManifoldSolidBrep = 568,
1448
- IfcMapConversion = 569,
1449
- IfcMappedItem = 570,
1450
- IfcMassDensityMeasure = 571,
1451
- IfcMassFlowRateMeasure = 572,
1452
- IfcMassMeasure = 573,
1453
- IfcMassPerLengthMeasure = 574,
1454
- IfcMaterial = 575,
1455
- IfcMaterialClassificationRelationship = 576,
1456
- IfcMaterialConstituent = 577,
1457
- IfcMaterialConstituentSet = 578,
1458
- IfcMaterialDefinition = 579,
1459
- IfcMaterialDefinitionRepresentation = 580,
1460
- IfcMaterialLayer = 581,
1461
- IfcMaterialLayerSet = 582,
1462
- IfcMaterialLayerSetUsage = 583,
1463
- IfcMaterialLayerWithOffsets = 584,
1464
- IfcMaterialList = 585,
1465
- IfcMaterialProfile = 586,
1466
- IfcMaterialProfileSet = 587,
1467
- IfcMaterialProfileSetUsage = 588,
1468
- IfcMaterialProfileSetUsageTapering = 589,
1469
- IfcMaterialProfileWithOffsets = 590,
1470
- IfcMaterialProperties = 591,
1471
- IfcMaterialRelationship = 592,
1472
- IfcMaterialSelect = 593,
1473
- IfcMaterialUsageDefinition = 594,
1474
- IfcMeasureValue = 595,
1475
- IfcMeasureWithUnit = 596,
1476
- IfcMechanicalFastener = 597,
1477
- IfcMechanicalFastenerType = 598,
1478
- IfcMechanicalFastenerTypeEnum = 599,
1479
- IfcMedicalDevice = 600,
1480
- IfcMedicalDeviceType = 601,
1481
- IfcMedicalDeviceTypeEnum = 602,
1482
- IfcMember = 603,
1483
- IfcMemberStandardCase = 604,
1484
- IfcMemberType = 605,
1485
- IfcMemberTypeEnum = 606,
1486
- IfcMetric = 607,
1487
- IfcMetricValueSelect = 608,
1488
- IfcMirroredProfileDef = 609,
1489
- IfcModulusOfElasticityMeasure = 610,
1490
- IfcModulusOfLinearSubgradeReactionMeasure = 611,
1491
- IfcModulusOfRotationalSubgradeReactionMeasure = 612,
1492
- IfcModulusOfRotationalSubgradeReactionSelect = 613,
1493
- IfcModulusOfSubgradeReactionMeasure = 614,
1494
- IfcModulusOfSubgradeReactionSelect = 615,
1495
- IfcModulusOfTranslationalSubgradeReactionSelect = 616,
1496
- IfcMoistureDiffusivityMeasure = 617,
1497
- IfcMolecularWeightMeasure = 618,
1498
- IfcMomentOfInertiaMeasure = 619,
1499
- IfcMonetaryMeasure = 620,
1500
- IfcMonetaryUnit = 621,
1501
- IfcMonthInYearNumber = 622,
1502
- IfcMotorConnection = 623,
1503
- IfcMotorConnectionType = 624,
1504
- IfcMotorConnectionTypeEnum = 625,
1505
- IfcNamedUnit = 626,
1506
- IfcNonNegativeLengthMeasure = 627,
1507
- IfcNormalisedRatioMeasure = 628,
1508
- IfcNullStyle = 629,
1509
- IfcNumericMeasure = 630,
1510
- IfcObject = 631,
1511
- IfcObjectDefinition = 632,
1512
- IfcObjective = 633,
1513
- IfcObjectiveEnum = 634,
1514
- IfcObjectPlacement = 635,
1515
- IfcObjectReferenceSelect = 636,
1516
- IfcObjectTypeEnum = 637,
1517
- IfcOccupant = 638,
1518
- IfcOccupantTypeEnum = 639,
1519
- IfcOffsetCurve = 640,
1520
- IfcOffsetCurve2D = 641,
1521
- IfcOffsetCurve3D = 642,
1522
- IfcOffsetCurveByDistances = 643,
1523
- IfcOpeningElement = 644,
1524
- IfcOpeningElementTypeEnum = 645,
1525
- IfcOpeningStandardCase = 646,
1526
- IfcOpenShell = 647,
1527
- IfcOrganization = 648,
1528
- IfcOrganizationRelationship = 649,
1529
- IfcOrientationExpression = 650,
1530
- IfcOrientedEdge = 651,
1531
- IfcOuterBoundaryCurve = 652,
1532
- IfcOutlet = 653,
1533
- IfcOutletType = 654,
1534
- IfcOutletTypeEnum = 655,
1535
- IfcOwnerHistory = 656,
1536
- IfcParameterizedProfileDef = 657,
1537
- IfcParameterValue = 658,
1538
- IfcPath = 659,
1539
- IfcPcurve = 660,
1540
- IfcPerformanceHistory = 661,
1541
- IfcPerformanceHistoryTypeEnum = 662,
1542
- IfcPermeableCoveringOperationEnum = 663,
1543
- IfcPermeableCoveringProperties = 664,
1544
- IfcPermit = 665,
1545
- IfcPermitTypeEnum = 666,
1546
- IfcPerson = 667,
1547
- IfcPersonAndOrganization = 668,
1548
- IfcPHMeasure = 669,
1549
- IfcPhysicalComplexQuantity = 670,
1550
- IfcPhysicalOrVirtualEnum = 671,
1551
- IfcPhysicalQuantity = 672,
1552
- IfcPhysicalSimpleQuantity = 673,
1553
- IfcPile = 674,
1554
- IfcPileConstructionEnum = 675,
1555
- IfcPileType = 676,
1556
- IfcPileTypeEnum = 677,
1557
- IfcPipeFitting = 678,
1558
- IfcPipeFittingType = 679,
1559
- IfcPipeFittingTypeEnum = 680,
1560
- IfcPipeSegment = 681,
1561
- IfcPipeSegmentType = 682,
1562
- IfcPipeSegmentTypeEnum = 683,
1563
- IfcPixelTexture = 684,
1564
- IfcPlacement = 685,
1565
- IfcPlanarBox = 686,
1566
- IfcPlanarExtent = 687,
1567
- IfcPlanarForceMeasure = 688,
1568
- IfcPlane = 689,
1569
- IfcPlaneAngleMeasure = 690,
1570
- IfcPlate = 691,
1571
- IfcPlateStandardCase = 692,
1572
- IfcPlateType = 693,
1573
- IfcPlateTypeEnum = 694,
1574
- IfcPoint = 695,
1575
- IfcPointOnCurve = 696,
1576
- IfcPointOnSurface = 697,
1577
- IfcPointOrVertexPoint = 698,
1578
- IfcPolygonalBoundedHalfSpace = 699,
1579
- IfcPolygonalFaceSet = 700,
1580
- IfcPolyline = 701,
1581
- IfcPolyLoop = 702,
1582
- IfcPort = 703,
1583
- IfcPositioningElement = 704,
1584
- IfcPositiveInteger = 705,
1585
- IfcPositiveLengthMeasure = 706,
1586
- IfcPositivePlaneAngleMeasure = 707,
1587
- IfcPositiveRatioMeasure = 708,
1588
- IfcPostalAddress = 709,
1589
- IfcPowerMeasure = 710,
1590
- IfcPreDefinedColour = 711,
1591
- IfcPreDefinedCurveFont = 712,
1592
- IfcPreDefinedItem = 713,
1593
- IfcPreDefinedProperties = 714,
1594
- IfcPreDefinedPropertySet = 715,
1595
- IfcPreDefinedTextFont = 716,
1596
- IfcPreferredSurfaceCurveRepresentation = 717,
1597
- IfcPresentableText = 718,
1598
- IfcPresentationItem = 719,
1599
- IfcPresentationLayerAssignment = 720,
1600
- IfcPresentationLayerWithStyle = 721,
1601
- IfcPresentationStyle = 722,
1602
- IfcPresentationStyleAssignment = 723,
1603
- IfcPresentationStyleSelect = 724,
1604
- IfcPressureMeasure = 725,
1605
- IfcProcedure = 726,
1606
- IfcProcedureType = 727,
1607
- IfcProcedureTypeEnum = 728,
1608
- IfcProcess = 729,
1609
- IfcProcessSelect = 730,
1610
- IfcProduct = 731,
1611
- IfcProductDefinitionShape = 732,
1612
- IfcProductRepresentation = 733,
1613
- IfcProductRepresentationSelect = 734,
1614
- IfcProductSelect = 735,
1615
- IfcProfileDef = 736,
1616
- IfcProfileProperties = 737,
1617
- IfcProfileTypeEnum = 738,
1618
- IfcProject = 739,
1619
- IfcProjectedCRS = 740,
1620
- IfcProjectedOrTrueLengthEnum = 741,
1621
- IfcProjectionElement = 742,
1622
- IfcProjectionElementTypeEnum = 743,
1623
- IfcProjectLibrary = 744,
1624
- IfcProjectOrder = 745,
1625
- IfcProjectOrderTypeEnum = 746,
1626
- IfcProperty = 747,
1627
- IfcPropertyAbstraction = 748,
1628
- IfcPropertyBoundedValue = 749,
1629
- IfcPropertyDefinition = 750,
1630
- IfcPropertyDependencyRelationship = 751,
1631
- IfcPropertyEnumeratedValue = 752,
1632
- IfcPropertyEnumeration = 753,
1633
- IfcPropertyListValue = 754,
1634
- IfcPropertyReferenceValue = 755,
1635
- IfcPropertySet = 756,
1636
- IfcPropertySetDefinition = 757,
1637
- IfcPropertySetDefinitionSelect = 758,
1638
- IfcPropertySetDefinitionSet = 759,
1639
- IfcPropertySetTemplate = 760,
1640
- IfcPropertySetTemplateTypeEnum = 761,
1641
- IfcPropertySingleValue = 762,
1642
- IfcPropertyTableValue = 763,
1643
- IfcPropertyTemplate = 764,
1644
- IfcPropertyTemplateDefinition = 765,
1645
- IfcProtectiveDevice = 766,
1646
- IfcProtectiveDeviceTrippingUnit = 767,
1647
- IfcProtectiveDeviceTrippingUnitType = 768,
1648
- IfcProtectiveDeviceTrippingUnitTypeEnum = 769,
1649
- IfcProtectiveDeviceType = 770,
1650
- IfcProtectiveDeviceTypeEnum = 771,
1651
- IfcProxy = 772,
1652
- IfcPump = 773,
1653
- IfcPumpType = 774,
1654
- IfcPumpTypeEnum = 775,
1655
- IfcQuantityArea = 776,
1656
- IfcQuantityCount = 777,
1657
- IfcQuantityLength = 778,
1658
- IfcQuantitySet = 779,
1659
- IfcQuantityTime = 780,
1660
- IfcQuantityVolume = 781,
1661
- IfcQuantityWeight = 782,
1662
- IfcRadioActivityMeasure = 783,
1663
- IfcRailing = 784,
1664
- IfcRailingType = 785,
1665
- IfcRailingTypeEnum = 786,
1666
- IfcRamp = 787,
1667
- IfcRampFlight = 788,
1668
- IfcRampFlightType = 789,
1669
- IfcRampFlightTypeEnum = 790,
1670
- IfcRampType = 791,
1671
- IfcRampTypeEnum = 792,
1672
- IfcRatioMeasure = 793,
1673
- IfcRationalBSplineCurveWithKnots = 794,
1674
- IfcRationalBSplineSurfaceWithKnots = 795,
1675
- IfcReal = 796,
1676
- IfcRectangleHollowProfileDef = 797,
1677
- IfcRectangleProfileDef = 798,
1678
- IfcRectangularPyramid = 799,
1679
- IfcRectangularTrimmedSurface = 800,
1680
- IfcRecurrencePattern = 801,
1681
- IfcRecurrenceTypeEnum = 802,
1682
- IfcReference = 803,
1683
- IfcReferent = 804,
1684
- IfcReferentTypeEnum = 805,
1685
- IfcReflectanceMethodEnum = 806,
1686
- IfcRegularTimeSeries = 807,
1687
- IfcReinforcementBarProperties = 808,
1688
- IfcReinforcementDefinitionProperties = 809,
1689
- IfcReinforcingBar = 810,
1690
- IfcReinforcingBarRoleEnum = 811,
1691
- IfcReinforcingBarSurfaceEnum = 812,
1692
- IfcReinforcingBarType = 813,
1693
- IfcReinforcingBarTypeEnum = 814,
1694
- IfcReinforcingElement = 815,
1695
- IfcReinforcingElementType = 816,
1696
- IfcReinforcingMesh = 817,
1697
- IfcReinforcingMeshType = 818,
1698
- IfcReinforcingMeshTypeEnum = 819,
1699
- IfcRelAggregates = 820,
1700
- IfcRelAssigns = 821,
1701
- IfcRelAssignsToActor = 822,
1702
- IfcRelAssignsToControl = 823,
1703
- IfcRelAssignsToGroup = 824,
1704
- IfcRelAssignsToGroupByFactor = 825,
1705
- IfcRelAssignsToProcess = 826,
1706
- IfcRelAssignsToProduct = 827,
1707
- IfcRelAssignsToResource = 828,
1708
- IfcRelAssociates = 829,
1709
- IfcRelAssociatesApproval = 830,
1710
- IfcRelAssociatesClassification = 831,
1711
- IfcRelAssociatesConstraint = 832,
1712
- IfcRelAssociatesDocument = 833,
1713
- IfcRelAssociatesLibrary = 834,
1714
- IfcRelAssociatesMaterial = 835,
1715
- IfcRelationship = 836,
1716
- IfcRelConnects = 837,
1717
- IfcRelConnectsElements = 838,
1718
- IfcRelConnectsPathElements = 839,
1719
- IfcRelConnectsPorts = 840,
1720
- IfcRelConnectsPortToElement = 841,
1721
- IfcRelConnectsStructuralActivity = 842,
1722
- IfcRelConnectsStructuralMember = 843,
1723
- IfcRelConnectsWithEccentricity = 844,
1724
- IfcRelConnectsWithRealizingElements = 845,
1725
- IfcRelContainedInSpatialStructure = 846,
1726
- IfcRelCoversBldgElements = 847,
1727
- IfcRelCoversSpaces = 848,
1728
- IfcRelDeclares = 849,
1729
- IfcRelDecomposes = 850,
1730
- IfcRelDefines = 851,
1731
- IfcRelDefinesByObject = 852,
1732
- IfcRelDefinesByProperties = 853,
1733
- IfcRelDefinesByTemplate = 854,
1734
- IfcRelDefinesByType = 855,
1735
- IfcRelFillsElement = 856,
1736
- IfcRelFlowControlElements = 857,
1737
- IfcRelInterferesElements = 858,
1738
- IfcRelNests = 859,
1739
- IfcRelProjectsElement = 860,
1740
- IfcRelReferencedInSpatialStructure = 861,
1741
- IfcRelSequence = 862,
1742
- IfcRelServicesBuildings = 863,
1743
- IfcRelSpaceBoundary = 864,
1744
- IfcRelSpaceBoundary1stLevel = 865,
1745
- IfcRelSpaceBoundary2ndLevel = 866,
1746
- IfcRelVoidsElement = 867,
1747
- IfcReparametrisedCompositeCurveSegment = 868,
1748
- IfcRepresentation = 869,
1749
- IfcRepresentationContext = 870,
1750
- IfcRepresentationItem = 871,
1751
- IfcRepresentationMap = 872,
1752
- IfcResource = 873,
1753
- IfcResourceApprovalRelationship = 874,
1754
- IfcResourceConstraintRelationship = 875,
1755
- IfcResourceLevelRelationship = 876,
1756
- IfcResourceObjectSelect = 877,
1757
- IfcResourceSelect = 878,
1758
- IfcResourceTime = 879,
1759
- IfcRevolvedAreaSolid = 880,
1760
- IfcRevolvedAreaSolidTapered = 881,
1761
- IfcRightCircularCone = 882,
1762
- IfcRightCircularCylinder = 883,
1763
- IfcRoleEnum = 884,
1764
- IfcRoof = 885,
1765
- IfcRoofType = 886,
1766
- IfcRoofTypeEnum = 887,
1767
- IfcRoot = 888,
1768
- IfcRotationalFrequencyMeasure = 889,
1769
- IfcRotationalMassMeasure = 890,
1770
- IfcRotationalStiffnessMeasure = 891,
1771
- IfcRotationalStiffnessSelect = 892,
1772
- IfcRoundedRectangleProfileDef = 893,
1773
- IfcSanitaryTerminal = 894,
1774
- IfcSanitaryTerminalType = 895,
1775
- IfcSanitaryTerminalTypeEnum = 896,
1776
- IfcSchedulingTime = 897,
1777
- IfcSeamCurve = 898,
1778
- IfcSectionalAreaIntegralMeasure = 899,
1779
- IfcSectionedSolid = 900,
1780
- IfcSectionedSolidHorizontal = 901,
1781
- IfcSectionedSpine = 902,
1782
- IfcSectionModulusMeasure = 903,
1783
- IfcSectionProperties = 904,
1784
- IfcSectionReinforcementProperties = 905,
1785
- IfcSectionTypeEnum = 906,
1786
- IfcSegmentIndexSelect = 907,
1787
- IfcSensor = 908,
1788
- IfcSensorType = 909,
1789
- IfcSensorTypeEnum = 910,
1790
- IfcSequenceEnum = 911,
1791
- IfcShadingDevice = 912,
1792
- IfcShadingDeviceType = 913,
1793
- IfcShadingDeviceTypeEnum = 914,
1794
- IfcShapeAspect = 915,
1795
- IfcShapeModel = 916,
1796
- IfcShapeRepresentation = 917,
1797
- IfcShearModulusMeasure = 918,
1798
- IfcShell = 919,
1799
- IfcShellBasedSurfaceModel = 920,
1800
- IfcSimpleProperty = 921,
1801
- IfcSimplePropertyTemplate = 922,
1802
- IfcSimplePropertyTemplateTypeEnum = 923,
1803
- IfcSimpleValue = 924,
1804
- IfcSIPrefix = 925,
1805
- IfcSite = 926,
1806
- IfcSIUnit = 927,
1807
- IfcSIUnitName = 928,
1808
- IfcSizeSelect = 929,
1809
- IfcSlab = 930,
1810
- IfcSlabElementedCase = 931,
1811
- IfcSlabStandardCase = 932,
1812
- IfcSlabType = 933,
1813
- IfcSlabTypeEnum = 934,
1814
- IfcSlippageConnectionCondition = 935,
1815
- IfcSolarDevice = 936,
1816
- IfcSolarDeviceType = 937,
1817
- IfcSolarDeviceTypeEnum = 938,
1818
- IfcSolidAngleMeasure = 939,
1819
- IfcSolidModel = 940,
1820
- IfcSolidOrShell = 941,
1821
- IfcSoundPowerLevelMeasure = 942,
1822
- IfcSoundPowerMeasure = 943,
1823
- IfcSoundPressureLevelMeasure = 944,
1824
- IfcSoundPressureMeasure = 945,
1825
- IfcSpace = 946,
1826
- IfcSpaceBoundarySelect = 947,
1827
- IfcSpaceHeater = 948,
1828
- IfcSpaceHeaterType = 949,
1829
- IfcSpaceHeaterTypeEnum = 950,
1830
- IfcSpaceType = 951,
1831
- IfcSpaceTypeEnum = 952,
1832
- IfcSpatialElement = 953,
1833
- IfcSpatialElementType = 954,
1834
- IfcSpatialStructureElement = 955,
1835
- IfcSpatialStructureElementType = 956,
1836
- IfcSpatialZone = 957,
1837
- IfcSpatialZoneType = 958,
1838
- IfcSpatialZoneTypeEnum = 959,
1839
- IfcSpecificHeatCapacityMeasure = 960,
1840
- IfcSpecularExponent = 961,
1841
- IfcSpecularHighlightSelect = 962,
1842
- IfcSpecularRoughness = 963,
1843
- IfcSphere = 964,
1844
- IfcSphericalSurface = 965,
1845
- IfcStackTerminal = 966,
1846
- IfcStackTerminalType = 967,
1847
- IfcStackTerminalTypeEnum = 968,
1848
- IfcStair = 969,
1849
- IfcStairFlight = 970,
1850
- IfcStairFlightType = 971,
1851
- IfcStairFlightTypeEnum = 972,
1852
- IfcStairType = 973,
1853
- IfcStairTypeEnum = 974,
1854
- IfcStateEnum = 975,
1855
- IfcStrippedOptional = 976,
1856
- IfcStructuralAction = 977,
1857
- IfcStructuralActivity = 978,
1858
- IfcStructuralActivityAssignmentSelect = 979,
1859
- IfcStructuralAnalysisModel = 980,
1860
- IfcStructuralConnection = 981,
1861
- IfcStructuralConnectionCondition = 982,
1862
- IfcStructuralCurveAction = 983,
1863
- IfcStructuralCurveActivityTypeEnum = 984,
1864
- IfcStructuralCurveConnection = 985,
1865
- IfcStructuralCurveMember = 986,
1866
- IfcStructuralCurveMemberTypeEnum = 987,
1867
- IfcStructuralCurveMemberVarying = 988,
1868
- IfcStructuralCurveReaction = 989,
1869
- IfcStructuralItem = 990,
1870
- IfcStructuralLinearAction = 991,
1871
- IfcStructuralLoad = 992,
1872
- IfcStructuralLoadCase = 993,
1873
- IfcStructuralLoadConfiguration = 994,
1874
- IfcStructuralLoadGroup = 995,
1875
- IfcStructuralLoadLinearForce = 996,
1876
- IfcStructuralLoadOrResult = 997,
1877
- IfcStructuralLoadPlanarForce = 998,
1878
- IfcStructuralLoadSingleDisplacement = 999,
1879
- IfcStructuralLoadSingleDisplacementDistortion = 1000,
1880
- IfcStructuralLoadSingleForce = 1001,
1881
- IfcStructuralLoadSingleForceWarping = 1002,
1882
- IfcStructuralLoadStatic = 1003,
1883
- IfcStructuralLoadTemperature = 1004,
1884
- IfcStructuralMember = 1005,
1885
- IfcStructuralPlanarAction = 1006,
1886
- IfcStructuralPointAction = 1007,
1887
- IfcStructuralPointConnection = 1008,
1888
- IfcStructuralPointReaction = 1009,
1889
- IfcStructuralReaction = 1010,
1890
- IfcStructuralResultGroup = 1011,
1891
- IfcStructuralSurfaceAction = 1012,
1892
- IfcStructuralSurfaceActivityTypeEnum = 1013,
1893
- IfcStructuralSurfaceConnection = 1014,
1894
- IfcStructuralSurfaceMember = 1015,
1895
- IfcStructuralSurfaceMemberTypeEnum = 1016,
1896
- IfcStructuralSurfaceMemberVarying = 1017,
1897
- IfcStructuralSurfaceReaction = 1018,
1898
- IfcStyleAssignmentSelect = 1019,
1899
- IfcStyledItem = 1020,
1900
- IfcStyledRepresentation = 1021,
1901
- IfcStyleModel = 1022,
1902
- IfcSubContractResource = 1023,
1903
- IfcSubContractResourceType = 1024,
1904
- IfcSubContractResourceTypeEnum = 1025,
1905
- IfcSubedge = 1026,
1906
- IfcSurface = 1027,
1907
- IfcSurfaceCurve = 1028,
1908
- IfcSurfaceCurveSweptAreaSolid = 1029,
1909
- IfcSurfaceFeature = 1030,
1910
- IfcSurfaceFeatureTypeEnum = 1031,
1911
- IfcSurfaceOfLinearExtrusion = 1032,
1912
- IfcSurfaceOfRevolution = 1033,
1913
- IfcSurfaceOrFaceSurface = 1034,
1914
- IfcSurfaceReinforcementArea = 1035,
1915
- IfcSurfaceSide = 1036,
1916
- IfcSurfaceStyle = 1037,
1917
- IfcSurfaceStyleElementSelect = 1038,
1918
- IfcSurfaceStyleLighting = 1039,
1919
- IfcSurfaceStyleRefraction = 1040,
1920
- IfcSurfaceStyleRendering = 1041,
1921
- IfcSurfaceStyleShading = 1042,
1922
- IfcSurfaceStyleWithTextures = 1043,
1923
- IfcSurfaceTexture = 1044,
1924
- IfcSweptAreaSolid = 1045,
1925
- IfcSweptDiskSolid = 1046,
1926
- IfcSweptDiskSolidPolygonal = 1047,
1927
- IfcSweptSurface = 1048,
1928
- IfcSwitchingDevice = 1049,
1929
- IfcSwitchingDeviceType = 1050,
1930
- IfcSwitchingDeviceTypeEnum = 1051,
1931
- IfcSystem = 1052,
1932
- IfcSystemFurnitureElement = 1053,
1933
- IfcSystemFurnitureElementType = 1054,
1934
- IfcSystemFurnitureElementTypeEnum = 1055,
1935
- IfcTable = 1056,
1936
- IfcTableColumn = 1057,
1937
- IfcTableRow = 1058,
1938
- IfcTank = 1059,
1939
- IfcTankType = 1060,
1940
- IfcTankTypeEnum = 1061,
1941
- IfcTask = 1062,
1942
- IfcTaskDurationEnum = 1063,
1943
- IfcTaskTime = 1064,
1944
- IfcTaskTimeRecurring = 1065,
1945
- IfcTaskType = 1066,
1946
- IfcTaskTypeEnum = 1067,
1947
- IfcTelecomAddress = 1068,
1948
- IfcTemperatureGradientMeasure = 1069,
1949
- IfcTemperatureRateOfChangeMeasure = 1070,
1950
- IfcTendon = 1071,
1951
- IfcTendonAnchor = 1072,
1952
- IfcTendonAnchorType = 1073,
1953
- IfcTendonAnchorTypeEnum = 1074,
1954
- IfcTendonType = 1075,
1955
- IfcTendonTypeEnum = 1076,
1956
- IfcTessellatedFaceSet = 1077,
1957
- IfcTessellatedItem = 1078,
1958
- IfcText = 1079,
1959
- IfcTextAlignment = 1080,
1960
- IfcTextDecoration = 1081,
1961
- IfcTextFontName = 1082,
1962
- IfcTextFontSelect = 1083,
1963
- IfcTextLiteral = 1084,
1964
- IfcTextLiteralWithExtent = 1085,
1965
- IfcTextPath = 1086,
1966
- IfcTextStyle = 1087,
1967
- IfcTextStyleFontModel = 1088,
1968
- IfcTextStyleForDefinedFont = 1089,
1969
- IfcTextStyleTextModel = 1090,
1970
- IfcTextTransformation = 1091,
1971
- IfcTextureCoordinate = 1092,
1972
- IfcTextureCoordinateGenerator = 1093,
1973
- IfcTextureMap = 1094,
1974
- IfcTextureVertex = 1095,
1975
- IfcTextureVertexList = 1096,
1976
- IfcThermalAdmittanceMeasure = 1097,
1977
- IfcThermalConductivityMeasure = 1098,
1978
- IfcThermalExpansionCoefficientMeasure = 1099,
1979
- IfcThermalResistanceMeasure = 1100,
1980
- IfcThermalTransmittanceMeasure = 1101,
1981
- IfcThermodynamicTemperatureMeasure = 1102,
1982
- IfcTime = 1103,
1983
- IfcTimeMeasure = 1104,
1984
- IfcTimeOrRatioSelect = 1105,
1985
- IfcTimePeriod = 1106,
1986
- IfcTimeSeries = 1107,
1987
- IfcTimeSeriesDataTypeEnum = 1108,
1988
- IfcTimeSeriesValue = 1109,
1989
- IfcTimeStamp = 1110,
1990
- IfcTopologicalRepresentationItem = 1111,
1991
- IfcTopologyRepresentation = 1112,
1992
- IfcToroidalSurface = 1113,
1993
- IfcTorqueMeasure = 1114,
1994
- IfcTransformer = 1115,
1995
- IfcTransformerType = 1116,
1996
- IfcTransformerTypeEnum = 1117,
1997
- IfcTransitionCode = 1118,
1998
- IfcTransitionCurveSegment2D = 1119,
1999
- IfcTransitionCurveType = 1120,
2000
- IfcTranslationalStiffnessSelect = 1121,
2001
- IfcTransportElement = 1122,
2002
- IfcTransportElementType = 1123,
2003
- IfcTransportElementTypeEnum = 1124,
2004
- IfcTrapeziumProfileDef = 1125,
2005
- IfcTriangulatedFaceSet = 1126,
2006
- IfcTriangulatedIrregularNetwork = 1127,
2007
- IfcTrimmedCurve = 1128,
2008
- IfcTrimmingPreference = 1129,
2009
- IfcTrimmingSelect = 1130,
2010
- IfcTShapeProfileDef = 1131,
2011
- IfcTubeBundle = 1132,
2012
- IfcTubeBundleType = 1133,
2013
- IfcTubeBundleTypeEnum = 1134,
2014
- IfcTypeObject = 1135,
2015
- IfcTypeProcess = 1136,
2016
- IfcTypeProduct = 1137,
2017
- IfcTypeResource = 1138,
2018
- IfcUnit = 1139,
2019
- IfcUnitaryControlElement = 1140,
2020
- IfcUnitaryControlElementType = 1141,
2021
- IfcUnitaryControlElementTypeEnum = 1142,
2022
- IfcUnitaryEquipment = 1143,
2023
- IfcUnitaryEquipmentType = 1144,
2024
- IfcUnitaryEquipmentTypeEnum = 1145,
2025
- IfcUnitAssignment = 1146,
2026
- IfcUnitEnum = 1147,
2027
- IfcURIReference = 1148,
2028
- IfcUShapeProfileDef = 1149,
2029
- IfcValue = 1150,
2030
- IfcValve = 1151,
2031
- IfcValveType = 1152,
2032
- IfcValveTypeEnum = 1153,
2033
- IfcVaporPermeabilityMeasure = 1154,
2034
- IfcVector = 1155,
2035
- IfcVectorOrDirection = 1156,
2036
- IfcVertex = 1157,
2037
- IfcVertexLoop = 1158,
2038
- IfcVertexPoint = 1159,
2039
- IfcVibrationIsolator = 1160,
2040
- IfcVibrationIsolatorType = 1161,
2041
- IfcVibrationIsolatorTypeEnum = 1162,
2042
- IfcVirtualElement = 1163,
2043
- IfcVirtualGridIntersection = 1164,
2044
- IfcVoidingFeature = 1165,
2045
- IfcVoidingFeatureTypeEnum = 1166,
2046
- IfcVolumeMeasure = 1167,
2047
- IfcVolumetricFlowRateMeasure = 1168,
2048
- IfcWall = 1169,
2049
- IfcWallElementedCase = 1170,
2050
- IfcWallStandardCase = 1171,
2051
- IfcWallType = 1172,
2052
- IfcWallTypeEnum = 1173,
2053
- IfcWarpingConstantMeasure = 1174,
2054
- IfcWarpingMomentMeasure = 1175,
2055
- IfcWarpingStiffnessSelect = 1176,
2056
- IfcWasteTerminal = 1177,
2057
- IfcWasteTerminalType = 1178,
2058
- IfcWasteTerminalTypeEnum = 1179,
2059
- IfcWindow = 1180,
2060
- IfcWindowLiningProperties = 1181,
2061
- IfcWindowPanelOperationEnum = 1182,
2062
- IfcWindowPanelPositionEnum = 1183,
2063
- IfcWindowPanelProperties = 1184,
2064
- IfcWindowStandardCase = 1185,
2065
- IfcWindowStyle = 1186,
2066
- IfcWindowStyleConstructionEnum = 1187,
2067
- IfcWindowStyleOperationEnum = 1188,
2068
- IfcWindowType = 1189,
2069
- IfcWindowTypeEnum = 1190,
2070
- IfcWindowTypePartitioningEnum = 1191,
2071
- IfcWorkCalendar = 1192,
2072
- IfcWorkCalendarTypeEnum = 1193,
2073
- IfcWorkControl = 1194,
2074
- IfcWorkPlan = 1195,
2075
- IfcWorkPlanTypeEnum = 1196,
2076
- IfcWorkSchedule = 1197,
2077
- IfcWorkScheduleTypeEnum = 1198,
2078
- IfcWorkTime = 1199,
2079
- IfcZone = 1200,
2080
- IfcZShapeProfileDef = 1201,
2081
- UNDEFINED = 1202,
2082
- Other3DModel = 1203
2083
- }
2084
- export class ModelElementPropertySet {
2085
- name: string;
2086
- properties: ModelElementProperty[];
2087
- type: IfcType;
2088
- }
2089
- export class ModelElementProperty {
2090
- name: string;
2091
- unit: number;
2092
- value: ModelElementPropertyValue;
2093
- }
2094
- export class ModelElementPropertyValue {
2095
- str_value?: string;
2096
- int_value?: number;
2097
- double_value?: number;
2098
- date_value?: bigint;
2099
- array_value: Array<string>;
2100
- decimal_value?: number;
2101
- guid_value?: string;
2102
- array_int_value: Array<number>;
2103
- bool_value?: boolean;
2104
- get value(): unknown;
2105
- }
2106
-
2107
- export class SettingsNames {
2108
- static TELEMETRY: string;
2109
- static AXES: string;
2110
- static CAMERA_ANIMATION: string;
2111
- static HIDE_SMALL_ELEMENTS_WHEN_NAVIGATING: string;
2112
- static GLOBAL_LIGHT: string;
2113
- static LIGHT_SOURCE: string;
2114
- static ANTI_ALIASING: string;
2115
- static HIDE_SMALL_ELEMENTS_MOVING: string;
2116
- static SMALL_ELEMENT_SIZE: string;
2117
- static LABEL_LINE_LENGTH: string;
2118
- static HIDE_EDGES_WHEN_NAVIGATING: string;
2119
- static DISPLAY_MODE: string;
2120
- static NAVIGATION_CUBE: string;
2121
- static DESIRED_FRAMERATE: string;
2122
- static MANAGE_TIME: string;
2123
- static HOVER_MESHES: string;
2124
- static HOVER_EDGES: string;
2125
- static SELECT_MESHES: string;
2126
- static SELECT_EDGES: string;
2127
- }
2128
- export enum ValueType {
2129
- STRING = 0,
2130
- NUMBER = 1,
2131
- ENUM = 2,
2132
- BOOL = 3
2133
- }
2134
- export class RenderViewSettings {
2135
- telemetry?: boolean;
2136
- hideEdgesWhenNavigation?: boolean;
2137
- antiAliasing?: boolean;
2138
- displayMode?: DisplayMode;
2139
- /** Desired render framerate */
2140
- desiredFramerate?: number;
2141
- /** Allocated time for rendering operations, excluding scene rendering */
2142
- manageTime?: number;
2143
- /** Number of scene updates managed at once */
2144
- chunkUpdateSize?: number;
2145
- /** Draw hovered meshes on the `selectionScene` */
2146
- hoverMeshes?: boolean;
2147
- /** Draw hovered edges on the `selectionScene` */
2148
- hoverEdges?: boolean;
2149
- /** Draw selected meshes on the `selectionScene` */
2150
- selectEdges?: boolean;
2151
- /** Draw selected edges on the `selectionScene` */
2152
- selectMeshes?: boolean;
2153
- }
2154
- export enum DisplayMode {
2155
- FACES_AND_EDGES = 0,
2156
- FACES = 1
2157
- }
2158
- export const defaultRenderViewSettings: RenderViewSettings;
2159
- export class Viewer3DConfiguration extends ViewerConfiguration {
2160
- render: ViewerSettings;
2161
-
2162
- constructor(appearance?: ViewerSettings, render?: ViewerSettings);
2163
- }
2164
- export const defaultViewer3DSettings: ViewerSettings;
2165
- export interface SceneCheckOptions {
2166
- /** specify whether intersections should be filtered by clippings */
2167
- filterByClipping?: boolean;
2168
- }
2169
- export interface ModelCheckOptions extends SceneCheckOptions {
2170
- /** Scene names to check intersections. */
2171
- sceneNames?: string[];
2172
- }
2173
- export interface IIntersectionChecker<TOptions> {
2174
- /**
2175
- * Gets {@link THREE.Intersection<THREE.Object3D>} between a casted {@link ray} and model object.
2176
- * @param ray
2177
- * @param camera
2178
- * @param options - (optional) intersection check options.
2179
- */
2180
- getIntersectionByRay(ray: THREE.Ray, camera: THREE.Camera, options?: TOptions): THREE.Intersection<THREE.Object3D> | undefined;
2181
- /**
2182
- * Gets ID of the model object intersected by {@link ray}
2183
- * @param ray
2184
- * @param camera
2185
- * @param options - (optional) intersection check options.
2186
- */
2187
- getIntersectionIDByRay(ray: THREE.Ray, camera: THREE.Camera, options?: TOptions): {
2188
- modelId: string;
2189
- guid: string;
2190
- } | undefined;
2191
- /**
2192
- * Gets {@link THREE.Intersection} between a ray, casted from {@link camera} to {@link ndcPoint}, and model object.
2193
- * @param ndcPoint
2194
- * @param camera
2195
- * @param options - (optional) intersection check options.
2196
- */
2197
- getIntersectionByNdcPt(ndcPoint: THREE.Vector2, camera: THREE.Camera, options?: TOptions): THREE.Intersection<THREE.Object3D> | undefined;
2198
- /**
2199
- * Gets ID of the model object intersected by ray, casted from {@link camera} to {@link ndcPoint}.
2200
- * @param ndcPoint
2201
- * @param camera
2202
- * @param options - (optional) intersection check options.
2203
- */
2204
- getIntersectionIDByNdcPt(ndcPoint: THREE.Vector2, camera: THREE.Camera, options?: TOptions): {
2205
- modelId: string;
2206
- guid: string;
2207
- } | undefined;
2208
- /**
2209
- * Gets IDs of the model objects intersected by frustum.
2210
- * @param ndcFrustumBox - frustum in the NDC space.
2211
- * @param unProjMatrix - NDC to World projection matrix.
2212
- * @param isContainsOnly - if true, gets only fully contained objects in the frustum.
2213
- * @param options - (optional) intersection check options.
2214
- */
2215
- getIntersectionIDByFrustumNdcPt(ndcFrustumBox: THREE.Box3, unProjMatrix: THREE.Matrix4, isContainsOnly: boolean, options?: TOptions): {
2216
- modelId: string;
2217
- guid: string;
2218
- }[];
2219
- /**
2220
- * Gets all intersections between a ray, casted from {@link camera} to {@link ndcPoint} and model objects.
2221
- * @param ray
2222
- * @param camera
2223
- * @param options - (optional) intersection check options.
2224
- */
2225
- getAllIntersectionsByRay(ray: THREE.Ray, camera: THREE.Camera, options?: TOptions): THREE.Intersection<THREE.Object3D>[];
2226
- /**
2227
- * Gets IDs of the model objects intersected by ray, casted from {@link camera} to {@link ndcPoint}.
2228
- * @param ndcPos
2229
- * @param camera
2230
- * @param options - (optional) intersection check options.
2231
- */
2232
- getAllIntersectionsByNdcPt(ndcPos: THREE.Vector2, camera: THREE.Camera, options?: TOptions): THREE.Intersection<THREE.Object3D>[];
2233
- }
2234
- export interface ISceneIntersectionChecker extends IIntersectionChecker<SceneCheckOptions> {
2235
- /** Gets the bounding box of the scene*/
2236
- get boundingBox(): THREE.Box3;
2237
- }
2238
- export interface IModelIntersectionChecker extends IIntersectionChecker<ModelCheckOptions> {
2239
- /** Gets the bounding box of the model*/
2240
- get boundingBox(): THREE.Box3;
2241
- /** Gets the center of the model*/
2242
- get modelCenter(): THREE.Vector3;
2243
- }
2244
- export class TPair<TKey, TValue> {
2245
-
2246
- constructor(key: TKey, value: TValue);
2247
- get key(): TKey;
2248
- get value(): TValue;
2249
- }
2250
- export interface IRenderOperationContext {
2251
- /** If true, renderScenes operations will be forced*/
2252
- isRedrawRequested: boolean;
2253
- /** If true - operations will not be suspended by the scheduler*/
2254
- isForcedExecution: boolean;
2255
- /** Gets renderer*/
2256
- get renderer(): I3DRenderer;
2257
- /** Gets camera*/
2258
- get camera(): THREE.Camera;
2259
- /** Gets render settings*/
2260
- get settings(): RenderViewSettings;
2261
- /** Indicates whether the navigation is in progress */
2262
- get isNavigation(): boolean;
2263
- /** Indicates whether faces and edges should be drawn */
2264
- get displayMode(): DisplayMode;
2265
- /** Indicates whether the operation has been requested to be suspended by the scheduler*/
2266
- get isSuspensionRequested(): boolean;
2267
- /** Gets the remaining time for the render operations in current iteration*/
2268
- get remainedTime(): DOMHighResTimeStamp;
2269
- /** Gets the time elapsed on render operations in current iteration*/
2270
- get elapsedTime(): DOMHighResTimeStamp;
2271
- /** Gets the timestamp of the last rendered frame*/
2272
- get lastFrameTimestamp(): DOMHighResTimeStamp;
2273
- /** Gets the timestamp of the last finished render cycle*/
2274
- get lastRenderCycleTimestamp(): DOMHighResTimeStamp;
2275
- /** Indicates that the operation time has exceeded the alloted time */
2276
- get isElapsed(): boolean;
2277
- /**Data shared between operations in a one render cycle */
2278
- get userData(): Map<string, object>;
2279
- }
2280
- export enum OperationStatus {
2281
- /** Operation planned in the render cycle */
2282
- Planned = 0,
2283
- /** Operation suspended in the render cycle, will be resumed at the next iteration*/
2284
- Suspended = 1,
2285
- /** Operation finished in the render cycle */
2286
- Finished = 2
2287
- }
2288
- export enum OperationMode {
2289
- /** Perform an operation once*/
2290
- OneTime = 0,
2291
- /** Perform an operation once in a render cycle*/
2292
- EveryCycle = 1,
2293
- /** Perform an operation for each frame */
2294
- EveryFrame = 2
2295
- }
2296
- export enum OperationPriority {
2297
- beforeAll = 0,
2298
- scanForChanges = 8,
2299
- applyChanges = 16,
2300
- manageScenes = 24,
2301
- renderScenes = 32,
2302
- renderViewcube = 40,
2303
- afterAll = 100
2304
- }
2305
- export type RenderOperationDelegate = (context: IRenderOperationContext) => OperationStatus;
2306
- export enum SceneNames {
2307
- Main = "MainScene",
2308
- PointCloud = "PointCloud",
2309
- Overlay = "OverlayScene"
2310
- }
2311
- export interface IUserScene extends THREE.Scene {
2312
- /** Scene name */
2313
- readonly name: string;
2314
- /** Indicates whether the scene should to be updated (should to be managed)*/
2315
- get needsUpdate(): boolean;
2316
- /** Indicates whether the scene should be redrawn*/
2317
- get needsRedraw(): boolean;
2318
- /** Gets the scene intersection checker */
2319
- get intersectionChecker(): ISceneIntersectionChecker | null;
2320
- /** Sets clipping enable */
2321
- set clippingEnable(value: boolean);
2322
- /** Indicates whether the scene should be clipped */
2323
- get clippingEnable(): boolean;
2324
- /** Place objects on scene */
2325
- addRange(objects: THREE.Object3D[]): void;
2326
- /** Update objects on scene */
2327
- updateRange(objects: TPair<THREE.Object3D, UpdateType>[]): void;
2328
- /** Remove objects from scene */
2329
- removeRange(objects: THREE.Object3D[]): void;
2330
- /** Indicates if the object is placed on scene */
2331
- has(obj: THREE.Object3D): boolean;
2332
- /** Traverse scene */
2333
- traverse(callback: (object: THREE.Object3D) => void): void;
2334
- /** Set cliping for the scene */
2335
- setClipping(planes: THREE.Plane[]): void;
2336
- /** Manage scene, manage updates on scene */
2337
- manageScene(context?: IRenderOperationContext): boolean;
2338
- /** Render scene */
2339
- render(context?: IRenderOperationContext): void;
2340
- /** Dispose scene */
2341
- dispose(): void;
2342
- }
2343
- export interface I3DRenderer {
2344
- clippingPlanes: THREE.Plane[];
2345
- domElement: HTMLCanvasElement;
2346
- clear(color?: boolean, depth?: boolean, stencil?: boolean): void;
2347
- getClearColor(target: THREE.Color): THREE.Color;
2348
- setClearColor(color: THREE.ColorRepresentation, alpha?: number): void;
2349
- clearDepth(): void;
2350
- render(scene: THREE.Object3D, camera: THREE.Camera): void;
2351
- getSize(target: THREE.Vector2): THREE.Vector2;
2352
- setSize(width: number, height: number, updateStyle?: boolean): void;
2353
- setPixelRatio(value: number): void;
2354
- setViewport(x: THREE.Vector4 | number, y?: number, width?: number, height?: number): void;
2355
- getViewport(target: THREE.Vector4): THREE.Vector4;
874
+ export class RenderViewSettings {
875
+ telemetry?: boolean;
876
+ hideEdgesWhenNavigation?: boolean;
877
+ antiAliasing?: boolean;
878
+ displayMode?: DisplayMode;
879
+ /** Desired render framerate */
880
+ desiredFramerate?: number;
881
+ /** Allocated time for rendering operations, excluding scene rendering */
882
+ manageTime?: number;
883
+ /** Number of scene updates managed at once */
884
+ chunkUpdateSize?: number;
885
+ /** Draw hovered meshes on the `selectionScene` */
886
+ hoverMeshes?: boolean;
887
+ /** Draw hovered edges on the `selectionScene` */
888
+ hoverEdges?: boolean;
889
+ /** Draw selected meshes on the `selectionScene` */
890
+ selectEdges?: boolean;
891
+ /** Draw selected edges on the `selectionScene` */
892
+ selectMeshes?: boolean;
893
+ }
894
+ export enum DisplayMode {
895
+ FACES_AND_EDGES = 0,
896
+ FACES = 1
897
+ }
898
+ export const defaultRenderViewSettings: RenderViewSettings;
899
+ export class TPair<TKey, TValue> {
900
+
901
+ constructor(key: TKey, value: TValue);
902
+ get key(): TKey;
903
+ get value(): TValue;
904
+ }
905
+ export interface SceneCheckOptions {
906
+ /** specify whether intersections should be filtered by clippings */
907
+ filterByClipping?: boolean;
908
+ }
909
+ export interface ModelCheckOptions extends SceneCheckOptions {
910
+ /** Scene names to check intersections. */
911
+ sceneNames?: string[];
912
+ }
913
+ export interface IIntersectionChecker<TOptions> {
914
+ /**
915
+ * Gets {@link THREE.Intersection<THREE.Object3D>} between a casted {@link ray} and model object.
916
+ * @param ray
917
+ * @param camera
918
+ * @param options - (optional) intersection check options.
919
+ */
920
+ getIntersectionByRay(ray: THREE.Ray, camera: THREE.Camera, options?: TOptions): THREE.Intersection<THREE.Object3D> | undefined;
921
+ /**
922
+ * Gets ID of the model object intersected by {@link ray}
923
+ * @param ray
924
+ * @param camera
925
+ * @param options - (optional) intersection check options.
926
+ */
927
+ getIntersectionIDByRay(ray: THREE.Ray, camera: THREE.Camera, options?: TOptions): {
928
+ modelId: string;
929
+ guid: string;
930
+ } | undefined;
931
+ /**
932
+ * Gets {@link THREE.Intersection} between a ray, casted from {@link camera} to {@link ndcPoint}, and model object.
933
+ * @param ndcPoint
934
+ * @param camera
935
+ * @param options - (optional) intersection check options.
936
+ */
937
+ getIntersectionByNdcPt(ndcPoint: THREE.Vector2, camera: THREE.Camera, options?: TOptions): THREE.Intersection<THREE.Object3D> | undefined;
938
+ /**
939
+ * Gets ID of the model object intersected by ray, casted from {@link camera} to {@link ndcPoint}.
940
+ * @param ndcPoint
941
+ * @param camera
942
+ * @param options - (optional) intersection check options.
943
+ */
944
+ getIntersectionIDByNdcPt(ndcPoint: THREE.Vector2, camera: THREE.Camera, options?: TOptions): {
945
+ modelId: string;
946
+ guid: string;
947
+ } | undefined;
948
+ /**
949
+ * Gets IDs of the model objects intersected by frustum.
950
+ * @param ndcFrustumBox - frustum in the NDC space.
951
+ * @param unProjMatrix - NDC to World projection matrix.
952
+ * @param isContainsOnly - if true, gets only fully contained objects in the frustum.
953
+ * @param options - (optional) intersection check options.
954
+ */
955
+ getIntersectionIDByFrustumNdcPt(ndcFrustumBox: THREE.Box3, unProjMatrix: THREE.Matrix4, isContainsOnly: boolean, options?: TOptions): {
956
+ modelId: string;
957
+ guid: string;
958
+ }[];
959
+ /**
960
+ * Gets all intersections between a ray, casted from {@link camera} to {@link ndcPoint} and model objects.
961
+ * @param ray
962
+ * @param camera
963
+ * @param options - (optional) intersection check options.
964
+ */
965
+ getAllIntersectionsByRay(ray: THREE.Ray, camera: THREE.Camera, options?: TOptions): THREE.Intersection<THREE.Object3D>[];
966
+ /**
967
+ * Gets IDs of the model objects intersected by ray, casted from {@link camera} to {@link ndcPoint}.
968
+ * @param ndcPos
969
+ * @param camera
970
+ * @param options - (optional) intersection check options.
971
+ */
972
+ getAllIntersectionsByNdcPt(ndcPos: THREE.Vector2, camera: THREE.Camera, options?: TOptions): THREE.Intersection<THREE.Object3D>[];
973
+ }
974
+ export interface ISceneIntersectionChecker extends IIntersectionChecker<SceneCheckOptions> {
975
+ /** Gets the bounding box of the scene*/
976
+ get boundingBox(): THREE.Box3;
977
+ }
978
+ export interface IModelIntersectionChecker extends IIntersectionChecker<ModelCheckOptions> {
979
+ /** Gets the bounding box of the model*/
980
+ get boundingBox(): THREE.Box3;
981
+ /** Gets the center of the model*/
982
+ get modelCenter(): THREE.Vector3;
983
+ }
984
+ export interface I3DRenderer {
985
+ clippingPlanes: THREE.Plane[];
986
+ domElement: HTMLCanvasElement;
987
+ clear(color?: boolean, depth?: boolean, stencil?: boolean): void;
988
+ getClearColor(target: THREE.Color): THREE.Color;
989
+ setClearColor(color: THREE.ColorRepresentation, alpha?: number): void;
990
+ clearDepth(): void;
991
+ render(scene: THREE.Object3D, camera: THREE.Camera): void;
992
+ getSize(target: THREE.Vector2): THREE.Vector2;
993
+ setSize(width: number, height: number, updateStyle?: boolean): void;
994
+ setPixelRatio(value: number): void;
995
+ setViewport(x: THREE.Vector4 | number, y?: number, width?: number, height?: number): void;
996
+ getViewport(target: THREE.Vector4): THREE.Vector4;
2356
997
  dispose(): void;
2357
998
  }
2358
999
  export interface IRenderViewer3D {
@@ -2400,204 +1041,98 @@ export interface IRenderViewer3D {
2400
1041
  */
2401
1042
  removeScene(scene: IUserScene): void;
2402
1043
  }
2403
- export abstract class CustomMaterial extends THREE.ShaderMaterial {
2404
-
2405
- constructor();
2406
- get hash(): number;
2407
- copy(source: CustomMaterial): this;
2408
- protected refreshUniforms(uniforms: {
2409
- [uniform: string]: THREE.IUniform;
2410
- }, material: CustomMaterial, renderer: THREE.WebGLRenderer): void;
2411
- protected onBeforeCompileCallback(shader: THREE.Shader): void;
2412
- protected refreshTransformUniform(map: THREE.Texture, uniform: THREE.IUniform): void;
2413
- protected onBeforeRender(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group): void;
2414
- }
2415
- export interface CustomMeshLambertMaterialParameters extends THREE.ShaderMaterialParameters {
2416
- instancing?: boolean | undefined;
2417
- instancingColor?: boolean | undefined;
2418
- color?: THREE.ColorRepresentation | undefined;
2419
- emissive?: THREE.ColorRepresentation | undefined;
2420
- emissiveIntensity?: number | undefined;
2421
- fog?: boolean | undefined;
2422
- }
2423
- export class CustomMeshLambertMaterial extends CustomMaterial {
2424
- type: string;
2425
-
2426
- constructor(parameters?: CustomMeshLambertMaterialParameters);
2427
- /**
2428
- * @default false
2429
- */
2430
- get instancing(): boolean;
2431
- set instancing(value: boolean);
2432
- /**
2433
- * @default false
2434
- */
2435
- get instancingColor(): boolean;
2436
- set instancingColor(value: boolean);
2437
- /**
2438
- * @default new THREE.Color( 0xffffff )
2439
- */
2440
- color: THREE.Color;
2441
- /**
2442
- * @default new THREE.Color( 0x000000 )
2443
- */
2444
- emissive: THREE.Color;
2445
- /**
2446
- * @default 1
2447
- */
2448
- emissiveIntensity: number;
2449
- /**
2450
- * Whether the material is affected by fog. Default is true.
2451
- * @default fog
2452
- */
2453
- fog: boolean;
2454
- protected refreshUniformsCommon(uniforms: {
2455
- [uniform: string]: THREE.IUniform;
2456
- }, material: CustomMeshLambertMaterial, renderer: THREE.WebGLRenderer): void;
2457
- protected refreshUniforms(uniforms: {
2458
- [uniform: string]: THREE.IUniform;
2459
- }, material: CustomMaterial, renderer: THREE.WebGLRenderer): void;
2460
- copy(source: CustomMeshLambertMaterial): this;
2461
- }
2462
- export interface CustomLineMaterialParameters extends THREE.ShaderMaterialParameters {
2463
- instancing?: boolean | undefined;
2464
- instancingColor?: boolean | undefined;
2465
- color?: THREE.ColorRepresentation | undefined;
2466
- }
2467
- export class CustomLineMaterial extends CustomMaterial {
2468
- type: string;
2469
-
2470
- constructor(parameters?: CustomLineMaterialParameters);
2471
- /**
2472
- * @default false
2473
- */
2474
- get instancing(): boolean;
2475
- set instancing(value: boolean);
2476
- /**
2477
- * @default false
2478
- */
2479
- get instancingColor(): boolean;
2480
- set instancingColor(value: boolean);
2481
- /**
2482
- * @default 0xffffff
2483
- */
2484
- color: THREE.Color;
2485
- copy(source: CustomLineMaterial): this;
2486
- protected refreshUniforms(uniforms: {
2487
- [uniform: string]: THREE.IUniform;
2488
- }, material: CustomLineMaterial, renderer: THREE.WebGLRenderer): void;
2489
- }
2490
- export interface MeshLineMaterialParameters extends THREE.ShaderMaterialParameters {
2491
- color?: THREE.ColorRepresentation | undefined;
2492
- dashed?: boolean | undefined;
2493
- dashScale?: number | undefined;
2494
- dashSize?: number | undefined;
2495
- dashOffset?: number | undefined;
2496
- gapSize?: number | undefined;
2497
- worldUnits?: boolean | undefined;
2498
- }
2499
- export class MeshLineMaterial extends CustomMaterial {
2500
- type: string;
2501
-
2502
- constructor(parameters: MeshLineMaterialParameters);
2503
- /**
2504
- * @default false
2505
- */
2506
- get worldUnits(): boolean;
2507
- set worldUnits(value: boolean);
2508
- /**
2509
- * @default false
2510
- */
2511
- get dashed(): boolean;
2512
- set dashed(value: boolean);
2513
- get resolution(): THREE.Vector2;
2514
- /**
2515
- * @default 0xffffff
2516
- */
2517
- color: THREE.Color;
2518
- /**
2519
- * @default 1
2520
- */
2521
- dashScale: number;
2522
- /**
2523
- * @default 1
2524
- */
2525
- dashSize: number;
2526
- /**
2527
- * @default 0
2528
- */
2529
- dashOffset: number;
2530
- /**
2531
- * @default 1
2532
- */
2533
- gapSize: number;
2534
- copy(source: MeshLineMaterial): this;
2535
- protected refreshUniforms(uniforms: {
2536
- [uniform: string]: THREE.IUniform;
2537
- }, material: CustomMaterial, renderer: THREE.WebGLRenderer): void;
1044
+ export interface IRenderOperationContext {
1045
+ /** If true, renderScenes operations will be forced*/
1046
+ isRedrawRequested: boolean;
1047
+ /** If true - operations will not be suspended by the scheduler*/
1048
+ isForcedExecution: boolean;
1049
+ /** Gets renderer*/
1050
+ get renderer(): I3DRenderer;
1051
+ /** Gets camera*/
1052
+ get camera(): THREE.Camera;
1053
+ /** Gets render settings*/
1054
+ get settings(): RenderViewSettings;
1055
+ /** Indicates whether the navigation is in progress */
1056
+ get isNavigation(): boolean;
1057
+ /** Indicates whether faces and edges should be drawn */
1058
+ get displayMode(): DisplayMode;
1059
+ /** Indicates whether the operation has been requested to be suspended by the scheduler*/
1060
+ get isSuspensionRequested(): boolean;
1061
+ /** Gets the remaining time for the render operations in current iteration*/
1062
+ get remainedTime(): DOMHighResTimeStamp;
1063
+ /** Gets the time elapsed on render operations in current iteration*/
1064
+ get elapsedTime(): DOMHighResTimeStamp;
1065
+ /** Gets the timestamp of the last rendered frame*/
1066
+ get lastFrameTimestamp(): DOMHighResTimeStamp;
1067
+ /** Gets the timestamp of the last finished render cycle*/
1068
+ get lastRenderCycleTimestamp(): DOMHighResTimeStamp;
1069
+ /** Indicates that the operation time has exceeded the alloted time */
1070
+ get isElapsed(): boolean;
1071
+ /**Data shared between operations in a one render cycle */
1072
+ get userData(): Map<string, object>;
2538
1073
  }
2539
- export interface CustomPointMaterialParameters extends THREE.ShaderMaterialParameters, THREE.PointsMaterialParameters {
1074
+ export enum OperationStatus {
1075
+ /** Operation planned in the render cycle */
1076
+ Planned = 0,
1077
+ /** Operation suspended in the render cycle, will be resumed at the next iteration*/
1078
+ Suspended = 1,
1079
+ /** Operation finished in the render cycle */
1080
+ Finished = 2
2540
1081
  }
2541
- export class CustomPointMaterial extends CustomMaterial {
2542
- type: string;
2543
-
2544
- constructor(parameters?: CustomPointMaterialParameters);
2545
- /**
2546
- * @default new THREE.Color( 0xffffff )
2547
- */
2548
- color: THREE.Color;
2549
- /**
2550
- * @default null
2551
- */
2552
- map: THREE.Texture | null;
2553
- /**
2554
- * @default null
2555
- */
2556
- alphaMap: THREE.Texture | null;
2557
- /**
2558
- * @default 1
2559
- */
2560
- size: number;
2561
- /**
2562
- * @default true
2563
- */
2564
- sizeAttenuation: boolean;
2565
- copy(source: CustomPointMaterial): this;
2566
- protected refreshUniformsCommon(uniforms: {
2567
- [uniform: string]: THREE.IUniform;
2568
- }, material: CustomPointMaterial, renderer: THREE.WebGLRenderer): void;
2569
- protected refreshUniforms(uniforms: {
2570
- [uniform: string]: THREE.IUniform;
2571
- }, material: CustomMaterial, renderer: THREE.WebGLRenderer): void;
1082
+ export enum OperationMode {
1083
+ /** Perform an operation once*/
1084
+ OneTime = 0,
1085
+ /** Perform an operation once in a render cycle*/
1086
+ EveryCycle = 1,
1087
+ /** Perform an operation for each frame */
1088
+ EveryFrame = 2
2572
1089
  }
2573
- export interface CloudPointMaterialParameters extends THREE.ShaderMaterialParameters, THREE.PointsMaterialParameters {
2574
- color?: THREE.ColorRepresentation | undefined;
2575
- size?: number | undefined;
2576
- sizeAttenuation?: boolean | undefined;
1090
+ export enum OperationPriority {
1091
+ beforeAll = 0,
1092
+ scanForChanges = 8,
1093
+ applyChanges = 16,
1094
+ manageScenes = 24,
1095
+ renderScenes = 32,
1096
+ renderViewcube = 40,
1097
+ afterAll = 100
2577
1098
  }
2578
- export class CloudPointMaterial extends CustomMaterial {
2579
- type: string;
2580
-
2581
- constructor(parameters?: CloudPointMaterialParameters);
2582
- /**
2583
- * @default true
2584
- */
2585
- sizeAttenuation: boolean;
2586
- /**
2587
- * @default new THREE.Color( 0xffffff )
2588
- */
2589
- color: THREE.Color;
2590
- /**
2591
- * @default 1
2592
- */
2593
- size: number;
2594
- copy(source: CloudPointMaterial): this;
2595
- protected refreshUniformsCommon(uniforms: {
2596
- [uniform: string]: THREE.IUniform;
2597
- }, material: CloudPointMaterial, renderer: THREE.WebGLRenderer): void;
2598
- protected refreshUniforms(uniforms: {
2599
- [uniform: string]: THREE.IUniform;
2600
- }, material: CustomMaterial, renderer: THREE.WebGLRenderer): void;
1099
+ export type RenderOperationDelegate = (context: IRenderOperationContext) => OperationStatus;
1100
+ export enum SceneNames {
1101
+ Main = "MainScene",
1102
+ PointCloud = "PointCloud",
1103
+ Overlay = "OverlayScene"
1104
+ }
1105
+ export interface IUserScene extends THREE.Scene {
1106
+ /** Scene name */
1107
+ readonly name: string;
1108
+ /** Indicates whether the scene should to be updated (should to be managed)*/
1109
+ get needsUpdate(): boolean;
1110
+ /** Indicates whether the scene should be redrawn*/
1111
+ get needsRedraw(): boolean;
1112
+ /** Gets the scene intersection checker */
1113
+ get intersectionChecker(): ISceneIntersectionChecker | null;
1114
+ /** Sets clipping enable */
1115
+ set clippingEnable(value: boolean);
1116
+ /** Indicates whether the scene should be clipped */
1117
+ get clippingEnable(): boolean;
1118
+ /** Place objects on scene */
1119
+ addRange(objects: THREE.Object3D[]): void;
1120
+ /** Update objects on scene */
1121
+ updateRange(objects: TPair<THREE.Object3D, UpdateType>[]): void;
1122
+ /** Remove objects from scene */
1123
+ removeRange(objects: THREE.Object3D[]): void;
1124
+ /** Indicates if the object is placed on scene */
1125
+ has(obj: THREE.Object3D): boolean;
1126
+ /** Traverse scene */
1127
+ traverse(callback: (object: THREE.Object3D) => void): void;
1128
+ /** Set cliping for the scene */
1129
+ setClipping(planes: THREE.Plane[]): void;
1130
+ /** Manage scene, manage updates on scene */
1131
+ manageScene(context?: IRenderOperationContext): boolean;
1132
+ /** Render scene */
1133
+ render(context?: IRenderOperationContext): void;
1134
+ /** Dispose scene */
1135
+ dispose(): void;
2601
1136
  }
2602
1137
  export enum NavigationHandlerPriority {
2603
1138
  DefaultNavigation = 0,
@@ -2804,6 +1339,189 @@ export class GizmoBuilder {
2804
1339
  static buildRotationAxis(axisDir: THREE.Vector3, handleBaseMatrial?: THREE.Material, handleHoveredMaterial?: THREE.Material, handleSelectedMaterial?: THREE.Material, pickerBaseMatrial?: THREE.Material, pickerHoveredMaterial?: THREE.Material, pickerSelectedMaterial?: THREE.Material): GizmoAxis;
2805
1340
  static buildScaleAxis(axisDir: THREE.Vector3, handleBaseMatrial?: THREE.Material, handleHoveredMaterial?: THREE.Material, handleSelectedMaterial?: THREE.Material): GizmoAxis;
2806
1341
  }
1342
+ export abstract class CustomMaterial extends THREE.ShaderMaterial {
1343
+
1344
+ constructor();
1345
+ get hash(): number;
1346
+ copy(source: CustomMaterial): this;
1347
+ protected refreshUniforms(uniforms: {
1348
+ [uniform: string]: THREE.IUniform;
1349
+ }, material: CustomMaterial, renderer: THREE.WebGLRenderer): void;
1350
+ protected onBeforeCompileCallback(shader: THREE.Shader): void;
1351
+ protected refreshTransformUniform(map: THREE.Texture, uniform: THREE.IUniform): void;
1352
+ protected onBeforeRender(renderer: THREE.WebGLRenderer, scene: THREE.Scene, camera: THREE.Camera, geometry: THREE.BufferGeometry, material: THREE.Material, group: THREE.Group): void;
1353
+ }
1354
+ export interface CustomMeshLambertMaterialParameters extends THREE.ShaderMaterialParameters {
1355
+ instancing?: boolean | undefined;
1356
+ instancingColor?: boolean | undefined;
1357
+ color?: THREE.ColorRepresentation | undefined;
1358
+ }
1359
+ export class CustomMeshLambertMaterial extends CustomMaterial {
1360
+ type: string;
1361
+
1362
+ constructor(parameters?: CustomMeshLambertMaterialParameters);
1363
+ /**
1364
+ * @default false
1365
+ */
1366
+ get instancing(): boolean;
1367
+ set instancing(value: boolean);
1368
+ /**
1369
+ * @default false
1370
+ */
1371
+ get instancingColor(): boolean;
1372
+ set instancingColor(value: boolean);
1373
+ /**
1374
+ * @default new THREE.Color( 0xffffff )
1375
+ */
1376
+ color: THREE.Color;
1377
+ protected refreshUniformsCommon(uniforms: {
1378
+ [uniform: string]: THREE.IUniform;
1379
+ }, material: CustomMeshLambertMaterial, renderer: THREE.WebGLRenderer): void;
1380
+ protected refreshUniforms(uniforms: {
1381
+ [uniform: string]: THREE.IUniform;
1382
+ }, material: CustomMaterial, renderer: THREE.WebGLRenderer): void;
1383
+ copy(source: CustomMeshLambertMaterial): this;
1384
+ }
1385
+ export interface CustomLineMaterialParameters extends THREE.ShaderMaterialParameters {
1386
+ instancing?: boolean | undefined;
1387
+ instancingColor?: boolean | undefined;
1388
+ color?: THREE.ColorRepresentation | undefined;
1389
+ }
1390
+ export class CustomLineMaterial extends CustomMaterial {
1391
+ type: string;
1392
+
1393
+ constructor(parameters?: CustomLineMaterialParameters);
1394
+ /**
1395
+ * @default false
1396
+ */
1397
+ get instancing(): boolean;
1398
+ set instancing(value: boolean);
1399
+ /**
1400
+ * @default false
1401
+ */
1402
+ get instancingColor(): boolean;
1403
+ set instancingColor(value: boolean);
1404
+ /**
1405
+ * @default 0xffffff
1406
+ */
1407
+ color: THREE.Color;
1408
+ copy(source: CustomLineMaterial): this;
1409
+ protected refreshUniforms(uniforms: {
1410
+ [uniform: string]: THREE.IUniform;
1411
+ }, material: CustomLineMaterial, renderer: THREE.WebGLRenderer): void;
1412
+ }
1413
+ export interface MeshLineMaterialParameters extends THREE.ShaderMaterialParameters {
1414
+ color?: THREE.ColorRepresentation | undefined;
1415
+ dashed?: boolean | undefined;
1416
+ dashScale?: number | undefined;
1417
+ dashSize?: number | undefined;
1418
+ dashOffset?: number | undefined;
1419
+ gapSize?: number | undefined;
1420
+ worldUnits?: boolean | undefined;
1421
+ }
1422
+ export class MeshLineMaterial extends CustomMaterial {
1423
+ type: string;
1424
+
1425
+ constructor(parameters: MeshLineMaterialParameters);
1426
+ /**
1427
+ * @default false
1428
+ */
1429
+ get worldUnits(): boolean;
1430
+ set worldUnits(value: boolean);
1431
+ /**
1432
+ * @default false
1433
+ */
1434
+ get dashed(): boolean;
1435
+ set dashed(value: boolean);
1436
+ get resolution(): THREE.Vector2;
1437
+ /**
1438
+ * @default 0xffffff
1439
+ */
1440
+ color: THREE.Color;
1441
+ /**
1442
+ * @default 1
1443
+ */
1444
+ dashScale: number;
1445
+ /**
1446
+ * @default 1
1447
+ */
1448
+ dashSize: number;
1449
+ /**
1450
+ * @default 0
1451
+ */
1452
+ dashOffset: number;
1453
+ /**
1454
+ * @default 1
1455
+ */
1456
+ gapSize: number;
1457
+ copy(source: MeshLineMaterial): this;
1458
+ protected refreshUniforms(uniforms: {
1459
+ [uniform: string]: THREE.IUniform;
1460
+ }, material: CustomMaterial, renderer: THREE.WebGLRenderer): void;
1461
+ }
1462
+ export interface CustomPointMaterialParameters extends THREE.ShaderMaterialParameters, THREE.PointsMaterialParameters {
1463
+ }
1464
+ export class CustomPointMaterial extends CustomMaterial {
1465
+ type: string;
1466
+
1467
+ constructor(parameters?: CustomPointMaterialParameters);
1468
+ /**
1469
+ * @default new THREE.Color( 0xffffff )
1470
+ */
1471
+ color: THREE.Color;
1472
+ /**
1473
+ * @default null
1474
+ */
1475
+ map: THREE.Texture | null;
1476
+ /**
1477
+ * @default null
1478
+ */
1479
+ alphaMap: THREE.Texture | null;
1480
+ /**
1481
+ * @default 1
1482
+ */
1483
+ size: number;
1484
+ /**
1485
+ * @default true
1486
+ */
1487
+ sizeAttenuation: boolean;
1488
+ copy(source: CustomPointMaterial): this;
1489
+ protected refreshUniformsCommon(uniforms: {
1490
+ [uniform: string]: THREE.IUniform;
1491
+ }, material: CustomPointMaterial, renderer: THREE.WebGLRenderer): void;
1492
+ protected refreshUniforms(uniforms: {
1493
+ [uniform: string]: THREE.IUniform;
1494
+ }, material: CustomMaterial, renderer: THREE.WebGLRenderer): void;
1495
+ }
1496
+ export interface CloudPointMaterialParameters extends THREE.ShaderMaterialParameters, THREE.PointsMaterialParameters {
1497
+ color?: THREE.ColorRepresentation | undefined;
1498
+ size?: number | undefined;
1499
+ sizeAttenuation?: boolean | undefined;
1500
+ }
1501
+ export class CloudPointMaterial extends CustomMaterial {
1502
+ type: string;
1503
+
1504
+ constructor(parameters?: CloudPointMaterialParameters);
1505
+ /**
1506
+ * @default true
1507
+ */
1508
+ sizeAttenuation: boolean;
1509
+ /**
1510
+ * @default new THREE.Color( 0xffffff )
1511
+ */
1512
+ color: THREE.Color;
1513
+ /**
1514
+ * @default 1
1515
+ */
1516
+ size: number;
1517
+ copy(source: CloudPointMaterial): this;
1518
+ protected refreshUniformsCommon(uniforms: {
1519
+ [uniform: string]: THREE.IUniform;
1520
+ }, material: CloudPointMaterial, renderer: THREE.WebGLRenderer): void;
1521
+ protected refreshUniforms(uniforms: {
1522
+ [uniform: string]: THREE.IUniform;
1523
+ }, material: CustomMaterial, renderer: THREE.WebGLRenderer): void;
1524
+ }
2807
1525
  export interface CustomSpriteMaterialParameters extends THREE.ShaderMaterialParameters {
2808
1526
  color?: THREE.ColorRepresentation | undefined;
2809
1527
  map?: THREE.Texture | null | undefined;
@@ -2885,137 +1603,1415 @@ export class MeshLineGeometry extends THREE.InstancedBufferGeometry {
2885
1603
  computeBoundingBox(): void;
2886
1604
  computeBoundingSphere(): void;
2887
1605
  }
2888
- export class MeshLine extends THREE.Mesh {
2889
- type: string;
2890
- material: MeshLineMaterial;
2891
- geometry: MeshLineGeometry;
2892
-
2893
- constructor(geometry?: MeshLineGeometry, material?: MeshLineMaterial);
2894
- raycast(raycaster: THREE.Raycaster, intersects: THREE.Intersection[]): void;
1606
+ export class MeshLine extends THREE.Mesh {
1607
+ type: string;
1608
+ material: MeshLineMaterial;
1609
+ geometry: MeshLineGeometry;
1610
+
1611
+ constructor(geometry?: MeshLineGeometry, material?: MeshLineMaterial);
1612
+ raycast(raycaster: THREE.Raycaster, intersects: THREE.Intersection[]): void;
1613
+ }
1614
+ export class CustomSprite extends THREE.Sprite {
1615
+ material: CustomSpriteMaterial;
1616
+
1617
+ constructor(material: CustomSpriteMaterial);
1618
+ raycast(raycaster: THREE.Raycaster, intersects: THREE.Intersection<THREE.Object3D<THREE.Event>>[]): void;
1619
+ dispose(): void;
1620
+ }
1621
+ export interface LabelSpriteParameters {
1622
+ text?: string | undefined;
1623
+ sizeAttenuation?: boolean | undefined;
1624
+ fontFace?: string | FontFace | undefined;
1625
+ fontSize?: number | undefined;
1626
+ borderColor?: Color | undefined;
1627
+ backgroundColor?: Color | undefined;
1628
+ borderThickness?: number | undefined;
1629
+ borderRadius?: number | undefined;
1630
+ textColor?: Color | undefined;
1631
+ textPadding?: THREE.Vector4Tuple | undefined;
1632
+ }
1633
+ export class LabelSprite extends CustomSprite {
1634
+ readonly extraHeightFactor = 1.4;
1635
+
1636
+ constructor(parameters: LabelSpriteParameters);
1637
+ get sizeAttenuation(): boolean;
1638
+ set sizeAttenuation(value: boolean);
1639
+ /**
1640
+ * @default ''
1641
+ */
1642
+ get text(): string;
1643
+ set text(value: string);
1644
+ /**
1645
+ * @default 'Roboto, sans-serif'
1646
+ */
1647
+ get fontFace(): string | FontFace;
1648
+ set fontFace(value: string | FontFace);
1649
+ /**
1650
+ * @default 12
1651
+ */
1652
+ get fontSize(): number;
1653
+ set fontSize(value: number);
1654
+ /**
1655
+ * @default 2
1656
+ */
1657
+ get borderThickness(): number;
1658
+ set borderThickness(value: number);
1659
+ /**
1660
+ * @default new Color(0, 0, 0, 1.0)
1661
+ */
1662
+ get borderColor(): Color;
1663
+ set borderColor(value: Color);
1664
+ /**
1665
+ * @default 1
1666
+ */
1667
+ get borderRadius(): number;
1668
+ set borderRadius(value: number);
1669
+ /**
1670
+ * @default new Color(1.0, 1.0, 1.0, 1.0)
1671
+ */
1672
+ get backgroundColor(): Color;
1673
+ set backgroundColor(value: Color);
1674
+ /**
1675
+ * @default new Color(0, 0, 0, 1.0)
1676
+ */
1677
+ get textColor(): Color;
1678
+ set textColor(value: Color);
1679
+ /**
1680
+ * Label text padding: left, top, right, bottom
1681
+ * @default [0, 0, 0, 0]
1682
+ */
1683
+ get textPadding(): THREE.Vector4Tuple;
1684
+ set textPadding(value: THREE.Vector4Tuple);
1685
+ dispose(): void;
1686
+ }
1687
+ export interface MeshPointMaterialParameters extends THREE.ShaderMaterialParameters {
1688
+ sizeAttenuation?: boolean | undefined;
1689
+ discreteClipping?: boolean | undefined;
1690
+ }
1691
+ export class MeshPointMaterial extends CustomMaterial {
1692
+
1693
+ constructor(parameters?: MeshPointMaterialParameters);
1694
+ /**
1695
+ * @default true
1696
+ */
1697
+ get discreteClipping(): boolean;
1698
+ set discreteClipping(value: boolean);
1699
+ get resolution(): THREE.Vector2;
1700
+ /**
1701
+ * @default true
1702
+ */
1703
+ sizeAttenuation: boolean;
1704
+ copy(source: MeshPointMaterial): this;
1705
+ protected refreshUniforms(uniforms: {
1706
+ [uniform: string]: THREE.IUniform;
1707
+ }, material: CustomMaterial, renderer: THREE.WebGLRenderer): void;
1708
+ }
1709
+ export interface MeshPointParamter {
1710
+ point?: THREE.Vector3;
1711
+ color?: Color;
1712
+ size?: number;
1713
+ }
1714
+ export class MeshPoints extends THREE.Mesh {
1715
+ geometry: THREE.InstancedBufferGeometry;
1716
+ material: MeshPointMaterial;
1717
+
1718
+ constructor();
1719
+ /**
1720
+ * @default new Color( 1,1,1,1 )
1721
+ */
1722
+ color: Color;
1723
+ /**
1724
+ * @default 1
1725
+ */
1726
+ pointSize: number;
1727
+ /**
1728
+ * @default new THREE.Vector3(0, 0, 0)
1729
+ */
1730
+ point: THREE.Vector3;
1731
+ addPoint(pointParameter?: MeshPointParamter): number;
1732
+ updatePoint(index: number, pointParameter: MeshPointParamter): void;
1733
+ removePoint(index: number): this;
1734
+ updateAttributes(): void;
1735
+ dispose(): void;
1736
+ raycast(raycaster: THREE.Raycaster, intersects: THREE.Intersection<THREE.Object3D<THREE.Event>>[]): void;
1737
+ }
1738
+ export interface ModelPart {
1739
+ get id(): string;
1740
+ get elementTree(): ModelElementTree;
1741
+ setModelPartPlacement(placement: THREE.Matrix4Tuple | number[]): void;
1742
+ setModelPartScaling(scaling: number): void;
1743
+ getViewObject(): ViewObject;
1744
+ dispose(): void;
1745
+ }
1746
+ export enum IfcType {
1747
+ IfcAbsorbedDoseMeasure = 0,
1748
+ IfcAccelerationMeasure = 1,
1749
+ IfcActionRequest = 2,
1750
+ IfcActionRequestTypeEnum = 3,
1751
+ IfcActionSourceTypeEnum = 4,
1752
+ IfcActionTypeEnum = 5,
1753
+ IfcActor = 6,
1754
+ IfcActorRole = 7,
1755
+ IfcActorSelect = 8,
1756
+ IfcActuator = 9,
1757
+ IfcActuatorType = 10,
1758
+ IfcActuatorTypeEnum = 11,
1759
+ IfcAddress = 12,
1760
+ IfcAddressTypeEnum = 13,
1761
+ IfcAdvancedBrep = 14,
1762
+ IfcAdvancedBrepWithVoids = 15,
1763
+ IfcAdvancedFace = 16,
1764
+ IfcAirTerminal = 17,
1765
+ IfcAirTerminalBox = 18,
1766
+ IfcAirTerminalBoxType = 19,
1767
+ IfcAirTerminalBoxTypeEnum = 20,
1768
+ IfcAirTerminalType = 21,
1769
+ IfcAirTerminalTypeEnum = 22,
1770
+ IfcAirToAirHeatRecovery = 23,
1771
+ IfcAirToAirHeatRecoveryType = 24,
1772
+ IfcAirToAirHeatRecoveryTypeEnum = 25,
1773
+ IfcAlarm = 26,
1774
+ IfcAlarmType = 27,
1775
+ IfcAlarmTypeEnum = 28,
1776
+ IfcAlignment = 29,
1777
+ IfcAlignment2DHorizontal = 30,
1778
+ IfcAlignment2DHorizontalSegment = 31,
1779
+ IfcAlignment2DSegment = 32,
1780
+ IfcAlignment2DVerSegCircularArc = 33,
1781
+ IfcAlignment2DVerSegLine = 34,
1782
+ IfcAlignment2DVerSegParabolicArc = 35,
1783
+ IfcAlignment2DVertical = 36,
1784
+ IfcAlignment2DVerticalSegment = 37,
1785
+ IfcAlignmentCurve = 38,
1786
+ IfcAlignmentTypeEnum = 39,
1787
+ IfcAmountOfSubstanceMeasure = 40,
1788
+ IfcAnalysisModelTypeEnum = 41,
1789
+ IfcAnalysisTheoryTypeEnum = 42,
1790
+ IfcAngularVelocityMeasure = 43,
1791
+ IfcAnnotation = 44,
1792
+ IfcAnnotationFillArea = 45,
1793
+ IfcApplication = 46,
1794
+ IfcAppliedValue = 47,
1795
+ IfcAppliedValueSelect = 48,
1796
+ IfcApproval = 49,
1797
+ IfcApprovalRelationship = 50,
1798
+ IfcArbitraryClosedProfileDef = 51,
1799
+ IfcArbitraryOpenProfileDef = 52,
1800
+ IfcArbitraryProfileDefWithVoids = 53,
1801
+ IfcArcIndex = 54,
1802
+ IfcAreaDensityMeasure = 55,
1803
+ IfcAreaMeasure = 56,
1804
+ IfcArithmeticOperatorEnum = 57,
1805
+ IfcAssemblyPlaceEnum = 58,
1806
+ IfcAsset = 59,
1807
+ IfcAsymmetricIShapeProfileDef = 60,
1808
+ IfcAudioVisualAppliance = 61,
1809
+ IfcAudioVisualApplianceType = 62,
1810
+ IfcAudioVisualApplianceTypeEnum = 63,
1811
+ IfcAxis1Placement = 64,
1812
+ IfcAxis2Placement = 65,
1813
+ IfcAxis2Placement2D = 66,
1814
+ IfcAxis2Placement3D = 67,
1815
+ IfcBeam = 68,
1816
+ IfcBeamStandardCase = 69,
1817
+ IfcBeamType = 70,
1818
+ IfcBeamTypeEnum = 71,
1819
+ IfcBenchmarkEnum = 72,
1820
+ IfcBendingParameterSelect = 73,
1821
+ IfcBinary = 74,
1822
+ IfcBlobTexture = 75,
1823
+ IfcBlock = 76,
1824
+ IfcBoiler = 77,
1825
+ IfcBoilerType = 78,
1826
+ IfcBoilerTypeEnum = 79,
1827
+ IfcBoolean = 80,
1828
+ IfcBooleanClippingResult = 81,
1829
+ IfcBooleanOperand = 82,
1830
+ IfcBooleanOperator = 83,
1831
+ IfcBooleanResult = 84,
1832
+ IfcBoundaryCondition = 85,
1833
+ IfcBoundaryCurve = 86,
1834
+ IfcBoundaryEdgeCondition = 87,
1835
+ IfcBoundaryFaceCondition = 88,
1836
+ IfcBoundaryNodeCondition = 89,
1837
+ IfcBoundaryNodeConditionWarping = 90,
1838
+ IfcBoundedCurve = 91,
1839
+ IfcBoundedSurface = 92,
1840
+ IfcBoundingBox = 93,
1841
+ IfcBoxAlignment = 94,
1842
+ IfcBoxedHalfSpace = 95,
1843
+ IfcBSplineCurve = 96,
1844
+ IfcBSplineCurveForm = 97,
1845
+ IfcBSplineCurveWithKnots = 98,
1846
+ IfcBSplineSurface = 99,
1847
+ IfcBSplineSurfaceForm = 100,
1848
+ IfcBSplineSurfaceWithKnots = 101,
1849
+ IfcBuilding = 102,
1850
+ IfcBuildingElement = 103,
1851
+ IfcBuildingElementPart = 104,
1852
+ IfcBuildingElementPartType = 105,
1853
+ IfcBuildingElementPartTypeEnum = 106,
1854
+ IfcBuildingElementProxy = 107,
1855
+ IfcBuildingElementProxyType = 108,
1856
+ IfcBuildingElementProxyTypeEnum = 109,
1857
+ IfcBuildingElementType = 110,
1858
+ IfcBuildingStorey = 111,
1859
+ IfcBuildingSystem = 112,
1860
+ IfcBuildingSystemTypeEnum = 113,
1861
+ IfcBurner = 114,
1862
+ IfcBurnerType = 115,
1863
+ IfcBurnerTypeEnum = 116,
1864
+ IfcCableCarrierFitting = 117,
1865
+ IfcCableCarrierFittingType = 118,
1866
+ IfcCableCarrierFittingTypeEnum = 119,
1867
+ IfcCableCarrierSegment = 120,
1868
+ IfcCableCarrierSegmentType = 121,
1869
+ IfcCableCarrierSegmentTypeEnum = 122,
1870
+ IfcCableFitting = 123,
1871
+ IfcCableFittingType = 124,
1872
+ IfcCableFittingTypeEnum = 125,
1873
+ IfcCableSegment = 126,
1874
+ IfcCableSegmentType = 127,
1875
+ IfcCableSegmentTypeEnum = 128,
1876
+ IfcCardinalPointReference = 129,
1877
+ IfcCartesianPoint = 130,
1878
+ IfcCartesianPointList = 131,
1879
+ IfcCartesianPointList2D = 132,
1880
+ IfcCartesianPointList3D = 133,
1881
+ IfcCartesianTransformationOperator = 134,
1882
+ IfcCartesianTransformationOperator2D = 135,
1883
+ IfcCartesianTransformationOperator2DnonUniform = 136,
1884
+ IfcCartesianTransformationOperator3D = 137,
1885
+ IfcCartesianTransformationOperator3DnonUniform = 138,
1886
+ IfcCenterLineProfileDef = 139,
1887
+ IfcChangeActionEnum = 140,
1888
+ IfcChiller = 141,
1889
+ IfcChillerType = 142,
1890
+ IfcChillerTypeEnum = 143,
1891
+ IfcChimney = 144,
1892
+ IfcChimneyType = 145,
1893
+ IfcChimneyTypeEnum = 146,
1894
+ IfcCircle = 147,
1895
+ IfcCircleHollowProfileDef = 148,
1896
+ IfcCircleProfileDef = 149,
1897
+ IfcCircularArcSegment2D = 150,
1898
+ IfcCivilElement = 151,
1899
+ IfcCivilElementType = 152,
1900
+ IfcClassification = 153,
1901
+ IfcClassificationReference = 154,
1902
+ IfcClassificationReferenceSelect = 155,
1903
+ IfcClassificationSelect = 156,
1904
+ IfcClosedShell = 157,
1905
+ IfcCoil = 158,
1906
+ IfcCoilType = 159,
1907
+ IfcCoilTypeEnum = 160,
1908
+ IfcColour = 161,
1909
+ IfcColourOrFactor = 162,
1910
+ IfcColourRgb = 163,
1911
+ IfcColourRgbList = 164,
1912
+ IfcColourSpecification = 165,
1913
+ IfcColumn = 166,
1914
+ IfcColumnStandardCase = 167,
1915
+ IfcColumnType = 168,
1916
+ IfcColumnTypeEnum = 169,
1917
+ IfcCommunicationsAppliance = 170,
1918
+ IfcCommunicationsApplianceType = 171,
1919
+ IfcCommunicationsApplianceTypeEnum = 172,
1920
+ IfcComplexNumber = 173,
1921
+ IfcComplexProperty = 174,
1922
+ IfcComplexPropertyTemplate = 175,
1923
+ IfcComplexPropertyTemplateTypeEnum = 176,
1924
+ IfcCompositeCurve = 177,
1925
+ IfcCompositeCurveOnSurface = 178,
1926
+ IfcCompositeCurveSegment = 179,
1927
+ IfcCompositeProfileDef = 180,
1928
+ IfcCompoundPlaneAngleMeasure = 181,
1929
+ IfcCompressor = 182,
1930
+ IfcCompressorType = 183,
1931
+ IfcCompressorTypeEnum = 184,
1932
+ IfcCondenser = 185,
1933
+ IfcCondenserType = 186,
1934
+ IfcCondenserTypeEnum = 187,
1935
+ IfcConic = 188,
1936
+ IfcConnectedFaceSet = 189,
1937
+ IfcConnectionCurveGeometry = 190,
1938
+ IfcConnectionGeometry = 191,
1939
+ IfcConnectionPointEccentricity = 192,
1940
+ IfcConnectionPointGeometry = 193,
1941
+ IfcConnectionSurfaceGeometry = 194,
1942
+ IfcConnectionTypeEnum = 195,
1943
+ IfcConnectionVolumeGeometry = 196,
1944
+ IfcConstraint = 197,
1945
+ IfcConstraintEnum = 198,
1946
+ IfcConstructionEquipmentResource = 199,
1947
+ IfcConstructionEquipmentResourceType = 200,
1948
+ IfcConstructionEquipmentResourceTypeEnum = 201,
1949
+ IfcConstructionMaterialResource = 202,
1950
+ IfcConstructionMaterialResourceType = 203,
1951
+ IfcConstructionMaterialResourceTypeEnum = 204,
1952
+ IfcConstructionProductResource = 205,
1953
+ IfcConstructionProductResourceType = 206,
1954
+ IfcConstructionProductResourceTypeEnum = 207,
1955
+ IfcConstructionResource = 208,
1956
+ IfcConstructionResourceType = 209,
1957
+ IfcContext = 210,
1958
+ IfcContextDependentMeasure = 211,
1959
+ IfcContextDependentUnit = 212,
1960
+ IfcControl = 213,
1961
+ IfcController = 214,
1962
+ IfcControllerType = 215,
1963
+ IfcControllerTypeEnum = 216,
1964
+ IfcConversionBasedUnit = 217,
1965
+ IfcConversionBasedUnitWithOffset = 218,
1966
+ IfcCooledBeam = 219,
1967
+ IfcCooledBeamType = 220,
1968
+ IfcCooledBeamTypeEnum = 221,
1969
+ IfcCoolingTower = 222,
1970
+ IfcCoolingTowerType = 223,
1971
+ IfcCoolingTowerTypeEnum = 224,
1972
+ IfcCoordinateOperation = 225,
1973
+ IfcCoordinateReferenceSystem = 226,
1974
+ IfcCoordinateReferenceSystemSelect = 227,
1975
+ IfcCostItem = 228,
1976
+ IfcCostItemTypeEnum = 229,
1977
+ IfcCostSchedule = 230,
1978
+ IfcCostScheduleTypeEnum = 231,
1979
+ IfcCostValue = 232,
1980
+ IfcCountMeasure = 233,
1981
+ IfcCovering = 234,
1982
+ IfcCoveringType = 235,
1983
+ IfcCoveringTypeEnum = 236,
1984
+ IfcCrewResource = 237,
1985
+ IfcCrewResourceType = 238,
1986
+ IfcCrewResourceTypeEnum = 239,
1987
+ IfcCsgPrimitive3D = 240,
1988
+ IfcCsgSelect = 241,
1989
+ IfcCsgSolid = 242,
1990
+ IfcCShapeProfileDef = 243,
1991
+ IfcCurrencyRelationship = 244,
1992
+ IfcCurtainWall = 245,
1993
+ IfcCurtainWallType = 246,
1994
+ IfcCurtainWallTypeEnum = 247,
1995
+ IfcCurvatureMeasure = 248,
1996
+ IfcCurve = 249,
1997
+ IfcCurveBoundedPlane = 250,
1998
+ IfcCurveBoundedSurface = 251,
1999
+ IfcCurveFontOrScaledCurveFontSelect = 252,
2000
+ IfcCurveInterpolationEnum = 253,
2001
+ IfcCurveOnSurface = 254,
2002
+ IfcCurveOrEdgeCurve = 255,
2003
+ IfcCurveSegment2D = 256,
2004
+ IfcCurveStyle = 257,
2005
+ IfcCurveStyleFont = 258,
2006
+ IfcCurveStyleFontAndScaling = 259,
2007
+ IfcCurveStyleFontPattern = 260,
2008
+ IfcCurveStyleFontSelect = 261,
2009
+ IfcCylindricalSurface = 262,
2010
+ IfcDamper = 263,
2011
+ IfcDamperType = 264,
2012
+ IfcDamperTypeEnum = 265,
2013
+ IfcDataOriginEnum = 266,
2014
+ IfcDate = 267,
2015
+ IfcDateTime = 268,
2016
+ IfcDayInMonthNumber = 269,
2017
+ IfcDayInWeekNumber = 270,
2018
+ IfcDefinitionSelect = 271,
2019
+ IfcDerivedMeasureValue = 272,
2020
+ IfcDerivedProfileDef = 273,
2021
+ IfcDerivedUnit = 274,
2022
+ IfcDerivedUnitElement = 275,
2023
+ IfcDerivedUnitEnum = 276,
2024
+ IfcDescriptiveMeasure = 277,
2025
+ IfcDimensionalExponents = 278,
2026
+ IfcDimensionCount = 279,
2027
+ IfcDirection = 280,
2028
+ IfcDirectionSenseEnum = 281,
2029
+ IfcDiscreteAccessory = 282,
2030
+ IfcDiscreteAccessoryType = 283,
2031
+ IfcDiscreteAccessoryTypeEnum = 284,
2032
+ IfcDistanceExpression = 285,
2033
+ IfcDistributionChamberElement = 286,
2034
+ IfcDistributionChamberElementType = 287,
2035
+ IfcDistributionChamberElementTypeEnum = 288,
2036
+ IfcDistributionCircuit = 289,
2037
+ IfcDistributionControlElement = 290,
2038
+ IfcDistributionControlElementType = 291,
2039
+ IfcDistributionElement = 292,
2040
+ IfcDistributionElementType = 293,
2041
+ IfcDistributionFlowElement = 294,
2042
+ IfcDistributionFlowElementType = 295,
2043
+ IfcDistributionPort = 296,
2044
+ IfcDistributionPortTypeEnum = 297,
2045
+ IfcDistributionSystem = 298,
2046
+ IfcDistributionSystemEnum = 299,
2047
+ IfcDocumentConfidentialityEnum = 300,
2048
+ IfcDocumentInformation = 301,
2049
+ IfcDocumentInformationRelationship = 302,
2050
+ IfcDocumentReference = 303,
2051
+ IfcDocumentSelect = 304,
2052
+ IfcDocumentStatusEnum = 305,
2053
+ IfcDoor = 306,
2054
+ IfcDoorLiningProperties = 307,
2055
+ IfcDoorPanelOperationEnum = 308,
2056
+ IfcDoorPanelPositionEnum = 309,
2057
+ IfcDoorPanelProperties = 310,
2058
+ IfcDoorStandardCase = 311,
2059
+ IfcDoorStyle = 312,
2060
+ IfcDoorStyleConstructionEnum = 313,
2061
+ IfcDoorStyleOperationEnum = 314,
2062
+ IfcDoorType = 315,
2063
+ IfcDoorTypeEnum = 316,
2064
+ IfcDoorTypeOperationEnum = 317,
2065
+ IfcDoseEquivalentMeasure = 318,
2066
+ IfcDraughtingPreDefinedColour = 319,
2067
+ IfcDraughtingPreDefinedCurveFont = 320,
2068
+ IfcDuctFitting = 321,
2069
+ IfcDuctFittingType = 322,
2070
+ IfcDuctFittingTypeEnum = 323,
2071
+ IfcDuctSegment = 324,
2072
+ IfcDuctSegmentType = 325,
2073
+ IfcDuctSegmentTypeEnum = 326,
2074
+ IfcDuctSilencer = 327,
2075
+ IfcDuctSilencerType = 328,
2076
+ IfcDuctSilencerTypeEnum = 329,
2077
+ IfcDuration = 330,
2078
+ IfcDynamicViscosityMeasure = 331,
2079
+ IfcEdge = 332,
2080
+ IfcEdgeCurve = 333,
2081
+ IfcEdgeLoop = 334,
2082
+ IfcElectricAppliance = 335,
2083
+ IfcElectricApplianceType = 336,
2084
+ IfcElectricApplianceTypeEnum = 337,
2085
+ IfcElectricCapacitanceMeasure = 338,
2086
+ IfcElectricChargeMeasure = 339,
2087
+ IfcElectricConductanceMeasure = 340,
2088
+ IfcElectricCurrentMeasure = 341,
2089
+ IfcElectricDistributionBoard = 342,
2090
+ IfcElectricDistributionBoardType = 343,
2091
+ IfcElectricDistributionBoardTypeEnum = 344,
2092
+ IfcElectricFlowStorageDevice = 345,
2093
+ IfcElectricFlowStorageDeviceType = 346,
2094
+ IfcElectricFlowStorageDeviceTypeEnum = 347,
2095
+ IfcElectricGenerator = 348,
2096
+ IfcElectricGeneratorType = 349,
2097
+ IfcElectricGeneratorTypeEnum = 350,
2098
+ IfcElectricMotor = 351,
2099
+ IfcElectricMotorType = 352,
2100
+ IfcElectricMotorTypeEnum = 353,
2101
+ IfcElectricResistanceMeasure = 354,
2102
+ IfcElectricTimeControl = 355,
2103
+ IfcElectricTimeControlType = 356,
2104
+ IfcElectricTimeControlTypeEnum = 357,
2105
+ IfcElectricVoltageMeasure = 358,
2106
+ IfcElement = 359,
2107
+ IfcElementarySurface = 360,
2108
+ IfcElementAssembly = 361,
2109
+ IfcElementAssemblyType = 362,
2110
+ IfcElementAssemblyTypeEnum = 363,
2111
+ IfcElementComponent = 364,
2112
+ IfcElementComponentType = 365,
2113
+ IfcElementCompositionEnum = 366,
2114
+ IfcElementQuantity = 367,
2115
+ IfcElementType = 368,
2116
+ IfcEllipse = 369,
2117
+ IfcEllipseProfileDef = 370,
2118
+ IfcEnergyConversionDevice = 371,
2119
+ IfcEnergyConversionDeviceType = 372,
2120
+ IfcEnergyMeasure = 373,
2121
+ IfcEngine = 374,
2122
+ IfcEngineType = 375,
2123
+ IfcEngineTypeEnum = 376,
2124
+ IfcEvaporativeCooler = 377,
2125
+ IfcEvaporativeCoolerType = 378,
2126
+ IfcEvaporativeCoolerTypeEnum = 379,
2127
+ IfcEvaporator = 380,
2128
+ IfcEvaporatorType = 381,
2129
+ IfcEvaporatorTypeEnum = 382,
2130
+ IfcEvent = 383,
2131
+ IfcEventTime = 384,
2132
+ IfcEventTriggerTypeEnum = 385,
2133
+ IfcEventType = 386,
2134
+ IfcEventTypeEnum = 387,
2135
+ IfcExtendedProperties = 388,
2136
+ IfcExternalInformation = 389,
2137
+ IfcExternallyDefinedHatchStyle = 390,
2138
+ IfcExternallyDefinedSurfaceStyle = 391,
2139
+ IfcExternallyDefinedTextFont = 392,
2140
+ IfcExternalReference = 393,
2141
+ IfcExternalReferenceRelationship = 394,
2142
+ IfcExternalSpatialElement = 395,
2143
+ IfcExternalSpatialElementTypeEnum = 396,
2144
+ IfcExternalSpatialStructureElement = 397,
2145
+ IfcExtrudedAreaSolid = 398,
2146
+ IfcExtrudedAreaSolidTapered = 399,
2147
+ IfcFace = 400,
2148
+ IfcFaceBasedSurfaceModel = 401,
2149
+ IfcFaceBound = 402,
2150
+ IfcFaceOuterBound = 403,
2151
+ IfcFaceSurface = 404,
2152
+ IfcFacetedBrep = 405,
2153
+ IfcFacetedBrepWithVoids = 406,
2154
+ IfcFailureConnectionCondition = 407,
2155
+ IfcFan = 408,
2156
+ IfcFanType = 409,
2157
+ IfcFanTypeEnum = 410,
2158
+ IfcFastener = 411,
2159
+ IfcFastenerType = 412,
2160
+ IfcFastenerTypeEnum = 413,
2161
+ IfcFeatureElement = 414,
2162
+ IfcFeatureElementAddition = 415,
2163
+ IfcFeatureElementSubtraction = 416,
2164
+ IfcFillAreaStyle = 417,
2165
+ IfcFillAreaStyleHatching = 418,
2166
+ IfcFillAreaStyleTiles = 419,
2167
+ IfcFillStyleSelect = 420,
2168
+ IfcFilter = 421,
2169
+ IfcFilterType = 422,
2170
+ IfcFilterTypeEnum = 423,
2171
+ IfcFireSuppressionTerminal = 424,
2172
+ IfcFireSuppressionTerminalType = 425,
2173
+ IfcFireSuppressionTerminalTypeEnum = 426,
2174
+ IfcFixedReferenceSweptAreaSolid = 427,
2175
+ IfcFlowController = 428,
2176
+ IfcFlowControllerType = 429,
2177
+ IfcFlowDirectionEnum = 430,
2178
+ IfcFlowFitting = 431,
2179
+ IfcFlowFittingType = 432,
2180
+ IfcFlowInstrument = 433,
2181
+ IfcFlowInstrumentType = 434,
2182
+ IfcFlowInstrumentTypeEnum = 435,
2183
+ IfcFlowMeter = 436,
2184
+ IfcFlowMeterType = 437,
2185
+ IfcFlowMeterTypeEnum = 438,
2186
+ IfcFlowMovingDevice = 439,
2187
+ IfcFlowMovingDeviceType = 440,
2188
+ IfcFlowSegment = 441,
2189
+ IfcFlowSegmentType = 442,
2190
+ IfcFlowStorageDevice = 443,
2191
+ IfcFlowStorageDeviceType = 444,
2192
+ IfcFlowTerminal = 445,
2193
+ IfcFlowTerminalType = 446,
2194
+ IfcFlowTreatmentDevice = 447,
2195
+ IfcFlowTreatmentDeviceType = 448,
2196
+ IfcFontStyle = 449,
2197
+ IfcFontVariant = 450,
2198
+ IfcFontWeight = 451,
2199
+ IfcFooting = 452,
2200
+ IfcFootingType = 453,
2201
+ IfcFootingTypeEnum = 454,
2202
+ IfcForceMeasure = 455,
2203
+ IfcFrequencyMeasure = 456,
2204
+ IfcFurnishingElement = 457,
2205
+ IfcFurnishingElementType = 458,
2206
+ IfcFurniture = 459,
2207
+ IfcFurnitureType = 460,
2208
+ IfcFurnitureTypeEnum = 461,
2209
+ IfcGeographicElement = 462,
2210
+ IfcGeographicElementType = 463,
2211
+ IfcGeographicElementTypeEnum = 464,
2212
+ IfcGeometricCurveSet = 465,
2213
+ IfcGeometricProjectionEnum = 466,
2214
+ IfcGeometricRepresentationContext = 467,
2215
+ IfcGeometricRepresentationItem = 468,
2216
+ IfcGeometricRepresentationSubContext = 469,
2217
+ IfcGeometricSet = 470,
2218
+ IfcGeometricSetSelect = 471,
2219
+ IfcGloballyUniqueId = 472,
2220
+ IfcGlobalOrLocalEnum = 473,
2221
+ IfcGrid = 474,
2222
+ IfcGridAxis = 475,
2223
+ IfcGridPlacement = 476,
2224
+ IfcGridPlacementDirectionSelect = 477,
2225
+ IfcGridTypeEnum = 478,
2226
+ IfcGroup = 479,
2227
+ IfcHalfSpaceSolid = 480,
2228
+ IfcHatchLineDistanceSelect = 481,
2229
+ IfcHeatExchanger = 482,
2230
+ IfcHeatExchangerType = 483,
2231
+ IfcHeatExchangerTypeEnum = 484,
2232
+ IfcHeatFluxDensityMeasure = 485,
2233
+ IfcHeatingValueMeasure = 486,
2234
+ IfcHumidifier = 487,
2235
+ IfcHumidifierType = 488,
2236
+ IfcHumidifierTypeEnum = 489,
2237
+ IfcIdentifier = 490,
2238
+ IfcIlluminanceMeasure = 491,
2239
+ IfcImageTexture = 492,
2240
+ IfcIndexedColourMap = 493,
2241
+ IfcIndexedPolyCurve = 494,
2242
+ IfcIndexedPolygonalFace = 495,
2243
+ IfcIndexedPolygonalFaceWithVoids = 496,
2244
+ IfcIndexedTextureMap = 497,
2245
+ IfcIndexedTriangleTextureMap = 498,
2246
+ IfcInductanceMeasure = 499,
2247
+ IfcInteger = 500,
2248
+ IfcIntegerCountRateMeasure = 501,
2249
+ IfcInterceptor = 502,
2250
+ IfcInterceptorType = 503,
2251
+ IfcInterceptorTypeEnum = 504,
2252
+ IfcInternalOrExternalEnum = 505,
2253
+ IfcIntersectionCurve = 506,
2254
+ IfcInventory = 507,
2255
+ IfcInventoryTypeEnum = 508,
2256
+ IfcIonConcentrationMeasure = 509,
2257
+ IfcIrregularTimeSeries = 510,
2258
+ IfcIrregularTimeSeriesValue = 511,
2259
+ IfcIShapeProfileDef = 512,
2260
+ IfcIsothermalMoistureCapacityMeasure = 513,
2261
+ IfcJunctionBox = 514,
2262
+ IfcJunctionBoxType = 515,
2263
+ IfcJunctionBoxTypeEnum = 516,
2264
+ IfcKinematicViscosityMeasure = 517,
2265
+ IfcKnotType = 518,
2266
+ IfcLabel = 519,
2267
+ IfcLaborResource = 520,
2268
+ IfcLaborResourceType = 521,
2269
+ IfcLaborResourceTypeEnum = 522,
2270
+ IfcLagTime = 523,
2271
+ IfcLamp = 524,
2272
+ IfcLampType = 525,
2273
+ IfcLampTypeEnum = 526,
2274
+ IfcLanguageId = 527,
2275
+ IfcLayeredItem = 528,
2276
+ IfcLayerSetDirectionEnum = 529,
2277
+ IfcLengthMeasure = 530,
2278
+ IfcLibraryInformation = 531,
2279
+ IfcLibraryReference = 532,
2280
+ IfcLibrarySelect = 533,
2281
+ IfcLightDistributionCurveEnum = 534,
2282
+ IfcLightDistributionData = 535,
2283
+ IfcLightDistributionDataSourceSelect = 536,
2284
+ IfcLightEmissionSourceEnum = 537,
2285
+ IfcLightFixture = 538,
2286
+ IfcLightFixtureType = 539,
2287
+ IfcLightFixtureTypeEnum = 540,
2288
+ IfcLightIntensityDistribution = 541,
2289
+ IfcLightSource = 542,
2290
+ IfcLightSourceAmbient = 543,
2291
+ IfcLightSourceDirectional = 544,
2292
+ IfcLightSourceGoniometric = 545,
2293
+ IfcLightSourcePositional = 546,
2294
+ IfcLightSourceSpot = 547,
2295
+ IfcLine = 548,
2296
+ IfcLinearForceMeasure = 549,
2297
+ IfcLinearMomentMeasure = 550,
2298
+ IfcLinearPlacement = 551,
2299
+ IfcLinearPositioningElement = 552,
2300
+ IfcLinearStiffnessMeasure = 553,
2301
+ IfcLinearVelocityMeasure = 554,
2302
+ IfcLineIndex = 555,
2303
+ IfcLineSegment2D = 556,
2304
+ IfcLoadGroupTypeEnum = 557,
2305
+ IfcLocalPlacement = 558,
2306
+ IfcLogical = 559,
2307
+ IfcLogicalOperatorEnum = 560,
2308
+ IfcLoop = 561,
2309
+ IfcLShapeProfileDef = 562,
2310
+ IfcLuminousFluxMeasure = 563,
2311
+ IfcLuminousIntensityDistributionMeasure = 564,
2312
+ IfcLuminousIntensityMeasure = 565,
2313
+ IfcMagneticFluxDensityMeasure = 566,
2314
+ IfcMagneticFluxMeasure = 567,
2315
+ IfcManifoldSolidBrep = 568,
2316
+ IfcMapConversion = 569,
2317
+ IfcMappedItem = 570,
2318
+ IfcMassDensityMeasure = 571,
2319
+ IfcMassFlowRateMeasure = 572,
2320
+ IfcMassMeasure = 573,
2321
+ IfcMassPerLengthMeasure = 574,
2322
+ IfcMaterial = 575,
2323
+ IfcMaterialClassificationRelationship = 576,
2324
+ IfcMaterialConstituent = 577,
2325
+ IfcMaterialConstituentSet = 578,
2326
+ IfcMaterialDefinition = 579,
2327
+ IfcMaterialDefinitionRepresentation = 580,
2328
+ IfcMaterialLayer = 581,
2329
+ IfcMaterialLayerSet = 582,
2330
+ IfcMaterialLayerSetUsage = 583,
2331
+ IfcMaterialLayerWithOffsets = 584,
2332
+ IfcMaterialList = 585,
2333
+ IfcMaterialProfile = 586,
2334
+ IfcMaterialProfileSet = 587,
2335
+ IfcMaterialProfileSetUsage = 588,
2336
+ IfcMaterialProfileSetUsageTapering = 589,
2337
+ IfcMaterialProfileWithOffsets = 590,
2338
+ IfcMaterialProperties = 591,
2339
+ IfcMaterialRelationship = 592,
2340
+ IfcMaterialSelect = 593,
2341
+ IfcMaterialUsageDefinition = 594,
2342
+ IfcMeasureValue = 595,
2343
+ IfcMeasureWithUnit = 596,
2344
+ IfcMechanicalFastener = 597,
2345
+ IfcMechanicalFastenerType = 598,
2346
+ IfcMechanicalFastenerTypeEnum = 599,
2347
+ IfcMedicalDevice = 600,
2348
+ IfcMedicalDeviceType = 601,
2349
+ IfcMedicalDeviceTypeEnum = 602,
2350
+ IfcMember = 603,
2351
+ IfcMemberStandardCase = 604,
2352
+ IfcMemberType = 605,
2353
+ IfcMemberTypeEnum = 606,
2354
+ IfcMetric = 607,
2355
+ IfcMetricValueSelect = 608,
2356
+ IfcMirroredProfileDef = 609,
2357
+ IfcModulusOfElasticityMeasure = 610,
2358
+ IfcModulusOfLinearSubgradeReactionMeasure = 611,
2359
+ IfcModulusOfRotationalSubgradeReactionMeasure = 612,
2360
+ IfcModulusOfRotationalSubgradeReactionSelect = 613,
2361
+ IfcModulusOfSubgradeReactionMeasure = 614,
2362
+ IfcModulusOfSubgradeReactionSelect = 615,
2363
+ IfcModulusOfTranslationalSubgradeReactionSelect = 616,
2364
+ IfcMoistureDiffusivityMeasure = 617,
2365
+ IfcMolecularWeightMeasure = 618,
2366
+ IfcMomentOfInertiaMeasure = 619,
2367
+ IfcMonetaryMeasure = 620,
2368
+ IfcMonetaryUnit = 621,
2369
+ IfcMonthInYearNumber = 622,
2370
+ IfcMotorConnection = 623,
2371
+ IfcMotorConnectionType = 624,
2372
+ IfcMotorConnectionTypeEnum = 625,
2373
+ IfcNamedUnit = 626,
2374
+ IfcNonNegativeLengthMeasure = 627,
2375
+ IfcNormalisedRatioMeasure = 628,
2376
+ IfcNullStyle = 629,
2377
+ IfcNumericMeasure = 630,
2378
+ IfcObject = 631,
2379
+ IfcObjectDefinition = 632,
2380
+ IfcObjective = 633,
2381
+ IfcObjectiveEnum = 634,
2382
+ IfcObjectPlacement = 635,
2383
+ IfcObjectReferenceSelect = 636,
2384
+ IfcObjectTypeEnum = 637,
2385
+ IfcOccupant = 638,
2386
+ IfcOccupantTypeEnum = 639,
2387
+ IfcOffsetCurve = 640,
2388
+ IfcOffsetCurve2D = 641,
2389
+ IfcOffsetCurve3D = 642,
2390
+ IfcOffsetCurveByDistances = 643,
2391
+ IfcOpeningElement = 644,
2392
+ IfcOpeningElementTypeEnum = 645,
2393
+ IfcOpeningStandardCase = 646,
2394
+ IfcOpenShell = 647,
2395
+ IfcOrganization = 648,
2396
+ IfcOrganizationRelationship = 649,
2397
+ IfcOrientationExpression = 650,
2398
+ IfcOrientedEdge = 651,
2399
+ IfcOuterBoundaryCurve = 652,
2400
+ IfcOutlet = 653,
2401
+ IfcOutletType = 654,
2402
+ IfcOutletTypeEnum = 655,
2403
+ IfcOwnerHistory = 656,
2404
+ IfcParameterizedProfileDef = 657,
2405
+ IfcParameterValue = 658,
2406
+ IfcPath = 659,
2407
+ IfcPcurve = 660,
2408
+ IfcPerformanceHistory = 661,
2409
+ IfcPerformanceHistoryTypeEnum = 662,
2410
+ IfcPermeableCoveringOperationEnum = 663,
2411
+ IfcPermeableCoveringProperties = 664,
2412
+ IfcPermit = 665,
2413
+ IfcPermitTypeEnum = 666,
2414
+ IfcPerson = 667,
2415
+ IfcPersonAndOrganization = 668,
2416
+ IfcPHMeasure = 669,
2417
+ IfcPhysicalComplexQuantity = 670,
2418
+ IfcPhysicalOrVirtualEnum = 671,
2419
+ IfcPhysicalQuantity = 672,
2420
+ IfcPhysicalSimpleQuantity = 673,
2421
+ IfcPile = 674,
2422
+ IfcPileConstructionEnum = 675,
2423
+ IfcPileType = 676,
2424
+ IfcPileTypeEnum = 677,
2425
+ IfcPipeFitting = 678,
2426
+ IfcPipeFittingType = 679,
2427
+ IfcPipeFittingTypeEnum = 680,
2428
+ IfcPipeSegment = 681,
2429
+ IfcPipeSegmentType = 682,
2430
+ IfcPipeSegmentTypeEnum = 683,
2431
+ IfcPixelTexture = 684,
2432
+ IfcPlacement = 685,
2433
+ IfcPlanarBox = 686,
2434
+ IfcPlanarExtent = 687,
2435
+ IfcPlanarForceMeasure = 688,
2436
+ IfcPlane = 689,
2437
+ IfcPlaneAngleMeasure = 690,
2438
+ IfcPlate = 691,
2439
+ IfcPlateStandardCase = 692,
2440
+ IfcPlateType = 693,
2441
+ IfcPlateTypeEnum = 694,
2442
+ IfcPoint = 695,
2443
+ IfcPointOnCurve = 696,
2444
+ IfcPointOnSurface = 697,
2445
+ IfcPointOrVertexPoint = 698,
2446
+ IfcPolygonalBoundedHalfSpace = 699,
2447
+ IfcPolygonalFaceSet = 700,
2448
+ IfcPolyline = 701,
2449
+ IfcPolyLoop = 702,
2450
+ IfcPort = 703,
2451
+ IfcPositioningElement = 704,
2452
+ IfcPositiveInteger = 705,
2453
+ IfcPositiveLengthMeasure = 706,
2454
+ IfcPositivePlaneAngleMeasure = 707,
2455
+ IfcPositiveRatioMeasure = 708,
2456
+ IfcPostalAddress = 709,
2457
+ IfcPowerMeasure = 710,
2458
+ IfcPreDefinedColour = 711,
2459
+ IfcPreDefinedCurveFont = 712,
2460
+ IfcPreDefinedItem = 713,
2461
+ IfcPreDefinedProperties = 714,
2462
+ IfcPreDefinedPropertySet = 715,
2463
+ IfcPreDefinedTextFont = 716,
2464
+ IfcPreferredSurfaceCurveRepresentation = 717,
2465
+ IfcPresentableText = 718,
2466
+ IfcPresentationItem = 719,
2467
+ IfcPresentationLayerAssignment = 720,
2468
+ IfcPresentationLayerWithStyle = 721,
2469
+ IfcPresentationStyle = 722,
2470
+ IfcPresentationStyleAssignment = 723,
2471
+ IfcPresentationStyleSelect = 724,
2472
+ IfcPressureMeasure = 725,
2473
+ IfcProcedure = 726,
2474
+ IfcProcedureType = 727,
2475
+ IfcProcedureTypeEnum = 728,
2476
+ IfcProcess = 729,
2477
+ IfcProcessSelect = 730,
2478
+ IfcProduct = 731,
2479
+ IfcProductDefinitionShape = 732,
2480
+ IfcProductRepresentation = 733,
2481
+ IfcProductRepresentationSelect = 734,
2482
+ IfcProductSelect = 735,
2483
+ IfcProfileDef = 736,
2484
+ IfcProfileProperties = 737,
2485
+ IfcProfileTypeEnum = 738,
2486
+ IfcProject = 739,
2487
+ IfcProjectedCRS = 740,
2488
+ IfcProjectedOrTrueLengthEnum = 741,
2489
+ IfcProjectionElement = 742,
2490
+ IfcProjectionElementTypeEnum = 743,
2491
+ IfcProjectLibrary = 744,
2492
+ IfcProjectOrder = 745,
2493
+ IfcProjectOrderTypeEnum = 746,
2494
+ IfcProperty = 747,
2495
+ IfcPropertyAbstraction = 748,
2496
+ IfcPropertyBoundedValue = 749,
2497
+ IfcPropertyDefinition = 750,
2498
+ IfcPropertyDependencyRelationship = 751,
2499
+ IfcPropertyEnumeratedValue = 752,
2500
+ IfcPropertyEnumeration = 753,
2501
+ IfcPropertyListValue = 754,
2502
+ IfcPropertyReferenceValue = 755,
2503
+ IfcPropertySet = 756,
2504
+ IfcPropertySetDefinition = 757,
2505
+ IfcPropertySetDefinitionSelect = 758,
2506
+ IfcPropertySetDefinitionSet = 759,
2507
+ IfcPropertySetTemplate = 760,
2508
+ IfcPropertySetTemplateTypeEnum = 761,
2509
+ IfcPropertySingleValue = 762,
2510
+ IfcPropertyTableValue = 763,
2511
+ IfcPropertyTemplate = 764,
2512
+ IfcPropertyTemplateDefinition = 765,
2513
+ IfcProtectiveDevice = 766,
2514
+ IfcProtectiveDeviceTrippingUnit = 767,
2515
+ IfcProtectiveDeviceTrippingUnitType = 768,
2516
+ IfcProtectiveDeviceTrippingUnitTypeEnum = 769,
2517
+ IfcProtectiveDeviceType = 770,
2518
+ IfcProtectiveDeviceTypeEnum = 771,
2519
+ IfcProxy = 772,
2520
+ IfcPump = 773,
2521
+ IfcPumpType = 774,
2522
+ IfcPumpTypeEnum = 775,
2523
+ IfcQuantityArea = 776,
2524
+ IfcQuantityCount = 777,
2525
+ IfcQuantityLength = 778,
2526
+ IfcQuantitySet = 779,
2527
+ IfcQuantityTime = 780,
2528
+ IfcQuantityVolume = 781,
2529
+ IfcQuantityWeight = 782,
2530
+ IfcRadioActivityMeasure = 783,
2531
+ IfcRailing = 784,
2532
+ IfcRailingType = 785,
2533
+ IfcRailingTypeEnum = 786,
2534
+ IfcRamp = 787,
2535
+ IfcRampFlight = 788,
2536
+ IfcRampFlightType = 789,
2537
+ IfcRampFlightTypeEnum = 790,
2538
+ IfcRampType = 791,
2539
+ IfcRampTypeEnum = 792,
2540
+ IfcRatioMeasure = 793,
2541
+ IfcRationalBSplineCurveWithKnots = 794,
2542
+ IfcRationalBSplineSurfaceWithKnots = 795,
2543
+ IfcReal = 796,
2544
+ IfcRectangleHollowProfileDef = 797,
2545
+ IfcRectangleProfileDef = 798,
2546
+ IfcRectangularPyramid = 799,
2547
+ IfcRectangularTrimmedSurface = 800,
2548
+ IfcRecurrencePattern = 801,
2549
+ IfcRecurrenceTypeEnum = 802,
2550
+ IfcReference = 803,
2551
+ IfcReferent = 804,
2552
+ IfcReferentTypeEnum = 805,
2553
+ IfcReflectanceMethodEnum = 806,
2554
+ IfcRegularTimeSeries = 807,
2555
+ IfcReinforcementBarProperties = 808,
2556
+ IfcReinforcementDefinitionProperties = 809,
2557
+ IfcReinforcingBar = 810,
2558
+ IfcReinforcingBarRoleEnum = 811,
2559
+ IfcReinforcingBarSurfaceEnum = 812,
2560
+ IfcReinforcingBarType = 813,
2561
+ IfcReinforcingBarTypeEnum = 814,
2562
+ IfcReinforcingElement = 815,
2563
+ IfcReinforcingElementType = 816,
2564
+ IfcReinforcingMesh = 817,
2565
+ IfcReinforcingMeshType = 818,
2566
+ IfcReinforcingMeshTypeEnum = 819,
2567
+ IfcRelAggregates = 820,
2568
+ IfcRelAssigns = 821,
2569
+ IfcRelAssignsToActor = 822,
2570
+ IfcRelAssignsToControl = 823,
2571
+ IfcRelAssignsToGroup = 824,
2572
+ IfcRelAssignsToGroupByFactor = 825,
2573
+ IfcRelAssignsToProcess = 826,
2574
+ IfcRelAssignsToProduct = 827,
2575
+ IfcRelAssignsToResource = 828,
2576
+ IfcRelAssociates = 829,
2577
+ IfcRelAssociatesApproval = 830,
2578
+ IfcRelAssociatesClassification = 831,
2579
+ IfcRelAssociatesConstraint = 832,
2580
+ IfcRelAssociatesDocument = 833,
2581
+ IfcRelAssociatesLibrary = 834,
2582
+ IfcRelAssociatesMaterial = 835,
2583
+ IfcRelationship = 836,
2584
+ IfcRelConnects = 837,
2585
+ IfcRelConnectsElements = 838,
2586
+ IfcRelConnectsPathElements = 839,
2587
+ IfcRelConnectsPorts = 840,
2588
+ IfcRelConnectsPortToElement = 841,
2589
+ IfcRelConnectsStructuralActivity = 842,
2590
+ IfcRelConnectsStructuralMember = 843,
2591
+ IfcRelConnectsWithEccentricity = 844,
2592
+ IfcRelConnectsWithRealizingElements = 845,
2593
+ IfcRelContainedInSpatialStructure = 846,
2594
+ IfcRelCoversBldgElements = 847,
2595
+ IfcRelCoversSpaces = 848,
2596
+ IfcRelDeclares = 849,
2597
+ IfcRelDecomposes = 850,
2598
+ IfcRelDefines = 851,
2599
+ IfcRelDefinesByObject = 852,
2600
+ IfcRelDefinesByProperties = 853,
2601
+ IfcRelDefinesByTemplate = 854,
2602
+ IfcRelDefinesByType = 855,
2603
+ IfcRelFillsElement = 856,
2604
+ IfcRelFlowControlElements = 857,
2605
+ IfcRelInterferesElements = 858,
2606
+ IfcRelNests = 859,
2607
+ IfcRelProjectsElement = 860,
2608
+ IfcRelReferencedInSpatialStructure = 861,
2609
+ IfcRelSequence = 862,
2610
+ IfcRelServicesBuildings = 863,
2611
+ IfcRelSpaceBoundary = 864,
2612
+ IfcRelSpaceBoundary1stLevel = 865,
2613
+ IfcRelSpaceBoundary2ndLevel = 866,
2614
+ IfcRelVoidsElement = 867,
2615
+ IfcReparametrisedCompositeCurveSegment = 868,
2616
+ IfcRepresentation = 869,
2617
+ IfcRepresentationContext = 870,
2618
+ IfcRepresentationItem = 871,
2619
+ IfcRepresentationMap = 872,
2620
+ IfcResource = 873,
2621
+ IfcResourceApprovalRelationship = 874,
2622
+ IfcResourceConstraintRelationship = 875,
2623
+ IfcResourceLevelRelationship = 876,
2624
+ IfcResourceObjectSelect = 877,
2625
+ IfcResourceSelect = 878,
2626
+ IfcResourceTime = 879,
2627
+ IfcRevolvedAreaSolid = 880,
2628
+ IfcRevolvedAreaSolidTapered = 881,
2629
+ IfcRightCircularCone = 882,
2630
+ IfcRightCircularCylinder = 883,
2631
+ IfcRoleEnum = 884,
2632
+ IfcRoof = 885,
2633
+ IfcRoofType = 886,
2634
+ IfcRoofTypeEnum = 887,
2635
+ IfcRoot = 888,
2636
+ IfcRotationalFrequencyMeasure = 889,
2637
+ IfcRotationalMassMeasure = 890,
2638
+ IfcRotationalStiffnessMeasure = 891,
2639
+ IfcRotationalStiffnessSelect = 892,
2640
+ IfcRoundedRectangleProfileDef = 893,
2641
+ IfcSanitaryTerminal = 894,
2642
+ IfcSanitaryTerminalType = 895,
2643
+ IfcSanitaryTerminalTypeEnum = 896,
2644
+ IfcSchedulingTime = 897,
2645
+ IfcSeamCurve = 898,
2646
+ IfcSectionalAreaIntegralMeasure = 899,
2647
+ IfcSectionedSolid = 900,
2648
+ IfcSectionedSolidHorizontal = 901,
2649
+ IfcSectionedSpine = 902,
2650
+ IfcSectionModulusMeasure = 903,
2651
+ IfcSectionProperties = 904,
2652
+ IfcSectionReinforcementProperties = 905,
2653
+ IfcSectionTypeEnum = 906,
2654
+ IfcSegmentIndexSelect = 907,
2655
+ IfcSensor = 908,
2656
+ IfcSensorType = 909,
2657
+ IfcSensorTypeEnum = 910,
2658
+ IfcSequenceEnum = 911,
2659
+ IfcShadingDevice = 912,
2660
+ IfcShadingDeviceType = 913,
2661
+ IfcShadingDeviceTypeEnum = 914,
2662
+ IfcShapeAspect = 915,
2663
+ IfcShapeModel = 916,
2664
+ IfcShapeRepresentation = 917,
2665
+ IfcShearModulusMeasure = 918,
2666
+ IfcShell = 919,
2667
+ IfcShellBasedSurfaceModel = 920,
2668
+ IfcSimpleProperty = 921,
2669
+ IfcSimplePropertyTemplate = 922,
2670
+ IfcSimplePropertyTemplateTypeEnum = 923,
2671
+ IfcSimpleValue = 924,
2672
+ IfcSIPrefix = 925,
2673
+ IfcSite = 926,
2674
+ IfcSIUnit = 927,
2675
+ IfcSIUnitName = 928,
2676
+ IfcSizeSelect = 929,
2677
+ IfcSlab = 930,
2678
+ IfcSlabElementedCase = 931,
2679
+ IfcSlabStandardCase = 932,
2680
+ IfcSlabType = 933,
2681
+ IfcSlabTypeEnum = 934,
2682
+ IfcSlippageConnectionCondition = 935,
2683
+ IfcSolarDevice = 936,
2684
+ IfcSolarDeviceType = 937,
2685
+ IfcSolarDeviceTypeEnum = 938,
2686
+ IfcSolidAngleMeasure = 939,
2687
+ IfcSolidModel = 940,
2688
+ IfcSolidOrShell = 941,
2689
+ IfcSoundPowerLevelMeasure = 942,
2690
+ IfcSoundPowerMeasure = 943,
2691
+ IfcSoundPressureLevelMeasure = 944,
2692
+ IfcSoundPressureMeasure = 945,
2693
+ IfcSpace = 946,
2694
+ IfcSpaceBoundarySelect = 947,
2695
+ IfcSpaceHeater = 948,
2696
+ IfcSpaceHeaterType = 949,
2697
+ IfcSpaceHeaterTypeEnum = 950,
2698
+ IfcSpaceType = 951,
2699
+ IfcSpaceTypeEnum = 952,
2700
+ IfcSpatialElement = 953,
2701
+ IfcSpatialElementType = 954,
2702
+ IfcSpatialStructureElement = 955,
2703
+ IfcSpatialStructureElementType = 956,
2704
+ IfcSpatialZone = 957,
2705
+ IfcSpatialZoneType = 958,
2706
+ IfcSpatialZoneTypeEnum = 959,
2707
+ IfcSpecificHeatCapacityMeasure = 960,
2708
+ IfcSpecularExponent = 961,
2709
+ IfcSpecularHighlightSelect = 962,
2710
+ IfcSpecularRoughness = 963,
2711
+ IfcSphere = 964,
2712
+ IfcSphericalSurface = 965,
2713
+ IfcStackTerminal = 966,
2714
+ IfcStackTerminalType = 967,
2715
+ IfcStackTerminalTypeEnum = 968,
2716
+ IfcStair = 969,
2717
+ IfcStairFlight = 970,
2718
+ IfcStairFlightType = 971,
2719
+ IfcStairFlightTypeEnum = 972,
2720
+ IfcStairType = 973,
2721
+ IfcStairTypeEnum = 974,
2722
+ IfcStateEnum = 975,
2723
+ IfcStrippedOptional = 976,
2724
+ IfcStructuralAction = 977,
2725
+ IfcStructuralActivity = 978,
2726
+ IfcStructuralActivityAssignmentSelect = 979,
2727
+ IfcStructuralAnalysisModel = 980,
2728
+ IfcStructuralConnection = 981,
2729
+ IfcStructuralConnectionCondition = 982,
2730
+ IfcStructuralCurveAction = 983,
2731
+ IfcStructuralCurveActivityTypeEnum = 984,
2732
+ IfcStructuralCurveConnection = 985,
2733
+ IfcStructuralCurveMember = 986,
2734
+ IfcStructuralCurveMemberTypeEnum = 987,
2735
+ IfcStructuralCurveMemberVarying = 988,
2736
+ IfcStructuralCurveReaction = 989,
2737
+ IfcStructuralItem = 990,
2738
+ IfcStructuralLinearAction = 991,
2739
+ IfcStructuralLoad = 992,
2740
+ IfcStructuralLoadCase = 993,
2741
+ IfcStructuralLoadConfiguration = 994,
2742
+ IfcStructuralLoadGroup = 995,
2743
+ IfcStructuralLoadLinearForce = 996,
2744
+ IfcStructuralLoadOrResult = 997,
2745
+ IfcStructuralLoadPlanarForce = 998,
2746
+ IfcStructuralLoadSingleDisplacement = 999,
2747
+ IfcStructuralLoadSingleDisplacementDistortion = 1000,
2748
+ IfcStructuralLoadSingleForce = 1001,
2749
+ IfcStructuralLoadSingleForceWarping = 1002,
2750
+ IfcStructuralLoadStatic = 1003,
2751
+ IfcStructuralLoadTemperature = 1004,
2752
+ IfcStructuralMember = 1005,
2753
+ IfcStructuralPlanarAction = 1006,
2754
+ IfcStructuralPointAction = 1007,
2755
+ IfcStructuralPointConnection = 1008,
2756
+ IfcStructuralPointReaction = 1009,
2757
+ IfcStructuralReaction = 1010,
2758
+ IfcStructuralResultGroup = 1011,
2759
+ IfcStructuralSurfaceAction = 1012,
2760
+ IfcStructuralSurfaceActivityTypeEnum = 1013,
2761
+ IfcStructuralSurfaceConnection = 1014,
2762
+ IfcStructuralSurfaceMember = 1015,
2763
+ IfcStructuralSurfaceMemberTypeEnum = 1016,
2764
+ IfcStructuralSurfaceMemberVarying = 1017,
2765
+ IfcStructuralSurfaceReaction = 1018,
2766
+ IfcStyleAssignmentSelect = 1019,
2767
+ IfcStyledItem = 1020,
2768
+ IfcStyledRepresentation = 1021,
2769
+ IfcStyleModel = 1022,
2770
+ IfcSubContractResource = 1023,
2771
+ IfcSubContractResourceType = 1024,
2772
+ IfcSubContractResourceTypeEnum = 1025,
2773
+ IfcSubedge = 1026,
2774
+ IfcSurface = 1027,
2775
+ IfcSurfaceCurve = 1028,
2776
+ IfcSurfaceCurveSweptAreaSolid = 1029,
2777
+ IfcSurfaceFeature = 1030,
2778
+ IfcSurfaceFeatureTypeEnum = 1031,
2779
+ IfcSurfaceOfLinearExtrusion = 1032,
2780
+ IfcSurfaceOfRevolution = 1033,
2781
+ IfcSurfaceOrFaceSurface = 1034,
2782
+ IfcSurfaceReinforcementArea = 1035,
2783
+ IfcSurfaceSide = 1036,
2784
+ IfcSurfaceStyle = 1037,
2785
+ IfcSurfaceStyleElementSelect = 1038,
2786
+ IfcSurfaceStyleLighting = 1039,
2787
+ IfcSurfaceStyleRefraction = 1040,
2788
+ IfcSurfaceStyleRendering = 1041,
2789
+ IfcSurfaceStyleShading = 1042,
2790
+ IfcSurfaceStyleWithTextures = 1043,
2791
+ IfcSurfaceTexture = 1044,
2792
+ IfcSweptAreaSolid = 1045,
2793
+ IfcSweptDiskSolid = 1046,
2794
+ IfcSweptDiskSolidPolygonal = 1047,
2795
+ IfcSweptSurface = 1048,
2796
+ IfcSwitchingDevice = 1049,
2797
+ IfcSwitchingDeviceType = 1050,
2798
+ IfcSwitchingDeviceTypeEnum = 1051,
2799
+ IfcSystem = 1052,
2800
+ IfcSystemFurnitureElement = 1053,
2801
+ IfcSystemFurnitureElementType = 1054,
2802
+ IfcSystemFurnitureElementTypeEnum = 1055,
2803
+ IfcTable = 1056,
2804
+ IfcTableColumn = 1057,
2805
+ IfcTableRow = 1058,
2806
+ IfcTank = 1059,
2807
+ IfcTankType = 1060,
2808
+ IfcTankTypeEnum = 1061,
2809
+ IfcTask = 1062,
2810
+ IfcTaskDurationEnum = 1063,
2811
+ IfcTaskTime = 1064,
2812
+ IfcTaskTimeRecurring = 1065,
2813
+ IfcTaskType = 1066,
2814
+ IfcTaskTypeEnum = 1067,
2815
+ IfcTelecomAddress = 1068,
2816
+ IfcTemperatureGradientMeasure = 1069,
2817
+ IfcTemperatureRateOfChangeMeasure = 1070,
2818
+ IfcTendon = 1071,
2819
+ IfcTendonAnchor = 1072,
2820
+ IfcTendonAnchorType = 1073,
2821
+ IfcTendonAnchorTypeEnum = 1074,
2822
+ IfcTendonType = 1075,
2823
+ IfcTendonTypeEnum = 1076,
2824
+ IfcTessellatedFaceSet = 1077,
2825
+ IfcTessellatedItem = 1078,
2826
+ IfcText = 1079,
2827
+ IfcTextAlignment = 1080,
2828
+ IfcTextDecoration = 1081,
2829
+ IfcTextFontName = 1082,
2830
+ IfcTextFontSelect = 1083,
2831
+ IfcTextLiteral = 1084,
2832
+ IfcTextLiteralWithExtent = 1085,
2833
+ IfcTextPath = 1086,
2834
+ IfcTextStyle = 1087,
2835
+ IfcTextStyleFontModel = 1088,
2836
+ IfcTextStyleForDefinedFont = 1089,
2837
+ IfcTextStyleTextModel = 1090,
2838
+ IfcTextTransformation = 1091,
2839
+ IfcTextureCoordinate = 1092,
2840
+ IfcTextureCoordinateGenerator = 1093,
2841
+ IfcTextureMap = 1094,
2842
+ IfcTextureVertex = 1095,
2843
+ IfcTextureVertexList = 1096,
2844
+ IfcThermalAdmittanceMeasure = 1097,
2845
+ IfcThermalConductivityMeasure = 1098,
2846
+ IfcThermalExpansionCoefficientMeasure = 1099,
2847
+ IfcThermalResistanceMeasure = 1100,
2848
+ IfcThermalTransmittanceMeasure = 1101,
2849
+ IfcThermodynamicTemperatureMeasure = 1102,
2850
+ IfcTime = 1103,
2851
+ IfcTimeMeasure = 1104,
2852
+ IfcTimeOrRatioSelect = 1105,
2853
+ IfcTimePeriod = 1106,
2854
+ IfcTimeSeries = 1107,
2855
+ IfcTimeSeriesDataTypeEnum = 1108,
2856
+ IfcTimeSeriesValue = 1109,
2857
+ IfcTimeStamp = 1110,
2858
+ IfcTopologicalRepresentationItem = 1111,
2859
+ IfcTopologyRepresentation = 1112,
2860
+ IfcToroidalSurface = 1113,
2861
+ IfcTorqueMeasure = 1114,
2862
+ IfcTransformer = 1115,
2863
+ IfcTransformerType = 1116,
2864
+ IfcTransformerTypeEnum = 1117,
2865
+ IfcTransitionCode = 1118,
2866
+ IfcTransitionCurveSegment2D = 1119,
2867
+ IfcTransitionCurveType = 1120,
2868
+ IfcTranslationalStiffnessSelect = 1121,
2869
+ IfcTransportElement = 1122,
2870
+ IfcTransportElementType = 1123,
2871
+ IfcTransportElementTypeEnum = 1124,
2872
+ IfcTrapeziumProfileDef = 1125,
2873
+ IfcTriangulatedFaceSet = 1126,
2874
+ IfcTriangulatedIrregularNetwork = 1127,
2875
+ IfcTrimmedCurve = 1128,
2876
+ IfcTrimmingPreference = 1129,
2877
+ IfcTrimmingSelect = 1130,
2878
+ IfcTShapeProfileDef = 1131,
2879
+ IfcTubeBundle = 1132,
2880
+ IfcTubeBundleType = 1133,
2881
+ IfcTubeBundleTypeEnum = 1134,
2882
+ IfcTypeObject = 1135,
2883
+ IfcTypeProcess = 1136,
2884
+ IfcTypeProduct = 1137,
2885
+ IfcTypeResource = 1138,
2886
+ IfcUnit = 1139,
2887
+ IfcUnitaryControlElement = 1140,
2888
+ IfcUnitaryControlElementType = 1141,
2889
+ IfcUnitaryControlElementTypeEnum = 1142,
2890
+ IfcUnitaryEquipment = 1143,
2891
+ IfcUnitaryEquipmentType = 1144,
2892
+ IfcUnitaryEquipmentTypeEnum = 1145,
2893
+ IfcUnitAssignment = 1146,
2894
+ IfcUnitEnum = 1147,
2895
+ IfcURIReference = 1148,
2896
+ IfcUShapeProfileDef = 1149,
2897
+ IfcValue = 1150,
2898
+ IfcValve = 1151,
2899
+ IfcValveType = 1152,
2900
+ IfcValveTypeEnum = 1153,
2901
+ IfcVaporPermeabilityMeasure = 1154,
2902
+ IfcVector = 1155,
2903
+ IfcVectorOrDirection = 1156,
2904
+ IfcVertex = 1157,
2905
+ IfcVertexLoop = 1158,
2906
+ IfcVertexPoint = 1159,
2907
+ IfcVibrationIsolator = 1160,
2908
+ IfcVibrationIsolatorType = 1161,
2909
+ IfcVibrationIsolatorTypeEnum = 1162,
2910
+ IfcVirtualElement = 1163,
2911
+ IfcVirtualGridIntersection = 1164,
2912
+ IfcVoidingFeature = 1165,
2913
+ IfcVoidingFeatureTypeEnum = 1166,
2914
+ IfcVolumeMeasure = 1167,
2915
+ IfcVolumetricFlowRateMeasure = 1168,
2916
+ IfcWall = 1169,
2917
+ IfcWallElementedCase = 1170,
2918
+ IfcWallStandardCase = 1171,
2919
+ IfcWallType = 1172,
2920
+ IfcWallTypeEnum = 1173,
2921
+ IfcWarpingConstantMeasure = 1174,
2922
+ IfcWarpingMomentMeasure = 1175,
2923
+ IfcWarpingStiffnessSelect = 1176,
2924
+ IfcWasteTerminal = 1177,
2925
+ IfcWasteTerminalType = 1178,
2926
+ IfcWasteTerminalTypeEnum = 1179,
2927
+ IfcWindow = 1180,
2928
+ IfcWindowLiningProperties = 1181,
2929
+ IfcWindowPanelOperationEnum = 1182,
2930
+ IfcWindowPanelPositionEnum = 1183,
2931
+ IfcWindowPanelProperties = 1184,
2932
+ IfcWindowStandardCase = 1185,
2933
+ IfcWindowStyle = 1186,
2934
+ IfcWindowStyleConstructionEnum = 1187,
2935
+ IfcWindowStyleOperationEnum = 1188,
2936
+ IfcWindowType = 1189,
2937
+ IfcWindowTypeEnum = 1190,
2938
+ IfcWindowTypePartitioningEnum = 1191,
2939
+ IfcWorkCalendar = 1192,
2940
+ IfcWorkCalendarTypeEnum = 1193,
2941
+ IfcWorkControl = 1194,
2942
+ IfcWorkPlan = 1195,
2943
+ IfcWorkPlanTypeEnum = 1196,
2944
+ IfcWorkSchedule = 1197,
2945
+ IfcWorkScheduleTypeEnum = 1198,
2946
+ IfcWorkTime = 1199,
2947
+ IfcZone = 1200,
2948
+ IfcZShapeProfileDef = 1201,
2949
+ UNDEFINED = 1202,
2950
+ Other3DModel = 1203
2951
+ }
2952
+ export class ModelElementPropertySet {
2953
+ name: string;
2954
+ properties: ModelElementProperty[];
2955
+ type: IfcType;
2895
2956
  }
2896
- export class CustomSprite extends THREE.Sprite {
2897
- material: CustomSpriteMaterial;
2898
-
2899
- constructor(material: CustomSpriteMaterial);
2900
- raycast(raycaster: THREE.Raycaster, intersects: THREE.Intersection<THREE.Object3D<THREE.Event>>[]): void;
2901
- dispose(): void;
2957
+ export class ModelElementProperty {
2958
+ name: string;
2959
+ unit: number;
2960
+ value: ModelElementPropertyValue;
2902
2961
  }
2903
- export interface LabelSpriteParameters {
2904
- text?: string | undefined;
2905
- sizeAttenuation?: boolean | undefined;
2906
- fontFace?: string | FontFace | undefined;
2907
- fontSize?: number | undefined;
2908
- borderColor?: Color | undefined;
2909
- backgroundColor?: Color | undefined;
2910
- borderThickness?: number | undefined;
2911
- borderRadius?: number | undefined;
2912
- textColor?: Color | undefined;
2913
- textPadding?: THREE.Vector4Tuple | undefined;
2962
+ export class ModelElementPropertyValue {
2963
+ str_value?: string;
2964
+ int_value?: number;
2965
+ double_value?: number;
2966
+ date_value?: bigint;
2967
+ array_value: Array<string>;
2968
+ decimal_value?: number;
2969
+ guid_value?: string;
2970
+ array_int_value: Array<number>;
2971
+ bool_value?: boolean;
2972
+ get value(): unknown;
2914
2973
  }
2915
- export class LabelSprite extends CustomSprite {
2916
- readonly extraHeightFactor = 1.4;
2917
-
2918
- constructor(parameters: LabelSpriteParameters);
2919
- get sizeAttenuation(): boolean;
2920
- set sizeAttenuation(value: boolean);
2921
- /**
2922
- * @default ''
2923
- */
2924
- get text(): string;
2925
- set text(value: string);
2926
- /**
2927
- * @default 'Roboto, sans-serif'
2928
- */
2929
- get fontFace(): string | FontFace;
2930
- set fontFace(value: string | FontFace);
2931
- /**
2932
- * @default 12
2933
- */
2934
- get fontSize(): number;
2935
- set fontSize(value: number);
2936
- /**
2937
- * @default 2
2938
- */
2939
- get borderThickness(): number;
2940
- set borderThickness(value: number);
2941
- /**
2942
- * @default new Color(0, 0, 0, 1.0)
2943
- */
2944
- get borderColor(): Color;
2945
- set borderColor(value: Color);
2946
- /**
2947
- * @default 1
2948
- */
2949
- get borderRadius(): number;
2950
- set borderRadius(value: number);
2951
- /**
2952
- * @default new Color(1.0, 1.0, 1.0, 1.0)
2953
- */
2954
- get backgroundColor(): Color;
2955
- set backgroundColor(value: Color);
2956
- /**
2957
- * @default new Color(0, 0, 0, 1.0)
2958
- */
2959
- get textColor(): Color;
2960
- set textColor(value: Color);
2961
- /**
2962
- * Label text padding: left, top, right, bottom
2963
- * @default [0, 0, 0, 0]
2964
- */
2965
- get textPadding(): THREE.Vector4Tuple;
2966
- set textPadding(value: THREE.Vector4Tuple);
2967
- dispose(): void;
2974
+
2975
+ export class SettingsNames {
2976
+ static TELEMETRY: string;
2977
+ static AXES: string;
2978
+ static CAMERA_ANIMATION: string;
2979
+ static HIDE_SMALL_ELEMENTS_WHEN_NAVIGATING: string;
2980
+ static GLOBAL_LIGHT: string;
2981
+ static LIGHT_SOURCE: string;
2982
+ static ANTI_ALIASING: string;
2983
+ static HIDE_SMALL_ELEMENTS_MOVING: string;
2984
+ static SMALL_ELEMENT_SIZE: string;
2985
+ static LABEL_LINE_LENGTH: string;
2986
+ static HIDE_EDGES_WHEN_NAVIGATING: string;
2987
+ static DISPLAY_MODE: string;
2988
+ static NAVIGATION_CUBE: string;
2989
+ static DESIRED_FRAMERATE: string;
2990
+ static MANAGE_TIME: string;
2991
+ static HOVER_MESHES: string;
2992
+ static HOVER_EDGES: string;
2993
+ static SELECT_MESHES: string;
2994
+ static SELECT_EDGES: string;
2968
2995
  }
2969
- export interface MeshPointMaterialParameters extends THREE.ShaderMaterialParameters {
2970
- sizeAttenuation?: boolean | undefined;
2971
- discreteClipping?: boolean | undefined;
2996
+ export enum ValueType {
2997
+ STRING = 0,
2998
+ NUMBER = 1,
2999
+ ENUM = 2,
3000
+ BOOL = 3
2972
3001
  }
2973
- export class MeshPointMaterial extends CustomMaterial {
3002
+ export class Viewer3DConfiguration extends ViewerConfiguration {
3003
+ render: ViewerSettings;
2974
3004
 
2975
- constructor(parameters?: MeshPointMaterialParameters);
2976
- /**
2977
- * @default true
2978
- */
2979
- get discreteClipping(): boolean;
2980
- set discreteClipping(value: boolean);
2981
- get resolution(): THREE.Vector2;
2982
- /**
2983
- * @default true
2984
- */
2985
- sizeAttenuation: boolean;
2986
- copy(source: MeshPointMaterial): this;
2987
- protected refreshUniforms(uniforms: {
2988
- [uniform: string]: THREE.IUniform;
2989
- }, material: CustomMaterial, renderer: THREE.WebGLRenderer): void;
2990
- }
2991
- export interface MeshPointParamter {
2992
- point?: THREE.Vector3;
2993
- color?: Color;
2994
- size?: number;
3005
+ constructor(appearance?: ViewerSettings, render?: ViewerSettings);
2995
3006
  }
2996
- export class MeshPoints extends THREE.Mesh {
2997
- geometry: THREE.InstancedBufferGeometry;
2998
- material: MeshPointMaterial;
2999
-
3000
- constructor();
3001
- /**
3002
- * @default new Color( 1,1,1,1 )
3003
- */
3004
- color: Color;
3005
- /**
3006
- * @default 1
3007
- */
3008
- pointSize: number;
3009
- /**
3010
- * @default new THREE.Vector3(0, 0, 0)
3011
- */
3012
- point: THREE.Vector3;
3013
- addPoint(pointParameter?: MeshPointParamter): number;
3014
- updatePoint(index: number, pointParameter: MeshPointParamter): void;
3015
- removePoint(index: number): this;
3016
- updateAttributes(): void;
3017
- dispose(): void;
3018
- raycast(raycaster: THREE.Raycaster, intersects: THREE.Intersection<THREE.Object3D<THREE.Event>>[]): void;
3007
+ export const defaultViewer3DSettings: ViewerSettings;
3008
+ export class ModelLoadingOptions {
3009
+ guid: string;
3010
+ isConsolidatedModel?: boolean;
3011
+ placement?: THREE.Matrix4Tuple | number[];
3012
+ scaling?: number;
3013
+ origin?: Point3;
3014
+ hideLoadingSpinner?: boolean;
3019
3015
  }
3020
3016
  export interface DeleteEventListener extends EventListener {
3021
3017
  (evt: DeleteEvent): void;
@@ -3253,12 +3249,6 @@ export interface INavigation {
3253
3249
  */
3254
3250
  resetPivotPoint(): void;
3255
3251
  }
3256
- export class ModelLoadingOptions {
3257
- guid: string;
3258
- isConsolidatedModel?: boolean;
3259
- placement?: THREE.Matrix4Tuple | number[];
3260
- scaling?: number;
3261
- }
3262
3252
  export let ViewerInstance: Viewer3D;
3263
3253
  export class Viewer3D extends ViewerBase {
3264
3254
  protected _configuration: Viewer3DConfiguration;
@@ -3284,7 +3274,7 @@ export class Viewer3D extends ViewerBase {
3284
3274
  * @param onErrorCallback - Deprecated
3285
3275
  * @returns
3286
3276
  */
3287
- loadModelPart(data: ArrayBuffer | string, options: ModelLoadingOptions, onSuccessCallback?: SuccessCallback, onErrorCallback?: ErrorCallback): Promise<void>;
3277
+ loadModelPart(data: ArrayBuffer | string | Blob, options: ModelLoadingOptions, onSuccessCallback?: SuccessCallback, onErrorCallback?: ErrorCallback): Promise<void>;
3288
3278
  /**
3289
3279
  * Updates the model part data file
3290
3280
  * @param data
@@ -3293,7 +3283,7 @@ export class Viewer3D extends ViewerBase {
3293
3283
  * @param onErrorCallback - Deprecated
3294
3284
  * @returns
3295
3285
  */
3296
- updateModelPart(data: ArrayBuffer | string, options: ModelLoadingOptions, onSuccessCallback?: SuccessCallback, onErrorCallback?: ErrorCallback): Promise<void>;
3286
+ updateModelPart(data: ArrayBuffer | string | Blob, options: ModelLoadingOptions, onSuccessCallback?: SuccessCallback, onErrorCallback?: ErrorCallback): Promise<void>;
3297
3287
  /**
3298
3288
  * Loads cloud points as new model part to the viewer
3299
3289
  * @param data
@@ -3302,7 +3292,14 @@ export class Viewer3D extends ViewerBase {
3302
3292
  * @param onErrorCallback - Deprecated
3303
3293
  * @returns
3304
3294
  */
3305
- loadCloudPart(data: ArrayBuffer | string, options: ModelLoadingOptions, onSuccessCallback?: SuccessCallback, onErrorCallback?: ErrorCallback): Promise<void>;
3295
+ loadCloudPart(data: ArrayBuffer | string | Blob, options: ModelLoadingOptions, onSuccessCallback?: SuccessCallback, onErrorCallback?: ErrorCallback): Promise<void>;
3296
+ /**
3297
+ * Update point cloud
3298
+ * @param data
3299
+ * @param options
3300
+ * @returns
3301
+ */
3302
+ updateCloudPart(data: ArrayBuffer | string | Blob, options: ModelLoadingOptions): Promise<void>;
3306
3303
  /**
3307
3304
  * Unloads model part from the viewer
3308
3305
  * @param modelPart - model part id or model part instance
@@ -3328,7 +3325,7 @@ export class Viewer3D extends ViewerBase {
3328
3325
  setThemeFromSettings(): void;
3329
3326
  }
3330
3327
  export class GuiViewer3D extends Viewer3D {
3331
- loadModelPart(buffer: ArrayBuffer, options: ModelLoadingOptions, onSuccessCallback?: SuccessCallback, onErrorCallback?: ErrorCallback): Promise<void>;
3328
+ loadModelPart(buffer: ArrayBuffer | string | Blob, options: ModelLoadingOptions, onSuccessCallback?: SuccessCallback, onErrorCallback?: ErrorCallback): Promise<void>;
3332
3329
  getToolbar(): ViewerToolbar;
3333
3330
  onPostExtensionLoad(extension: ExtensionBase): void;
3334
3331
  protected getToolbarHeight(): number;