formZ SDK | 5.0 API Reference | System | Nurbs Surface
Description
Sets the [i,j]th control point 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_control_point(
srf, | |
fzrt_int | i, |
fzrt_int | j, |
ctrlpt ) |
Parameters
srf [Input]
NURBS surface
i [Input]
row number
j [Input]
column number
ctrlpt [Input]
control point
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_nsrf_set_ij_weight, fz_nsrf_set_u_knots, fz_nsrf_set_v_knots
Function Set
Defined in