找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 4916|回复: 7

[求助] 求教PROE转CAD的bylayer颜色问题

[复制链接]

5

主题

45

回帖

3

威望

助工

积分
62
发表于 2010-4-8 15:57 | 显示全部楼层 |阅读模式
以下是我的dxf_export.pro文件,
线型转过CAD后都是bylayer线型,
但颜色转过CAD后却不是bylayer颜色,(在dwg导出环境窗口里的颜色选项卡里面都显示按层了)
求教原因。
我用的版本是wf5.0 f000

!===================================================================

!此文件设置dxf/dwg导出环境窗口里的缺省值。

!2010年04月版 lin
!===================================================================


!☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆

!map_color    <1>    <2>
!颜色转换设置,值<1>是Pro/E里的颜色名称,值<2>是Auto CAD里的颜色名称。
!☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆

map_color       BACKGROUND_COLOR          bylayer

map_color       DIMMED_COLOR              bylayer

map_color       LETTER_COLOR              bylayer

map_color       HIGHLIGHT_COLOR           bylayer

map_color       EDGE_HIGHLIGHT_COLOR      bylayer

map_color       GEOMETRY_COLOR            bylayer

map_color       HIDDEN_COLOR              bylayer

map_color       SHEETMETAL_COLOR          bylayer

map_color       CURVE_COLOR               bylayer

map_color       VOLUME_COLOR              bylayer

map_color       SECTION_COLOR             bylayer

map_color       PRESEL_HIGHLIGHT_COLOR    bylayer

map_color       SELECTED_COLOR            bylayer

map_color       SECONDARY_SELECTED_COLOR  bylayer

map_color       PREVIEW_GEOM_COLOR        bylayer

map_color       SECONDARY_PREVIEW_COLOR   bylayer
map_color       DATUM_COLOR               bylayer

map_color       QUILT_COLOR               bylayer

map_color       0,255,0                   bylayer

map_color       3,3,255                   bylayer

map_color       28,28,28                  bylayer

map_color       100,3,3                   bylayer

map_color       105,0,56                  bylayer

map_color       224,242,255               bylayer

map_color       245,245,245               bylayer

map_color       250,160,0                 bylayer

map_color       255,0,0                   bylayer

map_color       255,255,0                 bylayer

map_color       255,255,242               bylayer

map_color       255,255,255               bylayer



!☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆

!map_layer    <1>    <2>
!图层转换设置,值<1>是Pro/E里的图层名称,值<2>是Auto CAD里的图层名称。
!☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆


map_layer       DXF_AXIS                  _AXIS

map_layer       DXF_CONTINUOUS_LINE       _CONTINUOUS_LINE

map_layer       DXF_HIDDEN_LINE           _HIDDEN_LINE

map_layer       DXF_DIMENSION             _DIMENSION

map_layer       DXF_TEXT                  _TEXT

map_layer       DXF_HATCHING              _HATCHING
map_layer       DXF_TABLE                 _TABLE

map_layer       DXF_BALLOON               _BALLOON

map_layer       DXF_FORMAT                _FORMAT



!☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆

!map_line_style    <1>    <2>
!线型转换设置,值<1>是Pro/E里的线型名称,值<2>是Auto CAD里的线型名称。
!☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆

map_line_style  solidfont                 bylayer

!实线

map_line_style  dotfont                   bylayer
!点虚线
map_line_style  ctrlfont                  bylayer

!控制线
map_line_style  phantomfont               bylayer
!双点划线
map_line_style  dashfont                  bylayer
!短划线
map_line_style  ctrlfont_s_l              bylayer

!ctrlfont_s_l
map_line_style  ctrlfont_l_l              bylayer

!控制线_L_L
map_line_style  ctrlfont_s_s              bylayer

!ctrlfont_s_s
map_line_style  dashfont_s_s              bylayer

!短划线_S_S
map_line_style  ctrlfont_mid_l            bylayer

!控制线_mid_l
map_line_style  intmit_lww_hidden         bylayer

!intmit_lww_hidden
map_line_style  pdfhidden_linestyle       bylayer

!pdfhidden_linestyle

map_line_style  phantomfont_s_s           bylayer

!phantomfont_s_s


!☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆

!map_font   <1>    <2>
!字体转换设置,值<1>是Pro/E里的字体名称,值<2>是Auto CAD里的字体名称。
!☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆

map_font        font                      ChangFangSong.ttf

map_font        filled                    ChangFangSong.ttf

map_font        isofont                   ChangFangSong.ttf

[ 本帖最后由 vofc 于 2010-4-8 16:19 编辑 ]

5

主题

45

回帖

3

威望

助工

积分
62
 楼主| 发表于 2010-4-8 16:00 | 显示全部楼层
以上是我的dxf_export.pro文件,
线型转过CAD后都是bylayer线型,
但颜色却不是bylayer颜色,
求教原因。
我用的版本是wf5.0 f000
回复

使用道具 举报

0

主题

48

回帖

0

威望

助工

积分
54
发表于 2010-4-8 16:52 | 显示全部楼层
我正好 有这个问题,真是雪中送炭啊。
回复

使用道具 举报

5

主题

45

回帖

3

威望

助工

积分
62
 楼主| 发表于 2010-4-8 17:04 | 显示全部楼层
去哪找碳送呀,都没人帮忙,还没找到解决办法,只能手动选中全部图元再改颜色为bylayer
回复

使用道具 举报

50

主题

1168

回帖

12

威望

讲师

积分
1871
发表于 2010-4-8 17:48 | 显示全部楼层
期待高手出现!!
回复

使用道具 举报

5

主题

45

回帖

3

威望

助工

积分
62
 楼主| 发表于 2010-4-11 14:12 | 显示全部楼层
有没有高手解答解答呀
回复

使用道具 举报

6

主题

56

回帖

1

威望

助工

积分
81
QQ
发表于 2012-6-7 00:52 | 显示全部楼层
好东西呀,找了很久了
回复

使用道具 举报

53

主题

1205

回帖

56

威望

讲师

积分
1485

希望之星勋章

QQ
发表于 2012-12-27 20:09 | 显示全部楼层
   我也遇到麻烦了,帮你一起顶起。
敢于不断的否定自己,不断否定以前的业绩,过去不等于未来。

要对未来充满自信。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

本站为非营利性站点,部分资源为网友搜集或发布,仅供学习和研究使用,如用于商业用途,请购买正版。站内所发布的资源,如有侵犯你的权益,请发邮件联系我们,本站将立即改正或删除。

手机版|小黑屋|野火论坛(©2007~2024) ( 苏ICP备11036728号-2 )苏公网安备 32039102000103号|站长QQ28016688

GMT+8, 2024-11-27 08:40 , Processed in 0.133011 second(s), 22 queries .

快速回复 返回顶部 返回列表