.. vale off :class:`DelimitedImportSettings` ================================ .. py:class:: ansys.mechanical.stubs.v241.Ansys.Mechanical.ExternalData.DelimitedImportSettings Bases: :py:obj:`object` T:Ansys.Mechanical.ExternalData.DelimitedImportSettings defines how to import external data from a delimited source file. .. !! processed by numpydoc !! .. py:currentmodule:: DelimitedImportSettings Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Clear` - * - :py:attr:`~GetEnumerator` - * - :py:attr:`~RemoveAt` - Removes the import definition at the specified index. * - :py:attr:`~UseColumn` - .. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Delimiter` - The delimiter used to separate columns. * - :py:attr:`~AverageCornerNodesToMidsideNodes` - .. * - :py:attr:`~Count` - Gets the number of column definitions. * - :py:attr:`~Item` - Item property. * - :py:attr:`~SkipFooter` - Gets or sets the number of rows to ignore at the end of the file during import. * - :py:attr:`~SkipRows` - Gets or sets the number of rows to skip over at the start of the file during import. * - :py:attr:`~Format` - Gets the existing corresponding format. Property detail --------------- .. py:property:: Delimiter :no-index: :type: Optional[System.String] The delimiter used to separate columns. .. !! processed by numpydoc !! .. py:property:: AverageCornerNodesToMidsideNodes :no-index: :type: Optional[System.Boolean] .. !! processed by numpydoc !! .. py:property:: Count :no-index: :type: Optional[System.Int32] Gets the number of column definitions. .. !! processed by numpydoc !! .. py:property:: Item :no-index: :type: Optional[Ansys.Mechanical.ExternalData.ColumnarDataImportDefinition] Item property. .. !! processed by numpydoc !! .. py:property:: SkipFooter :no-index: :type: Optional[System.Int32] Gets or sets the number of rows to ignore at the end of the file during import. .. !! processed by numpydoc !! .. py:property:: SkipRows :no-index: :type: Optional[System.Int32] Gets or sets the number of rows to skip over at the start of the file during import. .. !! processed by numpydoc !! .. py:property:: Format :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.ImportFormat] Gets the existing corresponding format. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: Clear() -> System.Void :no-index: .. py:method:: GetEnumerator() -> System.Collections.Generic.IEnumerator[Ansys.Mechanical.ExternalData.ColumnarDataImportDefinition] :no-index: .. py:method:: RemoveAt(index: System.Int32) -> System.Void :no-index: Removes the import definition at the specified index. .. !! processed by numpydoc !! .. py:method:: UseColumn(index: System.Int32, variableType: Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.VariableType, unit: System.String, name: System.String) -> Ansys.Mechanical.ExternalData.ColumnarDataSourceBase :no-index: .. !! processed by numpydoc !! .. vale on