BTLxWriter.write
- BTLxWriter.write(model, file_path, nesting_result=None)[source]
Writes the BTLx file to the given file path.
- Parameters:
- model
TimberModel The model object.
- file_pathstr
The file path to write the BTLx file to.
- nesting_result
NestingResult, optional The nesting result object. If provided, raw parts will be created for each stock in the nesting result.
- model
- Returns:
- str
The XML string of the BTLx file.
See also