25.76 SurfaceToSurfaceExpState object

The SurfaceToSurfaceExpState object stores the propagating data for a SurfaceToSurfaceContactExp object. One instance of this object is created internally by the SurfaceToSurfaceContactExp object for each step. The instance is also deleted internally by the SurfaceToSurfaceContactExp object.

The SurfaceToSurfaceExpState object has no constructor or methods.

The SurfaceToSurfaceExpState object is derived from the InteractionState object.

Access
import interaction
mdb.models[name].steps[name].interactionStates[name]


25.76.1  Members

The SurfaceToSurfaceExpState object has the following members:

interactionPropertyState

A SymbolicConstant specifying the propagation state of the interactionProperty member. Possible values are UNSET, SET, UNCHANGED, and FREED.

contactControlsState

A SymbolicConstant specifying the propagation state of the contactControls member. Possible values are UNSET, SET, UNCHANGED, and FREED.

interactionProperty

A String specifying the name of the ContactProperty object associated with this interaction.

contactControls

A String specifying the name of the ContactControl object associated with this interaction.

status

A SymbolicConstant specifying the propagation state of the InteractionState object. Possible values are:

  • NOT_YET_ACTIVE

  • CREATED

  • PROPAGATED

  • MODIFIED

  • DEACTIVATED

  • NO_LONGER_ACTIVE

  • TYPE_NOT_APPLICABLE

  • INSTANCE_NOT_APPLICABLE

  • BUILT_INTO_BASE_STATE


25.76.2  Corresponding analysis keywords

*CONTACT CONTROLS
*CONTACT PAIR