Inherits MLABVectorField.
Inherited by MLABPlaneField, and MLABRotationField.
Public Slots | |
Scripting access | |
| virtual void | setStringValue (const QString &value) |
| void | setValue (double a, double b, double c, double d) |
| virtual void | setVectorValue (const QList< QVariant > &value) |
| virtual int | size () |
The "value" property of this field is an array with four double values.
// getting value: var array = ctx.field("somefield").value; // setting value: ctx.field("somefield").value = [1.,2.,3.,4.];
| virtual void MLABVector4Field::setStringValue | ( | const QString & | ) | [virtual, slot] |
| void MLABVector4Field::setValue | ( | double | a, | |
| double | b, | |||
| double | c, | |||
| double | d | |||
| ) | [slot] |
set the values
| virtual void MLABVector4Field::setVectorValue | ( | const QList< QVariant > & | value | ) | [virtual, slot] |
| virtual int MLABVector4Field::size | ( | ) | [virtual, slot] |
1.5.8