BTLxWriter.write

BTLxWriter.write(model, file_path)[source]

Writes the BTLx file to the given file path.

Parameters:
modelTimberModel

The model object.

file_pathstr

The file path to write the BTLx file to.

Returns:
str

The XML string of the BTLx file.