黑马驰盘 2007-10-27 11:40
求助各位专家!
各位专家:
当MA1上穿MA2角度大于或等于45度时,公式怎么表达?
bajatje 2007-10-27 11:53
ma1:=.......;
ma2:=..........;
cross(ma1,ma2) and atan((ma1/ref(ma1,1)-1)*100)*57.3>=45;
黑马驰盘 2007-10-27 12:28
[quote]原帖由 [i]bajatje[/i] 于 2007-10-27 11:53 发表 [url=http://bbs.fjfox.com/redirect.php?goto=findpost&pid=371062&ptid=41746][img]http://bbs.fjfox.com/images/common/back.gif[/img][/url]
ma1:=.......;
ma2:=..........;
cross(ma1,ma2) and atan((ma1/ref(ma1,1)-1)*100)*57.3>=45; [/quote]
谢谢!!!