Get Vertices or Faces/Face index of mesh from Clipping Planes

Hello, i;ll get straight to the point i implemented clipping planes as used from this example
three.js examples[p#webgl_clipping

Is there a way to get the vertices or faces clipped by the planes?
OR for example if i clip my mesh in half can i generate a new mesh with the half clipped mesh?

Best regards