# How to create the surface of a point cloud object?

**URL:** https://discourse.paraview.org/t/how-to-create-the-surface-of-a-point-cloud-object/1051
**Category:** ParaView Support
**Created:** [December 17, 2018, 1:55am UTC](https://discourse.paraview.org/t/how-to-create-the-surface-of-a-point-cloud-object/1051 "2018-12-17T01:55:04Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Dinushika1992](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/d/a88e4f/32.png) [@Dinushika1992](https://discourse.paraview.org/u/Dinushika1992)
#### Post date: [December 17, 2018, 1:55am UTC](https://discourse.paraview.org/t/how-to-create-the-surface-of-a-point-cloud-object/1051/1 "2018-12-17T01:55:04Z")

</div>

Hi,

I have a point cloud object. I need to save it as a .stl file. But since there is no any surface of the object (there is only point data) I can not create a .stl file. Could you please help me to solve my problem?

 ![1](https://discourse.paraview.org/uploads/default/original/1X/fdd3fbd19f2f57e9a8fcce10a96d5dfe4718666d.png)

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [December 17, 2018, 2:28pm UTC](https://discourse.paraview.org/t/how-to-create-the-surface-of-a-point-cloud-object/1051/2 "2018-12-17T14:28:31Z")

</div>

ParaView has very limited tools for surface reconstruction from point clouds. You can apply the **Delaunay 3D** filter to create an unstructured mesh from the points and then extract the surface with the **Extract Surface** filter, but that works only if your object is convex.

---

<div class="post-metadata">

### Author: ![Dinushika1992](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/d/a88e4f/32.png) [@Dinushika1992](https://discourse.paraview.org/u/Dinushika1992)
#### Post date: [December 18, 2018, 12:58am UTC](https://discourse.paraview.org/t/how-to-create-the-surface-of-a-point-cloud-object/1051/3 "2018-12-18T00:58:16Z")

</div>

Dear Cory,

I tried this method. But it did not work for my case. Thank you very much.

---

<div class="post-metadata">

### Author: ![danlipsa](https://discourse.paraview.org/user_avatar/discourse.paraview.org/danlipsa/32/1563_2.png) [@danlipsa](https://discourse.paraview.org/u/danlipsa)
#### Post date: [December 18, 2018, 3:48am UTC](https://discourse.paraview.org/t/how-to-create-the-surface-of-a-point-cloud-object/1051/4 "2018-12-18T03:48:13Z")

</div>

VTK Examples has some VTK external modules do this, but those operations need to be added to ParaView

[https://lorensen.github.io/VTKExamples/site/Cxx/Points/PoissonExtractSurface/](https://lorensen.github.io/VTKExamples/site/Cxx/Points/PoissonExtractSurface/)

---

<div class="post-metadata">

### Author: ![Pppp](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/p/ac8455/32.png) [@Pppp](https://discourse.paraview.org/u/Pppp)
#### Post date: [April 20, 2021, 10:57am UTC](https://discourse.paraview.org/t/how-to-create-the-surface-of-a-point-cloud-object/1051/5 "2021-04-20T10:57:39Z")

</div>

How can I calculate the distance between two 3D cloud points and how to view coincidence points between two surfaces.

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [April 20, 2021, 12:43pm UTC](https://discourse.paraview.org/t/how-to-create-the-surface-of-a-point-cloud-object/1051/6 "2021-04-20T12:43:11Z")

</div>

Old topic is old, please open your own.

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [April 20, 2021, 12:43pm UTC](https://discourse.paraview.org/t/how-to-create-the-surface-of-a-point-cloud-object/1051/7 "2021-04-20T12:43:14Z")

</div>


