Edge Profile operation

This commit is contained in:
sliptonic
2016-09-19 10:16:32 -05:00
committed by Yorik van Havre
parent ba459c522e
commit 327044ff2a
6 changed files with 1309 additions and 5 deletions

View File

@@ -455,9 +455,9 @@ class _CommandSetEndPoint:
class CommandPathProfile:
def GetResources(self):
return {'Pixmap': 'Path-Profile',
'MenuText': QtCore.QT_TRANSLATE_NOOP("PathProfile", "Profile"),
'Accel': "P, R",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("PathProfile", "Creates a Path Profile object from selected faces")}
'MenuText': QtCore.QT_TRANSLATE_NOOP("PathProfile", "Face Profile"),
'Accel': "P, F",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("PathProfile", "Profile based on face or faces")}
def IsActive(self):
if FreeCAD.ActiveDocument is not None: