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

iCAx开思网

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

CATIA-assembly用VBA如何实现Part从一点到另一点的移动

[复制链接]
跳转到指定楼层
1
发表于 2004-12-10 11:20:41 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

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

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

x
请教,CATIA-assembly用VBA如何实现Part从一点到另一点的移动
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2004-12-10 12:36:46 | 只看该作者
没做过,不过找到这个,你试试看,成功了贴个结果给大家分享一下哦
Example:  
This example applies the transformation (45 degrees-rotation around the x axis and a translation)
  
Dim myMovableObject As Move
  Set myMovableObject = MyObject.Move.MovableObject
   
  Dim TransformationArray( 11 )
  'Rotation( 45 degrees around the x axis) components
  TransformationArray( 0 )  = 1.000
  TransformationArray( 1 )  = 0
  TransformationArray( 2 )  = 0
  TransformationArray( 3 )  = 0
  TransformationArray( 4 )  = 0.707
  TransformationArray( 5 )  = 0.707
  TransformationArray( 6 )  = 0
  TransformationArray( 7 )  = -0.707
  TransformationArray( 8 )  = 0.707
  'Translation Vector (10,20,30)
  TransformationArray( 9 )  = 10.000
  TransformationArray( 10 ) = 20.000
  TransformationArray( 11 ) = 30.000
  
  MyMovableObject.Move.Apply TransformationArray
  
3
发表于 2004-12-11 08:59:19 | 只看该作者
小弟做了一个简单的VBS程序(在公司主管看的严:《),不知道是不是您要的结果,我上传一下,您看看!(真不好意思,程序太简陋了,但是可以实现,输入点坐标实现PART移动的功能)

本帖子中包含更多资源

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

x
4
发表于 2004-12-19 13:53:58 | 只看该作者
acoka 兄:
      您所说的是HELP中的例子,可以实现的,
      但其中的坐标转换的概念没说清楚,不知能不能提供
5
发表于 2004-12-19 20:34:07 | 只看该作者
3*4的行列式,在所有的cad里都是一样的(有时用4*4,如果带扩大了话)
  
这个例子是转45度后移动10,20,30吧
  
你可以去找大学数学或线性代数看看
6
发表于 2008-12-30 17:10:19 | 只看该作者

haha

我来帮你看一下
7
发表于 2008-12-30 23:02:58 | 只看该作者
..........

[ 本帖最后由 acoka 于 2008-12-30 23:05 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

GMT+8, 2024-12-23 17:30 , Processed in 0.027296 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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