1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

Final updates before release

- Update of mfc samples
- Adjustment of test cases
- Update of CSharp sample (lost button added)
- Corrected paths to data files in 07_Triangulation mfc sample
- Update of overview (Requirements section)
- Update of upgrade guide (changes in modeling algorithms)
This commit is contained in:
bugmaster
2015-12-24 17:33:34 +03:00
committed by abv
parent 7ed7467da3
commit 3554ea68da
7 changed files with 57 additions and 73 deletions

View File

@@ -397,7 +397,7 @@ void Tesselate_Presentation::tesselateShape(const TopoDS_Shape& aShape)
void Tesselate_Presentation::sample(const Standard_CString aFileName)
{
CString initfile(((OCC_App*) AfxGetApp())->GetInitDataDir());
initfile += "\\..\\..\\..\\samples\\mfc\\standard\\Data\\";
initfile += "..\\..\\..\\Data\\";
initfile += aFileName;
/*