NXOpen.UF.Drf.AskBoundaries

Drf.AskBoundaries()

Refer to UF_DRF_ask_boundaries for documentation.

Signature: AskBoundaries(draftAidTag)

Parameters:draftAidTag (Tag) – Tag of the area fill or crosshatch object
Returns:A Tuple
Return type:A tuple consisting of (numBoundaries,boundaryTags)

numBoundaries(int): The number of boundaries

boundaryTags(list of Tag): The array which contains the tags of the boundaries. This array must be freed by calling UF_free.

License requirements: None