formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Bend Curve
Description
Creates a Bend object by curve. This function constructs a Smooth object by sweeping the source object along the path object while offsetting the source by an amount specified by the given curve object.
Plugin Prototype
fzrt_error_td fz_objt_cnstr_bend(
fzrt_int | windex, |
src_obj, | |
crv_obj, | |
axis_p1, | |
axis_p2, | |
align_vec, | |
scale_type, | |
model_type, | |
bend_opts, | |
refn_opts, | |
obj ) |
Parameters
windex [Input]
Project window index
src_obj [Input]
Source object
crv_obj [Input]
Curve object
axis_p1 [Input]
Axis start point
axis_p2 [Input]
Axis end point
align_vec [Input]
Alignment axis vector
scale_type [Input]
Scaling Type
model_type [Input]
Model Type
bend_opts [Input, Optional]
Bend construction options
refn_opts [Input, Optional]
Display resolution
obj [Result]
New object
Returns
Error codes
Availability
5.5.0.0
Example Files
See Also
, fz_objt_cnstr_bend_opts_get, fz_objt_cnstr_bend_opts_set
Function Set
Defined in