Point4_Wire : Point4Controller
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.
.isDriver: boolean : Read
Contains true if the Wire Controller is Driver.
Note:
Prior to 3ds Max 2022 this property was called isMaster
.
.isDriven: boolean : Read
Contains true if the Wire Controller is Driven.
Note:
Prior to 3ds Max 2022 this property was called isSlave
.
.isTwoWay: boolean : Read
Contains true if the Wire Controller is Two-Way.
.drivenAnimation : control : Read|Write
Get/set the driven animation controller.
Note:
Prior to 3ds Max 2022 this property was called slaveAnimation
.
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.