← Back to team overview

yade-users team mailing list archive

Re: [Question #279256]: Yade documnetation

 

Question #279256 on Yade changed:
https://answers.launchpad.net/yade/+question/279256

mohsen posted a new comment:
hello Jan
thatns you for your consideration

my reference Documentation link:
https://yade-dem.org/doc/Yade.pdf

there are some more ambiguities:

about question 1- : there are some functions in Class references(ch 8) that are repeated in Yade modules (ch9); although they are not the same but i can not understand the difference for a better selecting when coding:
      class yade.wrapper.Sphere((object)arg1) (p.156)
       yade.utils.sphere(center, radius, dynamic=None, fixed=False,   wire=False, color=None, highlight= False, material=-1, mask=1)  (p. 464)

again such classes could be found about 'tetra'. what is the difference
between s1 (an instance of  yade.wrapper.Sphere) and s2(an instance of
yade.utils.sphere)

2- i found this example on page 6:
Yade [96]: s=utils.sphere(center=[0,0,0],radius=1)
...
Yade [99]: s.shape.radius
...
as i have searched there is no 'radius' method for 'shape' class (p 151).  how above command is correct?

thanks Jan

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