NXOpen.UF.Disp.DisplayRpoDimensions

Disp.DisplayRpoDimensions()

Refer to UF_DISP_display_rpo_dimensions for documentation.

Signature: DisplayRpoDimensions(featureTag, expCount, expTags, viewOption, colorOption, color)

Parameters:
  • featureTag (Tag) – Tag of the feature to which the dimensions belong
  • expCount (int) – >=0 = Number of expression tags in exp_tags array -1 = all rpo dimensions of the feature
  • 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