NXOpen.UF.Route.AskStockSegments

Route.AskStockSegments()

Refer to UF_ROUTE_ask_stock_segments for documentation.

Signature: AskStockSegments(stock)

Parameters:stock (Tag) – Object identifier of the Stock.
Returns:A Tuple
Return type:A tuple consisting of (numSegments,segments)

numSegments(int): Number of segments for which this Stock is applied.

segments(list of Tag): Array of segments to which this Stock applies. Use UF_free to free this allocated array.

License requirements: None