NXOpen.UF.Drf.AskDraftAidTextInfo

Drf.AskDraftAidTextInfo()

Refer to UF_DRF_ask_draft_aid_text_info for documentation.

Signature: AskDraftAidTextInfo(draftAidTag)

Parameters:draftAidTag (Tag) – Tag of drafting aid object
Returns:A Tuple
Return type:A tuple consisting of (numText,textInfo)

numText(int): Number of text strings

textInfo(list of ``NXOpen.UF.Drf.DraftAidTextInfo` Refer to UF_DRF_draft_aid_text_info_s for documentation.`): Pointer to data structure which contains drafting aid text information (see uf_drf_types.h) of the drafting aid object. This must be freed by calling UF_DRF_free_text.

License requirements: None