]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.plant3d/scl/Plant3d/Scenegraph/EndComponent.scl
Refactoring of SCL interfaces for g3d.
[simantics/3d.git] / org.simantics.plant3d / scl / Plant3d / Scenegraph / EndComponent.scl
1 import "./PipelineComponent"
2
3 importJava "org.simantics.plant3d.scenegraph.EndComponent" where
4   data EndComponent
5   
6   getType :: EndComponent -> String
7   getControlPoint :: EndComponent -> PipeControlPoint
8   getPipeRun :: EndComponent -> Maybe PipeRun