dxf_export.pro

来自「proe5.0野火版下载(中文版免费下载)」· PRO 代码 · 共 49 行

PRO
49
字号
! 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_color       BACKGROUND_COLOR          7map_color       DIMMED_COLOR              7map_color       LETTER_COLOR              7map_color       HIGHLIGHT_COLOR           7map_color       EDGE_HIGHLIGHT_COLOR      7map_color       GEOMETRY_COLOR            7map_color       HIDDEN_COLOR              7map_color       SHEETMETAL_COLOR          7map_color       CURVE_COLOR               7map_color       VOLUME_COLOR              7map_color       SECTION_COLOR             7map_color       PRESEL_HIGHLIGHT_COLOR    7map_color       SELECTED_COLOR            7map_color       SECONDARY_SELECTED_COLOR  7map_color       PREVIEW_GEOM_COLOR        7map_color       SECONDARY_PREVIEW_COLOR   7map_color       DATUM_COLOR               7map_color       QUILT_COLOR               7map_layer       DXF_AXIS                  1map_layer       DXF_CONTINUOUS_LINE       2map_layer       DXF_HIDDEN_LINE           3map_layer       DXF_DIMENSION             4map_layer       DXF_TEXT                  5map_layer       DXF_HATCHING              6map_layer       DXF_TABLE                 7map_layer       DXF_BALLOON               8map_layer       DXF_FORMAT                9map_line_style  solidfont                 bylayermap_line_style  phantomfont               bylayermap_line_style  ctrlfont                  bylayermap_line_style  bylayerfont               bylayermap_line_style  dashfont                  bylayermap_line_style  ctrlfont_s_l              bylayermap_line_style  ctrlfont_s_s              bylayermap_line_style  ctrlfont_l_l              bylayermap_line_style  dashfont_s_s              bylayermap_line_style  phantomfont_s_s           bylayermap_line_style  ctrlfont_mid_l            bylayermap_font        font                      simplex.shxmap_font        filled                    bigfont.shxmap_font        isofont                   arial.ttf

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?