← Back to team overview

yade-dev team mailing list archive

Re: new trunk features you might find useful :-)

 


2. The Engine.dead attribute; this is meant to add an engine to
O.engines and activate it later by saying e.dead=False.

I've been using the isActivated flag sometimes, to turn on/off some engines without removing them. I guess isDead is better since you don't have to add "if (!isActivated) return;" in the go function?

B.




Follow ups

References