Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::getBOMIdByCompDef Method
Syntax
C++
virtual OdResult getBOMIdByCompDef(const OdDbObjectId& cmpDefId, OdDbObjectId& bomId, OdDbDatabase* pHostDb) const = 0;

Gets the BOM table by the specified component definition. 

 

Parameters
Description
cmpDefId
[in] Component definition ID.
bomId
[out] BOM table ID.
pHostDb
[in] Host database.

eOk if successful or the appropriate error code otherwise.

Copyright © 2002-2022. Open Design Alliance All rights reserved.