diff --git a/gitbook/manual/9.-utilities.md b/gitbook/manual/9.-utilities.md index 18ab94a..0adc17b 100644 --- a/gitbook/manual/9.-utilities.md +++ b/gitbook/manual/9.-utilities.md @@ -6,11 +6,7 @@ | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | | |

Rhino command name

RV_session_undo

|

source file

RV_session_undo.py

| - - - - - +The `RV_session_undo` command reverses recent changes made to RhinoVAULT objects. *** @@ -20,11 +16,13 @@ | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | | |

Rhino command name

RV_session_redo

|

source file

RV_session_redo.py

| +The `RV_session_redo` command steps back through geometry changes activated by the `RV_session_undo` command. +*** - - - +{% hint style="danger" %} +This function is not the same as Rhino's built-in undo function; pressing Ctrl+z will not undo RhinoVAULT functions. If you want to undo a RhinoVAULT-specific action, you must press this button. +{% endhint %} *** @@ -34,11 +32,7 @@ | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | | |

Rhino command name

RV_session_open

|

source file

RV_session_open.py

| - - - - - +`RV_session_open` command opens a previously saved RhionVAULT session file. *** @@ -48,11 +42,7 @@ | -------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | | |

Rhino command name

RV_session_save

|

source file

RV_session_save.py

| - - - - - +`RV_session_save` command saves the current RhinoVAULT session (all diagrams and settings) as an external JSON file that can be opened and resumed later. *** @@ -62,11 +52,7 @@ | ------------------------------------------------------------------------ | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | | |

Rhino command name

RV_scene_redraw

|

source file

RV_scene_redraw.py

| - - - - - +`RV_scene_redraw` redraws or "refreshes" all objects in the scene. *** @@ -76,7 +62,4 @@ | ----------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | | |

Rhino command name

RV_scene_clear

|

source file

RV_scene_clear.py

| - - - - +`RV_scene_clear` deletes all RhinoVAULT objects from the scene and resets all settings parameters. A popup window will ask for confirmation. diff --git a/gitbook/manual/settings.md b/gitbook/manual/settings.md index bbe10e4..f32efba 100644 --- a/gitbook/manual/settings.md +++ b/gitbook/manual/settings.md @@ -1,5 +1,7 @@ # 8. Settings +## Settings + | | | | | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | | |

Rhino command name

RV_settings

|

source file

RV_settings.py

| @@ -8,7 +10,7 @@ Under `Settings`, global parameters (`RhinoVAULT`, `ThrustNetworkAnalysis`) and *** -## Settings categories +## Categories ### RhinoVAULT