NXOpen.UF.Sf.LocateSolutionLoadsNx

Sf.LocateSolutionLoadsNx()

Refer to UF_SF_locate_solution_loads_nx for documentation.

Signature: LocateSolutionLoadsNx(solution)

Parameters:solution (Tag) – Tag of the solution.
Returns:A Tuple
Return type:A tuple consisting of (numMembers,membsPp)

numMembers(int): Number of loads in the solution.

membsPp(Tag): The pointer to the array of the tags of the loads. If num_members is zero, this pointer should not be used. If num_members is > 0, then this array must be freed by calling UF_free.

License requirements: None