Returns the number of hatch patterns in the document.
rhinoscriptsyntax.HatchPatternCount()
rhinoscript.hatch.HatchPatternCount()
None.
Number |
The number of hatch patterns in the document. |
import rhinoscriptsyntax as rs
print "There are", rs.HatchPatternCount(), "hatch patterns."