Grasshopper

algorithmic modeling for Rhino

Sridhar Baldava's Blog (1)

OpenNURBS to Rhino Objects

If you are creating geometry outside of Rhino using Rhino3dmIO and you want to bring the geometry into Grasshopper this post describes one of the possible ways of doing it.

In your outside class you can stream your objects using a binary formatter as follows:

public class Class1

{

   private Vector3d myVector;

   private LineCurve myCurve;

   private List<object> myGeometryObjects = new List<object>();

   public Class1(…

Continue

Added by Sridhar Baldava on September 2, 2016 at 12:22pm — No Comments

Latest Blog Posts

Most Popular Blog Posts

Monthly Archives

2016

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service