StockDataRefreshBuilderRefreshStatus Enumeration

NXOpen.Routing.StockDataRefreshBuilder.RefreshStatus is an alias for NXOpen.Routing.StockDataRefreshBuilderRefreshStatus

class NXOpen.Routing.StockDataRefreshBuilderRefreshStatus

Bases: object

The stock data refresh status

New in version NX12.0.0.

Enum Members

Enum Member Enum Member Description
Ok Refresh successful
StockDataTagInvalid NULL stock definition encountered
StockDataMissingSearchAttributes No attributes used for searching library found
StockPartNotFoundInReuseLibrary Cannot find stock under the stock or overstock root nodes in the Reuse Library
MultipleStocksFoundInReuseLibrary More than one stock found - cannot resolve ambiguity
StockPartNotRequired Stock part name not found indicating there is no stock part
StockPartNotFoundForLoading Problem loading the stock part
CannotFullyLoadStockPart Unable to fully load the stock part
StockDataNotFoundInLoadedPart Unable to find a stock definition in the loaded stock part
StockConversionError Error converting units of loaded stock part to that of stock definition being refreshed
ErrorRefreshUndone Error encountered after partial update of stock definition; UNDO was performed to return to original state
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.