formZ SDK | 5.0 API Reference | System | Nurbs Surface

fz_nsrf_cap

Description

Caps NURBS surface in the top or bottom

Plugin Prototype

fzrt_error_td fz_nsrf_cap(

fz_nurbs_srf_ptr

srf,

fzrt_boolean

is_cap_start,

fzrt_boolean

is_cap_end,

fzrt_boolean

is_round_start,

fzrt_boolean

is_round_end,

double

cap_st_ratio,

double

cap_end_ratio,

double

rnd_st_ratio,

double

rnd_end_ratio )

Parameters

srf [Input]

NURBS surface

is_cap_start [Input]

Cap at start

is_cap_end [Input]

Cap at end

is_round_start [Input]

Round at start

is_round_end [Input]

Round at end

cap_st_ratio [Input]

Cap ratio at start

cap_end_ratio [Input]

Cap ratio at end

rnd_st_ratio [Input]

Round ratio at start

rnd_end_ratio [Input]

Round ratio at end

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, fz_nsrf_get_u_knots,

Function Set

fz_nsrf_fset


Defined in

fz_nsrf_api.h