# Node number and coordinate changing

**URL:** https://discourse.paraview.org/t/node-number-and-coordinate-changing/7581
**Category:** ParaView Support
**Created:** [July 9, 2021, 7:22pm UTC](https://discourse.paraview.org/t/node-number-and-coordinate-changing/7581 "2021-07-09T19:22:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![F.A](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/f/8c91f0/32.png) [@F.A](https://discourse.paraview.org/u/F.A)
#### Post date: [July 9, 2021, 7:22pm UTC](https://discourse.paraview.org/t/node-number-and-coordinate-changing/7581/1 "2021-07-09T19:22:32Z")

</div>

Hi, I imported a .vtk file (meshed model created by Segment Mesher) from Slicer to ParaView. I used the extract surface filter and then exported the model as .stl file, but the node number of stl file is not the same as the original model (Slicer output).  
For each node with specific coordinates, I read the material property (HU) from Slicer and I want to assign it to the corresponding node of stl file, but it seems that in the surface extraction procedure, the node number and coordinates are changed. How can I prevent the model from node changing?  
Thank you in advance for your help.

---

<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: [August 3, 2021, 12:39pm UTC](https://discourse.paraview.org/t/node-number-and-coordinate-changing/7581/2 "2021-08-03T12:39:07Z")

</div>

ParaView is only reading what is present in the .stl file, this is more a Slicer question.
