NXOpen.UF.Disp.DisplaySketDimensions

Disp.DisplaySketDimensions()

Refer to UF_DISP_display_sket_dimensions for documentation.

Signature: DisplaySketDimensions(sketchTag, expCount, expTags, viewOption, colorOption, color)

Parameters:
  • sketchTag (Tag) – Tag of the sketch to which the dimensions belong
  • expCount (int) – >= 0 = Number of expression tags in exp_tags array -1 = all dimensions of the sketch
  • expTags (list of Tag) – exp_countArray of expression tags of which the dimensions need to be displayed. (is ignored if count
  • viewOption (int) – Option for the view, the constants are in uf_disp.h: UF_DISP_ALL_VIEWS_BUT_DRAWING UF_DISP_VIEW_OF_LAST_CURSOR UF_DISP_ALL_ACTIVE_VIEWS UF_DISP_WORK_VIEW_ONLY
  • colorOption (int) – Option for the color, the constants are in uf_disp.h: UF_DISP_USE_SYSTEM_COLOR UF_DISP_USE_BACKGROUND_COLOR UF_DISP_USE_ORIGINAL_COLOR UF_DISP_USE_SPECIFIED_COLOR
  • color (int) – Color used to display the dimensions if color_option= UF_DISP_USE_SPECIFIED_COLOR. Use the color constants listed in uf_obj.h.

License requirements: None