Grasshopper
algorithmic modeling for Rhino
Happy NY fellow GH'ers
I'm trying to get a total value count of objects display by text, does anyone know how to do this?
Tags:
MySpace Tweet Facebook Facebook
Views: 809
Here's a one-line Python code that prints the number of components on the canvas. Note it does not read cluster contents.
print len(ghenv.Component.OnPingDocument().Objects)
Thanks SPM!
RSS
Welcome toGrasshopper
Sign In
by Parametric House 0 Comments 0 Likes
by Parametric House 1 Comment 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2025 Created by Scott Davidson. Powered by
Badges | Report an Issue | Terms of Service
Please check your browser settings or contact your system administrator.