.. vale off :class:`GraphicsImageExportSettings` ==================================== .. py:class:: ansys.mechanical.stubs.v241.Ansys.Mechanical.Graphics.GraphicsImageExportSettings Bases: :py:obj:`object` GraphicsImageExportSettings class. .. !! processed by numpydoc !! .. py:currentmodule:: GraphicsImageExportSettings Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~CurrentGraphicsDisplay` - Specifies whether to use the current graphics display settings. Defaults to true. * - :py:attr:`~AppendGraph` - Specifies whether to append the viewport graph(s) to the exported image. Defaults to false. * - :py:attr:`~Resolution` - Specifies the resolution type. Defaults to NormalResolution. * - :py:attr:`~Capture` - Specifies what to include in the capture. Defaults to ImageAndLegend. * - :py:attr:`~Background` - Specifies the background color. Defaults to GraphicsAppearanceSetting. * - :py:attr:`~FontMagnification` - Specifies the font magnification factor. Defaults to 1.0. * - :py:attr:`~Width` - Specifies the image width. Defaults to 0. If width AND height are zero, this uses the current dimensions. If only one of the two are nonzero, the current dimension’s ratio is used along with the nonzero of the two properties to determine the computed value of the zero property. * - :py:attr:`~Height` - Specifies the image height. Defaults to 0. If width AND height are zero, this uses the current dimensions. If only one of the two are nonzero, the current dimension’s ratio is used along with the nonzero of the two properties to determine the computed value of the zero property. Property detail --------------- .. py:property:: CurrentGraphicsDisplay :no-index: :type: Optional[System.Boolean] Specifies whether to use the current graphics display settings. Defaults to true. .. !! processed by numpydoc !! .. py:property:: AppendGraph :no-index: :type: Optional[System.Boolean] Specifies whether to append the viewport graph(s) to the exported image. Defaults to false. .. !! processed by numpydoc !! .. py:property:: Resolution :no-index: :type: Optional[Ansys.Mechanical.DataModel.Enums.GraphicsResolutionType] Specifies the resolution type. Defaults to NormalResolution. .. !! processed by numpydoc !! .. py:property:: Capture :no-index: :type: Optional[Ansys.Mechanical.DataModel.Enums.GraphicsCaptureType] Specifies what to include in the capture. Defaults to ImageAndLegend. .. !! processed by numpydoc !! .. py:property:: Background :no-index: :type: Optional[Ansys.Mechanical.DataModel.Enums.GraphicsBackgroundType] Specifies the background color. Defaults to GraphicsAppearanceSetting. .. !! processed by numpydoc !! .. py:property:: FontMagnification :no-index: :type: Optional[System.Double] Specifies the font magnification factor. Defaults to 1.0. .. !! processed by numpydoc !! .. py:property:: Width :no-index: :type: Optional[System.Int32] Specifies the image width. Defaults to 0. If width AND height are zero, this uses the current dimensions. If only one of the two are nonzero, the current dimension’s ratio is used along with the nonzero of the two properties to determine the computed value of the zero property. .. !! processed by numpydoc !! .. py:property:: Height :no-index: :type: Optional[System.Int32] Specifies the image height. Defaults to 0. If width AND height are zero, this uses the current dimensions. If only one of the two are nonzero, the current dimension’s ratio is used along with the nonzero of the two properties to determine the computed value of the zero property. .. !! processed by numpydoc !! .. vale on