Uses of Class
eu.mihosoft.vrl.v3d.PropertyStorage
Packages that use PropertyStorage
-
Uses of PropertyStorage in eu.mihosoft.vrl.v3d
Methods in eu.mihosoft.vrl.v3d that return PropertyStorageModifier and TypeMethodDescriptionCube.getProperties()
Cylinder.getProperties()
Polyhedron.getProperties()
Primitive.getProperties()
Returns the property storage of this primitive.RoundedCube.getProperties()
Sphere.getProperties()
Polygon.getStorage()
Methods in eu.mihosoft.vrl.v3d with parameters of type PropertyStorageModifier and TypeMethodDescriptionstatic Polygon
Polygon.fromPoints
(List<Vector3d> points, PropertyStorage shared) Creates a polygon from the specified point list.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.Constructors in eu.mihosoft.vrl.v3d with parameters of type PropertyStorageModifierConstructorDescriptionPolygon
(List<Vertex> vertices, PropertyStorage shared) Constructor. -
Uses of PropertyStorage in org.jlab.geometry.prim
Methods in org.jlab.geometry.prim that return PropertyStorageModifier and TypeMethodDescriptionBox.getProperties()
Operation.getProperties()
Pgon.getProperties()
StlPrim.getProperties()
Trap.getProperties()
Trd.getProperties()
Tube.getProperties()