IsArchimedean - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


geom3d

  

IsArchimedean

  

test if the given polyhedron is an Archimedean solid

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsArchimedean(ngon)

Parameters

ngon

-

polyhedron

Description

• 

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.

Examples

withgeom3d:

Define a rhombicuboctahedron (or truncated cuboctahedron) with center (0,0,0), radius 1

Archimedeanr,_t3,4,pointo,0,0,0,1

r

(1)

IsArchimedeanr

true

(2)

Plotting:

drawr,style=patch,lightmodel=light4,title=`truncated cuboctahedron`

See Also

geom3d[Archimedean]