| Loading a step file - debugging |
 |
| PG |
2010/07/23 13:54 |
Hello all,
While reading STEP file's, how to use this flag
CHRONOMESURE ?
Located in source file (StepFile/StepFile.cxx)
#ifdef CHRONOMESURE
Standard_Integer n ;
OSD_Timer c ;
c.Reset () ;
c.Start();
sout << " ... Step File Reading : " << ficnom << "" << endl;
#endif
#ifdef CHRONOMESURE
sout << " ... Step File loaded ... " << endl;
c.Show();
sout << " "<< undirec->NbRecords () <<
" records (entities,sub-lists,scopes), "<< nbpar << " parameters\n" << endl;
#endif
pl. guide
- PG |
 |
| |
 | | PG |
2012/01/16 13:33 |
In continuation to that, how to remove the DEBUG statements while importing/readisn STEP file's ?
Are this messages echoed/dumped on to console in DEBUG mode ?
regards
- PG |
 |
| | | |