BTLx
- class compas_timber.fabrication.BTLx[source]
Bases:
object
Class representing a BTLx object.
BTLx is a format used for representing timber fabrication data.
- Parameters:
- model
Model
The model object.
- model
- Attributes:
history
dictReturns the file history of the BTLx file.
btlx_string
strReturns a pretty XML string for visualization in GH, Terminal, etc.
- partsdict
A dictionary of the BTLxParts in the model.
- jointslist
A list of the joints in the model.
Methods
Returns a pretty XML string for visualization in GH, Terminal, etc.
Processes the model and generates BTLx parts.
Registers a joint type and its corresponding factory.