Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::setBomProperties Method
Syntax
C++
virtual OdResult setBomProperties(const OdDbObjectId& bomId, bool isStructuralyExpanded, bool isUsingAssmPath, const OdString& structSeparator, OdDbObjectIdArray assocLayoutIds, bool& regen) const = 0;

Sets the properties for the specified BOM table. 

 

Parameters
Description
bomId
[in] BOM table object ID.
isStructuralyExpanded
[in] Specifies whether the BOM table is structuraly expanded.
isUsingAssmPath
[in] Specifies whether the BOM table is using assembly paths.
structSeparator
[in] Structural separator.
assocLayoutIds
[in] Array of associated layout IDs.
regen
[out] Indicates whether the BOM table needs to be regenerated after new properties are applied to it.

eOk if successful or the appropriate error code otherwise.

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