NXOpen.UF.Sf.LocateStepBoundaryConditionsNx

Sf.LocateStepBoundaryConditionsNx()

Refer to UF_SF_locate_step_boundary_conditions_nx for documentation.

Signature: LocateStepBoundaryConditionsNx(step)

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

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

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