|
楼主 |
发表于 2022-6-22 11:24
|
显示全部楼层
dxf_export.pro
! This is a DXF/DWG export mapping file example.
! It should be used as a reference for mapping
! color/layer/linestyle/text font functionality
!===================================================================
map_layer DXF_FORMAT _图框
map_layer DXF_Text _文本批注
map_layer DXF_AXIS _轴线
map_layer DXF_CONTINUOUS_LINE _粗实线
map_layer DXF_DIMENSION _尺寸标注
map_layer DXF_HATCHING _剖面线
map_layer DXF_HIDDEN_LINE _虚线
map_color BACKGROUND_COLOR 7
! 背景颜色!
map_color DIMMED_COLOR 3
! 标注尺寸颜色!
map_color LETTER_COLOR 3
! 字母颜色!
map_color HIGHLIGHT_COLOR 6
! 突出显示颜色!
map_color EDGE_HIGHLIGHT_COLOR 6
! 加亮边颜色!
map_color GEOMETRY_COLOR 7
! 几何图形颜色!
map_color HIDDEN_COLOR 7
! 隐藏线颜色!
map_color SHEETMETAL_COLOR 7
!钣金件!
map_color CURVE_COLOR 7
!曲线!
map_color VOLUME_COLOR 7
!制造体积块!
map_color SECTION_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_color DATUM_COLOR 1
!基准!
map_color QUILT_COLOR 7
!面组!
map_layer DXF_AXIS 1
map_layer DXF_CONTINUOUS_LINE 2
map_layer DXF_HIDDEN_LINE 3
map_layer DXF_DIMENSION 4
map_layer DXF_TEXT 5
map_layer DXF_HATCHING 6
map_layer DXF_TABLE 7
map_layer DXF_BALLOON 8
map_layer DXF_FORMAT 9
map_line_style solidfont bylayer
map_line_style phantomfont bylayer
map_line_style ctrlfont bylayer
map_line_style bylayerfont bylayer
map_line_style dashfont bylayer
map_line_style ctrlfont_s_l center
map_line_style ctrlfont_s_s center
map_line_style ctrlfont_l_l bylayer
map_line_style dashfont_s_s bylayer
map_line_style phantomfont_s_s bylayer
map_line_style ctrlfont_mid_l bylayer
map_font font simplex.shx
map_font filled bigfont.shx
map_font isofont arial.ttf
map_font cal_alf isocp.shx,hzfs.shx
map_font cal_grek isocp.shx,hzfs.shx
map_font chfntf isocp.shx,hzfs.shx
map_font chfnth isocp.shx,hzfs.shx
map_font chfntk isocp.shx,hzfs.shx
map_font font3d isocp.shx,hzfs.shx
map_font font_chinese_cn isocp.shx,hzfs.shx
map_font font_hebrew isocp.shx,hzfs.shx
map_font font_latin isocp.shx,hzfs.shx
map_font iso30985font isocp.shx,hzfs.shx
map_font isofont isocp.shx,hzfs.shx
map_font leroy isocp.shx,hzfs.shx
map_font norm_fonts isocp.shx,hzfs.shx
map_font special characters isocp.shx,hzfs.shx
map_font ttf_font isocp.shx,hzfs.shx
map_font win_chcn_font isocp.shx,hzfs.shx
map_font win_font isocp.shx,hzfs.shx
map_font font isocp.shx,hzfs.shx
map_font filled isocp.shx,hzfs.shx
map_font isofont isocp.shx,hzfs.shx
|
|