明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1728|回复: 4

[求助]如何得到ucs和wus之间的夹角(已解决)

[复制链接]
发表于 2009-9-24 17:26:00 | 显示全部楼层 |阅读模式
本帖最后由 作者 于 2009-9-29 8:29:14 编辑

    blockRefObj.Rotation = ThisDrawing.Utility.AngleFromXAxis(ThisDrawing.GetVariable("UCSORG"), _
                            ThisDrawing.GetVariable("UCSXDIR"))

用这样的方法 块的旋转角度似乎是随机性的

详见5楼

发表于 2009-9-24 18:30:00 | 显示全部楼层
 楼主| 发表于 2009-9-25 11:16:00 | 显示全部楼层

斑竹 UcS是已经有了的 如何获取啊

能不能演示一下 

 楼主| 发表于 2009-9-28 02:02:00 | 显示全部楼层

参考了网上的代码

    Dim CurrUCS As AcadUCS
    If ThisDrawing.GetVariable("UCSNAME") = "" Then
        With ThisDrawing
            Set CurrUCS = .UserCoordinateSystems.Add( _
                            .GetVariable("UCSORG"), _
                            .GetVariable("UCSXDIR"), .GetVariable("UCSYDIR"), _
                            "OriginalUCS")
        End With
    Else
        Set CurrUCS = ThisDrawing.ActiveUCS  'current UCS is saved
    End If
    blockRefObj.TransformBy (CurrUCS.GetUCSMatrix())

结果是块角度没变

其中有段代码改一下

                            .Utility.TranslateCoordinates(.GetVariable("UCSXDIR"), acUCS, acWorld, 0), _
                            .Utility.TranslateCoordinates(.GetVariable("UCSYDIR"), acUCS, acWorld, 0), _
这样块的角度就是ucs的两倍角(特殊情况下不一定)

怎么会这样啊 真是无语了

 楼主| 发表于 2009-9-29 08:28:00 | 显示全部楼层

    Dim P0(2)       As Double    
    Set blockRefObj = ThisDrawing.ModelSpace.InsertBlock(P1, TreeView1.SelectedItem.Key, 1, 1, 1, 0, KeyW)
    P0(0) = 0
    P0(1) = 0
    P0(2) = 0
    blockRefObj.Rotation = ThisDrawing.Utility.AngleFromXAxis(P0, ThisDrawing.GetVariable("UCSXDIR"))

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

本版积分规则

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

GMT+8, 2024-11-26 01:27 , Processed in 0.169687 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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