GeneralDisplayStyles3D Class¶
-
class
NXOpen.CAE.Xyplot.GeneralDisplayStyles3D¶ Bases:
NXOpen.CAE.Xyplot.GeneralDisplayStylesManages the general display styles for 3D plot.
Not support KF.
New in version NX10.0.0.
Properties¶
| Property | Description |
|---|---|
| ComplexOption | Returns or sets the complex option |
| JournalIdentifier | Returns the identifier that would be recorded in a journal for this object. |
| Owner | Returns the owner style |
| PhaseAngle | Returns or sets the phase angle in degree |
| PhaseRangeOption | Returns or sets the phase range option |
| 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¶
ComplexOption¶
-
GeneralDisplayStyles3D.ComplexOption¶ Returns or sets the complex option
-------------------------------------Getter Method
Signature
ComplexOptionReturns: Complex option Return type: NXOpen.CAE.Xyplot.ComplexOption3DNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ComplexOptionParameters: complexOption ( NXOpen.CAE.Xyplot.ComplexOption3D) – Complex optionNew in version NX10.0.0.
License requirements: None.
Owner¶
-
GeneralDisplayStyles3D.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.