| Library | File | Frames | Expand |
| static pfcNURBSSurfaceDescriptor_ptr | Create (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, xint UDegree, xint VDegree, xrealsequence_ptr UKnots, xrealsequence_ptr VKnots, pfcBSplinePoints_ptr Points) | |
| This method creates a new NURBSSurfaceDescriptor object. | ||
| pfcBSplinePoints_ptr | GetPoints () | |
| void | SetPoints (pfcBSplinePoints_ptr value) | |
| Array of control points and weights | ||
| xint | GetUDegree () | |
| void | SetUDegree (xint value) | |
| Degree of the basis function in U | ||
| xrealsequence_ptr | GetUKnots () | |
| void | SetUKnots (xrealsequence_ptr value) | |
| Array of knots on the parameter line U | ||
| xint | GetVDegree () | |
| void | SetVDegree (xint value) | |
| Degree of the basis function in V | ||
| xrealsequence_ptr | GetVKnots () | |
| void | SetVKnots (xrealsequence_ptr value) | |
| Array of knots on the parameter line V | ||
| xint | GetUDegree | () |
| void | SetUDegree | (xint value) |
|
Degree of the basis function in U |
| xint | GetVDegree | () |
| void | SetVDegree | (xint value) |
|
Degree of the basis function in V |
| xrealsequence_ptr | GetUKnots | () |
| void | SetUKnots | (xrealsequence_ptr value) |
|
Array of knots on the parameter line U |
| xrealsequence_ptr | GetVKnots | () |
| void | SetVKnots | (xrealsequence_ptr value) |
|
Array of knots on the parameter line V |
| pfcBSplinePoints_ptr | GetPoints | () |
| void | SetPoints | (pfcBSplinePoints_ptr value) |
|
Array of control points and weights |
| static pfcNURBSSurfaceDescriptor_ptr | Create | (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, xint UDegree, xint VDegree, xrealsequence_ptr UKnots, xrealsequence_ptr VKnots, pfcBSplinePoints_ptr Points) |
|
This method creates a new NURBSSurfaceDescriptor object.
|