Point3_Wire : Point3Controller
Constructor
Class instances not creatable by MAXScript
Aliases
Point3_Wire WirePoint3
Point3_Wire interfaces:
Interface: wireController
Properties
<Point3_Wire>.numWires : integer : Read
This property returns the number of wires out of this controller (i.e. the number of dependent params).
<Point3_Wire>.isDriver : boolean : Read
This property will return True
if the wire is a driver predicate, otherwise it will return False
.
Prior to 3ds Max 2022 this property was called isMaster
.
<Point3_Wire>.isDriven : boolean : Read
This property will return True
if the wire is a driven predicate, otherwise it will return False
.
Prior to 3ds Max 2022 this property was called isSlave
.
<Point3_Wire>.isTwoWay : boolean : Read
This property will return True
if the wire is a two-way predicate, otherwise it will return False
.
<Point3_Wire>.drivenAnimation : control : Read|Write
This property returns a pointer to the driven animation controller and allows you to set the driven animation controller.
Prior to 3ds Max 2022 this property was called slaveAnimation
.
Methods
<maxObject><Point3_Wire>.getWireParent <index>index
This method returns a pointer to the i-th dependent parameter parent.
<index>index
: The index you wish to retrieve.
<index>getWireSubnum
This method returns the i-th dependent parameter subanim num in the animatable.
<index>index
: The index of the subanim.
<control><Point3_Wire>.getCoController <index>index
This method returns a pointer to the i-th CoController
.
<index>index
: The index of the controller.
<string><Point3_Wire>.getExprText <index>index
This method returns the expression string of the i-th wire parameter.
<index>index
: The index of the parameter.
<void><Point3_Wire>.setExprText <index>index <string>text
This method allows you to set the expression string of the i-th wire parameter.
<index>index
: The index of the parameter
<string>text
: The expression you wish to set.