yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #27720
[Question #701750]: aabbWalls() question
New question #701750 on Yade:
https://answers.launchpad.net/yade/+question/701750
I tried to create 6 walls by aabbWalls(), however, it did not show all 6 walls from my script, and I run my script with Yade2018 02b on Ubuntu 18.04 version.
### Partial Script ###
walls=aabbWalls([(0,0,0),(5,5,2)],thickness=0.0,material='steel')
wallIds=O.bodies.append(walls)
And when I delete the center and extents parameters from the above code:
walls=aabbWalls(thickness=0.0,material='steel')
wallIds=O.bodies.append(walls)
3D view doesn't show walls at all...
Is there anything wrong with my understanding of the aabbWalls() method?
--
You received this question notification because your team yade-users is
an answer contact for Yade.