AngleAxisStyleSetting Class¶
-
class
NXOpen.CAE.Xyplot.AngleAxisStyleSetting¶ Bases:
NXOpen.CAE.Xyplot.BaseDisplayStyleSetting,NXOpen.CAE.Xyplot.IVisibleDisplayStyleRepresents the angle axis display style.
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 |
|---|---|
| AngleUnit | Returns or sets the angle axis number unit |
| JournalIdentifier | Returns the identifier that would be recorded in a journal for this object. |
| LineDisplaySettings | Returns the angle axis lines display styles |
| Owner | Returns the owner style |
| Tag | Returns the Tag for this object. |
| Visibility | Returns or sets the visibility |
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¶
AngleUnit¶
-
AngleAxisStyleSetting.AngleUnit¶ Returns or sets the angle axis number unit
-------------------------------------Getter Method
Signature
AngleUnitReturns: Angle unit Return type: NXOpen.CAE.Xyplot.AngleUnitNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AngleUnitParameters: unit ( NXOpen.CAE.Xyplot.AngleUnit) – Angle unitNew in version NX12.0.0.
License requirements: None.
LineDisplaySettings¶
-
AngleAxisStyleSetting.LineDisplaySettings¶ Returns the angle axis lines display styles
-------------------------------------Getter Method
Signature
LineDisplaySettingsReturns: Angle axis lines display styles Return type: NXOpen.CAE.Xyplot.CurveDisplaySettingsNew in version NX12.0.0.
License requirements: None.
Owner¶
-
AngleAxisStyleSetting.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.
Visibility¶
-
AngleAxisStyleSetting.Visibility¶ Returns or sets the visibility
-------------------------------------Getter Method
Signature
VisibilityReturns: Return type: bool New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VisibilityParameters: visibility (bool) – New in version NX12.0.0.
License requirements: None.