BTLx
- class compas_timber.fabrication.BTLx[source]
Bases:
objectClass representing a BTLx object.
BTLx is a format used for representing timber fabrication data.
- Parameters:
- model
Model The model object.
- model
- Attributes:
historydictReturns the file history of the BTLx file.
btlx_stringstrReturns 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.