Skip to content

JohannesKu/rhinocommon

 
 

Repository files navigation

RhinoCommon SDK for Rhino

Rhino

Get Involved (contributing)

There are many ways to contribute to this project:

Compiling the Source

You are going to need:

Steps:

  • Get the source code by downloading everything as a zip or using git

I'm going to need to come up with better instructions on compiling and using the dll, but in a nutshell you should be able to debug into the RhinoCommon source code by:

  • rename the shipping RhinoCommon.dll to something like RhinoCommon.dll.original
  • place the RhinoCommon.dll and pdb that gets compiled by this project in the Rhino5 system directory

Installation / Configuration

RhinoCommon is written to work under different "modes".

  • Assembly running in Rhino: Rhino 5 (and Grasshopper in Rhino 4) ship a precompiled version of RhinoCommon that contains full access to the Rhino SDK. This means highre level functionality of things like intersections or working with the RhinoDoc are supported
  • Stand alone assembly accessing OpenNURBS: A special build flavor of RhinoCommon is supported that let's you build RhinoCommon as a .NET layer on top of the C++ OpenNURBS toolkit (www.opennurbs.org)

Authors

Really the entire McNeel programming staff (http://www.mcneel.com)

Specific people to contact about this project:

Legal Stuff

Copyright (c) 2012 Robert McNeel & Associates. All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software.

THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.

Rhinoceros is a registered trademark of Robert McNeel & Associates.

About

RhinoCommon is the .NET SDK for Rhino5 / Grasshopper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published