geom3d
IsFacetted
test if the given polyhedron is of facetted form
Calling Sequence
Parameters
Description
Examples
IsFacetted(ngon)
ngon
-
polyhedron
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.
withgeom3d:
Define a facetted small rhombiicosidodecahedron
SmallRhombiicosidodecahedronp,pointo,0,0,0,1.
p
facetfp,p,1
fp
IsFacettedfp
true
drawfp,style=patch,lightmodel=light4,orientation=0,30,title=`Facetted Small Rhombiicosidodecahedron`
See Also
geom3d[facet]
Download Help Document