geom3d
IsArchimedean
test if the given polyhedron is an Archimedean solid
Calling Sequence
Parameters
Description
Examples
IsArchimedean(ngon)
ngon
-
polyhedron
The routine IsArchimedean returns true if the given polyhedron is an Archimedean solid; false otherwise.
The command with(geom3d,IsArchimedean) allows the use of the abbreviated form of this command.
withgeom3d:
Define a rhombicuboctahedron (or truncated cuboctahedron) with center (0,0,0), radius 1
Archimedeanr,_t3,4,pointo,0,0,0,1
r
IsArchimedeanr
true
Plotting:
drawr,style=patch,lightmodel=light4,title=`truncated cuboctahedron`
See Also
geom3d[Archimedean]
Download Help Document