]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.plant3d/scl/Plant3d/Utils/Loader.scl
Refactoring of SCL interfaces for g3d.
[simantics/3d.git] / org.simantics.plant3d / scl / Plant3d / Utils / Loader.scl
1 import "Simantics/DB"
2 import "Plant3d/Scenegraph/P3DRootNode"
3 import "./P3DScriptNodeMap"
4
5 importJava "org.simantics.plant3d.scl.SCLUtil" where
6   
7   loadReadOnly :: Resource -> P3DRootNode
8   load :: Resource -> P3DScriptNodeMap
9