Uses of Class
eu.mihosoft.vrl.v3d.CSG
Packages that use CSG
- 
Uses of CSG in eu.mihosoft.vrl.v3dMethods in eu.mihosoft.vrl.v3d that return CSGModifier and TypeMethodDescriptionCSG.clone()CSG.color(javafx.scene.paint.Color c) CSG.difference(CSG csg) Return a new CSG solid representing the difference of this csg and the specified csg.CSG.difference(CSG... csgs) Return a new CSG solid representing the difference of this csg and the specified csgs.CSG.difference(List<CSG> csgs) Return a new CSG solid representing the difference of this csg and the specified csgs.Returns a csg consisting of the polygons of this csg and the specified csg.static CSGSTL.file(InputStream fis) Loads a CSG from InputStream.static CSGLoads a CSG from stl.static CSGCSG.fromPolygons(Polygon... polygons) Constructs a CSG from the specifiedPolygoninstances.static CSGCSG.fromPolygons(PropertyStorage storage, Polygon... polygons) Constructs a CSG from the specifiedPolygoninstances.static CSGCSG.fromPolygons(PropertyStorage storage, List<Polygon> polygons) Constructs a CSG from a list ofPolygoninstances.static CSGCSG.fromPolygons(List<Polygon> polygons) Constructs a CSG from a list ofPolygoninstances.Returns the convex hull of this csg and the union of the specified csgs.Returns the convex hull of this csg and the union of the specified csgs.Return a new CSG solid representing the intersection of this csg and the specified csg.Return a new CSG solid representing the intersection of this csg and the specified csgs.Return a new CSG solid representing the intersection of this csg and the specified csgs.CSG.optimization(CSG.OptType type) Defines the CSg optimization type.static CSGExtrudes the specified path (convex or concave polygon without holes or intersections, specified in CCW) into the specified direction.static CSGExtrudes the specified path (convex or concave polygon without holes or intersections, specified in CCW) into the specified direction.Bounds.toCSG()Returns this bounding box as csg.default CSGPrimitive.toCSG()Returns this primitive asCSG.CSG.transformed(Transform transform) Returns a transformed copy of this CSG.Return a new CSG solid representing the union of this csg and the specified csg.Return a new CSG solid representing the union of this csg and the specified csgs.Return a new CSG solid representing the union of this csg and the specified csgs.CSG.weighted(WeightFunction f) Methods in eu.mihosoft.vrl.v3d with parameters of type CSGModifier and TypeMethodDescriptionEdge.boundaryPolygons(CSG csg) CSG.difference(CSG csg) Return a new CSG solid representing the difference of this csg and the specified csg.CSG.difference(CSG... csgs) Return a new CSG solid representing the difference of this csg and the specified csgs.Returns a csg consisting of the polygons of this csg and the specified csg.doubledoubleEvaluates the function at the specified location.doubledoubledoubleReturns the convex hull of this csg and the union of the specified csgs.Return a new CSG solid representing the intersection of this csg and the specified csg.Return a new CSG solid representing the intersection of this csg and the specified csgs.Return a new CSG solid representing the union of this csg and the specified csg.Return a new CSG solid representing the union of this csg and the specified csgs.Method parameters in eu.mihosoft.vrl.v3d with type arguments of type CSGModifier and TypeMethodDescriptionCSG.difference(List<CSG> csgs) Return a new CSG solid representing the difference of this csg and the specified csgs.Returns the convex hull of this csg and the union of the specified csgs.Return a new CSG solid representing the intersection of this csg and the specified csgs.Return a new CSG solid representing the union of this csg and the specified csgs.
- 
Uses of CSG in org.jlab.detector.geom.RICHMethods in org.jlab.detector.geom.RICH that return CSGModifier and TypeMethodDescriptionRICHComponent.get_CSGVol()RICHGeoFactory.get_CSGVolume(int isec, int ilay, int ico) Methods in org.jlab.detector.geom.RICH that return types with arguments of type CSGMethods in org.jlab.detector.geom.RICH with parameters of type CSGModifier and TypeMethodDescriptionvoidRICHGeoFactory.dump_StlComponent(CSG CSGVol) RICHGeoFactory.get_CSGBary(CSG CSGVol) 
- 
Uses of CSG in org.jlab.detector.volumeFields in org.jlab.detector.volume declared as CSGMethods in org.jlab.detector.volume that return CSG