triangles |
Prev | Deprecated and Removed Elements | Next |
Name
triangles — Replaced by tri
Synopsis
Content Model | |
triangles ::= (
| |
Attributes | |
Name | Type |
ntriangles | NUMBER (required) |
Deprecated since Regina 7.0
Description
This element was used in the past to store all triangles
in a 2-manifold triangulation.
Since Regina 7.0, these triangles are now stored directly
within the tri
element (which replaces the old
packet
element for triangulation packets), and each triangle
is encoded in a simplex
element (as opposed to the triangle
elements described here).
A triangles
element stores the entire set of triangles forming a
2-manifold triangulation.
The total number of triangles must be specified by the
ntriangles
attribute. The individual triangles are
numbered 0, 1, 2, etc., and their edge gluings are described by the
corresponding child triangle
elements. There must be precisely
ntriangles
child triangle
elements in total.
Attributes
ntriangles
The total number of triangles in this set. Note that there must be precisely this many child
triangle
elements.
Prev | Contents | Next |
triangle | Up | turaevviro |