Core: Part::PartFeature should be Part::Feature

This commit is contained in:
Florian Foinant-Willig
2025-04-06 21:40:58 +02:00
committed by Chris Hennes
parent 914e756cf0
commit ef0ca1cff3
9 changed files with 15 additions and 15 deletions

View File

@@ -207,7 +207,7 @@ class Facebinder(DraftObject):
def addSubobjects(self, obj, facelinks):
"""adds facelinks to this facebinder"""
# facelinks is an iterable or a selection set:
# [(<Part::PartFeature>, ("3.Face3", "3.Face6"))]
# [(<Part::Feature>, ("3.Face3", "3.Face6"))]
# or:
# Gui.Selection.getSelectionEx("", 0)
sels = obj.Faces