PlateJointCandidate
- class compas_timber.connections.PlateJointCandidate[source]
Bases:
PlateJoint,JointCandidateA PlateJointCandidate is an information-only joint for plate connections.
It is used to create a first-pass joinery information which can be later used to perform analysis using
BeamGroupAnalyzer.- Parameters:
- plate_a
Plate First plate to be joined.
- plate_b
Plate Second plate to be joined.
- plate_a
- Attributes:
- plate_a
Plate First plate to be joined.
- plate_b
Plate Second plate to be joined.
- plate_a
Inherited Methods
Converts the instance to a string.
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.
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.
Creates an instance of this joint from a generic joint.
After de-serialization, restores references to elements saved in the model.
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.