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 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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
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?