田草博客
日志搜索


 标题   内容 评论


网友交流QQ群:11740834 需注明申请加入原因

微信 公众号:ByCAD

邮箱:tiancao1001x126.com
ByCAD,微信公众号
首页 | 普通 | 电脑 | AutoCAD | VB/VB.NET | FLash | 结构 | 建筑 | 电影 | BIM | 规范 | 软件 | ID
-随机-|-分布-
-博客论坛-|-﨣﨤﨧﨨-
-网站导航-|-规范下载-
-BelovedFLash欣赏-

用户登陆
用户:
密码:
 

站点日历
73 2008 - 8 48
     12
3456789
10111213141516
17181920212223
24252627282930
31

站点统计

最新评论


友情链接

其他信息

显示模式: 默认视图 | 文章列表
未知 标注面域面积   [ 2008-08-07  |  本站原创 ]
'标注面域面积*******************************************************
'
Sub DimArea()
    'On Error Resume Next
    Dim A As Double
    Dim xHeight As Integer
    Dim Temp As AcadEntity
    Dim Pmin As Variant
    Dim Pmax As Variant
    Dim Pc As Variant
    Dim T As AcadText
n:
    '先选择一个标注对象
    ThisDrawing.Utility.GetEntity Temp, Pmin, "请选择一个标注对像"
    Prompt Temp.ObjectName
    If Temp.ObjectName = "AcDbRegion" Then
        A = Temp.Area
        A = A / 10 ^ 6
        A = Format(A, "0.0000")
        'MsgBox A
        Temp.GetBoundingBox Pmin, Pmax
        Pc = centerPoint(Pmin, Pmax)
        'ThisDrawing.ModelSpace.AddPoint Pmin
        'ThisDrawing.ModelSpace.AddPoint pamx
        xHeight = P2PDistance(Pmin, Pmax) / 5
        If xHeight > 2000 Then xHeight = 2000
        Set T = ThisDrawing.ModelSpace.AddText(A, Point3D(0, 0, 0), xHeight)
        T.Alignment = acAlignmentCenter
        T.Move T.TextAlignmentPoint, Pc
    Else
        GoTo n:
    End If
End Sub
'***************************************************************************

阅读全文……
作者:tiancao1001 | 分类:AutoCAD | 评论:0 | 引用:0 | 查看:11188

Tiancao Blog All Rights Reserved 田草博客 版权所有
Copyright ©