# Project 3D Surface onto 2D plane

**URL:** https://discourse.paraview.org/t/project-3d-surface-onto-2d-plane/709
**Category:** ParaView Support
**Created:** [October 11, 2018, 3:27pm UTC](https://discourse.paraview.org/t/project-3d-surface-onto-2d-plane/709 "2018-10-11T15:27:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![John\_A](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/j/258eb7/32.png) [@John\_A](https://discourse.paraview.org/u/John_A)
#### Post date: [October 11, 2018, 3:27pm UTC](https://discourse.paraview.org/t/project-3d-surface-onto-2d-plane/709/1 "2018-10-11T15:27:26Z")

</div>

Hi,  
I am trying to project a scalar array mapped to a 3 dimensional unstructured grid onto a 2d plane. I found [this method](https://stackoverflow.com/questions/45544709/paraview-view-a-2d-projection-of-a-3d-object) but the issue with that is the points on the backface are present on the result. I would like to ignore points that can’t be seen from the plane I am projecting onto. Is there a way to do this in Paraview? I am using 5.5.2.  
Thanks
