列兵
UID9652066
U币1
G币10
技术0
主题2
精华0
阅读权限10
注册时间2024-9-28
最后登录2024-9-28
在线时间0 小时
手机18145760056
列兵
|
五轴后处理,我想让A轴角度变成负值,怎么改,是在这里吗修改吗,修改哪个呢
ptop_type_ax #Custom axis limit settings for top_map type
str_pri_asign = str_n_c_axis
str_sec_asign = str_n_a_axis
str_dum_asign = str_n_b_axis
result = updgbl(rotaxis1$, "vecy")#Zero
result = updgbl(rotdir1$, "vecx")#Direction
result = updgbl(rotaxis2$, "vecz")#Zero
result = updgbl(rotdir2$, "vecy")#Direction
ptop_type_lim #Custom axis limit settings for top_map limits
pri_limlo$ = -9999
pri_limhi$ = 9999
sec_limlo$ = -9999
sec_limhi$ = 9999
pri_intlo$ = -9999
pri_inthi$ = 9999
sec_intlo$ = -9999
sec_inthi$ = 9999 |
|