|
|
Work In Progress Rhino Plug-ins to download and try out.
Use at your own risk.
To try the latest Rhino Bonus tools:
- Make sure you have the
current
Rhino 3.0 Service Release
- Download the latest WIP Bonus Tools
(Description below.)
RhinoDotNET_Setup.exe
Rhino.NET SDK update for July 07, 2006
The Rhino.NET SDK enables the creation and use of Rhino.NET plug-ins.
A Rhino.NET plug-in is a Rhino plug-in created with a .NET programming
language (Visual Basic.NET, C#, JScript.NET, Delphi.NET, ...)
The SDK reference help file can be downloaded here:
Rhino 3 SDK Documentation
A developer using any programming language that can compile to .NET
intermediate lanuage can use this language to create Rhino plug-ins
and have access to a full set of classes and functions similar to Rhino's C++ SDK.
The SDK is required for non-developers to use plug-ins created with this system.
The setup installer contains sample plug-ins written in VB.NET, C#, JScript.NET, and
Delphi.NET. Includes a project wizard for VB.NET and C# plug-in development. See
changelog in readme.htm file for update details.
DotNetManager command - shows .NET plug-in manager
import_PDF_m.rhp
Import PDF plugin September 30, 2005
Imports files that have an EPS extension and imports a broader range of files with internal
object identifiers that vary from the standard on which the plugin was originally based on.
You must have Rhino V3SR4 to use this plugin.
MeshTools.rhp
MeshTools.rhp update for September 15, 2004
Fixed a potential crash bug in SplitMeshWithCurve. Changed the order of object picking and
highlight status to make the command work a little more efficient too.
import_3DS_m.rhp
Import 3DS plugin August 24, 2005
Imports materials for all meshes that have materials now instead of meshes that have a single
corresponding material. Note: It will split up meshes based on their materials so that each mesh
in Rhino has a single material.
You must have Rhino V3SR4 to use this plugin.
export_VRML_m.rhp
Export VRML plugin August 22, 2005
Fixes bug in export of textures in V1 VRML files.
You must have Rhino V3SR4 to use this plugin.
import_VRML_m.rhp
Import VRML plugin August 22, 2005
Total rewrite of VRML import. No longer using VRML97 library.
Will read V1 or V2 files.
You must have Rhino V3SR4 to use this plugin.
export_X3D_m.rhp
Export X3D plugin May 9, 2005
Plugin to allow Rhino to export X3D ( )files.
You must have Rhino V3SR3c to use this plugin.
export_STL_m.rhp
Export STL plugin enhancement April 26, 2005
This STL exporter checks for open meshes that come from closed polysurfaces and surfaces
and attempts to automatically "heal" them. It does not do anything to open meshes that come
from open polysurfaces or surfaces. If you have an open polysurface or surface from which you
need a closed mesh follow these steps. 1) Mesh the object in Rhino. 2)Run MatchMeshEdge on the
resulting mesh. 3)Check the mesh and make sure it is closed. 4)Export the mesh as an STL file.
SolidTools.rhp · SolidToolsReadme.zip
Commands to create and manipulate polysurfaces.
Update for March 28, 2005.
SolidToolsReadme.zip includes toolbar, listing of the commands, description and examples.
SolidTools plugin changes:
Update includes:
Fix FoldFace command bug when using "Line" option.
Fix FoldFace bug for "Symmetrical" option angle when using mouse point selection.
Add new command: DeleteEdge
Description:
Delete surface edges and fill the gap by extending edges on the sides.
Command flow:
1- Run DeleteEdge command
2- Select edges
3- Press "Enter" when finished
Notes:
- There must exist a valid intersection between extended side edges within surface boundary.
rhinoscript_wip_20050218.zip
RhinoScript WIP update for February 18, 2005
NOTE, this update is newer than the RhinoScript distributed
with the current Rhino Bonus Tools.
Updates include:
- New method added: PopupMenu.
- Fixed bugs in the documentation.
See the "What's New" section of the help file for details.
CopyEx.rhp
Extended copy command
This plug-in contains a single command - CopyEx.
The CopyEx command is similar to Rhino's Copy command:
- Select the objects to copy.
- Choose a point to copy from.
- Choose a point to copy to.
When placing the first copy, an additional Select option
is available. This option allows you to select points,
point clouds, or object grips as the destination for
the copy.
After you place the first copy, two additional command
options will appear:
- FromLastPoint - this option will change the "copy from"
point to the last "copy to" point, thus changing the base
point for the next copy operation.
- UseLastDistance - this option will constrain the next copy
operation to the distance used for the last copy operation.
- UseLastDirection - this option will constrain the next copy
operation to the direction used for the last copy operation.
LineThroughPt.rhp
New LineThroughPt command December 02, 2004
LineThroughPt.rhp is a V3 plug-in that has a LineThroughPt command
for creating a line through a set of points. It works like
the built in Rhino PlaneThroughPt command.
OpenNURBSDotNET_Setup.exe
.NET version of the OpenNURBS I/O Toolkit update for November 15, 2004
Provides .NET language access to OpenNURBS. Includes VB.NET and C# samples.
View readme.htm for more information.
NOTE: This is NOT a Rhino plug-in.
|