Assorted Rhino 8 and Grasshopper components, including toolpath helpers for Robots
Extensions is a Rhino 8 and Grasshopper plug-in with miscellaneous geometry, document, rendering, discrete-assembly, and robot toolpath utilities. It also includes a .NET 8 library for use from custom Rhino plug-ins or Grasshopper scripting components.
- Install in Rhino 8.21 or newer using the
_PackageManagercommand, search forExtensions.If you have an older manually installed version, delete
Extensions.ghaandExtensions.dllfrom theGrasshopper Componentsfolder. - Install Robots from the package manager when using the robot toolpath components.
This application makes use of the following libraries:
- Robots (https://github.com/visose/Robots)
- Clipper2 (https://github.com/AngusJohnson/Clipper2)
- Kendzi straight skeleton (https://github.com/kendzi/kendzi-math)
- Geometry3Sharp (https://github.com/gradientspace/geometry3Sharp)
- gsGCode (https://github.com/gradientspace/gsGCode)