geom3d
form
returns the form of the geometric object
Calling Sequence
Parameters
Description
Examples
form(obj)
obj
-
geometric object
The routine returns the form of the given object supported by the geom3d package; FAIL otherwise.
The command with(geom3d,form) allows the use of the abbreviated form of this command.
withgeom3d:
Define point A with coordinates 1, 2, 3.
pointA,1,2,3
A
formA
point3d
Define a dodecahedron with center (0,0,0), radius of circum-sphere 1
dodecahedrond,pointo,0,0,0,1
d
formd
dodecahedron3d
See Also
geom3d/objects
Download Help Document