set_interface
Define interface (shear joint).
Parameters
- shapes : Shape | ShapeList
- Shapes. Must be 'edge' in 2D and 'face' in 3D.
- material : Material
- Interface material (MohrCoulomb or Tresca).
Examples
sel = model.select([10,5], types='edge')
model.set_interface(shapes=sel, material=MC)