LHalfLapJoint.get_face_most_towards_beam
- static LHalfLapJoint.get_face_most_towards_beam(beam_a, beam_b, ignore_ends=True)[source]
Of all the faces of beam_b, returns the one whose normal most faces beam_a.
This is done by calculating the inner-product of beam_a’s centerline which each of the face normals of beam_b. The face with the result closest to 1 is chosen.