geom3d
volume
compute the volume of a sphere, regular polyhedron, general tetrahedron, or parallelepiped
Calling Sequence
Parameters
Description
Examples
volume(obj)
obj
-
sphere, regular polyhedron, general tetrahedron, or parallelepiped
The routine volume returns the volume of the input object which is a sphere, a regular polyhedron, a general tetrahedron, or a parallelepiped.
The command with(geom3d,volume) allows the use of the abbreviated form of this command.
with⁡geom3d:
Define a cube with center (0,0,0), radius of the circum-sphere 1
cube⁡c,point⁡o,0,0,0,1
c
volume⁡c
8⁢39
See Also
geom3d[area]
geom3d[gtetrahedron]
geom3d[parallelepiped]
geom3d[RegularPolyhedron]
geom3d[sphere]
Download Help Document