.. vale off :class:`ViewOptions` ==================== .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.Graphics.ViewOptions Bases: :py:obj:`object` ViewOptions class. .. !! processed by numpydoc !! .. py:currentmodule:: ViewOptions Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~RescaleAnnotations` - Rescale size of annotation following a zoom in or zoom out of the model. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~VectorDisplay` - VectorDisplay property. * - :py:attr:`~ResultPreference` - ResultPreference property. * - :py:attr:`~AnnotationPreferences` - AnnotationPreferences property. * - :py:attr:`~ShowShellThickness` - Displays the thickness of shells. * - :py:attr:`~ShowBeamThickness` - Displays the thickness of beams. * - :py:attr:`~ShowSPHExpansion` - Displays the expansion for SPH elements. * - :py:attr:`~ShowMesh` - Display the model's mesh. * - :py:attr:`~ShowRandomColors` - Sets random colors for each object of the application. * - :py:attr:`~ShowVertices` - Display all the vertices of the model. * - :py:attr:`~ShowClusteredVertices` - Displays all closely clustered vertices of the model. * - :py:attr:`~ShowEdgeDirection` - Displays the edge direction arrow. * - :py:attr:`~ShowMeshConnection` - Displays edge connection using a color scheme based on the mesh connection information. * - :py:attr:`~ShowThickEdgeScoping` - Thicken the display of edge scoping. * - :py:attr:`~ModelDisplay` - Sets the model display option. * - :py:attr:`~ModelColoring` - Sets the Model display Coloring. * - :py:attr:`~ShowCoordinateSystems` - Displays all coordinate system defined. * - :py:attr:`~ClusteredVertexTolerance` - Sets the clustered vertices custom tolerance value. * - :py:attr:`~ShowLegend` - Displays the legend. * - :py:attr:`~ShowTriad` - Displays the triad. * - :py:attr:`~ShowRuler` - Displays the ruler. * - :py:attr:`~ShowResultVectors` - Displays the result vectors. * - :py:attr:`~ShowRemotePointConnections` - Displays the Remote Point Connections. * - :py:attr:`~DisplayGraphOverlay` - Display Graph overlay in the current viewport. Property detail --------------- .. py:property:: VectorDisplay :no-index: :type: Optional[Ansys.Mechanical.Graphics.VectorDisplay] VectorDisplay property. .. !! processed by numpydoc !! .. py:property:: ResultPreference :no-index: :type: Optional[Ansys.Mechanical.Graphics.ResultPreference] ResultPreference property. .. !! processed by numpydoc !! .. py:property:: AnnotationPreferences :no-index: :type: Optional[Ansys.Mechanical.Graphics.AnnotationPreferences] AnnotationPreferences property. .. !! processed by numpydoc !! .. py:property:: ShowShellThickness :no-index: :type: Optional[System.Boolean] Displays the thickness of shells. .. !! processed by numpydoc !! .. py:property:: ShowBeamThickness :no-index: :type: Optional[System.Boolean] Displays the thickness of beams. .. !! processed by numpydoc !! .. py:property:: ShowSPHExpansion :no-index: :type: Optional[System.Boolean] Displays the expansion for SPH elements. .. !! processed by numpydoc !! .. py:property:: ShowMesh :no-index: :type: Optional[System.Boolean] Display the model's mesh. .. !! processed by numpydoc !! .. py:property:: ShowRandomColors :no-index: :type: Optional[System.Boolean] Sets random colors for each object of the application. .. !! processed by numpydoc !! .. py:property:: ShowVertices :no-index: :type: Optional[System.Boolean] Display all the vertices of the model. .. !! processed by numpydoc !! .. py:property:: ShowClusteredVertices :no-index: :type: Optional[System.Boolean] Displays all closely clustered vertices of the model. .. !! processed by numpydoc !! .. py:property:: ShowEdgeDirection :no-index: :type: Optional[System.Boolean] Displays the edge direction arrow. .. !! processed by numpydoc !! .. py:property:: ShowMeshConnection :no-index: :type: Optional[System.Boolean] Displays edge connection using a color scheme based on the mesh connection information. .. !! processed by numpydoc !! .. py:property:: ShowThickEdgeScoping :no-index: :type: Optional[System.Boolean] Thicken the display of edge scoping. .. !! processed by numpydoc !! .. py:property:: ModelDisplay :no-index: :type: Optional[Ansys.Mechanical.DataModel.Enums.ModelDisplay] Sets the model display option. .. !! processed by numpydoc !! .. py:property:: ModelColoring :no-index: :type: Optional[Ansys.Mechanical.DataModel.Enums.ModelColoring] Sets the Model display Coloring. .. !! processed by numpydoc !! .. py:property:: ShowCoordinateSystems :no-index: :type: Optional[System.Boolean] Displays all coordinate system defined. .. !! processed by numpydoc !! .. py:property:: ClusteredVertexTolerance :no-index: :type: Optional[Ansys.Core.Units.Quantity] Sets the clustered vertices custom tolerance value. .. !! processed by numpydoc !! .. py:property:: ShowLegend :no-index: :type: Optional[System.Boolean] Displays the legend. .. !! processed by numpydoc !! .. py:property:: ShowTriad :no-index: :type: Optional[System.Boolean] Displays the triad. .. !! processed by numpydoc !! .. py:property:: ShowRuler :no-index: :type: Optional[System.Boolean] Displays the ruler. .. !! processed by numpydoc !! .. py:property:: ShowResultVectors :no-index: :type: Optional[System.Boolean] Displays the result vectors. .. !! processed by numpydoc !! .. py:property:: ShowRemotePointConnections :no-index: :type: Optional[System.Boolean] Displays the Remote Point Connections. .. !! processed by numpydoc !! .. py:property:: DisplayGraphOverlay :no-index: :type: Optional[System.Boolean] Display Graph overlay in the current viewport. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: RescaleAnnotations() -> System.Void :no-index: Rescale size of annotation following a zoom in or zoom out of the model. .. !! processed by numpydoc !! .. vale on