formZ SDK | 5.0 API Reference | System | Nurbs Surface
Description
Sets the [i,j]th weight of a NURBS surface. i is the row number or U index. j is the column number or V index.
Plugin Prototype
fzrt_error_td fz_nsrf_set_ij_weight(
srf, | |
fzrt_int | i, |
fzrt_int | j, |
double | weight ) |
Parameters
srf [Input]
NURBS surface
i [Input]
row number
j [Input]
column number
weight [Input]
weight value
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
, fz_nsrf_set_u_knots, fz_nsrf_set_v_knots
Function Set
Defined in