NurbSurface Constructor
Overload List
Method
Description
NurbSurface.NurbSurface ()
Constructs an empty surface that can be used as a placeholder only.
NurbSurface.NurbSurface (int, int, int, int, int, int, Point3dCollection, DoubleCollection, KnotCollection, KnotCollection)
Constructs a NURB surface defined by input data.
NurbSurface.NurbSurface (int, int, int, int, int, int, Point3dCollection, DoubleCollection, KnotCollection, KnotCollection, Tolerance)
Constructs a NURB surface defined by input data.