2014년 11월 13일 목요일

MCAD LAB - CREO 도면 (DRW)을 Autocad(DWG)로 변경 하기

CREO에서 SAVE AS를 선택하고  TYPE은 DWG나 DXF를 선택한다.



1. Creo의 font_korean를 dwg의 한글 폰트로 변경 한다
(사용자가 직법 폰트 이름을 정의 한다)

2. 다른 방법은 CREO에서 변환된 FONT (Default - TXT) 파일을 오토캐드에서 Style 명령을 사용하여 Font를 변경 한다.

3. 마자막으로 DXF로 자동 변경 하는 방법을 알아본다. (매핑 파일 사용 하기)


CONFIG.PRO 파일 옵션 정의

1. dxf_export_format
    DXF 내보내기 형식 버전:(DXF export format version:)
    12, 13, 14, 2000, 2004, 2007

2.dwg_export_format
    DWG 내보내기 형식 버전:(DWG export format version:)
    121314200020042007

3.intf2d_out_dxf_mapping_file
    DXF 또는 DWG 매핑 파일의 경로입니다.

4. dxf_out_drawing_scale
   척도를 DXF 또는 DWG 형식으로 내보내기(Export drawing scale to DXF or DWG format)
   YES, NO (YES로 정의)

5. dxf_out_scale_views
   DXF 또는 DWG 형식으로 내보낼 때 드로잉 보기 배율 지정(Scale drawing views when exporting to DXF or DWG format)
  YES, NO (YES로 정의)


매핑 파일 사용 하기
CONFIG.PRO 파일의 intf2d_out_dxf_mapping_file 옵션을 사용한다.

매핑 예제 파일 

E:\proeWildfire 4.0\text\intf_configs  > 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_color       BACKGROUND_COLOR          7
map_color       DIMMED_COLOR              7
map_color       LETTER_COLOR              7
map_color       HIGHLIGHT_COLOR           7
map_color       EDGE_HIGHLIGHT_COLOR      7
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               7
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              bylayer
map_line_style  ctrlfont_s_s              bylayer
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






댓글 없음:

댓글 쓰기