Model.compute_contacts
- Model.compute_contacts(tolerance=1e-06, minimum_area=0.01, k=2, search_type='bvh')
Compute the contacts between the block elements of this model.
- Parameters:
- tolerancefloat, optional
The distance tolerance.
- minimum_areafloat, optional
The minimum contact size.
- kint, optional
The number of element neighbours to consider.
- search_typestr, optional
Nearest neighbour algorithm type, possible options: ‘bvh’ or ‘kdtree’.
- Returns:
- None