formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Editing Operations
Description
Applies a fillet or bevel to selected points or all points of a 2D (surface) object.
Plugin Prototype
fzrt_error_td fz_objt_edit_fillet_bevel(
fzrt_int | windex, |
obj, | |
fzrt_int | npindx_list, |
fzrt_int * | pindx_list, |
fzrt_int | do_bevel, |
double | value, |
fzrt_int | value_is_distance ) |
Parameters
windex [Input]
project window index
obj [Input]
the 2d object to be filleted/beveled
npindx_list [Input]
number of entries in the point index list. If this is 0 then the operation is applied to the entire object (ie all points).
pindx_list [Input]
list of point index's that the operation should be applied to
do_bevel [Input]
if TRUE a bevel is created, if FALSE then a fillet is created
value [Input]
radius of a fillet or linear offset for a bevel
value_is_distance [Input]
when TRUE the value is the length of the bevel or cord length fior a fillet
Returns
Error codes
Availability
8.0.0.0
See Also
, fz_objt_edit_join_open_wires_multi
Function Set
Defined in