Summarizes and returns the weight of the items that are included in current configuration's bill of materials. One or more structure modes can optionally be activated to control how the bill of materials is generated.
double BomWeight([string structureMode1]; [string structureMode2]; ...)
structureMode1 |
Optional name of a structure mode that shall be activated in the BoM generation. |
structureMode2 |
Optional name of a second structure mode that shall be activated in the BoM generation. |
Example
BomWeight("SpareParts")
Returns the summarized weight of the bill of materials that is generated with the structure mode "SpareParts" activated.