IsFacetted - Maple Help

Online Help

All Products    Maple    MapleSim


geom3d

  

IsFacetted

  

test if the given polyhedron is of facetted form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsFacetted(ngon)

Parameters

ngon

-

polyhedron

Description

• 

The routine IsFacetted returns true if the given polyhedron is of facetted form; false otherwise.

• 

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

Examples

withgeom3d:

Define a facetted small rhombiicosidodecahedron

SmallRhombiicosidodecahedronp,pointo,0,0,0,1.

p

(1)

facetfp,p,1

fp

(2)

IsFacettedfp

true

(3)

drawfp,style=patch,lightmodel=light4,orientation=0,30,title=`Facetted Small Rhombiicosidodecahedron`

See Also

geom3d[facet]