← Back to team overview

yade-users team mailing list archive

[Question #707090]: How to generate a cylinder?

 

New question #707090 on Yade:
https://answers.launchpad.net/yade/+question/707090

Hi, everyone!

A cuboid shaped stick could be generated by using the following code:

box = utils.box((0.7,0.7,0),(0.03,0.03,0.5))
O.bodies.append(box)

If I want to generate a cylinder by this method, how should I do?

Thanks.

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