formZ SDK | 4.0 Call Back Reference | File Translator | Structured File Translator | Data Model Call Back

fz_ffmt_cbak_data_model_write_cmpt

Description

A function to export component groups. This function is called when the translator is to export a component group If the files format does not support component groups, this function pointer should be set to NULL and no implementation is necessary.

Plugin Prototype

fzrt_error_td fz_ffmt_cbak_data_model_write_cmpt(

fzrt_int

windex,

fz_ffmt_ref_td

ffmt_id,

void *

data,

fz_grup_ptr

grup,

fz_mat4x4_td *

tform )

Parameters

windex [Input]

project window index

ffmt_id [Input]

The file format reference id.

data [Input]

A pointer to translator defined data.

grup [Input]

component group

tform [Input]

Export transform

Returns

FZRT_NOERR on success. Or:
Appropriate error on failure.

Availability

7.1.0.0

Function Set

fz_ffmt_cbak_data_model_fset


Defined in

fz_ffmt_api.h