Method ExportManufacturingFiles
ExportManufacturingFiles(string)
Exports .csv files dedicates to manufacturing feature of KitchenDraw. The files contain information about parts to be manufactured, their faces, contacts and conflicts.
Declaration
public void ExportManufacturingFiles(string outputFolder)
Parameters
Type | Name | Description |
---|---|---|
string | outputFolder | Folder where the .csv files should be output. If the folder doesn't exist, it will be created. |