NXOpen.UF.Route.AskPartRcps

Route.AskPartRcps()

Refer to UF_ROUTE_ask_part_rcps for documentation.

Signature: AskPartRcps(part)

Parameters:part (Tag) – Part tag, can be a NULL_TAG
Returns:A Tuple
Return type:A tuple consisting of (numPartRcps,partRcps)

numPartRcps(int): Number of RCPs in the part, 0 if there are none.

partRcps(list of Tag): Array of part RCP tags, NULL if there are none. Free using UF_free.

License requirements: None