GeometricObjects Global Function CATLoadCGMContainer


CATLoadCGMContainer( iStreamArea)
Creates a new CGM container and loads its contents from a file.
Sample Windows :
   ifstream ifile(FileName, ios::binary ) ;
   CATGeoFactory* Factory = CATLoadCGMContainer(ifile);
   ifile.close();
 
Sample UNIX :
   ifstream ifile(FileName) ;
   CATGeoFactory* Factory = CATLoadCGMContainer(ifile);
   ifile.close();
 
Parameters:
iStreamArea
The stream from which the factory is read.
Returns:
iFact The pointer to the created geometry factory.

This object is included in the file: CATCGMContainerMngt.h

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