在硬盘上保存一个已打开的工具列收藏夹。
rhinoscriptsyntax.SaveToolbarCollection(name)
rhinoscript.toolbar.SaveToolbarCollection(name)
name |
必须参数。字符串。当前打开工具列收藏夹的名称。 |
布尔值 |
True 或 False 表示执行完成或失败。 |
import rhinoscriptsyntax as rs
name = "Default"
rs.SaveToolbarCollection(name)