明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1167|回复: 4

菜鸟求教:ARX中动态块镜像后尺寸标注的问题?

[复制链接]
发表于 2014-9-25 11:04:01 | 显示全部楼层 |阅读模式
各位好!

      又来麻烦了!
      我在程序中对动态块进行镜像,发现动态块的尺寸标注全部都反过来了。因为我的尺寸要随着动态块的变化而跟着变化,所以我把尺寸做到了块里。
      程序我用的是TransformBy。

      部分程序如下:
      

        For Each ID As ObjectId In blockTableRec

                    Dim ent As  Entity = trans.GetObject(ID, OpenMode.ForWrite)
                    If ((ent.GetType() Is GetType(BlockReference))) Then
                        'MessageBox.Show(ent.GetType.ToString + "--" + ent.BlockName)
                        Dim BlkRef As BlockReference = ent ' trans.GetObject(ID, OpenMode.ForWrite)
                        acMat = BlkRef.BlockTransform
                        'Dim acEntFrom As Entity = trans.GetObject(acEntFromRsl.ObjectId, OpenMode.ForWrite)
                    End If

                    Dim pt As Point3d = New Point3d(0, 0, 0)
                    Dim pt1 As Point3d = New Point3d(0, 10, 0)
                    ent.TransformBy(acMat.Mirroring(l))
                Next

我所需要的是把当前文档中的图形进行镜像。

    谢谢啊!预祝国庆快乐!
发表于 2014-9-25 19:19:41 来自手机 | 显示全部楼层
建议你把尺寸拿出来和块成组
 楼主| 发表于 2014-9-28 08:50:20 | 显示全部楼层
雪山飞狐_lzh 发表于 2014-9-25 19:19
建议你把尺寸拿出来和块成组

感谢回复!
我把尺寸拿出来,如果使用TransformBy,尺寸还是反的。
发表于 2014-9-28 09:12:37 | 显示全部楼层
再以 XY 平面镜像一次
 楼主| 发表于 2014-10-20 10:49:38 | 显示全部楼层
ivde 发表于 2014-9-28 09:12
再以 XY 平面镜像一次

感谢ivde回复。
不过我没懂,是对什么做镜像,是对尺寸吗?还请指教!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 12:26 , Processed in 0.169054 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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