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:
Markus Lampert
2017-10-07 16:23:28 -07:00
committed by Yorik van Havre
parent 3afbbfa3da
commit f1a0725087

View File

@@ -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,