[vtkusers] How to use the vtkLSDynaReader class to handle FEM data in LSDYNA database

Viet H.Q.H viet at bakuhatsu.jp
Fri Feb 19 07:56:15 EST 2010


Dear everyone,

I am a beginner of using VTK. I was trying to use the vtkLSDynaReader class
to handle FEM data in LSDYNA database but found no program examples to
start.

I checked some functions of vtkLSDynaReader class and found that they didn't
function well.

For instance, the function CanReadFile always return the value of 1
regarless of the exitence of files.


    vtkLSDynaReader *plLD=vtkLSDynaReader::New( );
    string file="./d3plot";
    int tmp=plLD->CanReadFile(file.c_str());
    cout<<tmp<<endl;

Are there any starting points to use the VTK to visualize FEM data in LSDYNA
database?

Thanks in advance and best regards,

Viet.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100219/a8223b42/attachment.htm>


More information about the vtkusers mailing list