formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Subdivision Object

fz_objt_edit_subd_parm_get_mesh

Description

Sets the value of a subdivision option. Note, that only those values in fz_objt_subd_parm_enum are accepted which are tagged for the construction options. See fz_objt_subd_parm_enum for details.

Plugin Prototype

fzrt_error_td fz_objt_edit_subd_parm_get_mesh(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int *

interations,

fz_objt_ptr *

mesh_obj,

float **

mesh_obj_edge_sharp,

float **

mesh_obj_cord_sharp )

Parameters

windex [Input]

project window index

obj [Input]

subd object

interations [Result, Optional]

subd interations

mesh_obj [Result, Optional]

mesh object (trinags/quads)

mesh_obj_edge_sharp [Result, Optional]

mesh edge shapness (parallel to segt)

mesh_obj_cord_sharp [Result, Optional]

mesh cord shapness (parallel to cord)

Returns

Error codes

Availability

8.5.4.0

Example Files

util_objt_cnstr_subd.fsl

See Also

fz_objt_cnstr_subd_opts_init,fz_objt_cnstr_subd_opts_finit,fz_objt_cnstr_subd_opts_get

Function Set

fz_model_fset


Defined in

fz_objt_subd_api.h