GraphOptionsStyle2D Class¶
-
class
NXOpen.CAE.Xyplot.GraphOptionsStyle2D¶ Bases:
NXOpen.CAE.Xyplot.BaseDisplayStyleSettingManages the specific settings for 2D graph.
Not support KF.
New in version NX12.0.0.
Properties¶
| Property | Description |
|---|---|
| FrequencyBandSummationBandType | Returns or sets a value specifies the frequency band summation band type |
| JournalIdentifier | Returns the identifier that would be recorded in a journal for this object. |
| Owner | Returns the owner style |
| ShowFrequencyBandSummation | Returns or sets a value specifies whether to show frequency band summation |
| ShowTotalResponseLineForPolar | Returns or sets a value specifies whether to show total response line for 2D polar plot |
| ShowTotalResponseLineForVector | Returns or sets a value specifies whether to show total response line for 2D vector plot |
| Tag | Returns the Tag for this object. |
| TotalResponseLineSetting | Returns the total response line setting |
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¶
FrequencyBandSummationBandType¶
-
GraphOptionsStyle2D.FrequencyBandSummationBandType¶ Returns or sets a value specifies the frequency band summation band type
-------------------------------------Getter Method
Signature
FrequencyBandSummationBandTypeReturns: Return type: NXOpen.CAE.Xyplot.FrequencyBandSummationBandTypeNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FrequencyBandSummationBandTypeParameters: freqBandSummationBandType ( NXOpen.CAE.Xyplot.FrequencyBandSummationBandType) –New in version NX12.0.0.
License requirements: None.
Owner¶
-
GraphOptionsStyle2D.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.
ShowFrequencyBandSummation¶
-
GraphOptionsStyle2D.ShowFrequencyBandSummation¶ Returns or sets a value specifies whether to show frequency band summation
-------------------------------------Getter Method
Signature
ShowFrequencyBandSummationReturns: Return type: bool New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowFrequencyBandSummationParameters: showFreqBandSummation (bool) – New in version NX12.0.0.
License requirements: None.
ShowTotalResponseLineForPolar¶
-
GraphOptionsStyle2D.ShowTotalResponseLineForPolar¶ Returns or sets a value specifies whether to show total response line for 2D polar plot
-------------------------------------Getter Method
Signature
ShowTotalResponseLineForPolarReturns: Return type: bool New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowTotalResponseLineForPolarParameters: showTotalResponseLineForPolar (bool) – New in version NX12.0.0.
License requirements: None.
ShowTotalResponseLineForVector¶
-
GraphOptionsStyle2D.ShowTotalResponseLineForVector¶ Returns or sets a value specifies whether to show total response line for 2D vector plot
-------------------------------------Getter Method
Signature
ShowTotalResponseLineForVectorReturns: Return type: bool New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowTotalResponseLineForVectorParameters: showTotalResponseLineForVector (bool) – New in version NX12.0.0.
License requirements: None.
TotalResponseLineSetting¶
-
GraphOptionsStyle2D.TotalResponseLineSetting¶ Returns the total response line setting
-------------------------------------Getter Method
Signature
TotalResponseLineSettingReturns: Return type: NXOpen.CAE.Xyplot.CurveDisplaySettingsNew in version NX12.0.0.
License requirements: None.