CADability dotNET

Overload List

  NameDescription
Protected methodNurbsSurface(SerializationInfo, StreamingContext)
Initializes a new instance of the NurbsSurface class
Public methodNurbsSurface(array<GeoPoint,2>[,](,)[,][,], Int32, Int32, Boolean, Boolean)
Creates a new NURBS surface which interpolates the provided points. The surface will contain the provided points exactely and smoothly interpolated inbetween. The points are organized in a two dimensional array resembling the u and v direction (first and second index) of the NURBS surface
Public methodNurbsSurface(array<GeoPoint,2>[,](,)[,][,], array<Double,2>[,](,)[,][,], array<Double>[]()[][], array<Double>[]()[][], Int32, Int32, Boolean, Boolean)
Creates a new NURBS surface with the given data.
Public methodNurbsSurface(array<GeoPoint,2>[,](,)[,][,], array<Double,2>[,](,)[,][,], array<Double>[]()[][], array<Double>[]()[][], array<Int32>[]()[][], array<Int32>[]()[][], Int32, Int32, Boolean, Boolean)
Creates a new NURBS surface with the given data.

See Also