# Add point cloud data onto a PointDatasetInterpolator output

**URL:** https://discourse.paraview.org/t/add-point-cloud-data-onto-a-pointdatasetinterpolator-output/16550
**Category:** ParaView Support
**Tags:** vtk
**Created:** [April 29, 2025, 1:01pm UTC](https://discourse.paraview.org/t/add-point-cloud-data-onto-a-pointdatasetinterpolator-output/16550 "2025-04-29T13:01:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Windy](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/w/91b2a8/32.png) [@Windy](https://discourse.paraview.org/u/Windy)
#### Post date: [April 29, 2025, 1:01pm UTC](https://discourse.paraview.org/t/add-point-cloud-data-onto-a-pointdatasetinterpolator-output/16550/1 "2025-04-29T13:01:02Z")

</div>

I have a point data set (lets call it A) and an stl mesh. I used point dataset interpolator to get the distribution on the mesh (output A). Now i have another point dataset (lets call it B). I want to get its distribution onto the same output A instead of a new output B.

I tried using Resample with Dataset, using point cloud B as source and output A as target (also tried source: output B and target: output A), but I don’t get both scalars (point cloud A and B) on the Resample with Dataset output.

Ideal scenario is to interpolate both point clouds on to the same mesh and export it as a single .vtk file with 2 sets of scalar values (feature maps) in it.

Any directions on what I am doing wrong?

Thank you in advance

---

<div class="post-metadata">

### Author: ![Kenichiro-Yoshimi](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/k/ecc23a/32.png) [@Kenichiro-Yoshimi](https://discourse.paraview.org/u/Kenichiro-Yoshimi)
#### Post date: [April 29, 2025, 2:38pm UTC](https://discourse.paraview.org/t/add-point-cloud-data-onto-a-pointdatasetinterpolator-output/16550/2 "2025-04-29T14:38:54Z")

</div>

One way to do this is to use the same method that was used to create Output A, i.e., the point dataset interpolator, to create Output B as well. Then, while holding down the Ctrl key, select both Output A and Output B in the tree and apply the Append Attributes filter.

---

<div class="post-metadata">

### Author: ![Windy](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/w/91b2a8/32.png) [@Windy](https://discourse.paraview.org/u/Windy)
#### Post date: [April 29, 2025, 9:33pm UTC](https://discourse.paraview.org/t/add-point-cloud-data-onto-a-pointdatasetinterpolator-output/16550/3 "2025-04-29T21:33:33Z")

</div>

Thank you so much, this helped
