PostResultNavigatorPreference Class

class NXOpen.CAE.PostResultNavigatorPreference

Bases: object

Represents Post-ResultNavigator Preferences

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

New in version NX10.0.0.

Properties

Property Description
Format Returns or sets the result navigator format
SignificantPlaces Returns or sets the result navigator significant places

Methods

Property Detail

Format

PostResultNavigatorPreference.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”)

SignificantPlaces

PostResultNavigatorPreference.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”)