NXOpen.UF.Plist.SetDisplayModes

Plist.SetDisplayModes()

Refer to UF_PLIST_set_display_modes for documentation.

Deprecated since version NX5.0.

Signature: SetDisplayModes(objId, attrTitle, sortMode, headerMode, calloutMode, boxMode, reportMode, symbolMode, lineSpace)

Parameters:
  • objId (Tag) – The object identifier of the parts list object
  • attrTitle (str) – Attribute title to sort on
  • sortMode (int) – Sort mode: 0 = No sort 1 = Alphabetic 2 = Reverse alphabetic 3 = Numeric 4 = Reverse numeric Options 3 and 4 only apply if the sort field is specified as real or integer.
  • headerMode (int) – Header mode: 0 = Header will be written above the parts list 1 = Header will be written below the parts list 2 = No header
  • calloutMode (int) – Callout generation: 1 = Letter callouts 2 = Reverse letter callouts 3 = Numeric callouts 4 = Reverse numeric callouts 5 = Manual callouts In order for callouts to show up, there must be a field defined with an attribute title of CALLOUT
  • boxMode (int) – Box mode: 0 = No boxes 1 = Add boxes to parts list
  • reportMode (int) – Report mode - reserved for future use
  • symbolMode (int) – ID symbol update mode: Specifies whether to automatically update ID symbols of a given type attached to parts list members to reflect the new values generated from any changed callouts. 0 = NO_UPDATE 1 = update CIRCLE ID symbols only 2 = update DIVIDED_CIRCLE ID symbols only 3 = update SQUARE ID symbols only 4 = update DIVIDED_SQUARE ID symbols only 5 = update HEXAGON ID symbols only 6 = update DIVIDED_HEXAGON ID symbols only 7 = update TRIANGLE_POINT_UP ID symbols only 8 = update TRIANGLE_POINT_DOWN ID symbols only 9 = update DATUM_TARGET ID symbols only 10 = update OBLONG_BOX ID symbols only
  • lineSpace (float) – Line space factor: This factor is applied to the normal line space factor for the font. It can be adjusted in conjunction with the two lines fit rule and the character size for that fit rule to prevent one line from overwriting another.

License requirements: DRAFTING