Uses of Class
cz.cuni.jagrlib.piece.StaticCSGScene

Packages that use StaticCSGScene
cz.cuni.jagrlib.iface Various interfaces for connecting of JaGrLib modules. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of StaticCSGScene in cz.cuni.jagrlib.iface
 

Methods in cz.cuni.jagrlib.iface with parameters of type StaticCSGScene
 void CSG2Brep.processConversion(Brep brepImpl, StaticCSGScene csgScene)
          Main method for conversion from CSG scene to Brep scene.
 

Uses of StaticCSGScene in cz.cuni.jagrlib.piece
 

Methods in cz.cuni.jagrlib.piece with parameters of type StaticCSGScene
 void CSG2BrepImpl.processConversion(Brep brepImpl, StaticCSGScene csgScene)