SurfaceStyleSetting Class¶
-
class
NXOpen.CAE.Xyplot.SurfaceStyleSetting¶ Bases:
NXOpen.CAE.Xyplot.BaseSymbolStyleSettingRepresents the surface 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 color option |
| 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. |
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¶
-
SurfaceStyleSetting.ColorOption¶ Returns or sets the color option
-------------------------------------Getter Method
Signature
ColorOptionReturns: Return type: NXOpen.CAE.Xyplot.SurfaceColorOptionNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ColorOptionParameters: colorOption ( NXOpen.CAE.Xyplot.SurfaceColorOption) –New in version NX9.0.0.
License requirements: None.
FillingColor¶
-
SurfaceStyleSetting.FillingColor¶ Returns or sets the filling color
-------------------------------------Getter Method
Signature
FillingColorReturns: Return type: Id New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FillingColorParameters: fillingColor (Id) – New in version NX9.0.0.
License requirements: None.
OutlineColor¶
-
SurfaceStyleSetting.OutlineColor¶ Returns or sets the outline color
-------------------------------------Getter Method
Signature
OutlineColorReturns: Return type: Id New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OutlineColorParameters: outlineColor (Id) – New in version NX9.0.0.
License requirements: None.
Owner¶
-
SurfaceStyleSetting.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.
ShowOutline¶
-
SurfaceStyleSetting.ShowOutline¶ Returns or sets a value indicating whether to display the outline
-------------------------------------Getter Method
Signature
ShowOutlineReturns: Return type: bool New in version NX9.0.0.
Deprecated since version NX12.0.0: There is no replacement for this function.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowOutlineParameters: showOutline (bool) – New in version NX9.0.0.
Deprecated since version NX12.0.0: There is no replacement for this function.
License requirements: None.