formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Nurbz Object
Description
Blends two nurbz surface objects along two specified edges. The objects passed in must be nurbz objects without any trimming. returns a new nurbz surface object.
Plugin Prototype
fzrt_error_td fz_objt_edit_nrbz_blend(
fzrt_int | windex, |
srf_obj1, | |
srf_obj2, | |
which_edge1, | |
which_edge2, | |
align_type, | |
fzrt_int | degree, |
new_obj ) |
Parameters
windex [Input]
project window index
srf_obj1 [Input]
nurbz object #1
srf_obj2 [Input]
nurbz object #2
which_edge1 [Input]
edge identifier of source object #1
which_edge2 [Input]
edge identifier of source object #2
align_type [Input]
alignment type (C0, G1, C1, C2)
degree [Input]
degree of the new nurbz surface
new_obj [Result]
new object
Returns
Error codes
MODEL_ERR_WRONG_OBJT_TYPE - source objects passed in are not
nurbz objects or are nurbz objects but are trimmed
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in