some fixes

This commit is contained in:
jriegel
2014-11-08 20:29:38 +01:00
committed by Stefan Tröger
parent dc4fdc2c53
commit d59904fd37
5 changed files with 21 additions and 18 deletions

View File

@@ -115,8 +115,8 @@ struct PyMethodDef Assembly_methods[] = {
{"setActiveBody" ,setActiveBody ,METH_VARARGS,
"setActiveBody(BodyObject) -- Set the PartBody object in work."},
{"setActiveBody" ,getActiveBody ,METH_NOARGS,
"setActiveBody() -- Get the PartBody object in work."},
{"getActiveBody" ,getActiveBody ,METH_NOARGS,
"getActiveBody() -- Get the PartBody object in work."},
{"setUpPart" ,setUpPart ,METH_VARARGS,
"setUpPart(Part) -- Sets a empty part object up for usage in PartDesign."},