ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例. 
      
       ikSystem [-allowRotation boolean] [-autoPriority] [-autoPriorityMC] [-autoPrioritySC] [-list int int] [-snap boolean] [-solve boolean] [-solverTypes] 
[object]
      
      ikSystem は、取り消し可能、照会可能、および編集可能です。
      ikSystem コマンドは、ハンドル用のグローバル スナップ フラグや、ソルバ用のグローバル ソルバ フラグの設定に使用されます。編集と照会機能には、標準の編集(-e)と照会(-q)フラグが使用されます。
	  
      
      照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
      
      connectJoint, ikHandle, ikHandleDisplayScale, ikSolver, ikSystemInfo, insertJoint, joint, jointCluster, jointDisplayScale, jointLattice, mirrorJoint, removeJoint
      
    
      allowRotation, autoPriority, autoPriorityMC, autoPrioritySC, list, snap, solve, solverTypes
      
      
		
		  
			|  フラグはコマンドの作成モードで表示できます |  フラグはコマンドの編集モードで表示できます | 
		  
			|  フラグはコマンドの照会モードで表示できます |  コマンド内でフラグを複数回使用できます。 | 
		
// Prints out the solver execution order
//
ikSystem -q -ls;
// Moves solver on position 2 to position 1 in
// the execution order list ( zero based index )
//
ikSystem -e -ls 1 0;