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

fz_objt_edit_nrbz_split_at_point

Description

Splits a surface in either U or V or in both U and V simultaneously at the split point. The resulting surfaces will have the same degree as the original surface in both U and V.

Plugin Prototype

fzrt_error_td fz_objt_edit_nrbz_split_at_point(

fzrt_int

windex,

fz_objt_ptr

srf_obj,

fz_xyz_td *

split_pnt,

fzrt_boolean

u_dir,

fzrt_boolean

v_dir,

fz_enty_list_ptr

ent_list )

Parameters

windex [Input]

project window index

srf_obj [Input]

nurbz object

split_pnt [Input]

xyz split point

u_dir [Input]

split in U if TRUE

v_dir [Input]

split in V if TRUE

ent_list [Result]

list of nurbz object pointers

Returns

Error codes

Availability

5.0.0.0

Example Files

util_objt_edit_nrbz_split.fsl

See Also

Function Set

fz_model_fset


Defined in

fz_objt_nrbz_api.h