ConnectionSolver

class compas_timber.connections.ConnectionSolver[source]

Bases: object

Provides tools for detecting beam intersections and joint topologies.

Methods

find_intersecting_pairs

Finds pairs of intersecting beams in the given list of beams.

find_topology

If beam_a and beam_b intersect within the given max_distance, return the topology type of the intersection.