.. vale off :class:`AnnotationPreferences` ============================== .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.Graphics.AnnotationPreferences Bases: :py:obj:`object` AnnotationPreferences class. .. !! processed by numpydoc !! .. py:currentmodule:: AnnotationPreferences Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~SetNodeNumbering` - Sets the begin, end and increment values to display node numbering. * - :py:attr:`~SetElementNumbering` - Sets the begin, end and increment values to display element numbering. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ShowAllAnnotations` - Sets the visibility of all annotations. * - :py:attr:`~ShowCustomAnnotations` - Sets the visibility of user defined annotations. * - :py:attr:`~ShowLabels` - Sets the visibility of annotation labels. * - :py:attr:`~ShowPointMasses` - Sets the visibility of point mass annotations. * - :py:attr:`~ShowBeams` - Sets the visibility of beam annotations. * - :py:attr:`~ShowSprings` - Sets the visibility of spring annotations. * - :py:attr:`~ShowBearings` - Sets the visibility of bearing annotations. * - :py:attr:`~ShowCracks` - Sets the visibility of crack annotations. * - :py:attr:`~ShowForceArrows` - Sets the visibility of force arrows on surface reaction. * - :py:attr:`~ShowBodyScopings` - Sets the visibility of body scoping annotations. * - :py:attr:`~ShowMeshAnnotations` - Sets the visibility of mesh node and mesh element annotations in named selection displays. * - :py:attr:`~ShowNodeNumbers` - Sets the visibility of mesh node numbers in named selection, mesh, and result displays. * - :py:attr:`~ShowElementNumbers` - Sets the visibility of mesh element numbers in named Selection, mesh, and result displays. * - :py:attr:`~ShowNamedSelectionElements` - Sets the visibility of elements for all items in the named selection group. * - :py:attr:`~PointMassSize` - Sets the size for point mass annotation. (Small-Large ; 1-100) * - :py:attr:`~SpringSize` - Sets the size for spring annotation. (Small-Large ; 1-100) Property detail --------------- .. py:property:: ShowAllAnnotations :no-index: :type: Optional[System.Boolean] Sets the visibility of all annotations. .. !! processed by numpydoc !! .. py:property:: ShowCustomAnnotations :no-index: :type: Optional[System.Boolean] Sets the visibility of user defined annotations. .. !! processed by numpydoc !! .. py:property:: ShowLabels :no-index: :type: Optional[System.Boolean] Sets the visibility of annotation labels. .. !! processed by numpydoc !! .. py:property:: ShowPointMasses :no-index: :type: Optional[System.Boolean] Sets the visibility of point mass annotations. .. !! processed by numpydoc !! .. py:property:: ShowBeams :no-index: :type: Optional[System.Boolean] Sets the visibility of beam annotations. .. !! processed by numpydoc !! .. py:property:: ShowSprings :no-index: :type: Optional[System.Boolean] Sets the visibility of spring annotations. .. !! processed by numpydoc !! .. py:property:: ShowBearings :no-index: :type: Optional[System.Boolean] Sets the visibility of bearing annotations. .. !! processed by numpydoc !! .. py:property:: ShowCracks :no-index: :type: Optional[System.Boolean] Sets the visibility of crack annotations. .. !! processed by numpydoc !! .. py:property:: ShowForceArrows :no-index: :type: Optional[System.Boolean] Sets the visibility of force arrows on surface reaction. .. !! processed by numpydoc !! .. py:property:: ShowBodyScopings :no-index: :type: Optional[System.Boolean] Sets the visibility of body scoping annotations. .. !! processed by numpydoc !! .. py:property:: ShowMeshAnnotations :no-index: :type: Optional[System.Boolean] Sets the visibility of mesh node and mesh element annotations in named selection displays. .. !! processed by numpydoc !! .. py:property:: ShowNodeNumbers :no-index: :type: Optional[System.Boolean] Sets the visibility of mesh node numbers in named selection, mesh, and result displays. .. !! processed by numpydoc !! .. py:property:: ShowElementNumbers :no-index: :type: Optional[System.Boolean] Sets the visibility of mesh element numbers in named Selection, mesh, and result displays. .. !! processed by numpydoc !! .. py:property:: ShowNamedSelectionElements :no-index: :type: Optional[System.Boolean] Sets the visibility of elements for all items in the named selection group. .. !! processed by numpydoc !! .. py:property:: PointMassSize :no-index: :type: Optional[System.Int32] Sets the size for point mass annotation. (Small-Large ; 1-100) .. !! processed by numpydoc !! .. py:property:: SpringSize :no-index: :type: Optional[System.Int32] Sets the size for spring annotation. (Small-Large ; 1-100) .. !! processed by numpydoc !! Method detail ------------- .. py:method:: SetNodeNumbering(begin: System.Int32, end: System.Int32, inc: System.Int32) -> System.Void :no-index: Sets the begin, end and increment values to display node numbering. .. !! processed by numpydoc !! .. py:method:: SetElementNumbering(begin: System.Int32, end: System.Int32, inc: System.Int32) -> System.Void :no-index: Sets the begin, end and increment values to display element numbering. .. !! processed by numpydoc !! .. vale on