Adding Mesh_FromPartShape to workbench

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
keithsloan52
Veteran
Posts: 2764
Joined: Mon Feb 27, 2012 5:31 pm

Adding Mesh_FromPartShape to workbench

Post by keithsloan52 »

How do I go about adding the Mesh_FromPartShape facility to my workbench?

for Parts tools I just add

parttoolbarcommands = ['Part_Cut','Part_Fuse','Part_Common']

to the def Initialize(self):
in init_gui.py

So how to do the same with Mesh?

Thanks
Post Reply