The facet to which this ridge belongs.
The neighbour ridge belong to a different face but sharing the same vertices. In a closed shape, every ridge should have a neighbour.
The index of the opposite vertex. This is required by some query code.
The vertices of the ridge. These are always the points forming the ridge. Represented as indices into an external point array.
Generated using TypeDoc
Ridge is a face of a facet, represented as the set of vertices forming the ridge. A line facet contains 2 ridges each containing a single point. A triangle facet contains 3 ridges containing 2 vertices (segment end points), a tetrahedral facet contains 4 face ridges (each containing the three triangle vertices).