From the course: Grasshopper and Rhino: C# Scripting

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Searching RhinoCommon

Searching RhinoCommon

From the course: Grasshopper and Rhino: C# Scripting

Start my 1-month free trial

Searching RhinoCommon

- [Instructor] We will be using RhinoCommon throughout the course to access various classes and create geometry. Before we start doing this it's important to understand how to view and navigate the RhinoCommon API. There are a few different ways that we can do this. One way that I like to view the API is through their web portal, which allows an easy way to navigate the contents of the API. To view this open up a new web browser and navigate to developer.rhino3d.com. As you can see, I've already got this open. Once this loads up, select the API tab at the top. This takes us to various APIs that the Rhino developers have provided for us to view. Let's select the top one, RhinoCommon. Here, we can see all the areas of the RhinoCommon library broken into different namespaces. So for example, rhino.geometry, rhino.display and so on. These are all different namespaces which is simply a way to group similar objects and…

Contents