GeometricObjects Global Function CATSaveCGMContainer


CATSaveCGMContainer( const iFact,
ioStreamArea)
Saves a CGM container into a file .
Sample Windows :
   ofstream ofile(FileName, ios::binary ) ;
   CATSaveCGMContainer(Factory,ofile);
   ofile.close();
 
Sample UNIX :
   ofstream ofile(filename,ios::out,filebuf::openprot) ;
   CATSaveCGMContainer(Factory,ofile);
   ofile.close();
 
Parameters:
iFact
The pointer to the factory to save.
ioStreamArea
The stream on which the factory is saved.

This object is included in the file: CATCGMContainerMngt.h

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.