VisibleLinesViewStyle Class¶
-
class
NXOpen.Drawings.VisibleLinesViewStyle¶ Bases:
objectRepresents set of Visible Lines View Style Preferences applicable to drafting views.
To obtain an instance of this class use
Drawings.ViewStyle.VisibleLines()New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| VisibleColor | Returns or sets the visible color. |
| VisibleFont | Returns or sets the visible font. |
| VisibleWidth | Returns or sets the visible width. |
Methods¶
Property Detail¶
VisibleColor¶
-
VisibleLinesViewStyle.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¶
-
VisibleLinesViewStyle.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¶
-
VisibleLinesViewStyle.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”)