Skip to content
/ dxfTool Public

Simple tool to create dxf file with circles inside that are defined outside - in separate file. This project based on netDxf library

Notifications You must be signed in to change notification settings

53b4/dxfTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

dxfTool

Simple tool to create dxf file with circles inside that locations are defined in separate file. All circles has the same radius. This project uses netDxf library

usage:
dxfTool.exe path-to-source-fie radius [path-to-output-dxf-fie]

  1. each line in source file contains coordinates of cirle centre with comma as separator. Following three lines for three circles examplexample:
42.02500,24.57500,0.00000  
9.27000,16.41000,-3.95500  
55.69500,20.11500,0.38000   
  1. radius with double precision

  2. third parameter is optional name and path to output file. Name of source file (argument nr 1) with extension dxf will be used if this parameter is not specified.

About

Simple tool to create dxf file with circles inside that are defined outside - in separate file. This project based on netDxf library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages