.. vale off :class:`MAPDLImportSettings` ============================ .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.ExternalData.MAPDLImportSettings Bases: :py:obj:`object` T:Ansys.Mechanical.ExternalData.MAPDLImportSettings defines how to import external data from a MAPDL CDB file. .. !! processed by numpydoc !! .. py:currentmodule:: MAPDLImportSettings Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Dimension` - The dimension of the MAPDL CDB file. * - :py:attr:`~LengthUnit` - The length unit of the MAPDL CDB file. * - :py:attr:`~Format` - Gets the existing corresponding format. Property detail --------------- .. py:property:: Dimension :no-index: :type: Optional[Ansys.Mechanical.DataModel.Enums.SourceDimension] The dimension of the MAPDL CDB file. .. !! processed by numpydoc !! .. py:property:: LengthUnit :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.LengthUnit] The length unit of the MAPDL CDB file. .. !! 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