yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #13948
[Question #431258]: Creating an circular face
New question #431258 on Yade:
https://answers.launchpad.net/yade/+question/431258
Hello everybody,
I would like to know If is it possible to create a circular face instead of rectangular face?
I have found any ways to create a rectangular face as i am showing below.
-> upBox = box( center=(0,260,0), extents=(35,1,35) ,fixed=True,wire=False,material='peso'
-> p1=O.bodies.append(utils.geom.facetBox((0,50,0),(50,25,50),wallMask=8))
-> plan1 = O.bodies.append(geom.facetBox(center=(0,50,0), extents=(50,0.5,50) , orientation=Quaternion((1,0,0),0), wallMask=63, wire=False, material='peso'))
So, is there any way to create a circular face?
Thanks for any comments.
Felipe
--
You received this question notification because your team yade-users is
an answer contact for Yade.