formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Skinned Loft

fz_objt_cnstr_sloft_basic

Description

Creates a S-loft object from existing objects (source). If the optional parameter sloft_opts is not specified, default S-Loft Construction Options are used. See fz_objt_sloft_parm_enum.

Plugin Prototype

fzrt_error_td fz_objt_cnstr_sloft_basic(

fzrt_int

windex,

fzrt_int

num_src,

fz_objt_ptr *

src_obj,

fzrt_boolean

use_guides,

fzrt_int

num_guide,

fz_objt_ptr *

guide_obj,

fzrt_boolean

use_draft,

double

beg_ang,

double

end_ang,

fz_objt_sloft_cnstr_opts_ptr

sloft_opts,

fz_attr_refn_ptr

refn_opts,

fz_objt_ptr *

obj )

Parameters

windex [Input]

project window index

num_src [Input]

Number of source objects

src_obj [Input]

Array of source objects

use_guides [Input]

Use Guide Curves - TRUE/FALSE

num_guide [Input]

Number of Guide Curves

guide_obj [Input]

Array of Guide Curve objects

use_draft [Input]

Use Draft Angles - TRUE/FALSE

beg_ang [Input]

Start Angle

end_ang [Input]

End Angle

sloft_opts [Input, Optional]

Construction options

refn_opts [Input, Optional]

Display resolution options
See fz_attr_refn_parm_enum for defaults

obj [Result]

New object

Returns

Error codes

Availability

6.0.0.0

Example Files

util_objt_sloft.fsl

See Also

,, ,, fz_objt_sloft_parm_enum

Function Set

fz_model_fset


Defined in

fz_objt_sloft_api.h