LineStyle3DSetting Class¶
-
class
NXOpen.CAE.Xyplot.LineStyle3DSetting¶ Bases:
NXOpen.CAE.Xyplot.BaseLineStyleSettingRepresents the 3d line display style.
Not support KF.
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| Color | Returns or sets the line color |
| Direction | Returns or sets the line direction |
| Font | Returns or sets the line font |
| JournalIdentifier | Returns the identifier that would be recorded in a journal for this object. |
| Owner | Returns the owner style |
| PointMarker | Returns or sets the point marker |
| Tag | Returns the Tag for this object. |
| Width | Returns or sets the line 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¶
Direction¶
-
LineStyle3DSetting.Direction¶ Returns or sets the line direction
-------------------------------------Getter Method
Signature
DirectionReturns: Return type: NXOpen.CAE.Xyplot.DirectionNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DirectionParameters: direction ( NXOpen.CAE.Xyplot.Direction) –New in version NX9.0.0.
License requirements: None.
Owner¶
-
LineStyle3DSetting.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.