NXOpen.UF.Disp.DisplayTemporaryLine

Disp.DisplayTemporaryLine()

Refer to UF_DISP_display_temporary_line for documentation.

Signature: DisplayTemporaryLine(viewTag, whichViews, startLine, endLine, attrib)

Parameters:
  • viewTag (Tag) – The tag of the view in which the temporary line is to display.
  • whichViews (NXOpen.UF.Disp.ViewType Refer to UF_DISP_view_type_e for documentation.) – The view mode to use
  • startLine (list of float) – The absolute coordinates of the start point of the line.
  • endLine (list of float) – The absolute coordinates of the work part of the end point of the line.
  • attrib (NXOpen.UF.Obj.DispProps Refer to UF_OBJ_disp_props_s for documentation.) – The color, font, and width elements of the structure should be set to: attrib->color = color index attrib->font = 1 for solid 2-7, user defined 0 use system default attrib->line_width = line width values in uf_obj.h -1 use the default width

License requirements: None