Element.compute_contacts

Element.compute_contacts(other, tolerance=1e-06, minimum_area=0.01, contacttype=<class 'compas_model.interactions.contact.Contact'>)

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]