API Reference > OdDb Classes > OdDbSurface Class > OdDbSurface Methods > OdDbSurface::acisOut Method
OdDbSurface::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 otherwise.

Writes the ACIS data of this entity to the specified StreamBuf object, or writes the specified ACIS solids to the specified file. 

 

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