- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Mesh Geometry Export to a Spreadsheet
I have a zero thickness 3d mesh with 49 verticies. I want to export the Vertex X, Y, and Z data into a spreadsheet for analysis. I can manually copy the data for all 49 but was hoping for a better solution. Any ideas?
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
There's probably some program available to so this but using just AutoCAD I would explode the mesh then give the LIST command and copy the output to Excel. This would result in something like this:
After using Excel's Text to Columns with "space" specified as the delimiter it would look like this:
Delete the extraneous columns and rows and you are all set except that you will have duplicate vertices. I have a procedure that can identify duplicate points while maintaining the order of the data. Let me know if you are interested and I will write it up.,