移動
作成したオブジェクトを移動する
作成したオブジェクトを一旦削除し,スクリプトの最後の行に
mc.move( 3, 3, 3 )
を追加し実行する.
その他のコマンド
ポリゴン球を作成
mc.polySphere(r=2 ,sx=10, sy=10)
rは半径
ポリゴン円錐を作成
mc.polyCone(r=1, h=3, sx=10, sy=10, sz=10)
hは高さ
ポリゴン円柱を作成
mc.polyCylinder(r=0.3, h=6, sx=6, sy=6, sz=2)
回転
mc.rotate( 45, 10, 20)
または
mc.rotate( '45deg', 0, 0)