Miscellaneous features in the form of Grasshopper components and as a Rhino library that can be used by a .NET plugin or Grasshopper scripting component.
- Install in Rhino 7 using the
_PackageManager
command, search forExtensions
.If you have an older version, delete
Extensions.gha
andExtensions.dll
from theGrasshopper Components
folder.
This application makes use of the following libraries:
- Robots (https://github.com/visose/Robots)
- Clipper (http://www.angusj.com/delphi/clipper.php)
- Kendzi straight skeleton (https://github.com/kendzi/kendzi-math)
- Geometry3Sharp (https://github.com/gradientspace/geometry3Sharp)
- Stefan Gustavson's simplex noise (http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf)
- gsGCode (https://github.com/gradientspace/gsGCode)