yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #29535
Re: [Question #706787]: Materials changes after shpere generation
Question #706787 on Yade changed:
https://answers.launchpad.net/yade/+question/706787
Status: Open => Needs information
Jan Stránský requested more information:
> By adding the the spheres the material type of walls change
please provide the method how you got this information.
I could not reproduce it.
If I add this check at the end of the script
for b in O.bodies: print(type(b.shape).__name__,b.mat.label)
I get this output:
###
Box walls
Box walls
Box walls
Box walls
Box walls
Box walls
Sphere cube
Sphere cube
Sphere cube
Sphere cube
Sphere cube
Sphere cube
Sphere cube
Sphere cube
###
Cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.