NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Protected Member Functions | List of all members
NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters Class Reference

This class has the information related to post colorbar underflow overflow values. More...

Inheritance diagram for NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Types

enum  LimitDisplay { None, Shaded, Translucent, Clipped }
 Colorbar drawing methods for overflow and under flor values More...
 

Public Member Functions

unsafe NXOpen.NXColor GetOverflowAboveColor ()
 Gets the overflow above color value for the colorbar. More...
 
unsafe bool GetOverflowAboveVisibility ()
 Gets the overflow limit display visibility state for the colorbar and postview More...
 
unsafe
NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.LimitDisplay 
GetOverflowDisplayStyle ()
 Gets the overflow limit display style for the colorbar More...
 
unsafe NXOpen.NXColor GetUnderflowBelowColor ()
 Gets the underflow below color value for the colorbar. More...
 
unsafe bool GetUnderflowBelowVisibility ()
 Gets the underflow limit display visibility state for the colorbar and postview More...
 
unsafe
NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.LimitDisplay 
GetUnderflowDisplayStyle ()
 Gets the underflow limit display style for the colorbar More...
 
unsafe void SetOverflowAboveColor (NXOpen.NXColor colorId)
 Sets the overflow above color value for the colorbar. More...
 
unsafe void SetOverflowAboveVisibility (bool showoverflowabove)
 Sets the overflow limit display visibility state for the colorbar and postview More...
 
unsafe void SetOverflowDisplayStyle (NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.LimitDisplay overflow)
 Sets the overflow limit display style for the colorbar More...
 
unsafe void SetUnderflowBelowColor (NXOpen.NXColor colorId)
 Sets the underflow below color value for the colorbar. More...
 
unsafe void SetUnderflowBelowVisibility (bool showunderflowbelow)
 Sets the underflow limit display visibility state for the colorbar and postview More...
 
unsafe void SetUnderflowDisplayStyle (NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.LimitDisplay underflow)
 Sets the underflow limit display style for the colorbar More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override void FreeResource ()
 Destroys the object More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

This class has the information related to post colorbar underflow overflow values.

An instance of this class can not be created. To obtain the object use NXOpen.CAE.PostColorbar.GetUnderFlowOverFlowParameters method.

Created in NX1847.0.0

Member Enumeration Documentation

Colorbar drawing methods for overflow and under flor values

Enumerator
None 
Shaded 
Translucent 
Clipped 

Member Function Documentation

override void NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.FreeResource ( )
inlineprotectedvirtual

Destroys the object

Created in NX1847.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe NXOpen.NXColor NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.GetOverflowAboveColor ( )
inline

Gets the overflow above color value for the colorbar.

This denotes the color id to draw the result values above the maximum value in the colorbar range.

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe bool NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.GetOverflowAboveVisibility ( )
inline

Gets the overflow limit display visibility state for the colorbar and postview

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.LimitDisplay NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.GetOverflowDisplayStyle ( )
inline

Gets the overflow limit display style for the colorbar

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe NXOpen.NXColor NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.GetUnderflowBelowColor ( )
inline

Gets the underflow below color value for the colorbar.

This denotes the color id to draw the result values below the minimum value in the colorbar range.

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe bool NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.GetUnderflowBelowVisibility ( )
inline

Gets the underflow limit display visibility state for the colorbar and postview

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.LimitDisplay NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.GetUnderflowDisplayStyle ( )
inline

Gets the underflow limit display style for the colorbar

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe void NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.SetOverflowAboveColor ( NXOpen.NXColor  colorId)
inline

Sets the overflow above color value for the colorbar.

This denotes the color id to draw the result values above the maximum value in the colorbar range.

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
colorId
unsafe void NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.SetOverflowAboveVisibility ( bool  showoverflowabove)
inline

Sets the overflow limit display visibility state for the colorbar and postview

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
showoverflowabove
unsafe void NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.SetOverflowDisplayStyle ( NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.LimitDisplay  overflow)
inline

Sets the overflow limit display style for the colorbar

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
overflow
unsafe void NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.SetUnderflowBelowColor ( NXOpen.NXColor  colorId)
inline

Sets the underflow below color value for the colorbar.

This denotes the color id to draw the result values below the minimum value in the colorbar range.

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
colorId
unsafe void NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.SetUnderflowBelowVisibility ( bool  showunderflowbelow)
inline

Sets the underflow limit display visibility state for the colorbar and postview

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
showunderflowbelow
unsafe void NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.SetUnderflowDisplayStyle ( NXOpen.CAE.PostColorbarUnderFlowOverFlowParameters.LimitDisplay  underflow)
inline

Sets the underflow limit display style for the colorbar

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
underflow

The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.