hybridmesh.HybridMesh.clip_with_plane#

HybridMesh.clip_with_plane(p, n, nodes='any', side='+')#

Clip a HybridMesh with a plane.

This method uses mesh.Mesh.clip_with_plane() to clip each element block. See that method for full documentation.

See Also#

  • cut_with_plane(): Similar operation, but cuts the elements that intersect with the plane.