BTLxRawpart
- class compas_timber.fabrication.BTLxRawpart[source]
Bases:
BTLxGenericPartClass representing a BTLx Rawpart. This acts as a wrapper for raw material information.
- Parameters:
- stock
Stock The stock object representing the raw material.
- order_numberint
The order number for the rawpart.
- scale_factorfloat, optional
The scale factor to apply to dimensions. Defaults to 1.0.
- stock
- Attributes:
- stock
Stock The stock object.
attrdictReturn the attributes dictionary for the rawpart XML element.
- lengthfloat
The length of the rawpart.
- widthfloat
The width of the rawpart.
- heightfloat
The height of the rawpart.
- frame
Frame The frame of the BTLxRawpart.
- part_refslist
List of part references that are nested in this rawpart.
- stock
Methods
Add a part reference to this rawpart.
Inherited Methods
Returns the ET point values for a given point.