formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Curve On Surface

fz_objt_cnstr_nrbz_curve_on_surf_map

Description

Creates a Curve On nurbz object by mapping a curve object onto the parameter space of a nurbz object. plane_rot is a zyx rotation of the work coordinate which orients the curve with reference to the nurbz surface

Plugin Prototype

fzrt_error_td fz_objt_cnstr_nrbz_curve_on_surf_map(

fzrt_int

windex,

fz_objt_ptr

srf_obj,

fzrt_int

n_crv_obj,

fz_objt_ptr *

crv_obj,

double

map_size,

fz_xyz_td *

plane_rot,

fz_objt_ptr *

new_obj )

Parameters

windex [Input]

project window index

srf_obj [Input]

nurbz object

n_crv_obj [Input]

number of trim curve objects

crv_obj [Input]

array of trim curve objects

map_size [Input]

Maximum parameter space size %

Range: 0.0 < map_size < 1.0

plane_rot [Input]

zyx rotation of plane (Optional)

new_obj [Result]

new object

Returns

Error codes

Availability

5.0.0.0

Example Files

util_objt_ncos.fsl

See Also

fz_objt_cnstr_nrbz_curve_on_surf_sketch

Function Set

fz_model_fset


Defined in

fz_objt_nrbz_api.h