Grasshopper

algorithmic modeling for Rhino

Hi, Just wondering how to make surface from 3 points in VB.

Views: 2249

Replies to This Discussion

Oh, and what is the best reference to look at for the answers to this sort of question? Since this is obviously a very basic question, and I don't want to hit you guys up every time I have a really simple question. -Chris
The 4th input on 4Point surface is optional, so just leave it blank to get a triangle.
Yes, but in VB?
RhUtil.RhinoCreate1FaceBrepFromPoints

Not the most obvious function name I'd agree. If you're doing this in 0.7 (and thus RhinoCommon) then the function you're looking for is:

Rhino.Geometry.Brep.CreateFromCornerPoints

This function has an overload with 3 and another with 4 corner points.

--
David Rutten
david@mcneel.com
London, UK
Thanks. That works perfect.

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