API Reference > OdDb Classes > OdDbBody Class > OdDbBody Methods > acisIn Method > OdDbBody::acisIn Method (OdString&, OdDbEntityPtrArray&)
OdDbBody::acisIn Method (OdString&, OdDbEntityPtrArray&)
Syntax
C++
static OdResult acisIn(const OdString& filename, OdDbEntityPtrArray& solids);
Parameters 
Description 
const OdString& filename 
[in] Filename to read.  
OdDbEntityPtrArray& solids 
[out] Receives the array of smart pointers to the ACIS solids.
 

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

Reads an array of ACIS solids from the specified file. 

 

If pTypeVer is not null, this function returns the version of the ACIS data of this 3D solid entity.

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