BaseLineStyleSetting Class¶
-
class
NXOpen.CAE.Xyplot.BaseLineStyleSetting¶ Bases:
NXOpen.CAE.Xyplot.BaseSymbolStyleSettingRepresents the base line display style.
Call
CAE.Xyplot.BaseDisplayStyleSetting.CommitChange()to apply style changes to corresponding plot after it’s modified.Not support KF.
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| Color | Returns or sets the line color |
| Font | Returns or sets the line font |
| JournalIdentifier | Returns the identifier that would be recorded in a journal for this object. |
| Owner | Returns the owner style |
| PointMarker | Returns or sets the point marker |
| Tag | Returns the Tag for this object. |
| Width | Returns or sets the line width |
Methods¶
| Method | Description |
|---|---|
| CommitChange | Commits any edits that have been applied to the display style. |
| Find | Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal. |
Property Detail¶
Color¶
-
BaseLineStyleSetting.Color¶ Returns or sets the line color
-------------------------------------Getter Method
Signature
ColorReturns: Text font color Return type: Id New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ColorParameters: color (Id) – Text font color New in version NX9.0.0.
License requirements: None.
Font¶
-
BaseLineStyleSetting.Font¶ Returns or sets the line font
-------------------------------------Getter Method
Signature
FontReturns: Text font Return type: NXOpen.DisplayableObjectObjectFontNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FontParameters: font ( NXOpen.DisplayableObjectObjectFont) – Text fontNew in version NX9.0.0.
License requirements: None.
Owner¶
-
BaseLineStyleSetting.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.
Width¶
-
BaseLineStyleSetting.Width¶ Returns or sets the line width
-------------------------------------Getter Method
Signature
WidthReturns: Text line width Return type: NXOpen.DisplayableObjectObjectWidthNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WidthParameters: lineWidth ( NXOpen.DisplayableObjectObjectWidth) – Text line widthNew in version NX9.0.0.
License requirements: None.