Administrator-Enforced Settings

If you are a Rhino project manager at a company, you might need to enforce your users to use specific settings in some circumstances. You can follow the instructions in this topic to:

Reset Rhino settings

  1. Close Rhino.

  2. In Windows File Explorer, open %AppData%\McNeel\Rhinoceros\7.0\settings\

  3. Delete the settings-Scheme__Default.xml in the folder.

    This file is where Rhino stores the non-default options and command settings.

  4. Start Rhino.

    A new settings-Scheme__Default.xml appears. All settings in Rhino are reset to the factory default.

  5. Copy the settings-Scheme__Default.xml to %ProgramData%\McNeel\Rhinoceros\7.0\settings\

Pick out a specific setting in the settings-Scheme__Default.xml

  1. Load the settings-Scheme__Default.xml files in the two locations in a comparison tool, such as WinMerge.

  2. Change a setting in Rhino.

    You can see what is added to the original settings-Scheme__Default.xml in the comparison tool.

Override a setting in Options

Use hiding isocurves on new surfaces as an example:

  1. In the Rhino Options dialog, open the General page.

  2. Disable the Show surface isocurves option.

  3. Click OK to close the Rhino Options dialog.

    In the comparison tool, you will notice the following information is added to the original settings-Scheme__Default.xml.

    <child key="General">

    <entry key="ShowSurfaceIsoparms">False</entry>

    </child>

  4. Copy the information to the new settings-Scheme__Default.xml and save the file.

    From now on, the Show surface isocurves option cannot be enabled.

Set a default command option

Use the Curve command's Degree option as an example:

  1. Start the Curve command.

  2. Change the Degree option to 5. It is 3 by default.

  3. Press ESC to cancel the command.

    In the comparison tool, you will notice the following information is added to the original settings-Scheme__Default.xml.

    <command name="Curve">

    <entry key="CurveDegree">5</entry>

    </command>

  4. Copy the information to the new settings-Scheme__Default.xml and save the file.

    From now on, the Curve command will always start with Degree=5.

 

 

 

Rhinoceros 7 © 2010-2024 Robert McNeel & Associates. 10-Mar-2024