Python裏直接開發cad

首先在cmd命令中pip加載pyautocad這個庫,這個庫是用來開發cad的。web 接下來沒什麼好講的,直接放代碼吧,只能說用Python的標準庫開發起來實在太簡單了。svg from pyautocad import Autocad,APoint acad=Autocad() acad.prompt("Hello,Autocad from Python\n") print (acad.do
相關文章
相關標籤/搜索