Re: [Yade-users] [Question #632960]: How to erase GridConnection

2017-06-05 Thread Loic Dugelas
Question #632960 on Yade changed: https://answers.launchpad.net/yade/+question/632960 Loic Dugelas confirmed that the question is solved: Thanks Klaus Thoeni, that solved my question. -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #632960]: How to erase GridConnection

2017-06-05 Thread Loic Dugelas
Question #632960 on Yade changed: https://answers.launchpad.net/yade/+question/632960 Status: Answered => Solved Loic Dugelas confirmed that the question is solved: Hi Klaus, This is working nicely and solving my problem, Thank you for your time, Loïc -- You received this question notifi

Re: [Yade-users] [Question #632960]: How to erase GridConnection

2017-06-04 Thread Klaus Thoeni
Question #632960 on Yade changed: https://answers.launchpad.net/yade/+question/632960 Klaus Thoeni proposed the following answer: Hi Loic, I see the problem but I can't find a quick fix for it at the moment. So deleting and recreating GridConnections is not recommended at the current stage. Never

Re: [Yade-users] [Question #632960]: How to erase GridConnection

2017-06-01 Thread Loic Dugelas
Question #632960 on Yade changed: https://answers.launchpad.net/yade/+question/632960 Loic Dugelas posted a new comment: Hi Klaus, Thank you for your help, this is working, I can now delete and replace the cylinder. But there is a new problem, the new cylinder is here but it seems that the new in

Re: [Yade-users] [Question #632960]: How to erase GridConnection

2017-05-30 Thread Klaus Thoeni
Question #632960 on Yade changed: https://answers.launchpad.net/yade/+question/632960 Klaus Thoeni proposed the following answer: Hi Loic, I played a bit with it myself and the trick is to also delete the non real interaction. Also, I would first delete the body and then the interaction because i

Re: [Yade-users] [Question #632960]: How to erase GridConnection

2017-05-29 Thread Loic Dugelas
Question #632960 on Yade changed: https://answers.launchpad.net/yade/+question/632960 Loic Dugelas posted a new comment: Here you can find my script #-*- coding: utf-8 -*- from yade import qt, plot from yade.gridpfacet import * import gts, os, locale, sys import numpy as np Eng

Re: [Yade-users] [Question #632960]: How to erase GridConnection

2017-05-29 Thread Loic Dugelas
Question #632960 on Yade changed: https://answers.launchpad.net/yade/+question/632960 Loic Dugelas posted a new comment: Hi Klaus, Thank you for your answer, I'll post a simplified script of my problem as soon as possible. I made a script which apply tension by this way and it works well if the

Re: [Yade-users] [Question #632960]: How to erase GridConnection

2017-05-23 Thread Klaus Thoeni
Question #632960 on Yade changed: https://answers.launchpad.net/yade/+question/632960 Status: Open => Answered Klaus Thoeni proposed the following answer: Hi, I never tried to erase a GridConnection, so not sure what's going on here. Also, without seeing your script it is difficult to guess.

[Yade-users] [Question #632960]: How to erase GridConnection

2017-05-18 Thread Loic Dugelas
New question #632960 on Yade: https://answers.launchpad.net/yade/+question/632960 Hi, I'm beginning with Yade and I've a problem using GridConnection : during the simulation I want to erase a GridConnection. In a first try, I erase the interaction with O.interactions.erase(id1,id2), doing thi