CADability dotNET
The NurbsSurface type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NurbsSurface(SerializationInfo, StreamingContext) | ||
| 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.
|
Methods
Properties
| Name | Description | |
|---|---|---|
| EntryType | (Overrides IShowPropertyImpl..::..EntryType.) | |
| IsUPeriodic | (Overrides ISurfaceImpl..::..IsUPeriodic.) | |
| IsVPeriodic | (Overrides ISurfaceImpl..::..IsVPeriodic.) | |
| Poles | ||
| SubEntries | (Overrides IShowPropertyImpl..::..SubEntries.) | |
| SubEntriesCount | (Overrides IShowPropertyImpl..::..SubEntriesCount.) | |
| UDegree | ||
| UKnots | ||
| UPeriod | (Overrides ISurfaceImpl..::..UPeriod.) | |
| VDegree | ||
| VKnots | ||
| VPeriod | (Overrides ISurfaceImpl..::..VPeriod.) | |
| Weights |