Source code for abaqus.Interaction.ContactControl


[docs]class ContactControl: """The ContactControl object is the abstract base type for other ContactControl objects. The ContactControl object has no explicit constructor, members, or methods. Notes ----- This object can be accessed by: .. code-block:: python import interaction mdb.models[name].contactControls[name] """ pass