Archived issue #0026100
Incorrect printout in StlTransfer::RetrieveMesh
Description
There is an incorrect printout:
#ifdef OCCT_DEBUG
cout << "Fail in StlTransfer::BuildIncrementalMesh" << endl;
#endif
Besides, check the #include directives - seems some of them are not needed anymore, for example:
#include <BRepMesh_IncrementalMesh.hxx>
#ifdef OCCT_DEBUG
cout << "Fail in StlTransfer::BuildIncrementalMesh" << endl;
#endif
Besides, check the #include directives - seems some of them are not needed anymore, for example:
#include <BRepMesh_IncrementalMesh.hxx>
Public activity
1 archived note
Participants are labeled by their role within this record.
Fix for issue #0028840 makes current problem not actual: code described in the issue is obsolete. It is suggested to close the issue.
Dear abv,
Do you have any objections?
Dear abv,
Do you have any objections?
Related records