DelimitedImportSettings#

class ansys.mechanical.stubs.v242.Ansys.Mechanical.ExternalData.DelimitedImportSettings#

Bases: object

T:Ansys.Mechanical.ExternalData.DelimitedImportSettings defines how to import external data from a delimited source file.

Overview#

Clear

GetEnumerator

RemoveAt

Removes the import definition at the specified index.

UseColumn

AverageCornerNodesToMidsideNodes

Count

Gets the number of column definitions.

Delimiter

The delimiter used to separate columns.

Format

Gets the existing corresponding format.

Item

Item property.

SkipFooter

Gets or sets the number of rows to ignore at the end of the file during import.

SkipRows

Gets or sets the number of rows to skip over at the start of the file during import.

Property detail#

property DelimitedImportSettings.AverageCornerNodesToMidsideNodes: bool | None#
property DelimitedImportSettings.Count: int | None#

Gets the number of column definitions.

property DelimitedImportSettings.Delimiter: str | None#

The delimiter used to separate columns.

property DelimitedImportSettings.Format: Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.ImportFormat | None#

Gets the existing corresponding format.

property DelimitedImportSettings.Item: Ansys.Mechanical.ExternalData.ColumnarDataImportDefinition | None#

Item property.

property DelimitedImportSettings.SkipFooter: int | None#

Gets or sets the number of rows to ignore at the end of the file during import.

property DelimitedImportSettings.SkipRows: int | None#

Gets or sets the number of rows to skip over at the start of the file during import.

Method detail#

DelimitedImportSettings.Clear() None#
DelimitedImportSettings.GetEnumerator() Iterator[Ansys.Mechanical.ExternalData.ColumnarDataImportDefinition]#
DelimitedImportSettings.RemoveAt(index: int) None#

Removes the import definition at the specified index.

DelimitedImportSettings.UseColumn(index: int, variableType: Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.VariableType, unit: str, name: str) Ansys.Mechanical.ExternalData.ColumnarDataSourceBase#