X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.plant3d%2Fscl%2FPlant3d%2FScenegraph%2FInlineComponent.scl;fp=org.simantics.plant3d%2Fscl%2FPlant3d%2FScenegraph%2FInlineComponent.scl;h=b8055009aaf0f920968c285d69db0175292ff594;hb=0f296670cc492cef317342832d3e131fd6d76aba;hp=0000000000000000000000000000000000000000;hpb=333af611947bc5cf7f7212b2fa36d6b7f3b37899;p=simantics%2F3d.git diff --git a/org.simantics.plant3d/scl/Plant3d/Scenegraph/InlineComponent.scl b/org.simantics.plant3d/scl/Plant3d/Scenegraph/InlineComponent.scl new file mode 100644 index 00000000..b8055009 --- /dev/null +++ b/org.simantics.plant3d/scl/Plant3d/Scenegraph/InlineComponent.scl @@ -0,0 +1,16 @@ +import "./PipelineComponent" + +importJava "org.simantics.plant3d.scenegraph.InlineComponent" where + data InlineComponent + + getType :: InlineComponent -> String + getControlPoint :: InlineComponent -> PipeControlPoint + getPipeRun :: InlineComponent -> Maybe PipeRun + + isVariableLength :: InlineComponent -> Boolean + getRotationAngle :: InlineComponent -> Maybe Double + setRotationAngle :: InlineComponent -> Maybe Double -> () + + isReversed :: InlineComponent -> Maybe Boolean + setReversed :: InlineComponent -> Maybe Boolean -> () + \ No newline at end of file