formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Facetted Rounded

fz_objt_edit_frnd_parm_edge_opts_set

Description

Sets edge options for a Facetted Rounded object. Clears all existing edge rounds before assigning these new edge rounds. Note, that the shape of the Facetted Rounded object is not changed until the function has been called.

Plugin Prototype

fzrt_error_td fz_objt_edit_frnd_parm_edge_opts_set(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int

num,

fzrt_int *

index,

double *

radii,

fzrt_int *

nsids )

Parameters

windex [Input]

project window index

obj [Input]

Source object

num [Input]

Number of edges to be rounded

index [Input]

Array of edge indices

radii [Input]

Array of edge radii

nsids [Input]

Array of edge nsides

Returns

Error codes
MODEL_ERR_WRONG_OBJT_TYPE - object passed in is not a Facetted Rounded object

Availability

5.0.0.0

Example Files

util_objt_frnd.fsl

See Also

fz_objt_frnd_opts_init,, fz_objt_frnd_opts_get, fz_objt_frnd_opts_set,

Function Set

fz_model_fset


Defined in

fz_objt_frnd_api.h