qunat / Pythonocc-CAD

Lightweight 3d software based on pythonocc
GNU Lesser General Public License v3.0
96 stars 25 forks source link

代码内部变量不一致问题 #4

Closed LostRaccoon closed 4 months ago

LostRaccoon commented 4 months ago

读取Ribbon_sketcher.ini但是文件是RibbonSketcher.ini def uptoplane(self): self.parent.InteractiveOperate.InteractiveModule="SKETCH" self.parent.Displayshape_core.canva._display.register_select_callback(self.clicked_callback)

Displayshape_core.不存在,应该为Displayshape_core_dict

qunat commented 4 months ago

草绘暂时不能用了 我整个架构都改了 不好意思

---原始邮件--- 发件人: @.> 发送时间: 2024年5月15日(周三) 下午4:31 收件人: @.>; 抄送: @.***>; 主题: [qunat/Pythonocc-CAD] 代码内部变量不一致问题 (Issue #4)

读取Ribbon_sketcher.ini但是文件是RibbonSketcher.ini def uptoplane(self): self.parent.InteractiveOperate.InteractiveModule="SKETCH" self.parent.Displayshape_core.canva._display.register_select_callback(self.clicked_callback)

Displayshape_core.不存在,应该为Displayshape_core_dict

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

LostRaccoon commented 4 months ago

嗯嗯,加油