- 개념
CREO에서 도면 파일을 DXF, DWG로 변환 할경우 호환성 유지를 위해 아래와 같이 내보내기 대화 상자를 제공 한다. CONFOG.PRO 파일에 몇몇은 미리 설정 할수 있다.
변환 설정을 자동화 하기 위해서는 Mapping 파을을 이용해야 한다. "dxf_export.pro"을 정의 해야 한다,
또한 config.pro 파일에 "dxf_export.pro"의 위치를 정의 해주어야 한다. 정의 방법은 아래와 같다.
- config.pro 변수 추가
intf2d_out_dxf_mapping_file D:\Ptc\proeWildfire\text\intf_configs
DXF 및 DWG 내보내기에 대한 매핑을 지정한다. 파일의 절대 또는 상대 경로를 정의한다. 이 구성 옵션은 PTC Creo Parametric 옵션(PTC Creo Parametric Options) 대화상자에서 DXF 및 DWG 내보내기 매핑 파일 위치(DXF and DWG Export mapping file location) 2D 데이터 교환 설정으로 사용할 수 있다.
- 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 8
map_color LETTER_COLOR 4
map_color HIGHLIGHT_COLOR 7
map_color EDGE_HIGHLIGHT_COLOR 7
map_color GEOMETRY_COLOR 7
map_color HIDDEN_COLOR 3
map_color SHEETMETAL_COLOR 7
map_color CURVE_COLOR 6
map_color VOLUME_COLOR 6
map_color SECTION_COLOR 3
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 2
map_color QUILT_COLOR 6
map_layer 3_ALL_AXES CL
map_layer 7_ALL_FEATURES 0
map_layer DXF_HIDDEN_LINE HL
map_layer 9_DEF_DIMS D
map_layer 9_DEF_NOTE D
map_layer DEFAULT_2 D
map_layer DEFAULT_3 PL
map_layer 8_ALL_NOTES_BALLONS_SYMBOLS_GT 0
! 8_ALL_NOTES_BALLONS_SYMBOLS_GT : PRO-E 도면 포맷에서, 공차테이블
map_layer 7_ALL_FEATURES 0
map_layer DXF_HIDDEN_LINE HL
map_layer 9_DEF_DIMS D
map_layer 9_DEF_NOTE D
map_layer DEFAULT_2 D
map_layer DEFAULT_3 PL
map_layer 8_ALL_NOTES_BALLONS_SYMBOLS_GT 0
! 8_ALL_NOTES_BALLONS_SYMBOLS_GT : PRO-E 도면 포맷에서, 공차테이블
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_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 새굴림
map_font filled 새굴림
map_font isofont 새굴림
map_font filled 새굴림
map_font isofont 새굴림
댓글 없음:
댓글 쓰기