geom3d[faces] - return the faces of a polyhedron
|
Calling Sequence
|
|
faces(obj)
|
|
Description
|
|
•
|
The routine faces returns the faces of the given polyhedron.
|
•
|
Each face is represented as a list of coordinates of its vertices which are listed in counter-clockwise order as viewed from outside the polyhedron.
|
•
|
The command with(geom3d,faces) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
Define a tetrahedron with center (0,0,0), radius of the circum-sphere 2
>
|
|
| (1) |
>
|
|
| (2) |
|
|
Download Help Document
Was this information helpful?