NXOpen.UF.Plist.FieldFormat Structure

NXOpen.UF.Plist.FieldFormat is an alias for NXOpen.UF.PlistFieldFormat_Struct

class NXOpen.UF.PlistFieldFormat_Struct

Bases: object

Refer to UF_PLIST_field_format_s for documentation.

Fields

NXOpen.UF.PlistFieldFormat_Struct.Justification Text justification for this field: 1 - left 2 - Center 3 - Right
NXOpen.UF.PlistFieldFormat_Struct.LeadStr A prefix string that will be added before every string in this field.
NXOpen.UF.PlistFieldFormat_Struct.TrailingStr A suffix string that will be added after every string in this field.
NXOpen.UF.PlistFieldFormat_Struct.FormatType The formatting to use for values in this field: 1 - Characters 2 - Integer 3 - Float 4 - Exponential
NXOpen.UF.PlistFieldFormat_Struct.Width Number characters for character and Integer formatting.
NXOpen.UF.PlistFieldFormat_Struct.Precision Number of digits to right of decimal point for floats