Sets the string containing the open parameter for paramNameModelMatrix.

Signatures

  •   GUIControls.TransformGizmo.paramNameModelMatrix

paramNameModelMatrix (setter)

Details

The setter accessor that sets the string assigned to the control's open parameter 'paramNameModelMatrix'. In trCAD, this string stores the value of the model matrix of the control.

Remark

After setting the open parameter string, the controls will call internally ref_transformGizmo_update function to fetch the data from trCAD.

Example

 const paramNameModelMatrix = "main:modelMatrix";
 GUIControls.TransformGizmo.paramNameModelMatrix = paramNameModelMatrix;