Re: [Yade-users] [Question #696604]: Spheres interactions in a clump

2021-04-20 Thread Clémence
Question #696604 on Yade changed: https://answers.launchpad.net/yade/+question/696604 Status: Needs information => Open Clémence gave more information on the question: Hi Bruno, thanks for your fast reply. You can find below a version of the code in which I have created a single clump of 3

Re: [Yade-users] [Question #696604]: Spheres interactions in a clump

2021-04-20 Thread Jan Stránský
Question #696604 on Yade changed: https://answers.launchpad.net/yade/+question/696604 Jan Stránský posted a new comment: What version of Yade do you use? > I don't know if it matters but I am using yade 2018.02b. yes, it does :-) I got non-zero output for 2018.02b, but zero (ezpected) output

Re: [Yade-users] [Question #696604]: Spheres interactions in a clump

2021-04-20 Thread Jérôme Duriez
Question #696604 on Yade changed: https://answers.launchpad.net/yade/+question/696604 Jérôme Duriez posted a new comment: Note that, generally speaking (not the case here, I think), O.interactions.countReal() might be better than len(O.interactions) (if one wants to disregard non-real

Re: [Yade-users] [Question #696648]: Image and erase

2021-04-20 Thread Jan Stránský
Question #696648 on Yade changed: https://answers.launchpad.net/yade/+question/696648 Status: Open => Answered Jan Stránský proposed the following answer: Hello, you have 2 problems in one question. Next time, please create separate question for separate problem [1] > How can I erase

Re: [Yade-users] [Question #696648]: Image and erase

2021-04-20 Thread Jan Stránský
Question #696648 on Yade changed: https://answers.launchpad.net/yade/+question/696648 Status: Open => Needs information Jan Stránský requested more information: SnapshotEngine should work, don't know why. also qt.SnapshotEngine cannot be found.. I think it is a topic for separate question

Re: [Yade-users] [Question #696648]: Image and erase

2021-04-20 Thread Jan Stránský
Question #696648 on Yade changed: https://answers.launchpad.net/yade/+question/696648 Status: Open => Answered Jan Stránský proposed the following answer: > When I add the o.bodies.erase, I am getting error message "Segmentation fault (core dumped)". please provide the code causing this. >

Re: [Yade-users] [Question #696648]: Image and erase

2021-04-20 Thread Mithushan Soundaranathan
Question #696648 on Yade changed: https://answers.launchpad.net/yade/+question/696648 Status: Answered => Open Mithushan Soundaranathan is still having a problem: Hi Jan, The snapshotengine does not work, getting erro message saying 'SnapshotEngine' is not defined. Here is my code:

Re: [Yade-users] [Question #696648]: Image and erase

2021-04-20 Thread Mithushan Soundaranathan
Question #696648 on Yade changed: https://answers.launchpad.net/yade/+question/696648 Status: Answered => Open Mithushan Soundaranathan is still having a problem: Hi Jan, Thank you for reply, sorry for asking two questions. I thought both of them were on the same code. When I add the

Re: [Yade-users] [Question #696648]: Image and erase

2021-04-20 Thread Bruno Chareyre
Question #696648 on Yade changed: https://answers.launchpad.net/yade/+question/696648 Bruno Chareyre posted a new comment: Note: if you want to just "not show" (instead of "delete") you can also use this: In [2]: rr=yade.qt.Renderer() In [3]: rr.hideBody?