add new feature "Projection on surface"

This commit is contained in:
MA-DEVELOP\apeltauer
2019-01-24 10:04:56 +01:00
committed by wmayer
parent d3351496d9
commit 1c5ee376e6
6 changed files with 1644 additions and 40 deletions

View File

@@ -2386,7 +2386,7 @@ CmdPartProjectionOnSurface::CmdPartProjectionOnSurface()
sToolTipText = QT_TR_NOOP("Create projection on surface...");
sWhatsThis = "Part_projectionOnSurface";
sStatusTip = sToolTipText;
sPixmap = "Part_Extrude";
sPixmap = "Part_ProjectionOnSurface";
}
void CmdPartProjectionOnSurface::activated(int iMsg)