formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Plain Object Construction
Description
Creates a fillet surface between the two input faces. The source objects must be either surfaces or solids. The faces between which a fillet surface needs to be constructed are specified by their indices. The parameter do_convex specifies whether a convex or a concave fillet is requested. If do_basic is TRUE then radius is used else srnd_opts is used for the cross-section of fillet surface. An approximate starting point for fillet surface needs to be specified.
Plugin Prototype
fzrt_error_td fz_objt_cnstr_fillet(
fzrt_int | windex, |
src_obj1, | |
fzrt_int | findx1, |
src_obj2, | |
fzrt_int | findx2, |
do_convex, | |
do_basic, | |
double | radius, |
srnd_opts, | |
start_pt, | |
refn_opts, | |
obj ) |
Parameters
windex [Input]
project window index
src_obj1 [Input]
Source object 1
findx1 [Input]
Face index 1
src_obj2 [Input]
Source object 2
findx2 [Input]
Face index 2
do_convex [Input]
TRUE=Convex/FALSE=Concave
do_basic [Input]
TRUE=Basic/FALSE=Advanced
radius [Input, Optional]
Radius- Applicable only if do_basic is TRUE
srnd_opts [Input, Optional]
Advanced options- Applicable only if do_basic is FALSE
start_pt [Input]
Approximate starting point
refn_opts [Input]
obj [Result]
New object
Returns
Error codes
Availability
5.0.0.0
Example Files
Function Set
Defined in