Expand description

Write DEF data structure into DEF file format.

Enums

Functions

  • Write the DEF data structure into its ASCII representation. Ordering of the statements follows the official recommendation.
  • Write the point of a polygon in the DEF format: ( x1 y1 ) ( x2 y2 ) …