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

Online Help

All Products    Maple    MapleSim


geom3d

  

IsStellated

  

test if the given polyhedron is of stellated form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsStellated(ngon)

Parameters

ngon

-

polyhedron

Description

• 

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.

Examples

withgeom3d:

Define a stellated icosahedron

stellatesico,icosahedronico,pointo,0,0,0,1,46

sico

(1)

IsStellatedsico

true

(2)

Plotting:

drawsico,style=patch,lightmodel=light4,shading=XY,orientation=142,127,title=`stellated icosahedron - 46`

See Also

geom3d[stellate]