API Reference > OdDb Classes > OdDbRegion Class > OdDbRegion Methods > OdDbRegion::acisOut Method
OdDbRegion::acisOut Method
Syntax
C++
OdResult acisOut(OdStreamBuf* pStreamBuf, AfTypeVer typeVer = kAfTypeVerAny);
Parameters 
Description 
OdStreamBuf* pStreamBuf 
[in] Pointer to the StreamBuf object to which the data is to be written.  
AfTypeVer typeVer = kAfTypeVerAny 
[in] Type and version of the ACIS data to write.
 

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

Writes the ACIS data of this entity to the specified StreamBuf object. 

 

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