NXOpen.UF.So.DisplayParents

So.DisplayParents()

Refer to UF_SO_display_parents for documentation.

Signature: DisplayParents(so, viewOption, colorOption, color)

Parameters:
  • so (Tag) – Tag of smart object to display
  • viewOption (int) – view option: UF_DISP_ALL_VIEWS_BUT_DRAWING UF_DISP_VIEW_OF_LAST_CURSOR UF_DISP_ALL_ACTIVE_VIEWS UF_DISP_WORK_VIEW_ONLY
  • colorOption (int) – color option: UF_DISP_USE_SYSTEM_COLOR UF_DISP_USE_BACKGROUND_COLOR UF_DISP_USE_ORIGINAL_COLOR UF_DISP_USE_SPECIFIED_COLOR
  • color (int) – color option - used only when color option is UF_DISP_USE_SPECIFIED_COLOR. See uf_obj.h for valid color assignments.

License requirements: None