Export spheres' list with VTKExporter

Asked by Alexander

Hello, everybody.

The problem is following how to export specific sphere list with vtkExporter.

So i cannot understand this:
:param [int]|”all” ids: if “all”, then export all spheres, otherwise only spheres from integer list :param [tuple(2)] what:...

for example how it looks like to export 3 spheres with indexes (0,1,2) from O.bodies.

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander
Solved:
Last query:
Last reply:
Revision history for this message
Alexander (karavaev-alexander) said :
#1

i mean (0,1,2) is the integer list

with regards, Alexander

Revision history for this message
Jan Stránský (honzik) said :
#2

Hi Alexander,

exportSpheres(ids=(0,1,2),...)

cheers
Jan

2015-07-18 15:31 GMT+02:00 Alexander <email address hidden>:

> Question #269382 on Yade changed:
> https://answers.launchpad.net/yade/+question/269382
>
> Alexander gave more information on the question:
> i mean (0,1,2) is the integer list
>
> with regards, Alexander
>
> --
> You received this question notification because you are a member of
> yade-users, which is an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
Alexander (karavaev-alexander) said :
#3

Hello, Jan

thanks a lot!

with regards, Alexander