Part: Fix mistake in Part.getShape docstring

For confirmation see:
cad29253a4/src/Mod/Draft/draftguitools/gui_selectplane.py (L198)
This commit is contained in:
Roy-043
2023-10-25 21:53:54 +02:00
committed by wwmayer
parent fa895df1c9
commit 410d4f9f6a

View File

@@ -607,7 +607,7 @@ public:
"* transform: if False, then skip obj's transformation. Use this if mat already include obj's\n"
" transformation matrix\n"
"* retType: 0: return TopoShape,\n"
" 1: return (shape,subObj,mat), where subObj is the object referenced in 'subname',\n"
" 1: return (shape,mat,subObj), where subObj is the object referenced in 'subname',\n"
" and 'mat' is the accumulated transformation matrix of that sub-object.\n"
" 2: same as 1, but make sure 'subObj' is resolved if it is a link.\n"
"* refine: refine the returned shape"