API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::in Method
OdModelerGeometry::in Method
Syntax
C++
virtual OdResult in(OdStreamBuf* pStreamBuf, AfTypeVer * typeVer = 0, bool standardSaveFlag = true) = 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 file.  
bool standardSaveFlag = true 
[in] Controls the saving and restoring of used count data in the saved file.  
bEnableACISAudit 
[in] true - do additional checks of acis data. 

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

Reads the ACIS data from the specified StreamBuf object into this ModelerGeometry object.

The implementation of this function is responsible for determining the type (SAT/SAB) and version of the data read. 

pStreamIn may be NULL.

AfTypeVerEnum

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