Returns the string containing the open parameter for paramNameModelMatrix.

Signatures

  •   GUIControls.TransformGizmo.paramNameModelMatrix

paramNameModelMatrix (getter)

Details

The getter accessor that returns the string assigned to the control's open parameter 'paramNameModelMatrix'. In trCAD, this string stores the value of the model matrix of the control. If this string is undefined, the value '' shall be returned.

Example

 const paramNameModelMatrix = GUIControls.TransformGizmo.paramNameModelMatrix;
 

Return value

string.