NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::Xyplot::ICurveDisplaySettings Class Referenceabstract

Represents the interface for curve display style classes. More...

Inheritance diagram for NXOpen::CAE::Xyplot::ICurveDisplaySettings:
NXOpen::CAE::Xyplot::CurveDisplaySettings

Public Member Functions

virtual NXOpen::NXColorColor ()=0
 Returns the line color
Created in NX12.0.0. More...
 
virtual
NXOpen::DisplayableObject::ObjectFont 
Font ()=0
 Returns the line font
Created in NX12.0.0. More...
 
virtual void SetColor (NXOpen::NXColor *color)=0
 Sets the line color
Created in NX12.0.0. More...
 
virtual void SetFont (NXOpen::DisplayableObject::ObjectFont gridFont)=0
 Sets the line font
Created in NX12.0.0. More...
 
virtual void SetWidth (NXOpen::DisplayableObject::ObjectWidth gridWidth)=0
 Sets the line width
Created in NX12.0.0. More...
 
virtual
NXOpen::DisplayableObject::ObjectWidth 
Width ()=0
 Returns the line width
Created in NX12.0.0. More...
 

Detailed Description

Represents the interface for curve display style classes.


Created in NX12.0.0.

Member Function Documentation

virtual NXOpen::NXColor* NXOpen::CAE::Xyplot::ICurveDisplaySettings::Color ( )
pure virtual

Returns the line color
Created in NX12.0.0.



License requirements : None

Implemented in NXOpen::CAE::Xyplot::CurveDisplaySettings.

virtual NXOpen::DisplayableObject::ObjectFont NXOpen::CAE::Xyplot::ICurveDisplaySettings::Font ( )
pure virtual

Returns the line font
Created in NX12.0.0.



License requirements : None

Implemented in NXOpen::CAE::Xyplot::CurveDisplaySettings.

virtual void NXOpen::CAE::Xyplot::ICurveDisplaySettings::SetColor ( NXOpen::NXColor color)
pure virtual

Sets the line color
Created in NX12.0.0.



License requirements : None

Parameters
colorcolor

Implemented in NXOpen::CAE::Xyplot::CurveDisplaySettings.

virtual void NXOpen::CAE::Xyplot::ICurveDisplaySettings::SetFont ( NXOpen::DisplayableObject::ObjectFont  gridFont)
pure virtual

Sets the line font
Created in NX12.0.0.



License requirements : None

Parameters
gridFontgridfont

Implemented in NXOpen::CAE::Xyplot::CurveDisplaySettings.

virtual void NXOpen::CAE::Xyplot::ICurveDisplaySettings::SetWidth ( NXOpen::DisplayableObject::ObjectWidth  gridWidth)
pure virtual

Sets the line width
Created in NX12.0.0.



License requirements : None

Parameters
gridWidthgridwidth

Implemented in NXOpen::CAE::Xyplot::CurveDisplaySettings.

virtual NXOpen::DisplayableObject::ObjectWidth NXOpen::CAE::Xyplot::ICurveDisplaySettings::Width ( )
pure virtual

Returns the line width
Created in NX12.0.0.



License requirements : None

Implemented in NXOpen::CAE::Xyplot::CurveDisplaySettings.


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