Returns the number of light objects in the document.
rhinoscriptsyntax.LightCount()
rhinoscript.light.LightCount()
None.
Number |
The number of lights in the document. |
import rhinoscriptsyntax as rs
print "There are", rs.LightCount(), " lights."