+ fix doc string of Part.makeLoft
This commit is contained in:
parent
ed80eb6c35
commit
f69b38dcde
|
@ -1790,7 +1790,7 @@ struct PyMethodDef Part_methods[] = {
|
||||||
"makeSweepSurface(edge(path),edge(profile),[float]) -- Create a profile along a path."},
|
"makeSweepSurface(edge(path),edge(profile),[float]) -- Create a profile along a path."},
|
||||||
|
|
||||||
{"makeLoft" ,makeLoft,METH_VARARGS,
|
{"makeLoft" ,makeLoft,METH_VARARGS,
|
||||||
"makeLoft(list of wires) -- Create a loft shape."},
|
"makeLoft(list of wires,[solid=False,ruled=False,closed=False]) -- Create a loft shape."},
|
||||||
|
|
||||||
{"makeWireString" ,makeWireString ,METH_VARARGS,
|
{"makeWireString" ,makeWireString ,METH_VARARGS,
|
||||||
"makeWireString(string,fontdir,fontfile,height,[track]) -- Make list of wires in the form of a string's characters."},
|
"makeWireString(string,fontdir,fontfile,height,[track]) -- Make list of wires in the form of a string's characters."},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user