NXOpen.UF.Sf.AskStepNx

Sf.AskStepNx()

Refer to UF_SF_ask_step_nx for documentation.

Signature: AskStepNx(lbcTag)

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

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

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