明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 3156|回复: 4

AutoCAD的尺寸标注信息用vba怎么提取

[复制链接]
发表于 2007-4-20 19:27:00 | 显示全部楼层 |阅读模式
    AutoCAD的尺寸标注信息用vba怎么提取?最后用excel表输出什么什么形式,是代码还是直接的标注样式?
发表于 2007-5-1 14:04:00 | 显示全部楼层
看不懂需要什么
发表于 2010-7-23 11:06:00 | 显示全部楼层

楼主就是想要将CAD图纸中的尺寸都提取到excel 中吧

发表于 2018-5-11 21:02:47 | 显示全部楼层
同问。有时需要直接从图上的标注中提取标注的数值。标注对象选择后,不知道提取哪个属性能够得到。
发表于 2018-8-9 14:04:29 | 显示全部楼层
标注的属性,VB6.0
returnobj.TextStyle = "BigHuaZi" '文字样式
returnobj.TextHeight = 3.73  '文字高度
returnobj.TextGap = 0.1 '文字偏移
returnobj.TextColor = 4 '文字颜色
returnobj.ScaleFactor = 20 '比例因子
returnobj.Linetype = "ByBlock" '线型
returnobj.TextOverride = "" '文字代替
returnobj.Arrowhead1Type = 5 '箭头1样式
returnobj.Arrowhead2Type = 5 '箭头2样式
returnobj.ArrowheadSize = 2'箭头大小
returnobj.ExtensionLineOffset = 2'尺寸界线偏移
returnobj.ExtensionLineExtend = 2'尺寸界线范围
returnobj.DimensionLineExtend = 2'尺寸线范围
returnobj.ExtLineFixedLen = 2'尺寸界线的固定长度
returnobj.DimensionLineColor = 2 '尺寸线颜色
returnobj.ExtLineFixedLenSuppress = True '固定尺寸界线
returnobj.ExtLine1Suppress = False '尺寸界线1
returnobj.ExtLine2Suppress = False '尺寸界线2
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 06:52 , Processed in 0.158619 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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