NXOpen.UF.Assem.AskPartOccurrenceOfStep

Assem.AskPartOccurrenceOfStep()

Refer to UF_ASSEM_ask_part_occurrence_of_step for documentation.

Signature: AskPartOccurrenceOfStep(step)

Parameters:step (Tag) – The step to be queried.
Returns:A Tuple
Return type:A tuple consisting of (numPartOccs,partOccs)

numPartOccs(int): Number of part occurrencesreferenced by the step.

partOccs(list of Tag): The part occurrences referenced by the step. The array must be UF_free’d

License requirements: None