formZ SDK | 5.0 API Reference | System | System

fz_syst_save_entities_enum

Description

Entities save options. Used by and when the parameter id is FZ_PROJ_SAVE_OPTS_MODEL_ENTITIES or FZ_PROJ_SAVE_OPTS_DRAFT_ENTITIES.
Note : If either FZ_SYST_SAVE_ENTITIES_VISIBLE or FZ_SYST_SAVE_ENTITIES_PICKED is attempted to be set, but there are no visible or picked entities, respectively, in the active project, the option will default back to FZ_SYST_SAVE_ENTITIES_ALL.

enum fz_syst_save_entities_enum {

FZ_SYST_SAVE_ENTITIES_ALL,

FZ_SYST_SAVE_ENTITIES_VISIBLE,

FZ_SYST_SAVE_ENTITIES_PICKED,

FZ_SYST_SAVE_ENTITIES_NONE };

Members

FZ_SYST_SAVE_ENTITIES_ALL

Save all entities.

FZ_SYST_SAVE_ENTITIES_VISIBLE

Save only visible entities.

FZ_SYST_SAVE_ENTITIES_PICKED

Save only picked entities.

FZ_SYST_SAVE_ENTITIES_NONE

Save no entities.

Availability

5.0.0.0

See Also

fz_syst_save_opts_parm_enum

Defined in

fz_syst_api.h