Grasshopper

algorithmic modeling for Rhino

Hi,

In native grasshopper component surface from points, it is really annoying that it is only possible to create a surface from points, if u and v count is equal.

While rhinocommon allows different u and v counts:

Rhino.Geometry.NurbsSurface.CreateFromPoints(p, u + 1, v + 1, 3, 3);

Is it possible to update that component?

Views: 694

Replies are closed for this discussion.

Replies to This Discussion

but surface from points does work with unequal u and v count.

(As long as the list going into P is of length u*v)

or maybe I'm misunderstanding you?

Ach... Thanks I learnt how to use this component finally ;D

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