formZ SDK | 5.0 API Reference | System | Nurbs Surface

fz_nsrf_get_ij_weight

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(

fz_nurbs_srf_ptr

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

util_nsrf.fsl

See Also

fz_nsrf_get_u_npts, fz_nsrf_get_control_points

Function Set

fz_nsrf_fset


Defined in

fz_nsrf_api.h