Explicit History Plugin Main Page
Last changed: -84.250.25.46

.
Explicit History Plugin Wiki Pages
Robert McNeel & Associates
SummaryMain page for the Explicit History Plugin

 

Download Explicit History (0.2.0012)

This version requires Rhinoceros 4.0 SR3.

 

Installation instructions:

 

The plugin cannot be loaded over a network, be sure to put it on a local disk!

 

  1. Download the zip-archive and unzip it anywhere you like, preferably in an empty folder
  2. Make sure the folder structure remains intact, but the location does not matter
  3. Start Rhino
  4. Drag+Drop the ExplicitHistory.rhp file into the Rhino window
  5. The command _ExpHisEditor is now available

 

 

Explicit History pages:

 

  1. Explicit History Interface explained
  2. Explicit History Objects explained
  3. Explicit History Persistent Data management
  4. Explicit History Volatile Data management
  5. Explicit History Data Matching explained
  6. Explicit History tutorials

 

 

Why Explicit History?

Rhino4 came with a basic history feature build-in, which is a non-intrusive layer around the workflow that allows for automatic updates of certain modeling steps. The current implementation of History in Rhino4 is implicit, that is: it is recorded as you go. This means there is no additional overhead required at model-time which is exactly the sort of thing we would like to see in Rhino: more features, no additional limitations. However, implicit history cannot do some things which are possible with explicitly defined history.

 

First of all, the history tree is hidden from the user. The behaviour of the different history stages cannot be adjusted. For example, there is only one chance to set the properties of a history based Loft. Once the surface exists, the only way to change the Loft settings is to recreate the surface. This will break all downstream history records and is thus potentially an extremely expensive limitation. It is also impossible to add or replace curves from a history Loft.

 

Explicit history tackles some of these issues, but at a great expense. It is no longer possible to record it transparently, the history tree has to be specifically constructed by the user. It is impossible to use available commands since they do not expose the options and settings they need to run. This means that for most people, an Explicit History feature is pointless.

 

However, the advantages speak for themselves:

  1. The tree is exposed, and can thus in whole or in part be re-used throughout different models.
  2. The components on the tree are exposed and can thus be replaced or adjusted.
  3. The operations are not tied to geometry in the model, it is possible to make a tree which only deals with mathematics.
  4. Mathematical and logical relationships can be constructed.
  5. External (to Rhino) sources can be used to retrieve and store data.

 

Not all of these features are available in the first releases, it will take time (lots of time) to expand the feature set of the plugin.