beam_ref_side_incidence_with_vector
- compas_timber.connections.beam_ref_side_incidence_with_vector(beam_a, vector, ignore_ends=True)[source]
Returns a map of ref_side indices of beam_b and the angle of their normal with a given vector.
This is used to find a cutting plane when joining two beams where one beam is represented by the normal of one of it’s reference sides.
- Parameters:
- Returns:
- dict(int, float)
A map of ref_side indices of beam_a and their respective angle with the given vector.