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

Plate option for 2D plot 


More...

Public Member Functions

 PlateOption2D (bool showOutlineInitial, int outlineColorInitial, int fillingColorInitial, NXOpen::CAE::Xyplot::PointMarker pointMarkerInitial)
 Constructor for the PlateOption2D struct.
 

Public Attributes

int FillingColor
 Filling color.
 
int OutlineColor
 Outline color.
 
NXOpen::CAE::Xyplot::PointMarker PointMarker
 Point marker.
 
bool ShowOutline
 Whether to show outline.
 

Detailed Description

Plate option for 2D plot 


Deprecated:
Deprecated in NX9.0.0.

Use CAE::Xyplot::PlateStyle2DSetting instead.

Constructor & Destructor Documentation

NXOpen::CAE::Xyplot::PlateOption2D::PlateOption2D ( bool  showOutlineInitial,
int  outlineColorInitial,
int  fillingColorInitial,
NXOpen::CAE::Xyplot::PointMarker  pointMarkerInitial 
)

Constructor for the PlateOption2D struct.

Parameters
showOutlineInitialWhether to show outline
outlineColorInitialOutline color. The acceptable range is 1-216
fillingColorInitialFilling color. The acceptable range is 1-216
pointMarkerInitialPoint marker

Member Data Documentation

int NXOpen::CAE::Xyplot::PlateOption2D::FillingColor

Filling color.

The acceptable range is 1-216

int NXOpen::CAE::Xyplot::PlateOption2D::OutlineColor

Outline color.

The acceptable range is 1-216

NXOpen::CAE::Xyplot::PointMarker NXOpen::CAE::Xyplot::PlateOption2D::PointMarker

Point marker.

bool NXOpen::CAE::Xyplot::PlateOption2D::ShowOutline

Whether to show outline.


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