KitchenDraw SDK 2
Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX