← Back to team overview

yade-users team mailing list archive

Re: [Question #266547]: wall movement condition

 

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

Jérôme Duriez proposed the following answer:
To avoid unloading, you have to modify the last line of "checkUnbalanced" function definition.
So that it reads 
checker.command='stopUnloading()' instead of checker.command='unloadPlate()'

Doing so unloadPlate() will never be executed and no unloading will
occur.

I agree this example may look dense (with different things to
understand). Hopefully, now you know the answer,  you may understand
what's going on. Unfortunately minimum Python skills are necessary to
deal with Yade.

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.


References