NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting Class Reference

Represents the base grid layout display style. More...

Inheritance diagram for NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting:
NXOpen.CAE.Xyplot.BaseDisplayStyleSetting NXOpen.TaggedObject NXOpen.CAE.Xyplot.IDisplayStyle NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.CAE.Xyplot.GridLayoutStyle2DSetting NXOpen.CAE.Xyplot.GridLayoutStyle3DSetting NXOpen.CAE.Xyplot.GridStyle2DColorContour

Properties

unsafe NXOpen.NXColor BackgroundColor [get, set]
 Returns or sets the background color More...
 
unsafe NXOpen.NXColor ColorOfBackgroundPlane [get, set]
 Returns or sets the color of grid background plane More...
 
unsafe int ContouringLevel [get, set]
 Returns or sets the contouring level. More...
 
unsafe
NXOpen.CAE.Xyplot.ContouringRange 
ContouringRange [get, set]
 Returns or sets the option to show contour range either on the border or the faces of the grid. More...
 
unsafe NXOpen.NXColor DenseColor [get, set]
 Returns or sets the grid dense line color More...
 
unsafe
NXOpen.CAE.Xyplot.CurveDisplaySettings 
DenseGridDisplayStyleSettings [get]
 Returns the dense grid display style More...
 
unsafe bool DisplayContouring [get, set]
 Returns or sets a value indicating whether to display contouring More...
 
unsafe NXOpen.NXColor GridColor [get, set]
 Returns or sets the grid line color More...
 
unsafe
NXOpen.DisplayableObject.ObjectFont 
GridFont [get, set]
 Returns or sets the grid line font More...
 
unsafe
NXOpen.DisplayableObject.ObjectWidth 
GridWidth [get, set]
 Returns or sets the grid line width More...
 
unsafe
NXOpen.CAE.Xyplot.CurveDisplaySettings 
MajorGridDisplayStyleSettings [get]
 Returns the major grid display style More...
 
unsafe bool ShowBackground [get, set]
 Returns or sets a value indicating whether to display the background More...
 
unsafe bool ShowBackgroundPlane [get, set]
 Returns or sets a value indicating whether to display the grid background plane More...
 
unsafe
NXOpen.CAE.Xyplot.CurveDisplaySettings 
TicksDisplayStyleSettings [get]
 Returns the ticks display style More...
 
unsafe NXOpen.CAE.Xyplot.GridStyle XyGridStyle [get, set]
 Returns or sets the grid style of XY plane More...
 
- Properties inherited from NXOpen.CAE.Xyplot.BaseDisplayStyleSetting
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe
NXOpen.CAE.Xyplot.IDisplayStyle 
Owner [get]
 Returns the owner style More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 
- Properties inherited from NXOpen.CAE.Xyplot.IDisplayStyle
NXOpen.CAE.Xyplot.IDisplayStyle Owner [get]
 Returns the owner style More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.CAE.Xyplot.BaseDisplayStyleSetting
unsafe void CommitChange ()
 Commits any edits that have been applied to the display style. More...
 
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the base grid layout display style.

Call CAE.Xyplot.BaseDisplayStyleSetting.CommitChange to apply style changes to corresponding plot after it's modified.

Not support KF.

Created in NX9.0.0

Property Documentation

unsafe NXOpen.NXColor NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.BackgroundColor
getset

Returns or sets the background color

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.ColorOfBackgroundPlane
getset

Returns or sets the color of grid background plane

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.ContouringLevel
getset

Returns or sets the contouring level.

The value is greater than 0.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.Xyplot.ContouringRange NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.ContouringRange
getset

Returns or sets the option to show contour range either on the border or the faces of the grid.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.DenseColor
getset

Returns or sets the grid dense line color

Created in NX9.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.Xyplot.CurveDisplaySettings.Color instead.

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.Xyplot.CurveDisplaySettings NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.DenseGridDisplayStyleSettings
get

Returns the dense grid display style

Created in NX12.0.0

License requirements: None.

unsafe bool NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.DisplayContouring
getset

Returns or sets a value indicating whether to display contouring

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.GridColor
getset

Returns or sets the grid line color

Created in NX9.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.Xyplot.CurveDisplaySettings.Color instead.

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.DisplayableObject.ObjectFont NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.GridFont
getset

Returns or sets the grid line font

Created in NX9.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.Xyplot.CurveDisplaySettings.Font instead.

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.DisplayableObject.ObjectWidth NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.GridWidth
getset

Returns or sets the grid line width

Created in NX9.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.Xyplot.CurveDisplaySettings.Width instead.

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.Xyplot.CurveDisplaySettings NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.MajorGridDisplayStyleSettings
get

Returns the major grid display style

Created in NX12.0.0

License requirements: None.

unsafe bool NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.ShowBackground
getset

Returns or sets a value indicating whether to display the background

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.ShowBackgroundPlane
getset

Returns or sets a value indicating whether to display the grid background plane

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.Xyplot.CurveDisplaySettings NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.TicksDisplayStyleSettings
get

Returns the ticks display style

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.CAE.Xyplot.GridStyle NXOpen.CAE.Xyplot.BaseGridLayoutStyleSetting.XyGridStyle
getset

Returns or sets the grid style of XY plane

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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