Source code for abaqus.Interaction.InteractionProperty
[docs]class InteractionProperty:
"""The InteractionProperty object is the abstract base type for other InteractionProperty
objects. The InteractionProperty object has no explicit constructor, members, or
methods.
Notes
-----
This object can be accessed by:
.. code-block:: python
import interaction
mdb.models[name].interactionProperties[name]
The corresponding analysis keywords are:
"""
pass