Grasshopper

algorithmic modeling for Rhino

I'm making a surface by calling "CreateEdgeSurface(crvs)", with a list of 4 edges.

That works fine, but I cannot reliably control along which edges the first, respectively the second parameter of the resulting domain lie. Which I need to be able to control, in order to create points on the surface using the U,V coordinates.

Changing the order in which the curves are in the list does sometimes have some effect, but I can't find any logic to it.

Can anyone explain how "CreateEdgeSurface" decides which edges are the U- and which the V-direction of the resulting surface?

thanks, Jack Bakker

Views: 221

Replies to This Discussion

Hi Jack,

The order matters, and the direction of the curve. Important is only the first curve you provide. The starting point of that curve will be U0 and V0 the end U1 V0 and the rest is clear ;-)

I've attached a simple example which shows the setup.

Cheers FF

Attachments:

Thanks Florian,

Very obvious once you know...;-) I thought I had checked curve directions, but must have overlooked something.

Jack

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