formZ SDK | 5.0 API Reference | Project | File Formats

fz_ffmt_format_attr_flags_enum

Description

Translator and file format attribute flags.

enum fz_ffmt_format_attr_flags_enum {

FZ_FFMT_FORMAT_ATTR_DRAFTENABLED_BIT,

FZ_FFMT_FORMAT_ATTR_VIEWABLE_BIT,

FZ_FFMT_FORMAT_ATTR_CANBETEXT_BIT,

FZ_FFMT_FORMAT_ATTR_NEEDS_DEPTH_BIT,

FZ_FFMT_FORMAT_ATTR_NEEDS_SURF_BIT,

FZ_FFMT_FORMAT_ATTR_SUPPORTS_PROCTXTR_BIT,

FZ_FFMT_FORMAT_ATTR_SUPPORTS_HIERGRUP_BIT,

FZ_FFMT_FORMAT_ATTR_SUPPORTS_TXTRCTRL_BIT,

FZ_FFMT_FORMAT_ATTR_SUPPORTS_NURBS_BIT,

FZ_FFMT_FORMAT_ATTR_SUPPORTS_MIXED_TOPO_BIT,

FZ_FFMT_FORMAT_ATTR_SUPPORTS_SINGL_VOLM_BIT };

Members

FZ_FFMT_FORMAT_ATTR_DRAFTENABLED_BIT

This file format translator can open a file for drafting

FZ_FFMT_FORMAT_ATTR_VIEWABLE_BIT

A file format, other than 2d_bitmap, that can be seen in the viewer dialog

FZ_FFMT_FORMAT_ATTR_CANBETEXT_BIT

The format can have an ASCII representation

FZ_FFMT_FORMAT_ATTR_NEEDS_DEPTH_BIT

This bitmap format requires depth info for export

FZ_FFMT_FORMAT_ATTR_NEEDS_SURF_BIT

This bitmap format requires surface style info for export

FZ_FFMT_FORMAT_ATTR_SUPPORTS_PROCTXTR_BIT

This model file format translator can read/write procedural textures

FZ_FFMT_FORMAT_ATTR_SUPPORTS_HIERGRUP_BIT

This file format translator supports hierarchical grouping of objects

FZ_FFMT_FORMAT_ATTR_SUPPORTS_TXTRCTRL_BIT

This file format translator supports parametric texture mapping (cubic, cylindrical, etc.)

FZ_FFMT_FORMAT_ATTR_SUPPORTS_NURBS_BIT

This file format translator supports nurbs objects

FZ_FFMT_FORMAT_ATTR_SUPPORTS_MIXED_TOPO_BIT

This file format translator supports mixed topology objects (i.e. joined lines and volumes)

Availability: 5.0.4.0

FZ_FFMT_FORMAT_ATTR_SUPPORTS_SINGL_VOLM_BIT

This file format translator only supports objects with a single volume. This flag tells formZ that objects containing multiple volumes must be split into multiple objects

Availability: 5.0.4.0

Availability

5.0.0.0

Defined in

fz_ffmt_api.h