Element.contacts

Element.contacts(other, tolerance=1e-06, minimum_area=0.01)

Compute the contacts between this element and another element.

Parameters:
otherElement

The other element.

tolerancefloat, optional

A distance tolerance.

minimum_areafloat, optional

The minimum area of the contact polygon.

Returns:
list[Contact]