The NurbsSurfaceData type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Create | Construct NurbsSurfaceData based on NURBS surface data, where the weights are supplied. The NURBS surface will be (piecewise) polynomial if all the weights are equal, rational if not. Note: A rational polynomial is a quotient of two polynomials; this includes a polynomial, which can be thought of as a quotient with denominator equal to 1. | |
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetControlPoint | Get the list of control points. | |
| GetControlPoints | Get the list of control points. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetKnotsU | Get the list of knots in the u-direction. | |
| GetKnotsV | Get the list of knots in the v-direction. | |
| GetKnotU | Get the knot in the u-direction. | |
| GetKnotV | Get the knot in the v-direction. | |
| GetNumberOfControlPoints | Get the number of control points. | |
| GetNumberOfKnotsU | Get the number of knots in the u-direction. | |
| GetNumberOfKnotsV | Get the number of knots in the v-direction. | |
| GetNumberOfWeights | Get the number of weights. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetWeight | Get the weight. | |
| GetWeights | Get the list of weights. | |
| IsValid | Check if the object contains a valid NurbsSurfaceData. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
