formZ SDK | 5.0 API Reference | System | Nurbs Surface

fz_nsrf_get_domain

Description

Gets the parameter domain of a NURBS surface.

Plugin Prototype

fzrt_error_td fz_nsrf_get_domain(

fz_nurbs_srf_ptr

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

util_nsrf.fsl

See Also

fz_nsrf_get_u_npts, fz_nsrf_get_v_npts, fz_nsrf_get_control_points, fz_nsrf_get_u_knots,

Function Set

fz_nsrf_fset


Defined in

fz_nsrf_api.h