179

Building shapes out of points, lines, and faces
Syntax: Coordinate

  • A Coordinate node contains a list of coordinates for use in building a shape
    Coordinate {
        point [
    #       X   Y   Z
            2.0 1.0 3.0,
            4.0 2.5 5.3,
            . . .
        ]
    }