![]() | tetrahedra |
Prev | Data File Format | Next |
tetrahedra — The tetrahedra forming a triangulation
Content Model | |
tetrahedra ::= (
| |
Attributes | |
Name | Type |
ntet | NUMBER (required) |
A tetrahedra
element stores the entire set of tetrahedra forming a
3-manifold triangulation.
The total number of tetrahedra must be specified by the
ntet
attribute. The individual tetrahedra are
numbered 0, 1, 2, etc., and their face gluings are described by the
corresponding child tet
elements. There must be precisely
ntet
child tet
elements in total.
ntet
The total number of tetrahedra in this set. Note that there must
be precisely this many child tet
elements.
Prev |