.. vale off :class:`ICEPAKImportSettings` ============================= .. py:class:: ansys.mechanical.stubs.v241.Ansys.Mechanical.ExternalData.ICEPAKImportSettings Bases: :py:obj:`object` T:Ansys.Mechanical.ExternalData.ICEPAKImportSettings defines how to import external data from an ICEPAK BOOL or ICEPAK COND file. .. !! processed by numpydoc !! .. py:currentmodule:: ICEPAKImportSettings Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~SupportingFilePath` - The supporting file path of the ICEPAK INFO file. * - :py:attr:`~SupportingFileIdentifier` - The supporting file identifier. The identifier should be unique, otherwise, an exception will be * - :py:attr:`~SupportingFileDescription` - The supporting file description. This is optional. * - :py:attr:`~Format` - Gets the existing corresponding format. Property detail --------------- .. py:property:: SupportingFilePath :no-index: :type: Optional[System.String] The supporting file path of the ICEPAK INFO file. .. !! processed by numpydoc !! .. py:property:: SupportingFileIdentifier :no-index: :type: Optional[System.String] The supporting file identifier. The identifier should be unique, otherwise, an exception will be thrown during the import. .. !! processed by numpydoc !! .. py:property:: SupportingFileDescription :no-index: :type: Optional[System.String] The supporting file description. This is optional. .. !! processed by numpydoc !! .. py:property:: Format :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.ImportFormat] Gets the existing corresponding format. .. !! processed by numpydoc !! .. vale on