@xeokit/xeokit-sdk 2.4.0-alpha-69 → 2.4.0-alpha-71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/xeokit-sdk.cjs.js
CHANGED
|
@@ -91457,8 +91457,8 @@ class MetaScene {
|
|
|
91457
91457
|
} else {
|
|
91458
91458
|
const newMetaModels = [];
|
|
91459
91459
|
for (let j = 0, lenj = propertySet.metaModels.length; j < lenj; j++) {
|
|
91460
|
-
if (propertySet.metaModels[
|
|
91461
|
-
newMetaModels.push(propertySet.metaModels[
|
|
91460
|
+
if (propertySet.metaModels[j].id !== id) {
|
|
91461
|
+
newMetaModels.push(propertySet.metaModels[j]);
|
|
91462
91462
|
}
|
|
91463
91463
|
}
|
|
91464
91464
|
propertySet.metaModels = newMetaModels;
|
|
@@ -91481,9 +91481,9 @@ class MetaScene {
|
|
|
91481
91481
|
} else {
|
|
91482
91482
|
const newMetaModels = [];
|
|
91483
91483
|
const metaModelId = metaModel.id;
|
|
91484
|
-
for (let
|
|
91485
|
-
if (metaObject.metaModels[
|
|
91486
|
-
newMetaModels.push(metaObject.metaModels[
|
|
91484
|
+
for (let j = 0, lenj = metaObject.metaModels.length; j < lenj; j++) {
|
|
91485
|
+
if (metaObject.metaModels[j].id !== metaModelId) {
|
|
91486
|
+
newMetaModels.push(metaObject.metaModels[j]);
|
|
91487
91487
|
}
|
|
91488
91488
|
}
|
|
91489
91489
|
metaObject.metaModels = newMetaModels;
|
|
@@ -109428,28 +109428,6 @@ function error(ctx, msg) {
|
|
|
109428
109428
|
*/
|
|
109429
109429
|
const IFCObjectDefaults = {
|
|
109430
109430
|
|
|
109431
|
-
IfcOpeningElement: {
|
|
109432
|
-
pickable: false,
|
|
109433
|
-
visible: false
|
|
109434
|
-
},
|
|
109435
|
-
|
|
109436
|
-
IfcSpace: {
|
|
109437
|
-
colorize: [0.137255, 0.403922, 0.870588],
|
|
109438
|
-
pickable: false,
|
|
109439
|
-
visible: false,
|
|
109440
|
-
opacity: 0.4
|
|
109441
|
-
},
|
|
109442
|
-
|
|
109443
|
-
IfcWindow: {
|
|
109444
|
-
colorize: [0.137255, 0.403922, 0.870588],
|
|
109445
|
-
opacity: 0.3
|
|
109446
|
-
},
|
|
109447
|
-
|
|
109448
|
-
IfcPlate: {
|
|
109449
|
-
colorize: [0.8470588235, 0.427450980392, 0, 0.5],
|
|
109450
|
-
opacity: 0.3
|
|
109451
|
-
},
|
|
109452
|
-
|
|
109453
109431
|
DEFAULT: {
|
|
109454
109432
|
}
|
|
109455
109433
|
};
|
package/dist/xeokit-sdk.es.js
CHANGED
|
@@ -91453,8 +91453,8 @@ class MetaScene {
|
|
|
91453
91453
|
} else {
|
|
91454
91454
|
const newMetaModels = [];
|
|
91455
91455
|
for (let j = 0, lenj = propertySet.metaModels.length; j < lenj; j++) {
|
|
91456
|
-
if (propertySet.metaModels[
|
|
91457
|
-
newMetaModels.push(propertySet.metaModels[
|
|
91456
|
+
if (propertySet.metaModels[j].id !== id) {
|
|
91457
|
+
newMetaModels.push(propertySet.metaModels[j]);
|
|
91458
91458
|
}
|
|
91459
91459
|
}
|
|
91460
91460
|
propertySet.metaModels = newMetaModels;
|
|
@@ -91477,9 +91477,9 @@ class MetaScene {
|
|
|
91477
91477
|
} else {
|
|
91478
91478
|
const newMetaModels = [];
|
|
91479
91479
|
const metaModelId = metaModel.id;
|
|
91480
|
-
for (let
|
|
91481
|
-
if (metaObject.metaModels[
|
|
91482
|
-
newMetaModels.push(metaObject.metaModels[
|
|
91480
|
+
for (let j = 0, lenj = metaObject.metaModels.length; j < lenj; j++) {
|
|
91481
|
+
if (metaObject.metaModels[j].id !== metaModelId) {
|
|
91482
|
+
newMetaModels.push(metaObject.metaModels[j]);
|
|
91483
91483
|
}
|
|
91484
91484
|
}
|
|
91485
91485
|
metaObject.metaModels = newMetaModels;
|
|
@@ -109424,28 +109424,6 @@ function error(ctx, msg) {
|
|
|
109424
109424
|
*/
|
|
109425
109425
|
const IFCObjectDefaults = {
|
|
109426
109426
|
|
|
109427
|
-
IfcOpeningElement: {
|
|
109428
|
-
pickable: false,
|
|
109429
|
-
visible: false
|
|
109430
|
-
},
|
|
109431
|
-
|
|
109432
|
-
IfcSpace: {
|
|
109433
|
-
colorize: [0.137255, 0.403922, 0.870588],
|
|
109434
|
-
pickable: false,
|
|
109435
|
-
visible: false,
|
|
109436
|
-
opacity: 0.4
|
|
109437
|
-
},
|
|
109438
|
-
|
|
109439
|
-
IfcWindow: {
|
|
109440
|
-
colorize: [0.137255, 0.403922, 0.870588],
|
|
109441
|
-
opacity: 0.3
|
|
109442
|
-
},
|
|
109443
|
-
|
|
109444
|
-
IfcPlate: {
|
|
109445
|
-
colorize: [0.8470588235, 0.427450980392, 0, 0.5],
|
|
109446
|
-
opacity: 0.3
|
|
109447
|
-
},
|
|
109448
|
-
|
|
109449
109427
|
DEFAULT: {
|
|
109450
109428
|
}
|
|
109451
109429
|
};
|