Inner Radius of a Cylinder

Asked by José Mercado

Hello everyone!

I'm testing the commands or keywords radiusTopInner and radiusBottomInner of yade.geom.facetCylinder but it doesnt work.

Using the following:

O.bodies.append(yade.geom.facetCylinder((0,0,-6),radius=1,height=2,segmentsNumber=20,wallMask=7,radiusTopInner=0.5,radiusBottomInner=0.5))

I obtained this error:

TypeError: facet() got an unexpected keyword argument 'radiusBottomInner'

My yade version is 1.07.0.

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Anton Gladky
Solved:
Last query:
Last reply:
Revision history for this message
Best Anton Gladky (gladky-anton) said :
#1

Hi,

please update your YADE version to a newer one (use yadedaily for example).
This command is working in 1.14.0 successfully.

Best regards

Anton

2015-07-20 18:51 GMT+03:00 José Mercado <
<email address hidden>>:

> New question #269459 on Yade:
> https://answers.launchpad.net/yade/+question/269459
>
> Hello everyone!
>
> I'm testing the commands or keywords radiusTopInner and radiusBottomInner
> of yade.geom.facetCylinder but it doesnt work.
>
> Using the following:
>
>
> O.bodies.append(yade.geom.facetCylinder((0,0,-6),radius=1,height=2,segmentsNumber=20,wallMask=7,radiusTopInner=0.5,radiusBottomInner=0.5))
>
> I obtained this error:
>
> TypeError: facet() got an unexpected keyword argument 'radiusBottomInner'
>
> My yade version is 1.07.0.
>
>
>
> --
> You received this question notification because you are a member of
> yade-users, which is an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
José Mercado (josem-mercadoa) said :
#2

Thanks! It worked!

Revision history for this message
José Mercado (josem-mercadoa) said :
#3

Thanks Anton Gladky, that solved my question.