]> gerrit.simantics Code Review - simantics/district.git/commitdiff
Add setPipeTypeIndex to Simantics/District/Import SCL-module 19/3919/1
authorjsimomaa <jani.simomaa@gmail.com>
Thu, 5 Mar 2020 06:57:43 +0000 (08:57 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 5 Mar 2020 10:48:40 +0000 (10:48 +0000)
gitlab #80

Change-Id: I64e68a6c76df44c024a3daa1879eeea2cb9e6817
(cherry picked from commit b5099fa4d696dbc14180de878a2b03d5ba51be35)

org.simantics.district.imports/scl/Simantics/District/Import.scl

index fc697d6f2daac0d4c11716924aef7542485d73db..483887a355b1d18527a91dbc5a4ca189d4753187 100644 (file)
@@ -34,6 +34,7 @@ importJava "org.simantics.district.imports.CSVImportModel" where
     setDiameterIndex :: CSVImportModel -> Integer -> <Proc> ()
     setOuterDiameterIndex :: CSVImportModel -> Integer -> <Proc> ()
     setEdgePadding :: CSVImportModel -> Double -> <Proc> ()
+    setPipeTypeIndex :: CSVImportModel -> Integer -> <Proc> ()
     
     // Common
     setSourceCRS :: CSVImportModel -> String -> <Proc> ()