NXOpen.UF.Assem.AskStepElementDurations

Assem.AskStepElementDurations()

Refer to UF_ASSEM_ask_step_element_durations for documentation.

Signature: AskStepElementDurations(step)

Parameters:step (Tag) – The tag of the step
Returns:A Tuple
Return type:A tuple consisting of (numDurations,durations)

numDurations(int): Number of returned durations

durations(list of int): The durations of the step elements. The user must free this array using UF_free when done using the data.

License requirements: None