← Back to team overview

yade-users team mailing list archive

Re: Adding engines from python after scene is created

 

Thanks for the speedy reply!

Boon

----------------------------------------
> Date: Wed, 30 Jun 2010 15:43:43 +0200
> From: jerome.duriez@xxxxxxxxxxxxxxx
> To: yade-users@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [Yade-users] Adding engines from python after scene is created
>
> You can give a look here :
> http://www.mail-archive.com/yade-users@xxxxxxxxxxxxxxxxxxx/msg01493.html
>
> Le 30/06/2010 15:21, boon chiaweng a écrit :
>> Hi,
>>
>> I would like to add an engine after the Scene is created:
>>
>> p=TriaxialTest()
>> p.density=3600
>> p.dampingMomentum =0.5
>> etc etc.
>> p.load()
>> O.engines.append(PeriodicPythonRunner(iterPeriod=20,command='plotFunction()'))
>>
>> This doesn't work. I would like to maintain the use of the C preprocessor, although I know I can generate triaxial entirely using python.
>>
>>
>> Yours,
>>
>> Boon
>>
>>
>>
>> _________________________________________________________________
>> Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
>> https://signup.live.com/signup.aspx?id=60969
>> _______________________________________________
>> Mailing list: https://launchpad.net/~yade-users
>> Post to : yade-users@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~yade-users
>> More help : https://help.launchpad.net/ListHelp
>>
>>
>
> --
> Jérôme Duriez
> ATER Iut 1 Grenoble, département GMP - Laboratoire 3S-R
> 04.56.52.86.49 (ne pas laisser de messages sur le répondeur)
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : yade-users@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
 		 	   		  
_________________________________________________________________
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969


References