Point4_Wire : Point4Controller

Value > MAXWrapper > Controllers > Point4Controller > point4_Wire

 

   

Animation Controllers - Quick Navigation

Point4 Wire Controller.

Constructor:

Constructed by the MAXScript Wiring methods. 

Alias:

WirePoint4 

Point4_Wire interfaces:

Interface:wireController 

Properties:

 .numWires : integer : Read 

Contains the number of wires.

   

.isMaster: boolean : Read 

Contains true if the Wire Controller is Master.

   

.isSlave: boolean : Read 

Contains true if the Wire Controller is Slave.

   

.isTwoWay: boolean : Read 

Contains true if the Wire Controller is Two-Way.

   

 .slaveAnimation : control : Read|Write 

Get/set the slave animation controller.

   

Methods:

 <maxObject>getWireParent <index>index 

Returns the parent of the indexed Wire.

   

 <index>getWireSubnum <index>index 

Returns the sub-anim index of the indexed Wire.

   

 <control>getCoController <index>index 

Returns the co-controller of the indexed Wire.

   

 <string>getExprText <index>index 

Returns the expression text of the indexed Wire.

   

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

Sets the expression text of the indexed Wire to the supplied second string argument.

   

See Also