formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Nurbz Object

fz_objt_set_nsrf

Description

Uses the given nurbs surface as the underlying NURBS of the nurbz object passed in. The object must be a formZ "nurbZ" object type. This is the opposite of fz_objt_get_nsrf. Both functions can be used to modify a nurbZ object. First the generic NURBS is created and extracted with fz_objt_get_nsrf. The generic NURBS is then edited with any of the api functions that operate on that type. Finally the NURBS is put back in the nurbZ object with fz_objt_set_nsrf and is deleted with .

Plugin Prototype

fzrt_error_td fz_objt_set_nsrf(

fzrt_int

windex,

fz_objt_ptr

obj,

fz_nurbs_srf_ptr

srf )

Parameters

windex [Input]

project window index

obj [Input]

formZ object

srf [Input]

NURBS surface

Returns

Error codes

Availability

6.0.0.0

See Also

, fz_objt_get_nsrf

Function Set

fz_model_fset


Defined in

fz_objt_nrbz_api.h