TEXT TO DXF FILE CONVERSION
Select coordinates csv/text file to upload: 
 
SETTINGS
3D
2D
Text size: 
Text distance from point: 
Join points
 
NOTE:
  • Line structure of input file:  [name of point (if any)][,][x-coord][,][y-coord][,][z-coord (if 3d)][,][layer name (if any)]
  • If first character of a line is "#" the line if ignored
  • Valid line examples for 2D: [p1,23.2,12,31,layer1⏎] or [,23.2,12.31⏎]
  • Valid line examples for 3D: [p1,23.2,12,31,10,layer1⏎] or [,23.2,12.31,10⏎]
  • The name of the point is written as text at the specified distance in a layer called "_text_"
  • Each point is inserted into the specified layer if any
  • If 'Joint points' is checked, the points are joined with straight lines sequentially
  • Encoding of the text should be UTF-8