FreeCAD: master ca0a640a

Author Committer Branch Timestamp Parent
DeepSOIC DeepSOIC master 2016-07-04 13:58:53 master 885fecb1
Changeset Part: TopoShapePy: made Solid constructor accept CompSolid

Part.Solid(shape) now accepts compsolid as input, and creates a solid by
joining the compsolid.

Same done to Part.makeSolid().

+ change exception handling to expose the error message.
mod - src/Mod/Part/App/AppPartPy.cpp Diff File
mod - src/Mod/Part/App/TopoShapeSolidPy.xml Diff File
mod - src/Mod/Part/App/TopoShapeSolidPyImp.cpp Diff File