| CFx SDK Documentation
    2022 SP0
    | 
#include <ISatConverter.h>
| Public Member Functions | |
| virtual bool | SatIn (OdStreamBuf *pStreamBuf, AfTypeVer *typeVer, bool standardSaveFlag=true)=0 | 
| virtual bool | SatOut (OdStreamBuf *pStreamBuf, AfTypeVer typeVer, bool standardSaveFlag=true)=0 | 
| virtual void * | getIBr ()=0 | 
| virtual | ~ISATConverter () | 
This class is the base class for classes that provide platform-dependent loading and saving of SAT files for Teigha.
Corresponding C++ library: TD_AcisBuilder <group AcisBuilder_Classes>
Definition at line 40 of file ISatConverter.h.
| 
 | virtual | 
| 
 | pure virtual | 
| 
 | pure virtual | 
Loads the specified SAT file.
| pStreamBuf | [in] Pointer to the StreamBuf object from which the data are to be read. | 
| typeVer | [out] Receives the type and version of the SAT file. | 
| standardSaveFlag | [in] Controls the saving and restoring of use count data in the save file. | 
| 
 | pure virtual | 
Saves the specified SAT file.
| pStreamBuf | [in] Pointer to the StreamBuf object to which the data are to be written. | 
| typeVer | [in] Type and version of the SAT file. | 
| standardSaveFlag | [in] Controls the saving and restoring of use count data in the save file. |