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.
with⁡geom3d:
point⁡A,sqrt⁡5−313,34,1:
detail⁡A
name of the objectAform of the objectpoint3dcoordinates of the point5−313,34,1
sphere⁡s,A,2,x,y,z:
detail⁡s
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−2⁢5−313⁢x−3⁢y2−2⁢z+4116−313=0
See Also
geom3d/objects
Download Help Document