VisibleLinesViewStyle Class

class NXOpen.Drawings.VisibleLinesViewStyle

Bases: object

Represents 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 VisibleColor

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VisibleColor

Parameters:visibleColor (int) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

VisibleFont

VisibleLinesViewStyle.VisibleFont

Returns or sets the visible font.

-------------------------------------

Getter Method

Signature VisibleFont

Returns:
Return type:NXOpen.Preferences.Font

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VisibleFont

Parameters: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 VisibleWidth

Returns:
Return type:NXOpen.Preferences.Width

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VisibleWidth

Parameters:visibleWidth (NXOpen.Preferences.Width) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)