UF_CGM_colors_e (查看源代码)
 
定义在: uf_cgm_types.h
 
也被称为:
 
概述
Enumerated data type UF_CGM_colors_t defines symbols to specify the
colors applied to geometry recorded in exported CGM files. The colors
field of the UF_CGM_export_options_t structure is set to one of these
symbols.


Data Members

UF_CGM_AS_DISPLAYED_COLORS
Apply the colors displayed on screen.

UF_CGM_PART_COLORS
Apply the colors of the part color table.

UF_CGM_CUSTOM_PALETTE_COLORS
Apply the session custom colors.

UF_CGM_BLACK_ON_WHITE
Apply black to all geometry.

UF_CGM_LEGACY_COLORS
Apply 15 fixed colors supported by
NX releases before NX 3.

UF_CGM_COLOR_BY_WIDTH
Apply the first three entries(representing
thin, normal & thick) of the session
custom colors. In otherwords the color is
determined by the density index. All thin
objects will plot using the first color
entry, all normal objects will plot with
the second color entry, and all thick
objects will plot in the third color entry.

 


 
UF_CGM_fonts_e (查看源代码)
 
定义在: uf_cgm_types.h
 
也被称为:
 
概述
Enumerated data type UF_CGM_fonts_t defines symbols to specify how
text fonts are recorded in the CGM file. The fonts field of the
UF_CGM_export_options_t structure is set to one of these symbols.


Data Members

UF_CGM_1_CALS_FONT
Map all NX fonts to CALS font Hershey
Simplex Roman.

UF_CGM_4_CALS_FONTS
Map NX fonts 1 through 4 to CALS fonts
as follows:
1: Hershey Simplex Roman
2: Hershey Cartographic Roman
3: Hershey Simplex Script
4: Hershey Complex Italic
Map all other NX fonts to CALS font
Hershey Simplex Roman.

UF_CGM_NX_FONTS
Record the names of NX fonts in the CGM.

UF_CGM_DEFAULT_FILE_FONTS
Record fonts according to text font mapping
keywords specified in the CGM Defaults File
(cgmdef.txt).

 


 
UF_CGM_size_mode_e (查看源代码)
 
定义在: uf_cgm_types.h
 
也被称为:
 
概述
Enumerated data type UF_CGM_size_mode_t defines symbols to indicate
how the size of CGM geometry is specified. The mode field of the
UF_CGM_size_t structure is set to one of these symbols.


Data Members

UF_CGM_SIZE_BY_SCALE
Specify size as a scale factor.

UF_CGM_SIZE_BY_DIMENSIONS
Specify size as dimensions.

 


 
UF_CGM_text_mode_e (查看源代码)
 
定义在: uf_cgm_types.h
 
也被称为:
 
概述
Enumerated data type UF_CGM_text_mode_t defines symbols to specify
how text is represented in the CGM file. The text_mode field of the
UF_CGM_export_options_t structure is set to one of these symbols.


Data Members

UF_CGM_TEXT_AS_POLYLINES
Record text as CGM polyline elements.

UF_CGM_TEXT_AS_CHARACTERS
Record text as as CGM text elements.

 


 
UF_CGM_units_e (查看源代码)
 
定义在: uf_cgm_types.h
 
也被称为:
 
概述
Enumerated data type UF_CGM_units_t defines symbols to indicate
the units of dimensions that specify the size of CGM geometry. The
units field of the UF_CGM_dimensions_t structure is set to one of
these symbols.


Data Members

UF_CGM_MILLIMETERS


UF_CGM_INCHES


 


 
UF_CGM_vdc_mode_e (查看源代码)
 
定义在: uf_cgm_types.h
 
也被称为:
 
概述
Enumerated data type UF_CGM_vdc_mode_t defines symbols to specify how
coordinates are represented in the CGM file. The vdc_mode field of
the UF_CGM_export_options_t structure is set to one of these symbols.


Data Members

UF_CGM_INTEGER_VDC
Use 16-bit integer coordinates.

UF_CGM_REAL_VDC
Use 32-bit real coordinates.

 


 
UF_CGM_width_single_e (查看源代码)
 
定义在: uf_cgm_types.h
 
也被称为:
 
概述
ENUMERATED: UF_CGM_width_single_t

DESCRIPTION: This enumerated type specifies the source of a single width
is, one of the 3 standard widths, one of 3 custom widths, or a user-defined
width.


Data Members

UF_CGM_width_std
single width, standard

UF_CGM_width_custom
single width, custom

UF_CGM_width_user
single width, user-defined

 


 
UF_CGM_width_use_e (查看源代码)
 
定义在: uf_cgm_types.h
 
也被称为:
 
概述
ENUMERATED: UF_CGM_width_use_t

DESCRIPTION: This enumerated type specifies the primary selection of
width assignment, a single width, the custom 3 widths, or by color.


Data Members

UF_CGM_width_single
single width

UF_CGM_width_by_width
custom widths by width index

UF_CGM_width_by_color
custom widths by color index

 


 
UF_CGM_widths_e (查看源代码)
 
定义在: uf_cgm_types.h
 
也被称为:
 
概述
Enumerated data type UF_CGM_widths_t defines symbols to specify the
line widths applied to geometry recorded in exported CGM files. The
widths field of the UF_CGM_export_options_t structure is set to one
of these symbols.


Data Members

UF_CGM_STANDARD_WIDTHS
Apply 3 fixed line widths.

UF_CGM_SINGLE_WIDTH
Apply the single line width defined
in the session custom widths.

UF_CGM_CUSTOM_3_WIDTHS
Apply custom widths per-width index,
as defined in the session custom widths.

UF_CGM_CUSTOM_PALETTE_WIDTHS
Apply custom widths per-color index,
as defined in the session custom widths.

UF_CGM_DEFAULT_FILE_WIDTHS
Apply line width settings specified in
the CGM Defaults File (cgmdef.txt).