MaxScript about關聯表示式

2021-05-22 06:54:26 字數 484 閱讀 5943

about 《指定中心》

用來指定縮放和旋轉的中心點

about selection: 以當前物體的中心為旋轉和縮放中心

about pivot: 以指定物體的中心為旋轉和縮放的中心

about coordsys: 圍繞由coordsys 關聯表示式確定座標系的中心做旋轉和縮放中心

about : 用給定節點的中心為旋轉和縮放中心、

about : 以矩陣表示的座標系中心做旋轉和縮放中心

about : 在當前座標系內,以空間某點為中心做旋轉和縮放

example:

about $foo rotate $box* 30 y_axis

圍繞物體foo的y軸,將所有名稱中含有「box」的物體旋轉30度

in coordsys parent about coordsys rotate $p* 45 z_axis

繞父物體的z軸,將所有名稱中含有「p」的物體旋轉45度

removeFromSuperview關鍵的幾個點

removefromsuperview unlinks the receiver from its superview and its window,and removes it from the responder chain.譯 把當前view從它的父view和視窗中移除,同時也把它從響應事件操...

hibernate criteria 多表關聯查詢

當qbc criteria關聯查詢的時候一般都需要取別名。今天就遇到乙個問題 先貼 修改之後正確的 override public searchresultfindlistpagebykeyword integer page,integer pagesize,string keyword,long ...

Mongoose aggregate 多表關聯查詢

使用mongoose操作mongodb資料庫進行關聯查詢是一種比較常見的操作,操作方式有哪幾種呢?下面用乙個具體的案例來演示。首先模擬一點資料,分別有 order 和 order item 兩個集合 order 集合裡的資料 order item 集合裡的資料 假設要做這樣的乙個操作 查詢 orde...