CATSaveCGMContainer( | const | iFact, |
ioStreamArea) |
ofstream ofile(FileName, ios::binary ) ; CATSaveCGMContainer(Factory,ofile); ofile.close();Sample UNIX :
ofstream ofile(filename,ios::out,filebuf::openprot) ; CATSaveCGMContainer(Factory,ofile); ofile.close();
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.