Documentation - RubenRubens/SolidMonty-FreeCAD GitHub Wiki
The SolidMonty documentation can be found here. In addition there are some particular functions that are explained here.
Exporting
Currently the formats (frmt
) supported are:
step
iges
stl
export(frmt = "stl", name = "X", dir = "cwd") (obj)
Saving the FreeCAD documents
Someone who wants to write an script, run it in the terminal and then open the results in FreeCAD can do so by saving the document.
save_FreeCAD(name)
Where name
is a string and the name of the FreeCAD file. It would be exported in the directory you are working on.
position
This is a functionality useful when debugging. It prints in the console the position of the object.
position(obj)