> ## Applica forza alla base
> DeusExMachina('ForceEngine',{'subscribedBodies':[boxId],
> 'force':[0,0,-2.2]}),
>
ForceEngine was not updated to use BexContainer yet, it is fixed in the
last commit, r1692. If you still have the same problem, paste the
backtrace, that's the easiest way to find what caused the exception to
be thrown.
> DeusExMachina('FixedOrientationEngine',{'subscribedBodies':[boxId]}),
>
> DeusExMachina('FixedPositionEngine',{'subscribedBodies':[boxId],'mask':[0.000001,0.000001,0]}),
>
You can block DOFs on per-body basis using something like this:
for b in boxid:
b.phys.blockedDOFs=['x','y','rz'] # to block x,y translations and z
rotation
It will also be faster, I think: you will eliminate engines.
HTH, Vaclav
Vaclav.
_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp
_______________________________________________
yade-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/yade-users