在BIM工具台里添加一个工具

Chinese forum

Moderator: paullee

Forum rules
论坛规矩 / 論壇規矩 , 有用的资讯 / 有用的資訊
重要:寻求帮助之前,请先看看这里 /
重要:尋求幫助之前,請先看看這裡

另外,对论坛用户 友善!阅读FreeCAD 行为准则!
/ 另外,對論壇用戶 友善! 閱讀FreeCAD
行為準則
Post Reply
User avatar
johnwang
Veteran
Posts: 1345
Joined: Sun Jan 27, 2019 12:41 am

在BIM工具台里添加一个工具

Post by johnwang »

BIM要通过Tools/Addon manager安装。Windows 10下安装好的目录是c:\users\yourname\appdata\roaming\freecad\mode\bim目录

希望能够从c:\users\yourname\appdata\roaming\freecad\mode\bim\archguitools\gui_wall.py改造出一个连续画墙的工具。拷贝一份gui_wall.py,改名为gui_wall_cnt.py。把文件中的gui_wall换成gui_wall_cnt。注意,有些是不能改的。另外需要在bim\icons目录里添加一个Arch_Wall_cnt.svg图标。还
需要在bim目录下的initgui.py里加入新的工具名。

全改好后,显示如下:
wall cnt.jpg
wall cnt.jpg (3.03 KiB) Viewed 2462 times
InitGui.py
(24.03 KiB) Downloaded 150 times
gui_wall_cnt.py
(6.33 KiB) Downloaded 144 times
Arch_Wall_cnt.svg
(16.18 KiB) Downloaded 149 times
hfc series CAE workbenches for FreeCAD (hfcNastran95, hfcMystran, hfcFrame3DD, hfcSU2 and more)
Post Reply