yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #27693
Re: [Question #701341]: About ValueError: cannot convert float NaN to integer
Question #701341 on Yade changed:
https://answers.launchpad.net/yade/+question/701341
Jan Stránský posted a new comment:
> The problem "ValueError: cannot convert float NaN to integer" did not
appear
OK, then it would be better to emphasize it (e.g. my comment with
running without GUI was for the error) and to open a new question for a
new problem [1].
> I wonder if I move the wall the right way as follows:
> ####
> t=0.0005
> dPos=Vector3.Ones*0.5*t
> walls=aabbWalls([(mn-dPos),(mx+dPos)],thickness=t,material='wall')
> ####
sorry, the code takes thickness into account, so just use
###
walls=aabbWalls([(mn),(mx)],thickness=t,material='wall')
###
without any dPos
Cheers
Jan
[1] https://www.yade-dem.org/wiki/Howtoask (currently down, but should
be ok soon)
--
You received this question notification because your team yade-users is
an answer contact for Yade.