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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user