NXOpen.UF.Route.AskAnchorStock

Route.AskAnchorStock()

Refer to UF_ROUTE_ask_anchor_stock for documentation.

Signature: AskAnchorStock(anchorTag)

Parameters:anchorTag (Tag) – Tag of anchor to query
Returns:A Tuple
Return type:A tuple consisting of (numStocks,stocks)

numStocks(int): The number of stock objects using this anchor (should be 1)

stocks(list of Tag): The array of stock objects. Use UF_free to deallocate memory when no longer required.

License requirements: None