1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0026210: Sample Modeling: operation "Make revol" has text in window caption "Make a prism"

Titles for revol operation were updated.
Wrongly merged mfcsample projects were corrected.
This commit is contained in:
ski
2015-05-28 12:20:52 +03:00
committed by bugmaster
parent 5b9e184288
commit 3f23e6ace0
5 changed files with 17 additions and 97 deletions

View File

@@ -780,7 +780,7 @@ TopoDS_Face F = BRepBuilderAPI_MakeFace(gp_Pln(gp::XOY()),Wc); \n\
axe = gp_Ax1(gp_Pnt(290,290.,0.),gp_Dir(0.,1,0.)); \n\
TopoDS_Shape S4 = BRepPrimAPI_MakeRevol(F,axe, 90.*PI180); \n\
\n");
PocessTextInDialog("Make a prism", Message);
PocessTextInDialog("Make a revol", Message);
}
void CModelingDoc::OnPipe()