formZ SDK | 5.0 API Reference | System | User Interface (FUIM)

fz_fuim_disp_res_surf_group

Description

Creates a group of items, which display the fields of the display resolution attribute passed in. This function should be used, if the display resolution attribute belongs to a surface or solid object. If the attribute belongs to a curve like object, the function fz_fuim_disp_res_curve_group should be used instead. If NULL is passed in for the attribute, the global default display resolution attribute is used. This is the attribute, which is shown in all of the tool options dialogs. The parent group passed in should be a tab group, created with , when the display resolution fields coexist with other items in the same dialog.

Plugin Prototype

fzrt_error_td fz_fuim_disp_res_surf_group(

fz_fuim_tmpl_ptr

fuim_tmpl,

fzrt_int

parent,

fz_attr_refn_ptr

refn_ptr )

Parameters

fuim_tmpl [Input]

fuim manager

parent [Input]

parent group

refn_ptr [Input, Optional]

the display resolution attribute. if passed as NULL, the global default display resolution attribute is used. This is the attribute, which is shown in all of the tool options dialogs.

Returns

error codes

Availability

5.0.0.0

See Also

fz_fuim_disp_res_curve_group

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h