formZ SDK | 5.0 API Reference | System | Nurbs Surface
Description
Gets the parameter domain of a NURBS surface.
Plugin Prototype
fzrt_error_td fz_nsrf_get_domain(
srf, | |
double * | u_min, |
double * | u_max, |
double * | v_min, |
double * | v_max ) |
Parameters
srf [Input]
NURBS surface
u_min [Result]
min U value
u_max [Result]
max U value
v_min [Result]
min V value
v_max [Result]
max V value
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_nsrf_get_u_npts, fz_nsrf_get_v_npts, fz_nsrf_get_control_points, fz_nsrf_get_u_knots,
Function Set
Defined in