BarStyle3DSetting Class¶
-
class
NXOpen.CAE.Xyplot.BarStyle3DSetting¶ Bases:
NXOpen.CAE.Xyplot.BaseBarStyleSettingRepresents the 3d bar 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 |
|---|---|
| ColorOption | Returns or sets the filling color option |
| Depth | Returns or sets the bar depth. |
| FillingColor | Returns or sets the filling color |
| JournalIdentifier | Returns the identifier that would be recorded in a journal for this object. |
| OutlineColor | Returns or sets the outline color |
| Owner | Returns the owner style |
| PointMarker | Returns or sets the point marker |
| ShowOutline | Returns or sets a value indicating whether to display the outline |
| Tag | Returns the Tag for this object. |
| Width | Returns or sets the bar 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¶
ColorOption¶
-
BarStyle3DSetting.ColorOption¶ Returns or sets the filling color option
-------------------------------------Getter Method
Signature
ColorOptionReturns: Return type: NXOpen.CAE.Xyplot.BarColorOptionNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ColorOptionParameters: colorOption ( NXOpen.CAE.Xyplot.BarColorOption) –New in version NX9.0.0.
License requirements: None.
Depth¶
-
BarStyle3DSetting.Depth¶ Returns or sets the bar depth.
The range is from 0 to 100.
-------------------------------------Getter Method
Signature
DepthReturns: Return type: int New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DepthParameters: barDepth (int) – New in version NX9.0.0.
License requirements: None.
Owner¶
-
BarStyle3DSetting.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.