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

Online Help

geom3d

  

IsQuasi

  

test if the given polyhedron is quasi-regular

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsQuasi(ngon)

Parameters

ngon

-

polyhedron

Description

• 

The routine IsQuasi returns true if the given polyhedron is a quasi-regular; false otherwise.

• 

The command with(geom3d,IsQuasi) allows the use of the abbreviated form of this command.

Examples

withgeom3d:

Define an icosidodecahedron with center (0,0,0), radius or the in-sphere 1

icosidodecahedronic,pointo,0,0,0,1

ic

(1)

IsQuasiic

true

(2)

Note that ic is also an Archimedean solid

IsArchimedeanic

true

(3)

Plotting:

drawic,style=patch,lightmodel=light3,orientation=99,52,title=icosidodecahedron

See Also

geom3d[QuasiRegularPolyhedron]

 


Download Help Document