formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Nurbz Object
Description
Allocates and sets the NURBS surface from a formZ nurbz object. This is the opposite of fz_objt_set_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_get_nsrf(
fzrt_int | windex, |
obj, | |
srf ) |
Parameters
windex [Input]
project window index
obj [Input]
formZ object
srf [Result]
NURBS surface
Returns
Error codes
Availability
5.0.0.0
See Also
Function Set
Defined in