We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bcbf8 commit 1e9a463Copy full SHA for 1e9a463
1 file changed
createDogbone.py
@@ -124,6 +124,7 @@ def updateDogBones():
124
selectedFace: DbFace = DbFace(face=faceAtt.parent,
125
restoreState=True)
126
topFace, _ = dbUtils.getTopFace(selectedFace=selectedFace.face)
127
+ topFace = topFace.nativeObject if topFace.nativeObject else topFace
128
for edge in selectedFace.selectedEdges:
129
if not toolBodies:
130
toolBodies = edge.getToolBody(
0 commit comments