找回密码 注册 QQ登录
开思网工业级高精度在线3D打印服务

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 16632|回复: 2
打印 上一主题 下一主题

哪位知道uf5940/41是什么函数?

[复制链接]
跳转到指定楼层
1
发表于 2005-4-27 05:53:07 | 只看该作者 回帖奖励 |正序浏览 |阅读模式

马上注册,结交更多同行朋友,交流,分享,学习。

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

x
找了好久,也没有找到这俩个函数,谢谢哪位朋友了。
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
3
发表于 2005-4-27 23:24:12 | 只看该作者
太感谢qingwufy了^_^。不好意思,我还真不知道怎么在帮助文件里搜索函数呢。
2
发表于 2005-4-27 21:58:47 | 只看该作者
在帮助文件里所搜一下不久ok了
  
Returns a matrix to map coordinates from one coordinate system to another.
  NOTE: rp1 and rp2 are invalid when they contain a zero direction vector, or  
  the X and Y vectors are parallel.         
  Return:  
        void.
  Environment: Internal & External
  See Also:
  History:
*******************************************************************************/
extern UFUNEXPORT void FTN(uf5940)(
double *rp1,    /* <I>
                Real Data For Reference Coordinate System
                rp1[0-2] is the origin in absolute coordinates.   
                rp1[3-8] are the X and Y vectors in absolute coordinates.
                */
double *rp2,   /* <I>
               Real Data For Destination Coordinate System
                rp2[0-2] is the origin in absolute coordinates.   
                rp2[3-8] are the X and Y vectors in absolute coordinates.
               */
double *rr3,   /* <O>
                  Resulting Matrix.  This must be declared to hold 16 doubles.
               */
int *ir4      /* <O>
                  Status Code
                     0 = Success  
                     1 = rp1 Is Invalid
                     2 = rp2 Is Invalid
              */   
);
/*******************************************************************************
Returns the transformation of a position. No new objects are created here.
  
When rp2 is the "Change Coordinate" matrix (from UF5940), ra1 should be a  
position with respect to the reference coordinate system in the input in order  
to get back ra1 as a position with respect to the destination coordinate system
in the output. When rp2 is any other type of transformation matrix, ra1 should  
be a position in the absolute coordinates. The output in ra1 is then a
transformed position in absolute coordinates as well.
  
Return: void.
Environment: Internal & External
See Also:
History:
*******************************************************************************/
extern UFUNEXPORT void FTN(uf5941)(
double *ra1,              /* <I/O>
                            &nbsposition/ Transformed Position
                          */
double *rp2               /* <I>
                          Defined Transformation Matrix.  This must be declared
                          to hold 16 doubles.
                          */
);
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-12-26 13:57 , Processed in 0.029224 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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