管理员强制设置

如果您是公司的 Rhino 项目经理,您可能需要强制您的用户在某些情况下使用特定设置。您可以按照本主题中的说明执行以下操作:

重置 Rhino 设置

  1. 关闭 Rhino。

  2. 在 Windows 文件夹浏览器中,打开 %AppData%\McNeel\Rhinoceros\7.0\settings\

  3. 删除文件夹中的 settings-Scheme__Default.xml

    这个文件是 Rhino 存储非默认选项和指令设置的地方。

  4. 启动 Rhino。

    出现新文件 settings-Scheme__Default.xml,Rhino 中的所有设置都重置为默认出厂设置。

  5. 将 settings-Scheme__Default.xml 复制到 %ProgramData%\McNeel\Rhinoceros\7.0\settings\

在 settings-Scheme__Default.xml 中选择指定的设置

  1. 在比较工具(例如WinMerge)中的两个位置加载 settings-Scheme__Default.xml 文件。

  2. 在 Rhino 中更改设置。

    您可以在比较工具中看到添加到原始 settings-Scheme__Default.xml 中的内容。

覆盖选项中的设置

以隐藏曲面结构线作为例子:

  1. Rhino 选项对话框中,打开一般页面。

  2. 禁用显示曲面结构线选项。

  3. 点击确定关闭 Rhino 选项对话框。

    在比较工具中,您会发现以下信息被添加到原始的 settings-Scheme__Default.xml 文件中。

    False

  4. 将这些信息复制到新的 settings-Scheme__Default.xml 文件中,然后保存文件。

    从现在开始,将无法启用显示曲面结构线选项了。

设置默认指令选项

Curve 指令的阶数选项为例:

  1. 执行 Curve 指令。

  2. 阶数选项更改为 5,默认情况下为3.

  3. ESC 取消指令。

    在比较工具中,您会发现以下信息被添加到原始的 settings-Scheme__Default.xml 文件中。

    5

  4. 将这些信息复制到新的 settings-Scheme__Default.xml 文件中,然后保存文件。

    从现在开始,Curve 指令中的阶数设置将始终为5阶

Do not translate anything below. This feature doesn't work on Mac. RH-53536

Reset Rhino settings

  1. Close Rhino.

  2. Open the Terminal app. (Applications > Utilities > Terminal)

  3. Copy the two strings below respectively, paste them in the Terminal app, and press Enter.

    defaults delete com.mcneel.rhinoceros.plist

    rm ~/Library/Preferences/com.mcneel.rhinoceros*

Override settings in Rhino Settings and commands

配置首选项设置

以隐藏曲面结构线作为例子:

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

  2. 禁用显示曲面结构线选项。

设置默认指令选项

Curve 指令的阶数选项为例:

  1. 执行 Curve 指令。

  2. 阶数选项更改为 5,默认情况下为3.

  3. ESC 取消指令。

将 .plist 文件从用户位置复制到全局位置
  1. 关闭 Rhino 应用程序。

  2. Finder 中选择Go > Go to Folder

  3. 打开文件夹

    ~/Library/Preferences/

  4. 复制文件夹中的 com.mcneel.rhinoceros.plist 文件。

  5. 将复制的文件粘贴到以下文件夹中

    /Library/Preferences/

从现在开始...
  • The Show surface isocurves option in Rhino Settings cannot be enabled.

  • Curve 指令中的阶数设置将始终为5阶