NXOpen.UF.Sf.LocateHptMgParents

Sf.LocateHptMgParents()

Refer to UF_SF_locate_hpt_mg_parents for documentation.

Signature: LocateHptMgParents(pointTag)

Parameters:pointTag (Tag) – Tag to a hard point.
Returns:A Tuple
Return type:A tuple consisting of (parentCnt,parentList)

parentCnt(int): Number of parents tags related to the point.

parentList(list of Tag): pointer to an array of parent tags. This array must be freed if parent_cnt is greater than 0.

License requirements: None