NXOpen.UF.Sf.LocateStepLoadsNx

Sf.LocateStepLoadsNx()

Refer to UF_SF_locate_step_loads_nx for documentation.

Signature: LocateStepLoadsNx(step)

Parameters:step (Tag) – Step tag.
Returns:A Tuple
Return type:A tuple consisting of (numMembers,membsPp)

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

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