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

eOk if successful or an appropriate error code in the other case.

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

 

If typeVer is null, this function uses the type and version of this Region entity.

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