formZ SDK | 5.0 API Reference | System | Nurbs Surface

fz_nsrf_which_edge_enum

Description

Identifier of a NURBS surface boundary edge. Used to identify one of the four edges of an untrimmed NURBS surface.

enum fz_nsrf_which_edge_enum {

FZ_NSRF_U_MIN_EDGE,

FZ_NSRF_U_MAX_EDGE,

FZ_NSRF_V_MIN_EDGE,

FZ_NSRF_V_MAX_EDGE };

Members

FZ_NSRF_U_MIN_EDGE

u min edge (u is constant at umin, v varies)

FZ_NSRF_U_MAX_EDGE

u max edge (u is constant at umax, v varies)

FZ_NSRF_V_MIN_EDGE

v min edge (u varies, v is constant at vmin)

FZ_NSRF_V_MAX_EDGE

v max edge (u varies, v is constant at vmax)

Availability

5.0.0.0

See Also

fz_objt_edit_nrbz_attach, ,

Defined in

fz_nsrf_api.h