PostPreference Class

class NXOpen.CAE.PostPreference

Bases: object

Represents Post Preferences

To obtain an instance of this class use CAE::Post

New in version NX10.0.0.

PostResultNavigatorPreference”, ” Returns the <ja_class>NXOpen.CAE.PostResultNavigatorPreference</ja_class> belonging to this session ” “PostIdentifyPreference”, ” Returns the <ja_class>NXOpen.CAE.PostIdentifyPreference</ja_class> belonging to this session ” “PostAnnotationPreference”, ” Returns the <ja_class>NXOpen.CAE.PostAnnotationPreference</ja_class> belonging to this session ” “PostLegendPreference”, ” Returns the <ja_class>NXOpen.CAE.PostLegendPreference</ja_class> belonging to this session ” “PostGraphPreference”, ” Returns the <ja_class>CAE.PostGraphPreference</ja_class> belonging to this session ” “PostResultPreference”, ” Returns the <ja_class>CAE.PostResultPreference</ja_class> belonging to this session “

Methods

Method Description
ApplyPreference Apply Preference to all Post Views

PostResultNavigatorPreference

PostPreference.PostResultNavigatorPreference

Returns the NXOpen.CAE.PostResultNavigatorPreference belonging to this session

Signature PostResultNavigatorPreference()

New in version NX10.0.0.

Returns:
Return type:NXOpen.CAE.PostResultNavigatorPreference

PostIdentifyPreference

PostPreference.PostIdentifyPreference

Returns the NXOpen.CAE.PostIdentifyPreference belonging to this session

Signature PostIdentifyPreference()

New in version NX10.0.0.

Returns:
Return type:NXOpen.CAE.PostIdentifyPreference

PostAnnotationPreference

PostPreference.PostAnnotationPreference

Returns the NXOpen.CAE.PostAnnotationPreference belonging to this session

Signature PostAnnotationPreference()

New in version NX10.0.0.

Returns:
Return type:NXOpen.CAE.PostAnnotationPreference

PostLegendPreference

PostPreference.PostLegendPreference

Returns the NXOpen.CAE.PostLegendPreference belonging to this session

Signature PostLegendPreference()

New in version NX10.0.0.

Returns:
Return type:NXOpen.CAE.PostLegendPreference

PostGraphPreference

PostPreference.PostGraphPreference

Returns the CAE.PostGraphPreference belonging to this session

Signature PostGraphPreference()

New in version NX10.0.0.

Returns:
Return type:NXOpen.CAE.PostGraphPreference

PostResultPreference

PostPreference.PostResultPreference

Returns the CAE.PostResultPreference belonging to this session

Signature PostResultPreference()

New in version NX11.0.0.

Returns:
Return type:NXOpen.CAE.PostResultPreference

Method Detail

ApplyPreference

PostPreference.ApplyPreference

Apply Preference to all Post Views

Signature ApplyPreference()

New in version NX10.0.0.

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