← Back to team overview

yade-users team mailing list archive

Re: [Question #681474]: force chain in paraview

 

Question #681474 on Yade changed:
https://answers.launchpad.net/yade/+question/681474

    Status: Open => Answered

Jérôme Duriez proposed the following answer:
Hello

VTKExporter() being a part of YADE export module, you first need to
import that module (like always in Python), in a consistent manner with
your exact calls to that function.

E.g.
from yade import export
vtkExporter = export.VTKExporter('VTK_simulatione')

PS: to demonstrate your problem, I guess giving us vtkExporter =
VTKExporter('VTK_simulatione') instead of the whole script would have
been enough and more in the MWE [*] spirit ;-)

[*] https://www.yade-dem.org/wiki/Howtoask

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.