CurveDisplaySettings Class¶
-
class
NXOpen.CAE.Xyplot.CurveDisplaySettings¶ Bases:
NXOpen.CAE.Xyplot.BaseDisplayStyleSetting,NXOpen.CAE.Xyplot.ICurveDisplaySettingsRepresents the curve display style.
Call Call
CAE.Xyplot.BaseDisplayStyleSetting.CommitChange()to apply style changes to corresponding plot after it’s modified. Not support KF.New in version NX12.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 |
| 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¶
-
CurveDisplaySettings.Color¶ Returns or sets the line color
-------------------------------------Getter Method
Signature
ColorReturns: Return type: Id New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ColorParameters: color (Id) – New in version NX12.0.0.
License requirements: None.
Font¶
-
CurveDisplaySettings.Font¶ Returns or sets the line font
-------------------------------------Getter Method
Signature
FontReturns: Return type: NXOpen.DisplayableObjectObjectFontNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FontParameters: gridFont ( NXOpen.DisplayableObjectObjectFont) –New in version NX12.0.0.
License requirements: None.
Owner¶
-
CurveDisplaySettings.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.
Width¶
-
CurveDisplaySettings.Width¶ Returns or sets the line width
-------------------------------------Getter Method
Signature
WidthReturns: Return type: NXOpen.DisplayableObjectObjectWidthNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WidthParameters: gridWidth ( NXOpen.DisplayableObjectObjectWidth) –New in version NX12.0.0.
License requirements: None.