NXOpen.UF.Disp.DisplayTemporaryText

Disp.DisplayTemporaryText()

Refer to UF_DISP_display_temporary_text for documentation.

Signature: DisplayTemporaryText(viewTag, whichViews, text, textCoord, refPoint, color, charSize, hardware)

Parameters:
  • viewTag (Tag) – The tag of the view in which to display the temporary text.
  • whichViews (NXOpen.UF.Disp.ViewType Refer to UF_DISP_view_type_e for documentation.) – The view mode to use.
  • text (list of str) – Lines of text
  • textCoord (list of float) – Position of text box reference point in absolute coordinates of the displayed part.
  • refPoint (NXOpen.UF.Disp.TextRef Refer to UF_DISP_text_ref_e for documentation.) – Reference point of text box
  • color (NXOpen.UF.Obj.DispProps Refer to UF_OBJ_disp_props_s for documentation.) – The color element of the structure. All other elements of the structure are ignored. If color->color = 0, then the system default color is used.
  • charSize (float) – The character size in part units (Metric or inches). Used only if software text is used. If
  • hardware (int) – hardware/software flag: 0 = Use hardware font 1 = Use software font

License requirements: None