algorithmic modeling for Rhino
Change the S input to 0 or Fixed.
Thank you
The S input in picture above is 0,But only boundary points are fixed...
Aren't the boundary points what you are trying to keep fixed?
I want to fix all the points in the input mesh(a delaunay mesh) ..
If you fix all the original mesh vertices, nothing will smooth out using WB subdiv components. You'll to use another method. For example:
Use the split polygon component to create a subdivided mesh without modifying the original shape, then use Kangaroo to smooth out the mesh by using the original mesh vertices as anchor points and the subdivided mesh edges as springs with 0 rest length.
Thank you Vicente Soler very much! I will have a try,Hopethis method can create a smooth mesh!
Is there any quick solutions?I think maybe this is a very general interpolation problem?
Yes, this is definitely a general algorithm difference (approximation vs interpolation). I am have been on and off busy coding the Butterfly Subdivision scheme, which keeps the previous points and thus would always pass through the previous Delaunay points in this case.
okay thank you very very much!
Here you have:
Left - delaunay
right - natural neighbor using the delaunay mesh subdivided twice.
Not the most elegant definition but works without scripting components. It's slow since it's doing region intersection and area calculation. You could speed it up by instead of region intersection, placing random points inside the voronoi cells and calculating what perecentage falls in each of the neighboring cells, you could then toggle speed/quality by increasing or descreasing the number of points.
Thank you very much,very nice of you
Using voronoi to caculate the weight of points is difficult to understand,Spent a lot of time to find the reason...
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
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by