The FeatureOptions object stores the options that control the behavior of feature regeneration for all features in a model.
import part mdb.models[name].featureOptions
This method modifies the FeatureOptions object for the specified model.
Required arguments
Optional arguments
A Boolean specifying whether Abaqus/CAE should perform self-intersection checks while regenerating features. The default value is ON.
A Boolean specifying whether geometric states should be automatically cached. The default value is ON.
An Int specifying the maximum number of caches to be stored with each part or with the assembly. The default value is 5.
Return value
Exceptions
The FeatureOptions object has members with the same names and descriptions as the arguments to the setValues method.