! This is dxf export mapping colors file example.
! It should be used as a referrence for mapping
! color/layer/line style functionallity
!===================================================================
map_color BACKGROUND_COLOR 5
map_color DIMMED_COLOR 9
map_color LETTER_COLOR 2 !尺寸线
map_color HIGHLIGHT_COLOR 1
map_color EDGE_HIGHLIGHT_COLOR 140 !文字及尺寸
map_color GEOMETRY_COLOR 7 !几何线条
map_color HIDDEN_COLOR 8 !隐藏线
map_color SHEETMETAL_COLOR 3
map_color CURVE_COLOR 40
map_color VOLUME_COLOR 6
map_color SECTION_COLOR 4 !剖面
map_color DATUM_COLOR 1 !中心线
map_color QUILT_COLOR 7
map_color PRESEL_HIGHLIGHT_COLOR 7
map_color SELECTED_COLOR 7
map_color SECONDARY_SELECTED_COLOR 7
map_color PREVIEW_GEOM_COLOR 7
map_color SECONDARY_PREVIEW_COLOR 7
map_layer DXF_AXIS _AXIS !轴线
map_layer DXF_CONTINUOUS_LINE _continuousline !连续线
map_layer DXF_HIDDEN_LINE _hiddenline !隐藏线
map_layer DXF_DIMENSION _dim !尺寸标注
map_layer DXF_TEXT _text !文本批注
map_layer DXF_HATCHING _section !剖面线
map_layer DXF_TABLE _table !表格
map_layer DXF_BALLON _balloon !球标符号
map_layer DXF_FORMAT _format !图框
map_line_style solidfont bylayer
map_line_style phantomfont phantom
map_line_style ctrlfont center
map_line_style bylayerfont center
map_line_style dashfont dashed
map_line_style ctrlfont_s_l center
map_line_style ctrlfont_s_s center2
map_line_style ctrlfont_l_l centerx2
map_line_style dashfont_s_s dashed2
map_line_style phantomfont_s_s phantom2
map_line_style ctrlfont_mid_l center
map_line_style dotfont hidden
|