找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

查看: 767|回复: 1

[ARX函数]:ads_xformss函数用法讨论

[复制链接]
发表于 2002-6-14 15:44:10 | 显示全部楼层 |阅读模式

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

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

×
1、R14的ARX中ads_xformss函数是否对于所有的实体均可进行变换?
2、实体镜像变换的矩阵形式是怎样的?
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!

已领礼包: 145个

财富等级: 日进斗金

发表于 2002-6-17 05:00:08 | 显示全部楼层

Re: [ARX函数]:ads_xformss函数用法讨论

最初由 Hellow 发布
[B]1、R14的ARX中ads_xformss函数是否对于所有的实体均可进行变换?
2、实体镜像变换的矩阵形式是怎样的? [/B]


在ARX中,推荐你使用AcDbEntity::transformBy(....)

镜像矩阵,你可以用AcGeMatrix3d类的SET方法构造。

AcGeMatrix3d&
setToMirroring(

    const AcGePlane& pln);

pln        Input mirror plane

Sets this matrix to the matrix of mirroring with respect to the plane pln. Returns the reference to this matrix.

AcGeMatrix3d&
setToMirroring(

    const AcGeLine3d& line);

line        Input line of symmetry

Sets this matrix to the matrix of mirroring with respect to line line. Returns the reference to this matrix.

AcGeMatrix3d&
setToMirroring(

    const AcGePoint3d& pnt);

pnt        Input point of symmetry

Sets this matrix to the matrix of mirroring with respect to point pnt. Returns the reference to this matrix.
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 23:30 , Processed in 0.310933 second(s), 34 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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