PlateConnectionSolver

class compas_timber.connections.PlateConnectionSolver[source]

Bases: ConnectionSolver

Provides tools for detecting plate intersections and joint topologies.

Methods

do_segments_overlap

Checks if two segments overlap.

does_segment_intersect_outline

Checks if a segment intersects with the outline of a polyline.

find_topology

Calculates the topology of the intersection between two plates.

Inherited Methods

find_intersecting_pairs

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

find_wall_wall_topology

Calculates the topology of the intersection between two walls.