返回当前文档中图案的数量。
rhinoscriptsyntax.HatchPatternCount()
rhinoscript.hatch.HatchPatternCount()
空值。
数字
文档中图案的数量。
import rhinoscriptsyntax as rs
print "There are", rs.HatchPatternCount(), "hatch patterns."
HatchPatternNames