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

**URL:** https://discourse.threejs.org/t/get-vertices-or-faces-face-index-of-mesh-from-clipping-planes/36081
**Category:** Questions
**Tags:** clipping-planes
**Created:** [March 17, 2022, 6:00pm UTC](https://discourse.threejs.org/t/get-vertices-or-faces-face-index-of-mesh-from-clipping-planes/36081 "2022-03-17T18:00:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![PhiloStone](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.threejs.org/philostone/32/23748_2.png) [@PhiloStone](https://discourse.threejs.org/u/PhiloStone)
#### Post date: [March 17, 2022, 6:00pm UTC](https://discourse.threejs.org/t/get-vertices-or-faces-face-index-of-mesh-from-clipping-planes/36081/1 "2022-03-17T18:00:44Z")

</div>

Hello, i;ll get straight to the point i implemented clipping planes as used from this example  
[three.js examples](https://threejs.org/examples/?q=clip)[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
