Fastener
- class compas_timber.elements.Fastener[source]
Bases:
ElementA class to represent timber fasteners (screws, dowels, brackets).
TODO: we should rethink this class. it is not entirely clear if it’s an abstract class or a generic fastener. It inherits from TimberElement/Element but does not implement the appropriate methods.
- Parameters:
- shape
Geometry, optional The geometry of the fastener.
- transformation
Transformation, optional The transformation of the fastener.
- **kwargsdict, optional
Additional keyword arguments.
- shape
- Attributes:
- shape
Geometry The geometry of the fastener.
- transformation
Transformation The transformation of the fastener.
- interfaceslist
A list of interfaces associated with this fastener.
- attributesdict
Dictionary of attributes for this fastener.
- debug_infolist
A list of debug information.
- is_fastenerbool
Always True for fasteners.
- keyint or None
The graph node key of this fastener.
- shape
Methods
Returns the geometry of the fastener in the model.
Inherited Methods
Converts the instance to a string.
Add a feature to the list of features of the element.
Apply the features to the (base) geometry.
Computes the Axis Aligned Bounding Box (AABB) of the geometry of the element.
Computes the collision geometry of the geometry of the element.
Compute the contacts between this element and another element.
Compute the geometry of the element in model coordinates and taking into account the effect of interactions with connected elements.
Compute the transformation to model coordinates of this element based on its position in the spatial hierarchy of the model.
Computes the Oriented Bounding Box (OBB) of the geometry of the element.
Computes a reference point for the element geometry (e.g.
Computes the triangulated surface mesh of the element's model geometry.
Computes the tetrahedral volumetric mesh of the element's model geometry.
Make an independent copy of the data object.
Construct an object of this type from a JSON file.
Construct an object of this type from a JSON string.
Compute a hash of the data for comparison during version control using the sha256 algorithm.
Convert an object to its native data representation and save it to a JSON file.
Convert an object to its native data representation and save it to a JSON string.
Transforms the element.
Creates a transformed copy of the element.
Validate the data against the object's data schema.