Thank you David. I will post back some more questions later.
On Mar 13, 4:59 am, David Rutten <[email protected]> wrote: > > Here I have a question: in Rhino 4.0 SDK help file, I can find the > > definition of the namespace and class, but each class don't have any > > explanation. I guess we can understand its function by just looking at > > their naming, right? > > Ideally. This is a practise called 'writing self documenting code'. > You should be able to tell from the names and layout of classes and > namespaces what they're for and how they're used, but it's not always > the case. Many functions have little one-line descriptions which will > show up in tooltips as you type, but class definitions do not. > It took me a while to get used to the way the Rhino SDK operates. > > > There are alot of classes I should say. Will you > > be able to recommend a good way for me to learn coding? > > Try, try, try > - after V. I. Lenin- > > Look at examples, ask specific questions and keep trying. > > -- > David Rutten > [email protected] > Robert McNeel & Associates
