X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.plant3d%2Fscl%2FPlant3d%2FScenegraph%2FInlineComponent.scl;h=68d617019835de27d06f842c653b15e7fc9ac2c2;hb=73e47b999925af2858e8589b618f16bc160708f3;hp=f887b24b2f0796a20eb3a93ec2bdd6097591280c;hpb=ac816c402bf23a233e2614f537fbfec490294a20;p=simantics%2F3d.git diff --git a/org.simantics.plant3d/scl/Plant3d/Scenegraph/InlineComponent.scl b/org.simantics.plant3d/scl/Plant3d/Scenegraph/InlineComponent.scl index f887b24b..68d61701 100644 --- a/org.simantics.plant3d/scl/Plant3d/Scenegraph/InlineComponent.scl +++ b/org.simantics.plant3d/scl/Plant3d/Scenegraph/InlineComponent.scl @@ -7,6 +7,8 @@ importJava "org.simantics.plant3d.scenegraph.InlineComponent" where getRotationAngle :: InlineComponent -> Maybe Double setRotationAngle :: InlineComponent -> Maybe Double -> () + isSizeChange :: InlineComponent -> Boolean + isReversed :: InlineComponent -> Maybe Boolean setReversed :: InlineComponent -> Maybe Boolean -> ()