API Reference > OdDb Classes > OdDbSurface Class > OdDbSurface Methods > OdDbSurface::acisIn Method
OdDbSurface::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 otherwise. If pTypeVer is not null, this function returns the version of the ACIS data of this 3D solid entity.

Reads the ACIS data for this entity from the specified StreamBuf object, or reads an array of ACIS solids from the specified file. 

 

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