]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d/scl/Plant3d/Scenegraph/PipelineComponent.scl
Add SCL binding for PipeRun.getInsideDiameter()
[simantics/3d.git] / 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> ()