PostAnnotationPreference Class

class NXOpen.CAE.PostAnnotationPreference

Bases: object

Represents Post-Annotation Preferences

To obtain an instance of this class use CAE::CaePost::Preference

New in version NX10.0.0.

Properties

Property Description
FontScaling Returns or sets the annotation font scaling toggle
Format Returns or sets the result navigator format
ScaleFactor Returns or sets the annotation scale factor
SignificantPlaces Returns or sets the result navigator significant places

Methods

Property Detail

FontScaling

PostAnnotationPreference.FontScaling

Returns or sets the annotation font scaling toggle

-------------------------------------

Getter Method

Signature FontScaling()

Returns:
Return type:bool

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature FontScaling(fontScaling)

Parameters:fontScaling (bool) –

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

Format

PostAnnotationPreference.Format

Returns or sets the result navigator format

-------------------------------------

Getter Method

Signature Format()

Returns:
Return type:NXOpen.CAE.PostFormat

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature Format(format)

Parameters:format (NXOpen.CAE.PostFormat) –

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

ScaleFactor

PostAnnotationPreference.ScaleFactor

Returns or sets the annotation scale factor

-------------------------------------

Getter Method

Signature ScaleFactor()

Returns:
Return type:float

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature ScaleFactor(scaleFactor)

Parameters:scaleFactor (float) –

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

SignificantPlaces

PostAnnotationPreference.SignificantPlaces

Returns or sets the result navigator significant places

-------------------------------------

Getter Method

Signature SignificantPlaces()

Returns:
Return type:int

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature SignificantPlaces(significantPlaces)

Parameters:significantPlaces (int) –

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)