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

fz_objt_edit_nrbz_untrim

Description

Untrims a trimming curve of a Trimmed nurbz object. If the trimming curve to be untrimmed is an outer trimming curve, the parameter 'remove_outer' if TRUE removes it else restores the control extents of the underlying nurbz surface.

Plugin Prototype

fzrt_error_td fz_objt_edit_nrbz_untrim(

fzrt_int

windex,

fz_objt_ptr

srf_obj,

fzrt_int

n_crv,

fzrt_int *

crv_indx,

fzrt_boolean

remov_outer,

fz_objt_ptr *

new_obj )

Parameters

windex [Input]

project window index

srf_obj [Input]

nurbz object

n_crv [Input]

number of curve indices

crv_indx [Input]

array of curve indices

remov_outer [Input]

TRUE: remove outer trimming curve FALSE: restore control extents

new_obj [Result]

new object

Returns

Error codes

Availability

5.0.0.0

Example Files

util_objt_trimmed_nrbz.fsl

See Also

fz_objt_edit_nrbz_untrim_all

Function Set

fz_model_fset


Defined in

fz_objt_nrbz_api.h