PlateJoint
- class compas_timber.connections.PlateJoint[source]
Bases:
JointModels a plate to plate interaction.
- Parameters:
- plate_a
compas_timber.elements.Plate The first plate.
- plate_b
compas_timber.elements.Plate The second plate.
- topologyliteral(JointTopology)
The topology in which the plates are connected.
- a_segment_indexint
The index of the segment in plate_a’s outline where the plates are connected.
- b_segment_indexint
The index of the segment in plate_b’s outline where the plates are connected.
- **kwargsdict, optional
Additional keyword arguments to pass to the parent class.
- plate_a
- Attributes:
- plate_a
compas_timber.elements.Plate The first plate.
- plate_b
compas_timber.elements.Plate The second plate.
- platestuple of
compas_timber.elements.Plate The plates that are connected.
- plate_a
Methods
Adjusts plate outlines to outer shape required for the joint.
Adds features to the plates based on the joint.
Calculate the topology of the joint based on the plates.
Creates an instance of this joint from a generic joint.
Restores the reference to the elements associated with this joint.
Inherited Methods
Converts the instance to a string.
Checks if the cluster of beams complies with the requirements for the Joint.
Make an independent copy of the data object.
Creates an instance of this joint and creates the new connection in model.
Checks if the number of elements complies with the joint's requirements.
Construct an object of this type from a JSON file.
Construct an object of this type from a JSON string.
Creates an instance of this joint from a cluster of elements.
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.
Validate the data against the object's data schema.