NXOpen.UF.Sf.LocateElement

Sf.LocateElement()

Refer to UF_SF_locate_element for documentation.

Signature: LocateElement(meshTag)

Parameters:meshTag (Tag) – Mesh tag or Node tag
Returns:A Tuple
Return type:A tuple consisting of (numOfElements,elementTagsP)

numOfElements(int): The number of elements. Could be zero.

elementTagsP(list of Tag): pointer to an array of element tags or NULL if the number of elements is zero. This array must be freed by calling UF_free.

License requirements: None