Hi,
I need to know the dimension of body segment ,so how to open geometry file(.vtp),which software should i use?
Thanks,
Donald
About .vtp files
- Donald Ivan
- Posts: 7
- Joined: Tue Nov 26, 2019 7:25 pm
Re: About .vtp files
Hi,
I don't know how open .vtp files, but if it can help you the vtp files can be in 2 version : binary version or ASCII version.
the ASCII version you can open it and you can read the values, there are some coordinates and I don't know if it can help you to take the dimensions.
OpenSim accept vtp files in ASCII version, then you could open these and read some information.
I hope to help you in some way.
Axel
I don't know how open .vtp files, but if it can help you the vtp files can be in 2 version : binary version or ASCII version.
the ASCII version you can open it and you can read the values, there are some coordinates and I don't know if it can help you to take the dimensions.
OpenSim accept vtp files in ASCII version, then you could open these and read some information.
I hope to help you in some way.
Axel
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
Re: About .vtp files
Thanks Axel,
It is true that ASCIi vtp files can be opened in a text editor to see the vertices and normals of the mesh but that may not give you the answer you want since meshes are used for visualization only and a body/segment may contain 0 or multiple mesh files. The easiest way to do the measurement could be to add Markers interactively in the GUI to the specific segment(s) and compute the distance between them.
Hope this helps,
-Ayman
It is true that ASCIi vtp files can be opened in a text editor to see the vertices and normals of the mesh but that may not give you the answer you want since meshes are used for visualization only and a body/segment may contain 0 or multiple mesh files. The easiest way to do the measurement could be to add Markers interactively in the GUI to the specific segment(s) and compute the distance between them.
Hope this helps,
-Ayman
- Donald Ivan
- Posts: 7
- Joined: Tue Nov 26, 2019 7:25 pm
Re: About .vtp files
Thank you, all guys. It helps and works