]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.plant3d/scl/Plant3d/Scenegraph/InlineComponent.scl
4bbea43e51514345854303a72efa2b9e1d4da81a
[simantics/3d.git] / org.simantics.plant3d / scl / Plant3d / Scenegraph / InlineComponent.scl
1 include "./PipelineComponent"
2
3 importJava "org.simantics.plant3d.scenegraph.InlineComponent" where
4   data InlineComponent
5   
6   isVariableLength :: InlineComponent -> Boolean
7   getRotationAngle :: InlineComponent -> Maybe Double
8   setRotationAngle :: InlineComponent -> Maybe Double -> ()
9   
10   isReversed :: InlineComponent -> Maybe Boolean
11   setReversed :: InlineComponent -> Maybe Boolean -> ()
12
13 instance NodeClass InlineComponent
14 instance G3DNodeClass InlineComponent
15 instance P3DNodeClass InlineComponent
16 instance PipelineComponentClass InlineComponent