# Create an isosurface from parallel contours

**URL:** https://discourse.vtk.org/t/create-an-isosurface-from-parallel-contours/5909
**Category:** Support
**Created:** [June 2, 2021, 6:15am UTC](https://discourse.vtk.org/t/create-an-isosurface-from-parallel-contours/5909 "2021-06-02T06:15:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Miguel\_Socorro](https://discourse.vtk.org/user_avatar/discourse.vtk.org/miguel_socorro/32/3493_2.png) [@Miguel\_Socorro](https://discourse.vtk.org/u/Miguel_Socorro)
#### Post date: [June 2, 2021, 6:15am UTC](https://discourse.vtk.org/t/create-an-isosurface-from-parallel-contours/5909/1 "2021-06-02T06:15:15Z")

</div>

I need to create an isosurface from these 4 contours

 ![slices 4](https://discourse.vtk.org/uploads/default/original/2X/8/861b28912a3775d0c097e4adfd3cfbdf4949ba32.png)  
each contour is on a plane and the planes are parallel, therefore the 4 contours are parallel.  
I tried a solution similar to this [Stitches](https://stackoverflow.com/questions/51321415/close-the-gap-between-a-mesh-and-a-plane/51371094#51371094)  
But contour 3 has several discontinuities as shown in the following image.  
 ![slice 1](https://discourse.vtk.org/uploads/default/original/2X/c/c822429d1c90ce7889b54a676b1dcbb03ece0d3e.png)  
Could someone recommend a solution for me.

---

<div class="post-metadata">

### Author: ![will.schroeder](https://discourse.vtk.org/user_avatar/discourse.vtk.org/will.schroeder/32/233_2.png) [@will.schroeder](https://discourse.vtk.org/u/will.schroeder)
#### Post date: [June 2, 2021, 9:35am UTC](https://discourse.vtk.org/t/create-an-isosurface-from-parallel-contours/5909/2 "2021-06-02T09:35:22Z")

</div>

Miguel, I suspect that with some work you could create a distance field and then isocontour that.
