Searched refs:useTechCor (Results 1 – 6 of 6) sorted by relevance
/dports/cad/stepcode/stepcode-0.8/src/cleditor/ |
H A D | STEPfile.h | 145 Severity ReadExchangeFile( const std::string filename = "", bool useTechCor = 1 ); 146 Severity AppendExchangeFile( const std::string filename = "", bool useTechCor = 1 ); 148 Severity ReadWorkingFile( const std::string filename = "", bool useTechCor = 1 ); 149 Severity AppendWorkingFile( const std::string filename = "", bool useTechCor = 1 ); 151 Severity AppendFile( istream * in, bool useTechCor = 1 ) ; 190 … int ReadData2( istream & in, bool useTechCor = true ); /**< Second pass, to read instances */ 194 int ReadWorkingData2( istream & in, bool useTechCor = true ); 206 std::string & cmtStr, bool useTechCor = true );
|
H A D | STEPfile.inline.cc | 103 Severity STEPfile::ReadExchangeFile( const std::string filename, bool useTechCor ) { in ReadExchangeFile() argument 117 Severity rval = AppendFile( in, useTechCor ); in ReadExchangeFile() 122 Severity STEPfile::AppendExchangeFile( const std::string filename, bool useTechCor ) { in AppendExchangeFile() argument 130 Severity rval = AppendFile( in, useTechCor ); in AppendExchangeFile() 136 Severity STEPfile::ReadWorkingFile( const std::string filename, bool useTechCor ) { in ReadWorkingFile() argument 149 Severity rval = AppendFile( in, useTechCor ); in ReadWorkingFile() 156 Severity STEPfile::AppendWorkingFile( const std::string filename, bool useTechCor ) { in AppendWorkingFile() argument 165 Severity rval = AppendFile( in, useTechCor ); in AppendWorkingFile()
|
H A D | STEPfile.cc | 555 int STEPfile::ReadData2( istream & in, bool useTechCor ) { in ReadData2() argument 610 obj = ReadInstance( in, cout, cmtStr, useTechCor ); in ReadData2() 669 int STEPfile::ReadWorkingData2( istream & in, bool useTechCor ) { in ReadWorkingData2() argument 670 return ReadData2( in, useTechCor ); in ReadWorkingData2() 1149 bool useTechCor ) { in ReadInstance() argument 1232 useTechCor, _strict ); in ReadInstance() 1279 useTechCor, _strict ); in ReadInstance() 1604 Severity STEPfile::AppendFile( istream * in, bool useTechCor ) { in AppendFile() argument 1702 valid_insts = ReadData2( *in2, useTechCor ); in AppendFile()
|
/dports/cad/stepcode/stepcode-0.8/src/clstepcore/ |
H A D | STEPcomplex.h | 58 bool useTechCor = true, bool strict = true );
|
H A D | sdaiApplication_instance.cc | 505 const char * currSch, bool useTechCor, bool strict ) { in STEPread() argument 538 if( !useTechCor ) { // i.e. use pre-technical corrigendum encoding in STEPread() 590 !useTechCor ) && in STEPread() 596 if( !useTechCor ) { in STEPread()
|
H A D | sdaiApplication_instance.h | 130 bool useTechCor = true, bool strict = true );
|