Edge Profile operation
This commit is contained in:
committed by
Yorik van Havre
parent
ba459c522e
commit
327044ff2a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user