]> gerrit.simantics Code Review - simantics/3d.git/commitdiff
Update to SCL intefaces of P3DUtil 26/3426/1
authorReino Ruusu <reino.ruusu@semantum.fi>
Wed, 30 Oct 2019 12:29:50 +0000 (14:29 +0200)
committerReino Ruusu <reino.ruusu@semantum.fi>
Wed, 30 Oct 2019 12:29:50 +0000 (14:29 +0200)
gitlab #29

Change-Id: Ibd66115eb9d3570ea2120eeb40c480cb0627b58f

org.simantics.plant3d/scl/Plant3d/Utils/P3DUtil.scl

index d185992dcbb7bc67a1b9b31586ee6e88f8cc9591..95908c3bc8f0f6cf1945c10b69398ebe5076f187 100644 (file)
@@ -24,10 +24,10 @@ importJava "org.simantics.plant3d.utils.Item" where
 importJava "org.simantics.plant3d.utils.P3DUtil" where
 
     getEquipments :: () -> <Proc> [Item]
-    getNozzles :: () -> <Proc> [Item]
-    getTurns :: () -> <Proc> [Item]
-    getInlines :: () -> <Proc> [Item]
-    getEnds :: () -> <Proc> [Item]
+    getNozzles :: String -> <Proc> [Item]
+    getTurns :: String -> <Proc> [Item]
+    getInlines :: String -> <Proc> [Item]
+    getEnds :: String -> <Proc> [Item]
     filterUserComponents :: [Item] -> <Proc> [Item]
     
     createModel :: String -> <WriteGraph> Resource