← Back to team overview

yade-users team mailing list archive

Re: [Question #678801]: Export x,y,z data

 

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

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hello,

sure. The easiest way is to use predefined function for that [1]:
###
# some code generating packing you want
from yade import export
export.text("someFileName.dat")
###

cheers
Jan

[1] https://yade-dem.org/doc/yade.export.html#yade.export.text

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