]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.plant3d/scl/plant3d/scenegraph/Nozzle.scl
SCL bindings to some G3D and Plant3D Java classes
[simantics/3d.git] / org.simantics.plant3d / scl / plant3d / scenegraph / Nozzle.scl
1 import "./PipelineComponent"
2 import "./PipeRun"
3
4 importJava "org.simantics.plant3d.scenegraph.Nozzle" where
5   data Nozzle
6   
7   getType :: Nozzle -> String
8   getControlPoint :: Nozzle -> PipeControlPoint
9   getPipeRun :: Nozzle -> Maybe PipeRun
10   
11   getNozzleId :: Nozzle -> Integer
12   isFixed :: Nozzle -> Boolean
13   isConnected :: Nozzle -> Boolean
14