# Question about TXT file in paraview

**URL:** https://discourse.paraview.org/t/question-about-txt-file-in-paraview/4524
**Category:** Development
**Created:** [June 6, 2020, 1:42pm UTC](https://discourse.paraview.org/t/question-about-txt-file-in-paraview/4524 "2020-06-06T13:42:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![basal](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/b/a8b319/32.png) [@basal](https://discourse.paraview.org/u/basal)
#### Post date: [June 6, 2020, 1:42pm UTC](https://discourse.paraview.org/t/question-about-txt-file-in-paraview/4524/1 "2020-06-06T13:42:16Z")

</div>

Hi, I opened VTK file from registration in paraview and created a glyph and export the txt file which was for deformation field. Does anyone know that the last three columns show the deformed points or I have to apply first 3 columns to the other columns to get the final points?

[qwe.txt](https://discourse.paraview.org/uploads/short-url/g13XflXzifRNbvTuLIqxRD3xXQr.txt) (2.9 MB)

---

<div class="post-metadata">

### Author: ![Kenneth\_Moreland](https://discourse.paraview.org/user_avatar/discourse.paraview.org/kenneth_moreland/32/15033_2.png) [@Kenneth\_Moreland](https://discourse.paraview.org/u/Kenneth_Moreland)
#### Post date: [June 7, 2020, 1:15am UTC](https://discourse.paraview.org/t/question-about-txt-file-in-paraview/4524/2 "2020-06-07T01:15:14Z")

</div>

I am confused. I don’t know what you mean by a “deformation field.”

The `Glyph` filter creates a shape around each point in your VTK file. These shapes have their own points. The last 3 columns of the txt file you wrote out shows all the points for the new shapes.

---

<div class="post-metadata">

### Author: ![basal](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/b/a8b319/32.png) [@basal](https://discourse.paraview.org/u/basal)
#### Post date: [June 7, 2020, 1:27pm UTC](https://discourse.paraview.org/t/question-about-txt-file-in-paraview/4524/3 "2020-06-07T13:27:22Z")

</div>

Thanks, what about first 3 columns? What are they ?

---

<div class="post-metadata">

### Author: ![Kenneth\_Moreland](https://discourse.paraview.org/user_avatar/discourse.paraview.org/kenneth_moreland/32/15033_2.png) [@Kenneth\_Moreland](https://discourse.paraview.org/u/Kenneth_Moreland)
#### Post date: [June 8, 2020, 4:03pm UTC](https://discourse.paraview.org/t/question-about-txt-file-in-paraview/4524/4 "2020-06-08T16:03:08Z")

</div>

Those must come from the field data of the VTK file you first loaded into ParaView.
