You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/core/src/core/Types/src/data-set.ts
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
import{Event}from"./event";
2
2
3
3
/**
4
-
* A class that extends the built-in Set class and provides additional functionality.
5
-
* It triggers events when items are added, deleted, or the set is cleared.
4
+
* A class that extends the built-in Set class and provides additional functionality. It triggers events when items are added, deleted, or the set is cleared.
* Interface definition of an Entities Related Event from the IfcRelationsIndexer.
71
-
* This event gets triggered when two or more entities has been related with each other.
70
+
* Interface definition of an Entities Related Event from the IfcRelationsIndexer. This event gets triggered when two or more entities has been related with each other.
Copy file name to clipboardexpand all lines: packages/core/src/openbim/BCFTopics/index.ts
+1-2
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,7 @@ import { Clipper } from "../../core/Clipper";
32
32
// TODO: Extract import/export logic in its own class for better maintenance.
33
33
34
34
/**
35
-
* BCFTopics manages Building Collaboration Format (BCF) data the engine.
36
-
* It provides functionality for importing, exporting, and manipulating BCF data.
35
+
* BCFTopics manages Building Collaboration Format (BCF) data the engine. It provides functionality for importing, exporting, and manipulating BCF data.
Copy file name to clipboardexpand all lines: packages/core/src/openbim/BCFTopics/src/bcf-topics-config.ts
+1-2
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@ import {
8
8
}from"../../../core";
9
9
10
10
/**
11
-
* Configuration settings for managing BCF topics.
12
-
* This interface defines the properties and their meanings used to control the behavior of exporting and importing BCF topics.
11
+
* Configuration settings for managing BCF topics. This interface defines the properties and their meanings used to control the behavior of exporting and importing BCF topics.
0 commit comments