]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.plant3d/scl/plant3d/scenegraph/InlineComponent.scl
SCL bindings to some G3D and Plant3D Java classes
[simantics/3d.git] / org.simantics.plant3d / scl / plant3d / scenegraph / InlineComponent.scl
1 import "./PipelineComponent"
2 import "./PipeRun"
3
4 importJava "org.simantics.plant3d.scenegraph.InlineComponent" where
5   data InlineComponent
6   
7   getType :: InlineComponent -> String
8   getControlPoint :: InlineComponent -> PipeControlPoint
9   getPipeRun :: InlineComponent -> Maybe PipeRun
10   
11   isVariableLength :: InlineComponent -> Boolean
12   getRotationAngle :: InlineComponent -> Maybe Double
13   setRotationAngle :: InlineComponent -> Maybe Double -> ()
14   
15   isReversed :: InlineComponent -> Maybe Boolean
16   setReversed :: InlineComponent -> Maybe Boolean -> ()
17