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

fz_objt_cnstr_nrbz_trimmed_curves

Description

Creates a nurbz object from given NURBS surface and trims by given parameter space curves.

Plugin Prototype

fzrt_error_td fz_objt_cnstr_nrbz_trimmed_curves(

fzrt_int

windex,

fz_nurbs_srf_ptr

srf,

fzrt_int

n_trim_crvs,

fz_nurbs_cur_ptr *

trim_crvs,

fzrt_boolean

first_is_periphery,

fz_attr_refn_ptr

refn_opts,

fz_objt_ptr *

new_obj )

Parameters

windex [Input]

project window index

srf [Input]

nurbz surface

n_trim_crvs [Input]

number of trim curves

trim_crvs [Input]

array of trim curves

first_is_periphery [Input]

indicates first trim curve is periphery

refn_opts [Input, Optional]

refinement options

new_obj [Result]

new object

Returns

Error codes

Availability

8.5.3.0

Example Files

util_objt_trimmed_nrbz.fsl

See Also

Function Set

fz_model_fset


Defined in

fz_objt_nrbz_api.h