API Reference > OdDb Classes > OdDb3dSolid Class > OdDb3dSolid Methods > OdDb3dSolid::acisIn Method
OdDb3dSolid::acisIn Method
Syntax
C++
OdResult acisIn(OdStreamBuf* pStreamBuf, AfTypeVer * pTypeVer = 0);
Parameters 
Description 
OdStreamBuf* pStreamBuf 
[in] Pointer to the StreamBuf object from which the data is to be read.  
AfTypeVer * pTypeVer = 0 
[in] Receives the type and version of the ACIS data read.
 

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

Reads the ACIS data for this entity from the specified StreamBuf object. 

 

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