← Back to team overview

yade-users team mailing list archive

Re: [Question #688846]: How to pack sphere full box ?

 

Question #688846 on Yade changed:
https://answers.launchpad.net/yade/+question/688846

    Status: Open => Needs information

Jan Stránský requested more information:
Hello,

> What should i chage ?

You should read [1].
You should be more specific, first of all telling what actually is wrong.
Using a better English would also help, e.g. "a sphere" would normally mean "some (not very specific) ONE sphere". In that case, do not use makeCloud, but create a sphere according to your needs e.g. as
###
from random import random as r
O.bodies.append(sphere((r(),r(),r()),r()))
###

> i want to put a sphere in to full box.

what does "put" mean?
what does "a sphere" mean?
what does "full box" mean?

cheers
Jan

[1] https://www.yade-dem.org/wiki/Howtoask

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.