API Reference > Classes > Geometry Classes > OdBmModelerGeometryCreator Class > OdBmModelerGeometryCreator Methods > OdBmModelerGeometryCreator::createModeler Method
OdBmModelerGeometryCreator::createModeler Method
Syntax
C++
virtual OdResult createModeler(OdArray<OdBmModelerGeometryPtr> & models, OdBmGeometry* pGeom) = 0;
Parameters 
Description 
OdArray<OdBmModelerGeometryPtr> & models 
[out] Output array of OdBmModelerGeometry SmartPointers.  
OdBmGeometry* pGeom 
[in] Input pointer to the OdBmGeometry object for which. 

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

Creates one or more instances of OdBmModelerGeometry from the specified Geometry. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.