移动的坐标变换

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
)

  

原文地址:https://www.cnblogs.com/gaitian00/p/2107038.html