@enervance/insight-cim-model 0.0.278 → 0.0.280
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/converter/integral7/converter.integral7.js +1 -0
- package/dist/converter/integral7/converter.integral7.js.map +1 -1
- package/dist/model/assets/Asset.js +1 -1
- package/dist/model/extensions/amprion/assets/AMPRIONFacility.js +4 -2
- package/dist/model/extensions/amprion/assets/AMPRIONFacility.js.map +1 -1
- package/dist/utils2/cim.model.utils.js +2 -0
- package/dist/utils2/cim.model.utils.js.map +1 -1
- package/package.json +1 -1
|
@@ -562,6 +562,7 @@ class ConverterIntegral7 {
|
|
|
562
562
|
startTime = perf_hooks.performance.now();
|
|
563
563
|
yield this.createTopologicalNodes(cimModel);
|
|
564
564
|
logExecutionTime(this.logger, startTime, `createTopologicalNodes()`);
|
|
565
|
+
/** SV Profile */
|
|
565
566
|
/** TopologicalNodes From- und To-Attribute setzen*/
|
|
566
567
|
/** Suche alle Terminals mit nicht ausgeprägten ConnectivityNode
|
|
567
568
|
* Siche das ConnectivityNode in BoundaryFrames */
|