VirtualIntersectionsViewStyle Class

class NXOpen.Drawings.VirtualIntersectionsViewStyle

Bases: object

Represents set of Virtual Intersections View Style Preferences applicable to drafting views.

Allows to display imaginary intersection curves.

To obtain an instance of this class use Drawings.ViewStyle.VirtualIntersections()

New in version NX5.0.0.

Properties

Property Description
AdjacentBlends Returns or sets the status of adjacent blends.
AdjacentBlendsColor Returns or sets the color of adjacent blends.
AdjacentBlendsEndGaps Returns or sets the status of adjacent blends end gaps.
AdjacentBlendsEndGapsData Returns or sets the value of adjacent blends end gaps.
AdjacentBlendsFont Returns or sets the font of adjacent blends.
AdjacentBlendsWidth Returns or sets the width of adjacent blends.
VirtualIntersection Returns or sets the status of virtual intersection.

Methods

Property Detail

AdjacentBlends

VirtualIntersectionsViewStyle.AdjacentBlends

Returns or sets the status of adjacent blends.

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

Getter Method

Signature AdjacentBlends

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature AdjacentBlends

Parameters:adjacentBlends (bool) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

AdjacentBlendsColor

VirtualIntersectionsViewStyle.AdjacentBlendsColor

Returns or sets the color of adjacent blends.

The value should be between 1 and 216.

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

Getter Method

Signature AdjacentBlendsColor

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature AdjacentBlendsColor

Parameters:adjacentBlendsColor (int) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

AdjacentBlendsEndGaps

VirtualIntersectionsViewStyle.AdjacentBlendsEndGaps

Returns or sets the status of adjacent blends end gaps.

It controls the display of visible ends. If True, the visible ends are suppressed from the display. The length of the suppressed end is in drawing units and is controlled by the value set in the End Gap field. If False, the visible ends are not suppressed from the display.

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

Getter Method

Signature AdjacentBlendsEndGaps

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature AdjacentBlendsEndGaps

Parameters:adjacentBlendsEndGaps (bool) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

AdjacentBlendsEndGapsData

VirtualIntersectionsViewStyle.AdjacentBlendsEndGapsData

Returns or sets the value of adjacent blends end gaps.

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

Getter Method

Signature AdjacentBlendsEndGapsData

Returns:
Return type:float

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature AdjacentBlendsEndGapsData

Parameters:adjacentBlendsEndGapsData (float) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

AdjacentBlendsFont

VirtualIntersectionsViewStyle.AdjacentBlendsFont

Returns or sets the font of adjacent blends.

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

Getter Method

Signature AdjacentBlendsFont

Returns:
Return type:NXOpen.Preferences.Font

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature AdjacentBlendsFont

Parameters:adjacentBlendsFont (NXOpen.Preferences.Font) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

AdjacentBlendsWidth

VirtualIntersectionsViewStyle.AdjacentBlendsWidth

Returns or sets the width of adjacent blends.

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

Getter Method

Signature AdjacentBlendsWidth

Returns:
Return type:NXOpen.Preferences.Width

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature AdjacentBlendsWidth

Parameters:adjacentBlendsWidth (NXOpen.Preferences.Width) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

VirtualIntersection

VirtualIntersectionsViewStyle.VirtualIntersection

Returns or sets the status of virtual intersection.

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

Getter Method

Signature VirtualIntersection

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature VirtualIntersection

Parameters:virtualIntersection (bool) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)