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

fz_objt_cnstr_skin_cross

Description

Creates a cross skin object

Plugin Prototype

fzrt_error_td fz_objt_cnstr_skin_cross(

fzrt_int

windex,

fz_objt_ptr *

src_objs,

fzrt_int

n_src,

fz_objt_ptr

pth_obj,

fz_objt_model_type_enum

model_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_obj [Input]

path object

model_type [Input]

model 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