gaitian00

关于旋转的变换处理方法。

View Code
/*
Script: Cycle_MOVE
Summary:
Cycles \'Move mode\' back and forth between \'View\' and \'Local\' coordinate space.

Author: Chris Harvey
*/

---2011.7.15 盖天解释
--做视图坐标还有就是 自身的坐标的处理方法

(
max move
--改成移动的操作方式
if getRefCoordSys() == #hybrid then setRefCoordSys #local

else setRefCoordSys #hybrid
)

  

分类:

技术点:

相关文章:

  • 2022-01-01
  • 2021-12-23
  • 2021-07-28
  • 2021-05-03
  • 2021-11-29
猜你喜欢
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-12-07
  • 2022-01-08
相关资源
相似解决方案