NX Open C++ Reference Guide
|
Represents the base line display style. More...
Public Member Functions | |
NXOpen::NXColor * | Color () |
Returns the line color Created in NX9.0.0. | |
NXOpen::DisplayableObject::ObjectFont | Font () |
Returns the line font Created in NX9.0.0. | |
void | SetColor (NXOpen::NXColor *color) |
Sets the line color Created in NX9.0.0. | |
void | SetFont (NXOpen::DisplayableObject::ObjectFont font) |
Sets the line font Created in NX9.0.0. | |
void | SetWidth (NXOpen::DisplayableObject::ObjectWidth lineWidth) |
Sets the line width Created in NX9.0.0. | |
NXOpen::DisplayableObject::ObjectWidth | Width () |
Returns the line width Created in NX9.0.0. | |
![]() | |
virtual void | CommitChange () |
Commits any edits that have been applied to the display style. | |
NXOpen::CAE::Xyplot::PointMarker | PointMarker () |
Returns the point marker Created in NX9.0.0. | |
void | SetPointMarker (NXOpen::CAE::Xyplot::PointMarker pointMarker) |
Sets the point marker Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the base line display style.
Call CAE::Xyplot::IDisplayStyle::CommitChange to apply style changes to corresponding plot after it's modified.
Not support KF.
Created in NX9.0.0.
NXOpen::NXColor* NXOpen::CAE::Xyplot::BaseLineStyleSetting::Color | ( | ) |
Returns the line color
Created in NX9.0.0.
License requirements : None
NXOpen::DisplayableObject::ObjectFont NXOpen::CAE::Xyplot::BaseLineStyleSetting::Font | ( | ) |
Returns the line font
Created in NX9.0.0.
License requirements : None
void NXOpen::CAE::Xyplot::BaseLineStyleSetting::SetColor | ( | NXOpen::NXColor * | color | ) |
Sets the line color
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
color | Text font color |
void NXOpen::CAE::Xyplot::BaseLineStyleSetting::SetFont | ( | NXOpen::DisplayableObject::ObjectFont | font | ) |
Sets the line font
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
font | Text font |
void NXOpen::CAE::Xyplot::BaseLineStyleSetting::SetWidth | ( | NXOpen::DisplayableObject::ObjectWidth | lineWidth | ) |
Sets the line width
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
lineWidth | Text line width |
NXOpen::DisplayableObject::ObjectWidth NXOpen::CAE::Xyplot::BaseLineStyleSetting::Width | ( | ) |
Returns the line width
Created in NX9.0.0.
License requirements : None