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

Surface option for 3D plot. More...

List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

Surface option for 3D plot.


Constructor & Destructor Documentation

NXOpen::CAE::Xyplot::SurfaceOption3D::SurfaceOption3D ( bool  showOutlineInitial,
int  outlineColorInitial,
int  fillingColorInitial,
NXOpen::CAE::Xyplot::SurfaceColorOption  colorOptionInitial,
NXOpen::CAE::Xyplot::PointMarker  pointMarkerInitial 
)

Constructor for the SurfaceOption3D struct.

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

Member Data Documentation

Filling color option.

Filling color.

The acceptable range is 1-216

Outline color.

The acceptable range is 1-216

Point marker.

Whether to show outline.


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