formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Nurbz Object
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, |
srf_obj, | |
split_pnt, | |
u_dir, | |
v_dir, | |
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
See Also
Function Set
Defined in