AnnotationPreferences#

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

Bases: object

AnnotationPreferences class.

Overview#

SetNodeNumbering

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

SetElementNumbering

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

ShowAllAnnotations

Sets the visibility of all annotations.

ShowCustomAnnotations

Sets the visibility of user defined annotations.

ShowLabels

Sets the visibility of annotation labels.

ShowPointMasses

Sets the visibility of point mass annotations.

ShowBeams

Sets the visibility of beam annotations.

ShowSprings

Sets the visibility of spring annotations.

ShowBearings

Sets the visibility of bearing annotations.

ShowCracks

Sets the visibility of crack annotations.

ShowForceArrows

Sets the visibility of force arrows on surface reaction.

ShowBodyScopings

Sets the visibility of body scoping annotations.

ShowMeshAnnotations

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

ShowNodeNumbers

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

ShowElementNumbers

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

ShowNamedSelectionElements

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

PointMassSize

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

SpringSize

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

Property detail#

property AnnotationPreferences.ShowAllAnnotations: System.Boolean | None

Sets the visibility of all annotations.

property AnnotationPreferences.ShowCustomAnnotations: System.Boolean | None

Sets the visibility of user defined annotations.

property AnnotationPreferences.ShowLabels: System.Boolean | None

Sets the visibility of annotation labels.

property AnnotationPreferences.ShowPointMasses: System.Boolean | None

Sets the visibility of point mass annotations.

property AnnotationPreferences.ShowBeams: System.Boolean | None

Sets the visibility of beam annotations.

property AnnotationPreferences.ShowSprings: System.Boolean | None

Sets the visibility of spring annotations.

property AnnotationPreferences.ShowBearings: System.Boolean | None

Sets the visibility of bearing annotations.

property AnnotationPreferences.ShowCracks: System.Boolean | None

Sets the visibility of crack annotations.

property AnnotationPreferences.ShowForceArrows: System.Boolean | None

Sets the visibility of force arrows on surface reaction.

property AnnotationPreferences.ShowBodyScopings: System.Boolean | None

Sets the visibility of body scoping annotations.

property AnnotationPreferences.ShowMeshAnnotations: System.Boolean | None

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

property AnnotationPreferences.ShowNodeNumbers: System.Boolean | None

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

property AnnotationPreferences.ShowElementNumbers: System.Boolean | None

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

property AnnotationPreferences.ShowNamedSelectionElements: System.Boolean | None

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

property AnnotationPreferences.PointMassSize: System.Int32 | None

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

property AnnotationPreferences.SpringSize: System.Int32 | None

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

Method detail#

AnnotationPreferences.SetNodeNumbering(begin: System.Int32, end: System.Int32, inc: System.Int32) System.Void

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

AnnotationPreferences.SetElementNumbering(begin: System.Int32, end: System.Int32, inc: System.Int32) System.Void

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