Uses of Class
eu.mihosoft.vrl.v3d.CSG
Packages that use CSG
-
Uses of CSG in eu.mihosoft.vrl.v3d
Methods 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 CSG
STL.file
(InputStream fis) Loads a CSG from InputStream.static CSG
Loads a CSG from stl.static CSG
CSG.fromPolygons
(Polygon... polygons) Constructs a CSG from the specifiedPolygon
instances.static CSG
CSG.fromPolygons
(PropertyStorage storage, Polygon... polygons) Constructs a CSG from the specifiedPolygon
instances.static CSG
CSG.fromPolygons
(PropertyStorage storage, List<Polygon> polygons) Constructs a CSG from a list ofPolygon
instances.static CSG
CSG.fromPolygons
(List<Polygon> polygons) Constructs a CSG from a list ofPolygon
instances.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 CSG
Extrudes the specified path (convex or concave polygon without holes or intersections, specified in CCW) into the specified direction.static CSG
Extrudes 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 CSG
Primitive.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.double
double
Evaluates the function at the specified location.double
double
double
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 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.RICH
Methods 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 TypeMethodDescriptionvoid
RICHGeoFactory.dump_StlComponent
(CSG CSGVol) RICHGeoFactory.get_CSGBary
(CSG CSGVol) -
Uses of CSG in org.jlab.detector.volume
Fields in org.jlab.detector.volume declared as CSGMethods in org.jlab.detector.volume that return CSG