# Edit ply files

**URL:** https://discourse.vtk.org/t/edit-ply-files/13832
**Category:** vtk.js
**Created:** [May 2, 2024, 12:52pm UTC](https://discourse.vtk.org/t/edit-ply-files/13832 "2024-05-02T12:52:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Arcadii\_Bajburtskii](https://discourse.vtk.org/user_avatar/discourse.vtk.org/arcadii_bajburtskii/32/8819_2.png) [@Arcadii\_Bajburtskii](https://discourse.vtk.org/u/Arcadii_Bajburtskii)
#### Post date: [May 2, 2024, 12:52pm UTC](https://discourse.vtk.org/t/edit-ply-files/13832/1 "2024-05-02T12:52:24Z")

</div>

I have a PLY file that looks like this  
 ![Selection_297](https://discourse.vtk.org/uploads/default/original/2X/c/c98ac5cb440243f425ac904c650598adbf766951.png)

I need to be able to edit the file.  
Basically, I need to pick any of the points and drag it

Is it possible to do this with the vtk.js library?

---

<div class="post-metadata">

### Author: ![daker](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/d/e495f1/32.png) [@daker](https://discourse.vtk.org/u/daker)
#### Post date: [September 21, 2024, 10:12pm UTC](https://discourse.vtk.org/t/edit-ply-files/13832/2 "2024-09-21T22:12:10Z")

</div>

I am not sure this will work with PLY, maybe you should try OBJ([OBJReader](https://kitware.github.io/vtk-js/examples/OBJReader.html)) where you can define multiple objects then you will be able to pick and drag them.
