formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Data Model

fz_ffmt_data_model_read_grup_meth_enum

Description

Specifies the import grouping method. Some file formats store model data hierarchically. The data can be imported without preserving the hierarchy or representing the hierarchy as groups or layers in formZ. This corresponds to the Import Grouping menu in the Import As Modeling Objects section of the Modeling Import Options dialog.

enum fz_ffmt_data_model_read_grup_meth_enum {

FZ_FFMT_DATA_MODEL_READ_GRUP_METH_NOGROUPS,

FZ_FFMT_DATA_MODEL_READ_GRUP_METH_ASGROUPS,

FZ_FFMT_DATA_MODEL_READ_GRUP_METH_ASLAYERS };

Members

FZ_FFMT_DATA_MODEL_READ_GRUP_METH_NOGROUPS

Don't create groups on import.

FZ_FFMT_DATA_MODEL_READ_GRUP_METH_ASGROUPS

Preserve the hierarchy as groups.

FZ_FFMT_DATA_MODEL_READ_GRUP_METH_ASLAYERS

Preserve the hierarchy as layers.

Availability

5.0.0.0

Defined in

fz_ffmt_api.h