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.
with⁡geom3d:
Define a rhombicuboctahedron (or truncated cuboctahedron) with center (0,0,0), radius 1
Archimedean⁡r,_t⁡3,4,point⁡o,0,0,0,1
r
IsArchimedean⁡r
true
Plotting:
draw⁡r,style=patch,lightmodel=light4,title=`truncated cuboctahedron`
See Also
geom3d[Archimedean]
Download Help Document