NXOpen.UF.Gdt.AskTags

Gdt.AskTags()

Refer to UF_GDT_ask_tags for documentation.

Signature: AskTags(displayInstance)

Parameters:displayInstance (Tag) – Display instance in which to generate curve or annotation tags.
Returns:A Tuple
Return type:A tuple consisting of (curves,numCurves,annotations,numAnnotations)

curves(list of Tag): Array of curves (either line or arc type curves) used to describe the annotation display. This must be freed by calling UF_free.

numCurves(int): Number of curves in array

annotations(list of Tag): Array of annotations (either dimension, note, or crosshatching) used to describe the annotation display. This array must be freed by calling UF_free.

numAnnotations(int): Number of annotations in array

License requirements: None