Share

NurbsSurfaceData Methods

The NurbsSurfaceData type exposes the following members.

Methods

 NameDescription
Public methodStatic memberCreate 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.
Public methodDispose 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetControlPoint Get the list of control points.
Public methodGetControlPoints Get the list of control points.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetKnotsU Get the list of knots in the u-direction.
Public methodGetKnotsV Get the list of knots in the v-direction.
Public methodGetKnotU Get the knot in the u-direction.
Public methodGetKnotV Get the knot in the v-direction.
Public methodGetNumberOfControlPoints Get the number of control points.
Public methodGetNumberOfKnotsU Get the number of knots in the u-direction.
Public methodGetNumberOfKnotsV Get the number of knots in the v-direction.
Public methodGetNumberOfWeights Get the number of weights.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetWeight Get the weight.
Public methodGetWeights Get the list of weights.
Public methodIsValid Check if the object contains a valid NurbsSurfaceData.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?