]> gerrit.simantics Code Review - simantics/3d.git/commitdiff
Add SCL binding for PipeRun.getInsideDiameter() 77/4277/2
authorReino Ruusu <reino.ruusu@semantum.fi>
Wed, 3 Jun 2020 13:31:37 +0000 (16:31 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 3 Jun 2020 17:26:16 +0000 (17:26 +0000)
gitlab #133

Change-Id: Ia042bc40578ddb17a8e4a4d1b7a8f77a208d316f

org.simantics.plant3d/scl/Plant3d/Scenegraph/PipelineComponent.scl

index f56444e21172bf0c2378cfb74bd21b5542e669e2..215095862f101a6503bbd695b026e0f40ae9e5b5 100644 (file)
@@ -184,6 +184,8 @@ importJava "org.simantics.plant3d.scenegraph.PipeRun" where
   getPipeDiameter :: PipeRun -> <Proc> Double
   setPipeDiameter :: PipeRun -> Double -> <Proc> ()
   
+  getInsideDiameter :: PipeRun -> <Proc> Double
+  
   addChild :: PipeRun -> PipelineComponent -> <Proc> ()
   getChild :: PipeRun -> <Proc> [PipelineComponent]
   remChild :: PipeRun -> PipelineComponent -> <Proc> ()