FreeCAD_SheetMetal
FreeCAD_SheetMetal copied to clipboard
Where is the Python API documentation?
I'd like to write a macro to unfold a geometry programmatically, in order to make an attempt to resolve #40 . Where can I find the Python API?
you can start here: https://www.freecadweb.org/wiki/Power_users_hub
I thought there could be a simple method, like
from sheetmetal import sm
sm.unfold(my_folded_object, surface.point, surface.normal, out_solid_name, out_sketch_name)
(something like that)