Grasshopper

algorithmic modeling for Rhino

Trying to create a surface from a set of points.

Tried using the surface from points but due to the irregularity of the surfaces I couldn't get it to work.

How would you go about building this surface from the point data?  

Views: 760

Attachments:

Replies to This Discussion

Sort and partition by X, then sort by Y, create 'IntCrvs' and 'Loft' them:

Version 'b' sorts and partitions by Y, then sorts by X.

Attachments:

You can skip the sorting since the points are already in sequence; this amounts to the same thing as version 'b' posted earlier:

Attachments:
Many thanks Joseph,

This is really great.

Dave

If you reverse the 'IntCrv V' input (or list 'Item' output), the surface will be flipped because the curves will start at the straight edge instead of end there.

Hi,i just observed this version is missing a edge, because there is one branch that consists just of one Point, thats also why the interpolate curve component turns red, by pruning the tree you cant solve the edge problem, but you can get rid off the shift list and the interpolate curve doesnt shows up an error

Cool, thanks. I've never used 'Prune' tree before:  (re-posted with points reversed)

Attachments:
Thanks guys

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service