Skip to content

Overload_Rhino_Geometry_NurbsSurface_CreateFromCorners

Will Pearson edited this page Aug 12, 2016 · 2 revisions

NurbsSurface.CreateFromCorners Method

Overload List

 

Name Description
Public methodStatic member CreateFromCorners(Point3d, Point3d, Point3d) Makes a surface from 3 corner points.
Public methodStatic memberCode example CreateFromCorners(Point3d, Point3d, Point3d, Point3d) Makes a surface from 4 corner points. This is the same as calling CreateFromCorners(Point3d, Point3d, Point3d, Point3d, Double) with tolerance 0.
Public methodStatic member CreateFromCorners(Point3d, Point3d, Point3d, Point3d, Double) Makes a surface from 4 corner points.
  Back to Top

See Also

Reference

NurbsSurface Class
Rhino.Geometry Namespace

Clone this wiki locally