|
|
This section is dedicated to Rhino plug-in development. Rhinoceros
is a NURBS based modeling application developed by Robert
McNeel & Associates. Rhino plug-ins are custom applications that
add functionality to the main application. A large number of plug-ins
can be found on the Rhino web
site.
The following table lists plug-ins that I have developed for Rhino. The
links will take you to web pages with a more detailed description of the
plug-in's capabilities. The "V2" and "V3"columns display
which version of Rhino the plug-in will work under. See the Rhino help for
using plug-ins (see PlugInManager and LoadPlugIn commands).
| PLUG-IN |
Brief description |
V2 |
V3 |
| ImportGHS |
Directly read a GHS geometry file |
 |
 |
I plan to include articles and code snippets that may aide other Rhino plug-in
developers. So far, all I have is one item but I hope to build this list
over time. If you have something that you would like to add but don't have
the personal webspace, please contact me and I can add your resource here.
| DEVELOPER RESOURCES |
- Install Script
- This is the script used to
build the Import GHS plug-in installer executable. It contains
some useful methods for finding the Rhino installation directory.
|
|
|