I want to have Rhino count my blocks dynamically within a certain room or area. So that when I drag a block inside that area, the dynamic text will update accordingly.
Does such feature exist, and if not, what are my alternatives?
I know I can use grasshopper to do this, but I want to make this in Rhino alone if possible.
See below an example:
That feature does not exist, no.
Apart from using Grasshopper, you could possibly script this in Python. You could also modify the Grasshopper definition so that it can be run with the Rhino GrasshopperPlayer command or turned into a plug-in with the script compiler.
-wim
This would be really handy, I’m not a Grasshopper user but would be a nice addition to native Rhino in the future, or maybe someone has a clever little python script that could work