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

fz_objt_edit_srnd_plain

Description

Applies Plain Smooth Rounding to input object. The Smooth Rounding options is assigned to all the edges and/or vertices. The edges to be rounded are identified by their indices via fz_objt_srnd_opts_ptr. The points to be rounded are identified by their indices via fz_objt_srnd_opts_ptr.

Plugin Prototype

fzrt_error_td fz_objt_edit_srnd_plain(

fzrt_int

windex,

fz_objt_ptr

src_obj,

fz_objt_srnd_opts_ptr

srnd_opts,

fz_attr_refn_ptr

refn_opts )

Parameters

windex [Input]

project window index

src_obj [Input]

Source Object

srnd_opts [Input]

Smooth rounding options

refn_opts [Input, Optional]

Display resolution options
See fz_attr_refn_parm_enum for defaults

Returns

Error codes
MODEL_ERR_WRONG_OBJT_TYPE - object passed in is not a solid or surface object

Availability

5.0.0.0

Example Files

util_objt_srnd.fsl

See Also

,,,

Function Set

fz_model_fset


Defined in

fz_objt_srnd_api.h