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

Grid layout style for 2D plot. More...

List of all members.

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.


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

Background color.

The acceptable range is 1-216

Contouring level.

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

Grid dense color.

The acceptable range is 1-216

Whether to show contouring.

Grid line color.

The acceptable range is 1-216

Grid line font.

Grid line width.

Whether to show the background.

Grid style in X/Y plane.


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