Re: [Yade-users] [Question #633674]: How you move a wall or facet?

2017-05-23 Thread liucheng83
Question #633674 on Yade changed: https://answers.launchpad.net/yade/+question/633674 Status: Answered => Solved liucheng83 confirmed that the question is solved: Hi, Jan Thank you for your help. It works now. I think "pos = 1.5 # set values as needed" may be wrong. The following is true.

Re: [Yade-users] [Question #633674]: How you move a wall or facet?

2017-05-23 Thread liucheng83
Question #633674 on Yade changed: https://answers.launchpad.net/yade/+question/633674 liucheng83 confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #633674]: How you move a wall or facet?

2017-05-23 Thread Jan Stránský
Question #633674 on Yade changed: https://answers.launchpad.net/yade/+question/633674 Status: Open => Answered Jan Stránský proposed the following answer: Hello, you need to assign pos as full Vector3 at once: O.bodies[3].state.pos[1]=1.5 # does not work pos = O.bodies[3].state.pos # copy