The source project of this merge request has been removed.
Revision of volume calculation
- Revised code of
volume()
for the following shapes:
GeoPara
GeoTrd
GeoTrap
GeoGenericTrap
GeoTwistedTrap
GeoTorus
GeoPgon
GeoSimplePolygonBrep
GeoTessellatedSolid
-
Checked that the volumes of all non-Boolean shapes are equal to the volumes of corresponding Geant4 shapes
-
Added implementation of
GeoTessellatedSolid::isValid()
. This method returnstrue
if the solid has at least four facets (tetrahedron),false
otherwise