.. vale off :class:`IModelViewManager` ========================== .. py:class:: ansys.mechanical.stubs.v242.Ansys.ACT.Interfaces.Graphics.IModelViewManager Bases: :py:obj:`object` .. !! processed by numpydoc !! .. py:currentmodule:: IModelViewManager Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ApplyModelView` - Apply the view specified by index. * - :py:attr:`~CaptureModelView` - Save the view specified by index as a PNG image to the project userfiles. * - :py:attr:`~CreateView` - Create a view from current graphics with default naming. * - :py:attr:`~DeleteView` - Delete the specified view by index. * - :py:attr:`~ExportModelViews` - Export model views to the specified file. * - :py:attr:`~ImportModelViews` - Import model views from the specified file. * - :py:attr:`~RenameView` - Rename the model view specified by viewIndex to newLabel. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~NumberOfViews` - The number of views currently defined. Property detail --------------- .. py:property:: NumberOfViews :type: Optional[int] The number of views currently defined. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: ApplyModelView(viewIndex: int) -> None Apply the view specified by index. .. !! processed by numpydoc !! .. py:method:: CaptureModelView(index: int, mode: str) -> None Save the view specified by index as a PNG image to the project userfiles. .. !! processed by numpydoc !! .. py:method:: CreateView() -> None Create a view from current graphics with default naming. .. !! processed by numpydoc !! .. py:method:: DeleteView(viewIndex: int) -> None Delete the specified view by index. .. !! processed by numpydoc !! .. py:method:: ExportModelViews(viewfilepath: str) -> None Export model views to the specified file. .. !! processed by numpydoc !! .. py:method:: ImportModelViews(viewfilepath: str) -> None Import model views from the specified file. .. !! processed by numpydoc !! .. py:method:: RenameView(viewIndex: int, newLabel: str) -> None Rename the model view specified by viewIndex to newLabel. .. !! processed by numpydoc !! .. vale on