NXOpen.UF.Sf.FindMesh

Sf.FindMesh()

Refer to UF_SF_find_mesh for documentation.

Signature: FindMesh(objectTag, dimension)

Parameters:
  • objectTag (Tag) – Tag to input entity, group, load, boundary condition, mesh_recipe, element or node.
  • dimension (NXOpen.UF.Sf.MeshDimension Refer to UF_SF_mesh_dimension_e for documentation.) – UF_SF_mesh_dimension_t of desired mesh recipe when object_tag is a mesh or element,This argument should be UF_SF_DIMENSION_ANY since only a single recipe is possible.
Returns:

A Tuple

Return type:

A tuple consisting of (numOfMeshes,meshItemsP)

numOfMeshes(int): The number of meshes being returned. Could be zero.

meshItemsP(list of Tag): pointer to an array of mesh tags or NULL. This array must be freed by calling UF_free.

License requirements: None