Grasshopper

algorithmic modeling for Rhino

hi everyone, 

I'm new to rhino and grasshopper and I;m trying to get a surface from a cloud of points that I inserted in points xyz. can someone help me plz? thank you. 

this What I did so far:

Views: 5421

Replies to This Discussion

Bake the points and use the patch command using rhino.

In Gh it would be easier to turn it into a mesh. See delaunay.

Can be done but can't thing of a fast way.

I did and it turn into yellowish dots. now what? and what is delaunay?

You can use Patch in Grasshopper. It will fit a Nurbs surface through your points. However because it is a fitting process, the surface will not exactly intersect all your points, and it may have unwanted bulging away from points.

You cannot create a Surface From Points, because that requires your points to be in a rectangular grid. Ie. they need to be ordered in such a way that the first N points all belong to the first row of the grid, the next N points belong to the second row, the next N points all belong to the third row and so on. The order of points within each row also matters.

Delaunay is a meshing (not surfacing) algorithm which triangulates all the points. It might work for your points, it depends on what you are after. For delaunay your points need not be ordered in any way, but they do need to be 'two-and-half-dimensional'. Delaunay cannot handle overhangs.

In short: if you want a smooth surface, use Patch, if you want a mesh which introduces no further detail, use Delaunay.

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service