Skip to content

Commit 2b23f80

Browse files
committed
feat(core): remove unused coordinate property from ifc settings
1 parent 28b8fe2 commit 2b23f80

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/components",
33
"description": "Collection of core functionalities to author BIM apps.",
4-
"version": "2.3.5",
4+
"version": "2.3.6",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",

packages/core/src/core/Components/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class Components implements Disposable {
1414
/**
1515
* The version of the @thatopen/components library.
1616
*/
17-
static readonly release = "2.3.5";
17+
static readonly release = "2.3.6";
1818

1919
/** {@link Disposable.onDisposed} */
2020
readonly onDisposed = new Event<void>();

packages/core/src/fragments/IfcLoader/src/ifc-fragment-settings.ts

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ export class IfcFragmentSettings {
1111
*/
1212
optionalCategories: number[] = [WEBIFC.IFCSPACE];
1313

14-
/** Whether to use the coordination data coming from the IFC files. */
15-
coordinate = true;
16-
1714
/** Path of the WASM for [web-ifc](https://github.com/ThatOpen/engine_web-ifc). */
1815
wasm: {
1916
path: string;

0 commit comments

Comments
 (0)