PlateConnectionSolver.do_segments_overlap
- static PlateConnectionSolver.do_segments_overlap(segment_a, segment_b)[source]
Checks if two segments overlap.
- Parameters:
- seg_a
Segment The first segment.
- seg_b
Segment The second segment.
- tolfloat, optional
Tolerance for overlap check.
- seg_a
- Returns:
- bool
True if the segments overlap, False otherwise.