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

fz_ffmt_data_file_units_enum

Description

Specifies units of data in a file. This corresponds to the format Units menu on the Modeling Import Options dialog and the Drafting Import Options dialog.

enum fz_ffmt_data_file_units_enum {

FZ_FFMT_DATA_FILE_UNITS_FILE,

FZ_FFMT_DATA_FILE_UNITS_ASINFMZ,

FZ_FFMT_DATA_FILE_UNITS_INCHES,

FZ_FFMT_DATA_FILE_UNITS_FEET,

FZ_FFMT_DATA_FILE_UNITS_MM,

FZ_FFMT_DATA_FILE_UNITS_CM,

FZ_FFMT_DATA_FILE_UNITS_DM,

FZ_FFMT_DATA_FILE_UNITS_M };

Members

FZ_FFMT_DATA_FILE_UNITS_FILE

The file's units are specified in the file.

FZ_FFMT_DATA_FILE_UNITS_ASINFMZ

The file's units are the same as the project's base unit.

FZ_FFMT_DATA_FILE_UNITS_INCHES

The file's units are Inches.

FZ_FFMT_DATA_FILE_UNITS_FEET

The file's units are Feet.

FZ_FFMT_DATA_FILE_UNITS_MM

The file's units are Millimeters.

FZ_FFMT_DATA_FILE_UNITS_CM

The file's units are Centimeters.

FZ_FFMT_DATA_FILE_UNITS_DM

The file's units are Decimeters.

FZ_FFMT_DATA_FILE_UNITS_M

The file's units are Meters.

Availability

5.0.0.0

Defined in

fz_ffmt_api.h