algorithmic modeling for Rhino
Hi guys!
I have a problem with a projection routine that project geometry onto a surface (from a pointview) and yield a ratio between two areas; I've made it work for a single point, but I need it to perform the routine on each middle point of a meshed surface, continuously and seperately (the actual number of vertices is going to a lot higher) - how can I acheive this?
Files are attached if they are of any help (:
Tags:
Hi 12,
I've taken a different approach, which is much faster, though will not give exactly the same results. You'll have to decide whether you find this other way acceptable. The idea is as follows:
The big difference is that instead of accurately measuring the area of the projection of an approximation of the view properties, we're now just dividing the number of hits to the total number of attempts. Both methods use a sampling approach so neither is accurate, but my method doesn't spend a lot of time accurately measuring properties of inaccurate data, which is why it is faster.
Instead of measuring the projected areas, I measure them directly on the sphere. You need to be aware of this difference between your and my logic.
--
David Rutten
david@mcneel.com
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by