CADability dotNET
Overload List
| Name | Description | |
|---|---|---|
| NurbsSurface(SerializationInfo, StreamingContext) | Initializes a new instance of the NurbsSurface class | |
| NurbsSurface(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
| |
| NurbsSurface(array<GeoPoint,2>[,](,)[,][,], array<Double,2>[,](,)[,][,], array<Double>[]()[][], array<Double>[]()[][], Int32, Int32, Boolean, Boolean) |
Creates a new NURBS surface with the given data.
| |
| NurbsSurface(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.
|