FieldAdapterManager#

class ansys.mechanical.stubs.v241.Ansys.ACT.Mechanical.Fields.Adapters.FieldAdapterManager#

Bases: object

Static class that operates like a factory to create field adapters from Mechanical objects.

Overview#

RegisterNewAdapter

Register the instance object that defines a type of field adapter.

UnregisterAdapter

Removes the instance object that defines a type of field adapter from this manager.

AdapterDefinitions

Gets the collection of adapters in this manager.

Property detail#

property FieldAdapterManager.AdapterDefinitions: System.Collections.Generic.IList[Ansys.ACT.Mechanical.Fields.Adapters.FieldAdapter.IDefinition] | None
Classmethod:

Gets the collection of adapters in this manager.

Method detail#

classmethod FieldAdapterManager.RegisterNewAdapter(definition: Ansys.ACT.Mechanical.Fields.Adapters.FieldAdapter.IDefinition) System.Void#
No-index:

Register the instance object that defines a type of field adapter.

classmethod FieldAdapterManager.UnregisterAdapter(index: System.Int32) System.Void#
No-index:

Removes the instance object that defines a type of field adapter from this manager.