formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Data Model
Description
Specifies the export grouping method. Some file formats store model data hierarchically. A file's hierarchy can be generated from formZ's hierarchy. This corresponds to the Grouping Method menu on the Modeling Export Options dialog.
enum fz_ffmt_data_model_write_grup_meth_enum {
FZ_FFMT_DATA_MODEL_WRITE_GRUP_METH_NOGROUPING,
FZ_FFMT_DATA_MODEL_WRITE_GRUP_METH_BYOBJECT,
FZ_FFMT_DATA_MODEL_WRITE_GRUP_METH_BYCOLOR,
FZ_FFMT_DATA_MODEL_WRITE_GRUP_METH_BYLAYER,
FZ_FFMT_DATA_MODEL_WRITE_GRUP_METH_BYGROUPFLAT,
FZ_FFMT_DATA_MODEL_WRITE_GRUP_METH_BYGROUPHIER };
Members
FZ_FFMT_DATA_MODEL_WRITE_GRUP_METH_NOGROUPING
Create no hierarchy in the exported file.
FZ_FFMT_DATA_MODEL_WRITE_GRUP_METH_BYOBJECT
Create a separate entry in the file's hierarchy for each object.
FZ_FFMT_DATA_MODEL_WRITE_GRUP_METH_BYCOLOR
Create an entry in the file's hierarchy for each color and group objects by their color.
FZ_FFMT_DATA_MODEL_WRITE_GRUP_METH_BYLAYER
Create an entry in the file's hierarchy for each layer and group objects by their layer.
FZ_FFMT_DATA_MODEL_WRITE_GRUP_METH_BYGROUPFLAT
Create an entry in the file's hierarchy for each group and group objects by their formZ group. This method ignores any nesting of groups.
FZ_FFMT_DATA_MODEL_WRITE_GRUP_METH_BYGROUPHIER
Create an entry in the file's hierarchy for each group and group objects by their formZ group. This method does not ignore nesting of groups.
Availability
5.0.0.0
Defined in