]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d/scl/Plant3d/Utils/P3DUtil.scl
Update to SCL intefaces of P3DUtil
[simantics/3d.git] / 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