Name

component — An individual component of a spatial link

Synopsis

Content Model
component ::= (node*)

Description

A component element encodes a single component of a spatial link. Recall that, in Regina, all links are oriented.

The link component is represented as a sequence of 3-dimensional points. The corresponding path through 3-space steps through these points in order from first to last and then returns to the starting point, using a straight line segment for each step.

The individual points on this path are represented by the child node elements.

Parents

The following elements contain component: spatiallink.

Children

The following elements occur in component: node.