Previous Up Next

27.8.4  Polygonal lines in space

See Section 26.9.4 for polygonal lines in the plane.

The open_polygon command creates polygonal lines in space.

Example

open_polygon(point(0,0,0),point(0,1,0),point(0,2,2),point(1,0,2))

Previous Up Next