Added comment to not remove findShape which doesn't look like it's used or belongs - still has to stay there.
This commit is contained in:
committed by
Yorik van Havre
parent
3afbbfa3da
commit
f1a0725087
@@ -141,6 +141,8 @@ if FreeCAD.GuiUp:
|
||||
FreeCADGui.addCommand('Path_OperationCopy', _CopyOperation())
|
||||
|
||||
|
||||
# \c findShape() is referenced from Gui/Command.cpp and used by Path.Area commands.
|
||||
# Do not remove!
|
||||
def findShape(shape, subname=None, subtype=None):
|
||||
'''To find a higher oder shape containing the subshape with subname.
|
||||
E.g. to find the wire containing 'Edge1' in shape,
|
||||
|
||||
Reference in New Issue
Block a user