Pycomcad实现Autocad橡皮线效果

image-20210205171632599

import sys
sys.path.append(r'F:\PycharmProject\PycomCAD')
from pycomcad import *
def tryit():
    acad.InitializeUserInput(32,'')
    a1=acad.GetPoint()
    acad.GetPoint(Apoint(*a1),'尝试')
tryit()
微信图片_20210205172039
posted @ 2021-02-05 17:22  JohnYang819  阅读(313)  评论(0编辑  收藏  举报