TraceLinesViewPreferences Class¶
-
class
NXOpen.Preferences.TraceLinesViewPreferences¶ Bases:
objectRepresents set of Trace Lines View Preferences applicable to drafting views.
To obtain an instance of this class use
Preferences.ViewPreferences.TraceLines()New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| CreateGapsStatus | Returns or sets the status of create gaps |
| GapSize | Returns or sets the gap size. |
| HiddenColor | Returns or sets the hidden color. |
| HiddenFont | Returns or sets the hidden font |
| HiddenWidth | Returns or sets the hidden width |
| VisibleColor | Returns or sets the visible color. |
| VisibleFont | Returns or sets the visible font |
| VisibleWidth | Returns or sets the visible width |
Methods¶
Property Detail¶
CreateGapsStatus¶
-
TraceLinesViewPreferences.CreateGapsStatus¶ Returns or sets the status of create gaps
-------------------------------------Getter Method
Signature
CreateGapsStatusReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateGapsStatusParameters: createGaps (bool) – New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)
GapSize¶
-
TraceLinesViewPreferences.GapSize¶ Returns or sets the gap size.
-------------------------------------Getter Method
Signature
GapSizeReturns: Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
GapSizeParameters: gapSize (float) – New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)
VisibleColor¶
-
TraceLinesViewPreferences.VisibleColor¶ Returns or sets the visible color.
The value should be between 1 and 216.
-------------------------------------Getter Method
Signature
VisibleColorReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VisibleColorParameters: visibleColor (int) – New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)
VisibleFont¶
-
TraceLinesViewPreferences.VisibleFont¶ Returns or sets the visible font
-------------------------------------Getter Method
Signature
VisibleFontReturns: Return type: NXOpen.Preferences.FontNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VisibleFontParameters: visibleFont ( NXOpen.Preferences.Font) –New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)
VisibleWidth¶
-
TraceLinesViewPreferences.VisibleWidth¶ Returns or sets the visible width
-------------------------------------Getter Method
Signature
VisibleWidthReturns: Return type: NXOpen.Preferences.WidthNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VisibleWidthParameters: visibleWidth ( NXOpen.Preferences.Width) –New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)