formZ SDK | 5.0 API Reference | Project | File Formats

fz_ffmt_expt_vect_feature_enum

Description

Features supported or not supported by vector exporters. By passing these to , it can be determined if a specific exporter supports a feature.

enum fz_ffmt_expt_vect_feature_enum {

FZ_FFMT_EXPT_VECT_FEATURE_LINE_COLOR,

FZ_FFMT_EXPT_VECT_FEATURE_PARM_ARC_ARC,

FZ_FFMT_EXPT_VECT_FEATURE_PATTERN,

FZ_FFMT_EXPT_VECT_FEATURE_DASH,

FZ_FFMT_EXPT_VECT_FEATURE_VERT_INVERT,

FZ_FFMT_EXPT_VECT_FULL_FACES,

FZ_FFMT_EXPT_VECT_POINTS_AS_POINTS };

Members

FZ_FFMT_EXPT_VECT_FEATURE_LINE_COLOR

Exporter supports line colors.

FZ_FFMT_EXPT_VECT_FEATURE_PARM_ARC_ARC

Exporter supports parametric arcs.

FZ_FFMT_EXPT_VECT_FEATURE_PATTERN

Exporter supports patterns.

FZ_FFMT_EXPT_VECT_FEATURE_DASH

Exporter supports dash lines.

FZ_FFMT_EXPT_VECT_FEATURE_VERT_INVERT

Exporter uses inverted (vertical) coordinates.

FZ_FFMT_EXPT_VECT_FULL_FACES

The translator will export full face data. If this feature is not set, formZ will filter out duplicate segments so that each edge is only exported once.

FZ_FFMT_EXPT_VECT_POINTS_AS_POINTS

The exporter will export points from a model view as points. If this feature is not set, formZ will pass points to the translator as they are drawn on the screen (i.e. as filled polylines in wireframe).

Availability

5.0.0.0

Defined in

fz_expt_vect_api.h