geom3d
IsRegular
test if the given polyhedron is regular
Calling Sequence
Parameters
Description
Examples
IsRegular(ngon)
ngon
-
polyhedron
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.
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
formg
GreatStellatedDodecahedron3d
IsRegularg
true
See Also
geom3d[RegularPolyhedron]
Download Help Document