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.
with⁡geom3d:
Define a facetted small rhombiicosidodecahedron
SmallRhombiicosidodecahedron⁡p,point⁡o,0,0,0,1.
p
facet⁡fp,p,1
fp
IsFacetted⁡fp
true
draw⁡fp,style=patch,lightmodel=light4,orientation=0,30,title=`Facetted Small Rhombiicosidodecahedron`
See Also
geom3d[facet]
Download Help Document