NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::CAE::Xyplot::GridLayout2D Struct Reference

Grid layout style for 2D plot 


More...

Public Member Functions

 GridLayout2D (NXOpen::CAE::Xyplot::GridStyle xyGridStyleInitial, NXOpen::CAE::Xyplot::LineFont gridFontInitial, NXOpen::CAE::Xyplot::LineWidth gridWidthInitial, int gridColorInitial, int denseColorInitial, bool showBackgroundInitial, int backgroundColorInitial, bool displayContouringInitial, int contouringLevelInitial, NXOpen::CAE::Xyplot::ContouringRange contouringRangeInitial)
 Constructor for the GridLayout2D struct.
 

Public Attributes

int BackgroundColor
 Background color.
 
int ContouringLevel
 Contouring level.
 
NXOpen::CAE::Xyplot::ContouringRange ContouringRange
 Option to show contour range either on the border or the faces of the grid.
 
int DenseColor
 Grid dense color.
 
bool DisplayContouring
 Whether to show contouring.
 
int GridColor
 Grid line color.
 
NXOpen::CAE::Xyplot::LineFont GridFont
 Grid line font.
 
NXOpen::CAE::Xyplot::LineWidth GridWidth
 Grid line width.
 
bool ShowBackground
 Whether to show the background.
 
NXOpen::CAE::Xyplot::GridStyle XyGridStyle
 Grid style in X/Y plane.
 

Detailed Description

Grid layout style for 2D plot 


Deprecated:
Deprecated in NX9.0.0.

Use CAE::Xyplot::GridLayoutStyle2DSetting instead.

Constructor & Destructor Documentation

NXOpen::CAE::Xyplot::GridLayout2D::GridLayout2D ( NXOpen::CAE::Xyplot::GridStyle  xyGridStyleInitial,
NXOpen::CAE::Xyplot::LineFont  gridFontInitial,
NXOpen::CAE::Xyplot::LineWidth  gridWidthInitial,
int  gridColorInitial,
int  denseColorInitial,
bool  showBackgroundInitial,
int  backgroundColorInitial,
bool  displayContouringInitial,
int  contouringLevelInitial,
NXOpen::CAE::Xyplot::ContouringRange  contouringRangeInitial 
)

Constructor for the GridLayout2D struct.

Parameters
xyGridStyleInitialGrid style in X/Y plane
gridFontInitialGrid line font
gridWidthInitialGrid line width
gridColorInitialGrid line color. The acceptable range is 1-216
denseColorInitialGrid dense color. The acceptable range is 1-216
showBackgroundInitialWhether to show the background
backgroundColorInitialBackground color. The acceptable range is 1-216
displayContouringInitialWhether to show contouring
contouringLevelInitialContouring level
contouringRangeInitialOption to show contour range either on the border or the faces of the grid

Member Data Documentation

int NXOpen::CAE::Xyplot::GridLayout2D::BackgroundColor

Background color.

The acceptable range is 1-216

int NXOpen::CAE::Xyplot::GridLayout2D::ContouringLevel

Contouring level.

NXOpen::CAE::Xyplot::ContouringRange NXOpen::CAE::Xyplot::GridLayout2D::ContouringRange

Option to show contour range either on the border or the faces of the grid.

int NXOpen::CAE::Xyplot::GridLayout2D::DenseColor

Grid dense color.

The acceptable range is 1-216

bool NXOpen::CAE::Xyplot::GridLayout2D::DisplayContouring

Whether to show contouring.

int NXOpen::CAE::Xyplot::GridLayout2D::GridColor

Grid line color.

The acceptable range is 1-216

NXOpen::CAE::Xyplot::LineFont NXOpen::CAE::Xyplot::GridLayout2D::GridFont

Grid line font.

NXOpen::CAE::Xyplot::LineWidth NXOpen::CAE::Xyplot::GridLayout2D::GridWidth

Grid line width.

bool NXOpen::CAE::Xyplot::GridLayout2D::ShowBackground

Whether to show the background.

NXOpen::CAE::Xyplot::GridStyle NXOpen::CAE::Xyplot::GridLayout2D::XyGridStyle

Grid style in X/Y plane.


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