geom3d
IsStellated
test if the given polyhedron is of stellated form
Calling Sequence
Parameters
Description
Examples
IsStellated(ngon)
ngon
-
polyhedron
The routine IsStellated returns true if the given polyhedron is of stellated form; false otherwise.
The command with(geom3d,IsStellated) allows the use of the abbreviated form of this command.
with⁡geom3d:
Define a stellated icosahedron
stellate⁡sico,icosahedron⁡ico,point⁡o,0,0,0,1,46
sico
IsStellated⁡sico
true
Plotting:
draw⁡sico,style=patch,lightmodel=light4,shading=XY,orientation=−142,−127,title=`stellated icosahedron - 46`
See Also
geom3d[stellate]
Download Help Document