formZ SDK | 5.0 API Reference | System | Nurbs Surface

fz_nsrf_set_v_knots

Description

Sets V knots of a NURBS surface. The knots array must be of size v_npts+v_degree+1.

Plugin Prototype

fzrt_error_td fz_nsrf_set_v_knots(

fz_nurbs_srf_ptr

srf,

double *

v_knots )

Parameters

srf [Input]

NURBS surface

v_knots [Input]

knots in V

Returns

Error codes

Availability

5.0.0.0

Example Files

util_nsrf.fsl

See Also

, fz_nsrf_set_ij_weight, fz_nsrf_set_u_knots

Function Set

fz_nsrf_fset


Defined in

fz_nsrf_api.h