1. 首页
  2. 数据库
  3. 其它
  4. Python AutoCAD 系统设置的实现方法

Python AutoCAD 系统设置的实现方法

上传者: 2021-01-15 21:33:10上传 PDF文件 67.67KB 热度 11次
1. 连接及库导入 #!/usr/bin/env python # -*- coding: utf-8 -*- ''' ============================= Author:DalNur Email: liyang@alu.hit.edu.cn Last Update: 2020.03.02 19:55 ============================= ''' from pyautocad import Autocad acad = Autocad(create_if_not_exists = True) acad.prompt("Hello! AutoCAD
下载地址
用户评论