formZ SDK | 5.0 API Reference | System | System

fz_syst_color_paste_enum

Description

How the colors of entities are treated when the entities are pasted from one project to another.

enum fz_syst_color_paste_enum {

FZ_SYST_COLOR_PASTE_ACTIVE,

FZ_SYST_COLOR_PASTE_BEST_MATCH,

FZ_SYST_COLOR_PASTE_TRANSFER };

Members

FZ_SYST_COLOR_PASTE_ACTIVE

Use active color. The pasted entity takes the color or surface style that is active in the receiving project.

FZ_SYST_COLOR_PASTE_BEST_MATCH

Use best matching color. The pasted entity takes the color or surface style in the receiving project that is closest to the original color.

FZ_SYST_COLOR_PASTE_TRANSFER

Transfer original color. If the color or surface style of the entity already exists in the receiving project, it is assigned that color or surface style. Otherwise, the color or surface style is added to the receiving project and assigned to the entity.

Availability

5.0.0.0

See Also

fz_syst_set_color_paste

Defined in

fz_syst_api.h