yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #10043
Re: [Question #253401]: Mass on a mesh body
Question #253401 on Yade changed:
https://answers.launchpad.net/yade/+question/253401
Henry posted a new comment:
Thanks a lot.
I want generate a particle by importing a closed mesh file:
Block=gts.read(open(mesh+'.gts'))
O.bodies.append(pack.gtsSurface2Facets(Block, wire=True))
And I try to add mass through:
Block.state.mass=1.0e4
However, I can't add the gravity on it.
Thanks a lot!
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.