open_dxf_lib

时间:2024-04-19 02:47:24
【文件属性】:

文件名称:open_dxf_lib

文件大小:63KB

文件格式:ZIP

更新时间:2024-04-19 02:47:24

Java

open_dxf_lib 打开的库,用于读取和写入.dxf文件(与AutoCAD兼容)。 这样很好,很容易: ... DXF_file f = new DXF_file ( Mode . Open_file , " /home/mydxf.dxf " ); Color_dxf c = new Color_dxf ( 255 , 255 , 255 ); f . put_text( 100 , 50 , 450 , 0 , 0.5 , c, " text in dxf file " ); f . put_arc( 250 , 300 , 50 , 120 , 360 , c, 4 ); f . put_circle( 400 , 300 , 50 , c, 4 ); f . put_line( 0 , 320 , 100 , 50 , core.dash_type . C


【文件预览】:
open_dxf_lib-master
----.gitignore(216B)
----README.md(786B)
----LICENSE(34KB)
----src()
--------open_file()
--------open_dxf_lib()
--------color_acad_rgb.txt(4KB)
--------figs()
--------empty_sections()
--------core()
--------put_in_dxf()

网友评论