NXOpen.UF.Sf.AskSolutionNx

Sf.AskSolutionNx()

Refer to UF_SF_ask_solution_nx for documentation.

Signature: AskSolutionNx(lbcTag)

Parameters:lbcTag (Tag) – Tag of the load or boundary condition.
Returns:A Tuple
Return type:A tuple consisting of (numMembers,solutionPp)

numMembers(int): Number of loads and bc’s in the solution.

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