.. vale off :class:`IModelViewManager` ========================== .. py:class:: ansys.mechanical.stubs.v241.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:`~ApplyModelView` - Apply the view specified by name. * - :py:attr:`~CaptureModelView` - Save the view specified by index as a PNG image to the project userfiles. * - :py:attr:`~CaptureModelView` - Save the view specified as an image to the project userfiles. * - :py:attr:`~CreateView` - Create a view from current graphics with default naming. * - :py:attr:`~CreateView` - Create a view from current graphics with the specified name. * - :py:attr:`~DeleteView` - Delete the specified view by index. * - :py:attr:`~DeleteView` - Apply the view specified by name. * - :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. * - :py:attr:`~RenameView` - Rename the model view specified 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 :no-index: :type: Optional[System.Int32] The number of views currently defined. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: ApplyModelView(viewIndex: System.Int32) -> System.Void :no-index: Apply the view specified by index. .. !! processed by numpydoc !! .. py:method:: ApplyModelView(viewLabel: System.String) -> System.Void :no-index: Apply the view specified by name. .. !! processed by numpydoc !! .. py:method:: CaptureModelView(index: System.Int32, mode: System.String) -> System.Void :no-index: Save the view specified by index as a PNG image to the project userfiles. .. !! processed by numpydoc !! .. py:method:: CaptureModelView(viewLabel: System.String, mode: System.String) -> System.Void :no-index: Save the view specified as an image to the project userfiles. .. !! processed by numpydoc !! .. py:method:: CreateView() -> System.Void :no-index: Create a view from current graphics with default naming. .. !! processed by numpydoc !! .. py:method:: CreateView(viewName: System.String) -> System.Void :no-index: Create a view from current graphics with the specified name. .. !! processed by numpydoc !! .. py:method:: DeleteView(viewIndex: System.Int32) -> System.Void :no-index: Delete the specified view by index. .. !! processed by numpydoc !! .. py:method:: DeleteView(viewLabel: System.String) -> System.Void :no-index: Apply the view specified by name. .. !! processed by numpydoc !! .. py:method:: ExportModelViews(viewfilepath: System.String) -> System.Void :no-index: Export model views to the specified file. .. !! processed by numpydoc !! .. py:method:: ImportModelViews(viewfilepath: System.String) -> System.Void :no-index: Import model views from the specified file. .. !! processed by numpydoc !! .. py:method:: RenameView(viewIndex: System.Int32, newLabel: System.String) -> System.Void :no-index: Rename the model view specified by viewIndex to newLabel. .. !! processed by numpydoc !! .. py:method:: RenameView(viewLabel: System.String, newLabel: System.String) -> System.Void :no-index: Rename the model view specified to newLabel. .. !! processed by numpydoc !! .. vale on