找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

查看: 657|回复: 3

[分享]:发现一个MS的BAISC源程序

[复制链接]
发表于 2005-7-14 10:05:58 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
有一个microstation源程序,是控制从DWG与DGN转换的程序,使得层对层,线形对线形,颜色对颜色控制,但是不知道差一点什么定义,不能运行,路过请解决一下。源程序如下:
'DWG Import/Export Settings
Sub Main()
MbeLevelTable.addImportEntryFromFile "d:\microstation\Home\prefs\dwgdata\dwglevel.tbl", "MASTERFILE"
MbeWeightColor.addImportEntryFromFile "d:\microstation\Home\prefs\dwgdata\dwgwtco.tbl"
MbeLineStyle.addImportEntryFromFile "d:\microstation\Home\prefs\dwgdata\dwgline.tbl"
MbeColorTable.addImportEntryFromFile "d:\microstation\Home\prefs\dwgdata\dwgcolor.tbl"
MbeCharTable.addImportEntryFromFile "d:\microstation\Home\prefs\dwgdata\dwgchar.tbl"
MbeDWGImportSettings.xRefNestDepth = 10
Dim point0 As MbePoint
        point0.x = 0#
        point0.y = 0#
        point0.z = 0#
stat = MbeDWGImportSettings.setOrigin(point0)
MbeDWGImportSettings.shiftGlobalOrigin = MBE_Off
MbeDWGImportSettings.importFrozenLayers = MBE_On
MbeDWGImportSettings.mapWeightColor = MBE_Off
MbeDWGImportSettings.displayElement = MBE_On
MbeDWGImportSettings.compressFractions = MBE_Off
MbeDWGImportSettings.mapCharacters = MBE_Off
MbeDWGImportSettings.useLineStyles = MBE_On
MbeDWGImportSettings.resolveXRef = MBE_XRefMissing
MbeDWGImportSettings.unitsMode = MBE_Master
MbeDWGImportSettings.cellMode = MBE_Shared
MbeDWGImportSettings.ColorMode = MBE_AcadPalette
MbeDWGImportSettings.convertAttributes = MBE_Tags
MbeLevelTable.addExportEntryFromFile "d:\microstation\Home\prefs\dwgdata\dwglevel.tbl", "MASTERFILE"
MbeWeightColor.addExportEntryFromFile "d:\microstation\Home\prefs\dwgdata\dwgwtco.tbl"
MbeLineStyle.addExportEntryFromFile "d:\microstation\Home\prefs\dwgdata\dwgline.tbl"
MbeColorTable.addExportEntryFromFile "d:\microstation\Home\prefs\dwgdata\dwgcolor.tbl"
MbeCharTable.addExportEntryFromFile "d:\microstation\Home\prefs\dwgdata\dwgchar.tbl"
MbeWeightWidth.addExportEntryFromFile "d:\microstation\Home\prefs\dwgdata\dwgwght.tbl"
MbeDWGExportSettings.refSourceView = 1
MbeDWGExportSettings.masterSourceView = 0
MbeDWGExportSettings.numberOfColors = 256
MbeDWGExportSettings.seedDWGFile = ""
MbeDWGExportSettings.overrideLevelNames = MBE_On
MbeDWGExportSettings.expandFractions = MBE_On
MbeDWGExportSettings.useColorMapping = MBE_Off
MbeDWGExportSettings.useCharMapping = MBE_Off
MbeDWGExportSettings.convertWeight = MBE_WeightAs_Ignore
MbeDWGExportSettings.defaultRefMode = MBE_MergeRef
MbeDWGExportSettings.defaultClippedRefMode = MBE_MergeRef
MbeDWGExportSettings.defaultSelfRefMode = MBE_MergeRef
MbeDWGExportSettings.resolveRefAttachments = MBE_XRefMissing
MbeDWGExportSettings.unitsMode = MBE_Master
MbeDWGExportSettings.dwgVersion = MBE_DWGVER_14
MbeDWGExportSettings.convertShapes = MBE_Shape_As_Polyline
MbeDWGExportSettings.convertSmallFilledShapes = MBE_Shape_As_Solid
MbeDWGExportSettings.convertSmallShapes = MBE_Shape_As_Polyline
MbeDWGExportSettings.convertWideLineCode = MBE_LStyleOpt_PolyLine
MbeDWGExportSettings.convertComplexLStyle = MBE_LStyleOpt_SingleLine
MbeDWGExportSettings.dxfOutOption = MBE_DXFFile_Complete
End Sub
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
发表于 2005-7-14 15:05:03 | 显示全部楼层
从DWG与DGN转换的的时候 ms本身就可以 层对层,线形对线形,颜色对颜色
不需要其它程序
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-7-15 14:07:39 | 显示全部楼层
斑竹,你用V8转的吧,V7可不行,V7转过来后,只有层可以对应,线形,颜色,和线宽都没有
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
回复 支持 反对

使用道具 举报

发表于 2005-7-15 14:26:56 | 显示全部楼层
你的例子只是参数的设置 并没有什么实际功能
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
回复 支持 反对

使用道具 举报

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

本版积分规则

QQ|申请友链|Archiver|手机版|小黑屋|辽公网安备|晓东CAD家园 ( 辽ICP备15016793号 )

GMT+8, 2024-11-23 00:20 , Processed in 0.198767 second(s), 36 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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