formZ SDK | 4.0 Call Back Reference | formZ Notification

fz_notf_cbak_pref_model_type

Description

The preference model type function is called by formZ when the model type preference is changed. This function notifies the plugin to change its internal preference to facetted ( FZ_OBJT_MODEL_TYPE_FACT ) or smooth modeling ( FZ_OBJT_MODEL_TYPE_SMOD) as indicated by the model_type parameter. This function is useful for tool plugins which support both facetted and smooth modeling.

Plugin Prototype

fzrt_error_td fz_notf_cbak_pref_model_type(

fz_objt_model_type_enum

model_type )

Parameters

model_type [Input]

preferences model type to use (when action == CMDS_DFLT_FLAG_MODEL_TYPE)

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_notf_cbak_fset


Defined in

fz_notf_api.h