    

 ## On this page

  

 

 # `ImportSettingsFactory`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v261.Ansys.Mechanical.Table.ImportSettingsFactory"></a>

#### *class* Ansys.Mechanical.Table.ImportSettingsFactory

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

<a id="overview"></a>

## Overview

### Constructors

NameDescription[`GetSettingsForFormat`](#ImportSettingsFactory.GetSettingsForFormat)M:Ansys.Mechanical.Table.ImportSettingsFactory.GetSettingsForFormat(Ansys.Mechanical.DataModel.MechanicalEnums.Table.ImportFormat) constructs and returns the correct settings class<a id="method-detail"></a>

## Method detail

<a id="ImportSettingsFactory.GetSettingsForFormat"></a>

### *classmethod* ImportSettingsFactory.GetSettingsForFormat(format: [Ansys.Mechanical.DataModel.MechanicalEnums.Table.ImportFormat](../DataModel/MechanicalEnums/Table/ImportFormat.md#ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.MechanicalEnums.Table.ImportFormat)) → [Ansys.Mechanical.Table.ImportSettingsBase](ImportSettingsBase.md#ansys.mechanical.stubs.v261.Ansys.Mechanical.Table.ImportSettingsBase)

```text
M:Ansys.Mechanical.Table.ImportSettingsFactory.GetSettingsForFormat(Ansys.Mechanical.DataModel.MechanicalEnums.Table.ImportFormat) constructs and returns the correct settings class
instance based on the specified format.

```