NXOpen.UF.Sf.LocateNodesOnMesh

Sf.LocateNodesOnMesh()

Refer to UF_SF_locate_nodes_on_mesh for documentation.

Signature: LocateNodesOnMesh(meshTag)

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

numOfNodes(int): The number of nodes. Could be zero.

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

License requirements: None