Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgModelerGeometryCreator::createModeler Method
Syntax
C++
virtual OdResult createModeler(OdArray<OdDgModelerGeometryPtr> & models, OdStreamBuf* pStreamBuf, OdDbBaseDatabase* pDb = NULL, bool bAcis = false) = 0;

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

 

Parameters
Description
models
[out] Receives an array of OdDgModelerGeometry SmartPointers.
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.
Copyright © 2002-2022. Open Design Alliance All rights reserved.