rhino_solar_exposure_estimate
Calculate the solar exposure ratio on a bridge by casting rays from its centroid toward the sun over a specified time range, returning a 0-1 lit fraction.
Instructions
Estimate cumulative solar exposure (lit minutes / total minutes) on an object (bridge only).
Bridge implementation samples the time range, casts a ray from the target's centroid toward the sun at each step, and counts lit samples (no obstruction along the ray). Returns a 0-1 ratio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||