- UID
- 51887
- 积分
- 0
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2003-5-23
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
在MICROSTATION中打印图形有一点麻烦,就是有些打印机打印出的线条粗细以及虚线、点化线不符合标准,但可以修改,有许多用户却不知道怎么修改,我告诉大家
首先打开MICROSTATION8.0的软件,然后选择打印
在打印的窗口下,选择文件,再选择编辑打印机驱动程序
找到:
; from MicroStation.
;
style(1) = ( 0.35, 1.05) /hardware /units=MM ; style = dot
style(2) = ( 2.45, 1.05) /hardware /units=MM ; style = med dash
style(3) = ( 4.20, 1.40) /hardware /units=MM ; style = long dash
style(4) = ( 22.00, 1.55, 0.80, 1.55) /hardware /units=MM ; style = dot-dash
style(5) = ( 1.40, 1.40) /hardware /units=MM ; style = short dash
style(6) = ( 22.00, 0.85, 0.85, 0.85, 0.85, 0.85) /hardware /units=MM ; style = dash-dot-dot
style(7) = ( 2.80, 0.70, 1.40, 0.70) /hardware /units=MM ; style = long dash - short dash
; linecap, linejoin and miter_limit
; Note: these settings do not have an effect in Win95/3.x
; due to a limitation in the Graphics Device Interface
;
linecap = 1 ; 1=butt, 2=square, 4=round
linejoin = 5 ; 2=miter/bevel, 4=round, 5=beveled
miter_limit = 1.415 ; Larger values allow longer spikes w/linejoin=2
; Specify the mapping of MicroStation line weights to line thickness on paper.
; Units are MM, IN, or DOTS (the default)
weight_strokes(mm)=(0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, 1.125, \
1.250, 1.375, 1.500, 1.625, 1.750, 1.875, 2.000, 2.125, \
2.250, 2.375, 2.500, 2.625, 2.750, 2.875, 3.000, 3.125, \
3.250, 3.375, 3.500, 3.625, 3.750, 3.875, 4.000, 4.125)
其中红色部分如style(3) = ( 4.20, 1.40)是修改线型的,你们看到的与我的是不一样的,因为我已经修改过了,用户可以根据相关行业的国家制图标准来进行修改,
( 4.20, 1.40)中4.20为线长,1.4为间距,即说明虚线的实线长4.2mm,再空1.4mm然后继续4.2,1.4……
其中蓝色部分如weight_strokes(mm)=(0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, 1.125, \为线条粗细设置,一般修改第一行的就够用了,也根据国家标准进行修改,第一个数字是最细的,然后次之
修改完后,保存文件,关闭打印机窗口,今后你做的图形,线条、线形就和我们国家的标准接轨了,下一步将介绍如何修改标注箭头如何符合国家标准。
详细文件见附件(仅区分颜色,无内容增加) |
|