formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Plain Object Construction

fz_objt_cnstr_fillet

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,

fz_objt_ptr

src_obj1,

fzrt_int

findx1,

fz_objt_ptr

src_obj2,

fzrt_int

findx2,

fzrt_boolean

do_convex,

fzrt_boolean

do_basic,

double

radius,

fz_objt_srnd_opts_ptr

srnd_opts,

fz_xyz_td *

start_pt,

fz_attr_refn_ptr

refn_opts,

fz_objt_ptr *

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

util_objt_filt.fsl

Function Set

fz_model_fset


Defined in

fz_objt_filt_api.h