formZ SDK | 5.0 API Reference | System | Nurbs Surface
Description
Gets 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_get_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 [Result]
weight
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_nsrf_get_u_npts, fz_nsrf_get_control_points
Function Set
Defined in