geom3d
detail
Give a detailed description of an object, or a list or set of objects
Calling Sequence
Parameters
Description
Examples
detail(g)
g
-
geometric object or list or set of geometric objects
The routine gives a detailed description of an object, or a list or set of objects.
For each geometric object supported by the package except for the polyhedron, the name and the form of the object are printed out. Besides that additional information is also printed out depending on the form of the object.
The command with(geom3d,detail) allows the use of the abbreviated form of this command.
withgeom3d:
pointA,sqrt5−313,34,1:
detailA
name of the objectAform of the objectpoint3dcoordinates of the point5−313,34,1
spheres,A,2,x,y,z:
details
name of the objectsform of the objectsphere3dname of the centerAcoordinates of the center5−313,34,1radius of the sphere2surface area of the sphere16πvolume of the sphere32π3equation of the spherex2+y2+z2−25−313x−3y2−2z+4116−313=0
See Also
geom3d/objects
Download Help Document