some fixes
This commit is contained in:
@@ -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."},
|
||||
|
||||
Reference in New Issue
Block a user