AnnotationPreferences#

class ansys.mechanical.stubs.v241.Ansys.Mechanical.Graphics.AnnotationPreferences#

Bases: object

AnnotationPreferences class.

Overview#

SetElementNumbering

Sets the begin, end and increment values to display element numbering.

SetNodeNumbering

Sets the begin, end and increment values to display node numbering.

PointMassSize

Sets the size for point mass annotation. (Small-Large ; 1-100)

ShowAllAnnotations

Sets the visibility of all annotations.

ShowBeams

Sets the visibility of beam annotations.

ShowBearings

Sets the visibility of bearing annotations.

ShowBodyScopings

Sets the visibility of body scoping annotations.

ShowCracks

Sets the visibility of crack annotations.

ShowCustomAnnotations

Sets the visibility of user defined annotations.

ShowElementNumbers

Sets the visibility of mesh element numbers in named Selection, mesh, and result displays.

ShowForceArrows

Sets the visibility of force arrows on surface reaction.

ShowLabels

Sets the visibility of annotation labels.

ShowMeshAnnotations

Sets the visibility of mesh node and mesh element annotations in named selection displays.

ShowNamedSelectionElements

Sets the visibility of elements for all items in the named selection group.

ShowNodeNumbers

Sets the visibility of mesh node numbers in named selection, mesh, and result displays.

ShowPointMasses

Sets the visibility of point mass annotations.

ShowSprings

Sets the visibility of spring annotations.

SpringSize

Sets the size for spring annotation. (Small-Large ; 1-100)

Property detail#

property AnnotationPreferences.PointMassSize: int | None#

Sets the size for point mass annotation. (Small-Large ; 1-100)

property AnnotationPreferences.ShowAllAnnotations: bool | None#

Sets the visibility of all annotations.

property AnnotationPreferences.ShowBeams: bool | None#

Sets the visibility of beam annotations.

property AnnotationPreferences.ShowBearings: bool | None#

Sets the visibility of bearing annotations.

property AnnotationPreferences.ShowBodyScopings: bool | None#

Sets the visibility of body scoping annotations.

property AnnotationPreferences.ShowCracks: bool | None#

Sets the visibility of crack annotations.

property AnnotationPreferences.ShowCustomAnnotations: bool | None#

Sets the visibility of user defined annotations.

property AnnotationPreferences.ShowElementNumbers: bool | None#

Sets the visibility of mesh element numbers in named Selection, mesh, and result displays.

property AnnotationPreferences.ShowForceArrows: bool | None#

Sets the visibility of force arrows on surface reaction.

property AnnotationPreferences.ShowLabels: bool | None#

Sets the visibility of annotation labels.

property AnnotationPreferences.ShowMeshAnnotations: bool | None#

Sets the visibility of mesh node and mesh element annotations in named selection displays.

property AnnotationPreferences.ShowNamedSelectionElements: bool | None#

Sets the visibility of elements for all items in the named selection group.

property AnnotationPreferences.ShowNodeNumbers: bool | None#

Sets the visibility of mesh node numbers in named selection, mesh, and result displays.

property AnnotationPreferences.ShowPointMasses: bool | None#

Sets the visibility of point mass annotations.

property AnnotationPreferences.ShowSprings: bool | None#

Sets the visibility of spring annotations.

property AnnotationPreferences.SpringSize: int | None#

Sets the size for spring annotation. (Small-Large ; 1-100)

Method detail#

AnnotationPreferences.SetElementNumbering(begin: int, end: int, inc: int) None#

Sets the begin, end and increment values to display element numbering.

AnnotationPreferences.SetNodeNumbering(begin: int, end: int, inc: int) None#

Sets the begin, end and increment values to display node numbering.