Click or drag to resize

NurbsSurfaceCreateFromCorners Method

Overload List
  NameDescription
Public methodStatic memberCreateFromCorners(Point3d, Point3d, Point3d)
Makes a surface from 3 corner points.
Public methodStatic memberCode exampleCreateFromCorners(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 memberCreateFromCorners(Point3d, Point3d, Point3d, Point3d, Double)
Makes a surface from 4 corner points.
Top
See Also