X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.plant3d%2Fscl%2FPlant3d%2FScenegraph%2FInlineComponent.scl;h=f887b24b2f0796a20eb3a93ec2bdd6097591280c;hb=refs%2Fchanges%2F58%2F3158%2F1;hp=4bbea43e51514345854303a72efa2b9e1d4da81a;hpb=da4c428e1588898d23748be25d1176b61abcd403;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