NXOpen.UF.Sf.LocateAllMeshes

Sf.LocateAllMeshes()

Refer to UF_SF_locate_all_meshes for documentation.

Signature: LocateAllMeshes(meshTag)

Parameters:meshTag (Tag) – Mesh tag, pass in NULL_TAG to locate all tags in current part.
Returns:A Tuple
Return type:A tuple consisting of (meshCount,meshPointer)

meshCount(int): mesh count

meshPointer(list of Tag): mesh array. This array must be freed by calling UF_free.

License requirements: None