1. 首页
  2. 数据库
  3. 其它
  4. open_dxf_lib 源码

open_dxf_lib 源码

上传者: 2021-05-08 12:58:31上传 ZIP文件 63.48KB 热度 8次
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
用户评论