DataSaveMode#

class ansys.stk.core.stkobjects.DataSaveMode#

IntEnum

Overview#

UNKNOWN

Unsupported mode.

DONT_SAVE_ACCESSES

Access computations are not saved with the chain.

DONT_SAVE_COMPUTE_ON_LOAD

Access computations are not saved with the chain, but they are recalculated each time that the chain is opened in STK.

SAVE_ACCESSES

Access computations are saved with the chain.

Import detail#

from ansys.stk.core.stkobjects import DataSaveMode