]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d/scl/Plant3d/Scenegraph/InlineComponent.scl
Updates to SCL interfaces
[simantics/3d.git] / org.simantics.plant3d / scl / Plant3d / Scenegraph / InlineComponent.scl
index f887b24b2f0796a20eb3a93ec2bdd6097591280c..68d617019835de27d06f842c653b15e7fc9ac2c2 100644 (file)
@@ -7,6 +7,8 @@ importJava "org.simantics.plant3d.scenegraph.InlineComponent" where
   getRotationAngle :: InlineComponent -> <Proc> Maybe Double
   setRotationAngle :: InlineComponent -> Maybe Double -> <Proc> ()
   
+  isSizeChange :: InlineComponent -> <Proc> Boolean
+  
   isReversed :: InlineComponent -> <Proc>Maybe Boolean
   setReversed :: InlineComponent -> Maybe Boolean -> <Proc> ()