NXOpen.UF.Drf.DraftAidText Structure

NXOpen.UF.Drf.DraftAidText is an alias for NXOpen.UF.DrfDraftAidText_Struct

class NXOpen.UF.DrfDraftAidText_Struct

Bases: object

Refer to UF_DRF_draft_aid_text_s for documentation.

Fields

NXOpen.UF.DrfDraftAidText_Struct.NumChars number of characters The 132 byte maximum line restriction has been removed. string is available as a legacy variable containing the line which will still be truncated to 132 bytes. Please modify your programs to use full_string instead, since string will be removed in a future NX release. UF_DRF_free_text will free this string along with other variables in the UF_DRF_draft_aid_text_info_t structure. Note that the old limit of MAX_LINE_BUFSIZE is the number of bytes, NOT the number of characters. In the default C locale these two values will b e the same. However for localized text in another locale, there will be multibyte characters.
NXOpen.UF.DrfDraftAidText_Struct.String Buffer large enough to hold MAX_LINE_NCHARS characters
NXOpen.UF.DrfDraftAidText_Struct.NumInts string physical length
NXOpen.UF.DrfDraftAidText_Struct.FullNumChars number of bytes in full string
NXOpen.UF.DrfDraftAidText_Struct.FullString full string (not terminated to 132 bytes)