Merge branch 'main' into modernize-type-check

This commit is contained in:
Chris Hennes
2023-10-31 15:46:18 -05:00
committed by GitHub
38 changed files with 1486 additions and 1135 deletions

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"