返回当前已打开工具列收藏夹的数量。
rhinoscriptsyntax.ToolbarCollectionCount()
rhinoscript.toolbar.ToolbarCollectionCount()
空值。
数字 |
当前已打开工具列收藏夹的数量。 |
import rhinoscriptsyntax as rs
count = rs.ToolbarCollectionCount()
print "There are", count, " toolbar(s) collections loaded."