X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.plant3d%2Fscl%2FPlant3d%2FScenegraph%2FInlineComponent.scl;h=f887b24b2f0796a20eb3a93ec2bdd6097591280c;hb=ac816c402bf23a233e2614f537fbfec490294a20;hp=4bbea43e51514345854303a72efa2b9e1d4da81a;hpb=d3f535e82944e98845638c0e56b23077c1e7c104;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 4bbea43e..f887b24b 100644 --- a/org.simantics.plant3d/scl/Plant3d/Scenegraph/InlineComponent.scl +++ b/org.simantics.plant3d/scl/Plant3d/Scenegraph/InlineComponent.scl @@ -3,12 +3,12 @@ include "./PipelineComponent" importJava "org.simantics.plant3d.scenegraph.InlineComponent" where data InlineComponent - isVariableLength :: InlineComponent -> Boolean - getRotationAngle :: InlineComponent -> Maybe Double - setRotationAngle :: InlineComponent -> Maybe Double -> () + isVariableLength :: InlineComponent -> Boolean + getRotationAngle :: InlineComponent -> Maybe Double + setRotationAngle :: InlineComponent -> Maybe Double -> () - isReversed :: InlineComponent -> Maybe Boolean - setReversed :: InlineComponent -> Maybe Boolean -> () + isReversed :: InlineComponent -> Maybe Boolean + setReversed :: InlineComponent -> Maybe Boolean -> () instance NodeClass InlineComponent instance G3DNodeClass InlineComponent