DelimitedImportSettings

(See Ansys.Mechanical.ExternalData.DelimitedImportSettings) defines how to import external data from a delimited source file.

Declaration Syntax

public class DelimitedImportSettings : ColumnarDataSourceBase

Table 38: Members

Property

AverageCornerNodesToMidsideNodes

If set to Yes, the data at Midside nodes is calculated as average of data specified at corner nodes.

Defaults to False.

This property is used only when there is another external data file defined with MAPDL import format.

Property

Count

Gets the number of column definitions.

(Inherited from ColumnarDataSourceBase.)

Property

Delimiter

The delimiter used to separate columns.

Property

Format

Gets the existing corresponding format.

(Inherited from ImportSettingsBase.)

Property

Item

Gets or sets the column definition at the specified order index.

(Inherited from ColumnarDataSourceBase.)

Property

SkipFooter

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

(Inherited from ColumnarDataSourceBase.)

Property

SkipRows

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

(Inherited from ColumnarDataSourceBase.)