.. vale off :class:`ModelViewManager` ========================= .. py:class:: ansys.mechanical.stubs.v241.Ansys.ACT.Common.Graphics.ModelViewManager Bases: :py:obj:`object` ModelViewManager class. .. !! processed by numpydoc !! .. py:currentmodule:: ModelViewManager Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :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:`~RenameView` - Rename the model view specified by viewIndex to newLabel. * - :py:attr:`~RenameView` - Rename the model view specified to newLabel. * - :py:attr:`~DeleteView` - Delete the specified view by name. * - :py:attr:`~DeleteView` - Delete the specified view by index. * - :py:attr:`~ApplyModelView` - Apply the view specified by index. * - :py:attr:`~ApplyModelView` - Apply the view specified by name. * - :py:attr:`~ImportModelViews` - Import model views from the specified file. * - :py:attr:`~ExportModelViews` - Export model views to the specified file. * - :py:attr:`~SetViewPorts` - Set the number of viewports displayed. * - :py:attr:`~SetActiveViewPort` - Set the active of viewport. * - :py:attr:`~SetActiveViewPort` - Active a viewport. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~NumberOfViews` - The number of views currently defined. * - :py:attr:`~ActiveViewPort` - ActiveViewPort property. Property detail --------------- .. py:property:: NumberOfViews :no-index: :type: Optional[System.Int32] The number of views currently defined. .. !! processed by numpydoc !! .. py:property:: ActiveViewPort :no-index: :type: Optional[Ansys.ACT.Common.Graphics.MechanicalViewPort] ActiveViewPort property. .. !! processed by numpydoc !! Method detail ------------- .. 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:: 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 !! .. py:method:: DeleteView(viewLabel: System.String) -> System.Void :no-index: Delete the specified view by 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:: 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:: ImportModelViews(viewfilepath: System.String) -> System.Void :no-index: Import model views from the specified file. .. !! 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:: SetViewPorts(numViewPorts: System.Int32, horizontal: System.Boolean) -> System.Void :no-index: Set the number of viewports displayed. .. !! processed by numpydoc !! .. py:method:: SetActiveViewPort(winRowIndex: System.Int32, winColIndex: System.Int32) -> System.Void :no-index: Set the active of viewport. .. !! processed by numpydoc !! .. py:method:: SetActiveViewPort(windowsId: System.Int32) -> System.Void :no-index: Active a viewport. .. !! processed by numpydoc !! .. vale on