API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::out Method
OdModelerGeometry::out Method
Syntax
C++
virtual OdResult out(OdStreamBuf* pStreamBuf, AfTypeVer typeVer, bool standardSaveFlag = true) const = 0;
Parameters 
Description 
OdStreamBuf* pStreamBuf 
[in] Pointer to the StreamBuf object to which the data is to be written.  
AfTypeVer typeVer 
[in] Type and version of the ACIS file.  
bool standardSaveFlag = true 
[in] Controls the saving and restoring of used count data in the saved file.  
bEnableACISAudit 
[in] true - do additional checks of acis data. 

Returns eOk if successful, or an appropriate error code if not.

Writes the ACIS data from this ModelerGeometry object to the specified StreamBuf object.

This function is responsible for converting the contained ACIS data to the specified type and format. If afVer == kAfTypeVerAny, then any type or version may be written. 

 

AfTypeVerEnum

Copyright © 2002–2020. Open Design Alliance. All rights reserved.