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.
with⁡geom3d:
Define a great stellated dodecahedron with center (1,1,1), radius of the circum-sphere 2
RegularPolyhedron⁡g,52,3,point⁡o,1,1,1,2
g
form⁡g
GreatStellatedDodecahedron3d
IsRegular⁡g
true
See Also
geom3d[RegularPolyhedron]
Download Help Document