BTLxWriter.write
- BTLxWriter.write(model, file_path)[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.
- model
- Returns:
- str
The XML string of the BTLx file.
See also