Method ExportBomList
ExportBomList(string, bool, string, bool, bool)
Exports a Bill Of Material (BOM) of the scene.
Declaration
public void ExportBomList(string filename, bool cuttingListOnly, string formatName, bool factorize, bool append)
Parameters
Type | Name | Description |
---|---|---|
string | filename | Filename of the file to create. |
bool | cuttingListOnly | Indicates whether the BOM should contain panels cutting list only (components of PANC and PANF types - panels). |
string | formatName | File format to be generated. Export formats are defined in the SPACE.INI configuration file. Please refer to [BMSoftware] section for formats list. |
bool | factorize | Indicates whether the BOM should be factorized, which means that identical lines should be represented with a single line with quantity summed. |
bool | append | Indicates whether the BOM list should be appended to the given filename instead of overwriting. |