NXOpen.UF.Route.AskSegmentWires

Route.AskSegmentWires()

Refer to UF_ROUTE_ask_segment_wires for documentation.

Signature: AskSegmentWires(segment)

Parameters:segment (Tag) – , the segment to query
Returns:A Tuple
Return type:A tuple consisting of (numWires,wires)

numWires(int): , the number of wires

wires(list of Tag): ,the array of wires, free with UF_free.

License requirements: None