The document can look like this:
It contains:
- instructions, such as StartMulti-SectionsSurface and
EndMulti-SectionsSurface, StartCurve and EndCurve between which
other instructions or numerical data are given.
- numerical data that are point space coordinates: X, Y, Z
respectively from the left to the right.
- a final End instruction.
In the above example, a multi-sections surface is to be created
based on three curves. The first and second curve pass through four
points, and the third curve passes through five points.
The elements will be created from top to bottom, that is, the four
points of the first curve will be created, then the curve itself,
then the points making up the second curve and the latter itself, and
so forth.