brep
Mechanical
- Feb 15, 2005
- 301
Firstly, VTK is an extremely poweful and useful set of visualization tools ( and I have a few ideas for using the VTK Python bindings in some cool ABAQUS applications. Basically from within a Python script I will "import vtk" and then go from there...
The problem is that the docs are pretty thin on examples and I'd like to see if anyone else is having success with it.
Specifically, I can already successfully create Delaunay triangulations of unstructured cloud points, but getting anything useful out is another matter. I'd like to be able to return vertex coords, normals and triangle connectivity. (I intend to display the results in the ABAQUS viewport using the new OpenGL-Python API that was added in V6.6EF - once I get the coords it's no problem...)
So, is anyone able to help or have a discussion? If you want to take it offline you can drop me a line at brep07@gmail.com.
The problem is that the docs are pretty thin on examples and I'd like to see if anyone else is having success with it.
Specifically, I can already successfully create Delaunay triangulations of unstructured cloud points, but getting anything useful out is another matter. I'd like to be able to return vertex coords, normals and triangle connectivity. (I intend to display the results in the ABAQUS viewport using the new OpenGL-Python API that was added in V6.6EF - once I get the coords it's no problem...)
So, is anyone able to help or have a discussion? If you want to take it offline you can drop me a line at brep07@gmail.com.