cMuscleSplineBind
 
 
 

説明: 指定された cMuscleSplineDeformer のジオメトリをバインド、またはシェイプします。

フラグ:

ショート フラグ ロング フラグ 引数 説明
-b -bind   バインドを実行します。
-ep -endpts   サーフェスの開始/終了ポイントの位置を返します。返される値は 6 つで、最初の 3 つはワールド空間での開始ポイントの X、Y、Z 位置、残りの 3 つは終了ポイントの X、Y、Z 位置です。
-si -sindex int 格納するカスタム シェイプ インデックス。
-tgt -target string シェイプ作成のターゲット シェイプ。

cMuscleSplineBind -bind cMuscleSplineDeformer1 ; // Perform bind on given muscle spline deformer, so deformation // can occur. 
 float $posData[6] = `cMuscleSplineBind -endpts cMuscleSplineDeformer1` ; // Retrieve the start/end points on the surface where the start/ // end movers should be placed at. 
cMuscleSplineBind -si 3 -tgt "shapeTgtObjShape" cMuscleSplineDeformer1 ; // Store a new shaping target at index 3 from the given shape // object.