What Is A Rhino Plug In
Last changed: -85.178.171.9

.
DeveloperC++, .NET

What is a Rhino plug-in?

What types of plug-ins are supported?

Rhino supports five different types of plug-ins.

  1. General Utility. A general purpose plug-in that can contain one or more commands.
  2. File Import. A plug-in that imports data from other file formats into Rhino. A single File Import plug-in can support more that one file type.
  3. File Export. A plug-in that exports data from Rhino to other file formats. A single File Export plug-in can support more than one file type.
  4. Custom Rendering. A plug-in that applies materials, textures, and lights to a scene to produce rendered images.
  5. 3D Digitizing. A plug-in that interfaces with 3D digitizing devices, such as those manufactured by Immersion and Faro.
NoteFile Import, File Export, Custom Rendering and 3D Digitizing plug-ins are all specialized enhancements to the General Utility plug-in. Thus, all plug-in types can contain commands.

What is required to build a plug-in?

What comes with the SDK (C++)?

How to get development support?