NXOpen.UF.Drf.CustomSymbolText Structure

NXOpen.UF.Drf.CustomSymbolText is an alias for NXOpen.UF.DrfCustomSymbolText_Struct

class NXOpen.UF.DrfCustomSymbolText_Struct

Bases: object

Refer to UF_DRF_custom_symbol_text_s for documentation.

Fields

NXOpen.UF.DrfCustomSymbolText_Struct.NoteTag This is the tag of the note from which this text will be based.
NXOpen.UF.DrfCustomSymbolText_Struct.TextType The type of text for this structure
NXOpen.UF.DrfCustomSymbolText_Struct.Title The title of this text field.
NXOpen.UF.DrfCustomSymbolText_Struct.MinValue This value is the lower bound for UF_DRF_integer_text and UF_DRF_real_text types.
NXOpen.UF.DrfCustomSymbolText_Struct.MaxValue This value is the upper bound for UF_DRF_integer_text an d UF_DRF_real_text types.
NXOpen.UF.DrfCustomSymbolText_Struct.CurrentValue This value is the current value defined for this text object.
NXOpen.UF.DrfCustomSymbolText_Struct.OptionalStrings An array of strings in localized format describing a list of strings for controlled and partially controlled text.
NXOpen.UF.DrfCustomSymbolText_Struct.NumOptionalStrings The number of strings in the array above.
NXOpen.UF.DrfCustomSymbolText_Struct.CurrentOption The index of the currently selected string for controlled and partialy controlled text.
NXOpen.UF.DrfCustomSymbolText_Struct.SimpleText The current value for arbitrary or mandatory text.