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

Online Help

All Products    Maple    MapleSim


geom3d

  

IsRegular

  

test if the given polyhedron is regular

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsRegular(ngon)

Parameters

ngon

-

polyhedron

Description

• 

The routine IsRegular returns true if the given polyhedron is regular; false otherwise.

• 

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

Examples

withgeom3d:

Define a great stellated dodecahedron with center (1,1,1), radius of the circum-sphere 2

RegularPolyhedrong,52,3,pointo,1,1,1,2

g

(1)

formg

GreatStellatedDodecahedron3d

(2)

IsRegularg

true

(3)

See Also

geom3d[RegularPolyhedron]