Element.contacts
- Element.contacts(other, tolerance=1e-06, minimum_area=0.01)
Compute the contacts between this element and another element.
- Parameters:
- other
Element
The other element.
- tolerancefloat, optional
A distance tolerance.
- minimum_areafloat, optional
The minimum area of the contact polygon.
- other
- Returns:
- list[
Contact
]
- list[