API Reference > OdDg Classes > OdDgModelerGeometryCreator Class > OdDgModelerGeometryCreator Methods > OdDgModelerGeometryCreator::createModeler Method
OdDgModelerGeometryCreator::createModeler Method
Syntax
C++
virtual OdResult createModeler(OdArray<OdDgModelerGeometryPtr> & models, OdStreamBuf* pStreamBuf, OdDbBaseDatabase* pDb = NULL, bool bAcis = false) = 0;
Parameters 
Description 
OdArray<OdDgModelerGeometryPtr> & models 
[out] Receives an array of OdDgModelerGeometry SmartPointers.  
OdStreamBuf* pStreamBuf 
[in] Pointer to the StreamBuf object from which the data are to be read.
Empty streamBuf generates single element array with empty OdDgModelerGeometry.
Returns eOk if successful, or an appropriate error code if not. 

Creates one or more instances of OdDgModelerGeometry from the specified stream. 

 

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