NXOpen.UF.Sf.LocateSolutionBoundaryConditionsNx

Sf.LocateSolutionBoundaryConditionsNx()

Refer to UF_SF_locate_solution_boundary_conditions_nx for documentation.

Signature: LocateSolutionBoundaryConditionsNx(solution)

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

numMembers(int): Number of boundary conditions in the solution.

membsPp(Tag): The pointer to the array of the tags of the boundary conditions. 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