formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | T-Subz

fz_objt_edit_tsub_parm_edge_get

Description

Gets the curvature control of ith edge in the source object of a tsubz object. Note, that the shape of the tsubz object is not changed until the function has been called.

Plugin Prototype

fzrt_error_td fz_objt_edit_tsub_parm_edge_get(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int

i,

double *

wt )

Parameters

windex [Input]

project

obj [Input]

tsubz object

i [Input]

vertex index

wt [Result]

weight

Returns

Error codes
MODEL_ERR_WRONG_OBJT_TYPE - object passed in is not a tsubz object

Availability

5.0.0.0

Example Files

util_objt_tsub.fsl

See Also

fz_objt_edit_tsub_parm_get,,

Function Set

fz_model_fset


Defined in

fz_objt_tsub_api.h