Point4_Wire : Point4Controller

> MAXWrapper > コントローラ > Point4 コントローラ > point4_Wire

 

   

アニメーション コントローラ - クイック ナビゲーション

Point4 ワイヤ コントローラ。

コンストラクタ:

Constructed by the MAXScript Wiring methods. 

エイリアス:

WirePoint4 

Point4_Wire インタフェース:

Interface:wireController 

プロパティ:

 .numWires : integer : Read 

ワイヤの数を含みます。

   

.isMaster: boolean : Read 

ワイヤ コントローラがマスターの場合、true を含みます。

   

.isSlave: boolean : Read 

ワイヤ コントローラがスレーブの場合、true を含みます。

   

.isTwoWay: boolean : Read 

ワイヤ コントローラが双方向の場合、true を含みます。

   

 .slaveAnimation : control : Read|Write 

従属アニメーション コントローラを取得/設定します。

   

メソッド:

 <maxObject>getWireParent <index>index 

インデックスで指定されたワイヤの親を返します。

   

 <index>getWireSubnum <index>index 

インデックスで指定されたワイヤのサブ アニメーション インデックスを返します。

   

 <control>getCoController <index>index 

インデックスで指定されたワイヤの共通コントローラを返します。

   

 <string>getExprText <index>index 

インデックスで指定されたワイヤの副コントローラを返します。

   

 <void>setExprText <index>index <string>text 

インデックスで指定されたワイヤの式テキストを指定された 2 番目の文字列引数に設定します。

   

関連事項