标题: 实在没电了,请求支援。 [打印本页] 作者: MAJOR 时间: 2004-11-8 16:17 标题: 实在没电了,请求支援。 问题:如何测量空间一个长条状自由物体相对于Y轴的夹角?
不能简单用Adams的角度测量吧?因为Amdas内置的角度测试要求三个Mark,其中一个Mark要是固定的(固定与地面)。而这个物体是空间自由的,怎么办?作者: MAJOR 时间: 2004-11-8 16:22
可以测量质心Mark(CM Mark)的角速度与角加速度,就是不能没角度!Adams真怪。。。作者: andyxin 时间: 2004-11-9 13:26
可以用ATAN()求得,cmd文件如下:作者: vincent_chan 时间: 2004-11-9 17:18
请教andyxin,那个dx(mark2,mark1,mark6),最后那个mark6是什么意思啊?自己看了一下定义,The marker that is referenced to calculate the x-component of the displacement vector. Set k = 0 if you want the results to be calculated along the x-axis of the global coordinate system.如果没有mark6,也就是作后一项设为0或不写的话,就是along x-axis coordinate,不知道沿x轴于沿mark6的区别到底是什么。