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

fz_objt_cnstr_skin_along_paths

Description

Creates a skin object using sources and paths

Plugin Prototype

fzrt_error_td fz_objt_cnstr_skin_along_paths(

fzrt_int

windex,

fz_objt_ptr *

src_objs,

fzrt_int

n_src,

fz_objt_ptr *

pth_objs,

fzrt_int

n_pth,

fz_objt_model_type_enum

model_type,

fz_objt_smooth_type_enum

smooth_type,

fz_objt_skin_cnstr_opts_ptr

skin_opts,

fz_attr_refn_ptr

refn_opts,

fz_objt_ptr *

obj )

Parameters

windex [Input]

project window index

src_objs [Input]

array with source objects

n_src [Input]

number of source objects

Range: n_src >= 1

pth_objs [Input]

array with path objects

n_pth [Input]

number of path objects

Range: n_pth >= 3

model_type [Input]

model type

smooth_type [Input]

smooth type

skin_opts [Input, Optional]

construction options. For defaults see fz_objt_skin_parm_enum.

refn_opts [Input, Optional]

display resolution options. For defaults see see fz_attr_refn_parm_enum.

obj [Result]

new object

Returns

Error codes

Availability

5.0.0.0

Example Files

util_objt_cnstr_skin.fsl

See Also

fz_objt_cnstr_skin_opts_init, fz_objt_cnstr_skin_opts_set, fz_objt_cnstr_skin_opts_get,

Function Set

fz_model_fset


Defined in

fz_objt_api.h