VirtualIntersectionsViewPreferences Class¶
-
class
NXOpen.Preferences.VirtualIntersectionsViewPreferences¶ Bases:
objectRepresents set of Virtual Intersections View Preferences applicable to drafting views.
Allows to display imaginary intersection curves.
To obtain an instance of this class use
Preferences.ViewPreferences.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¶
-
VirtualIntersectionsViewPreferences.AdjacentBlends¶ Returns or sets the status of adjacent blends.
-------------------------------------Getter Method
Signature
AdjacentBlendsReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AdjacentBlendsParameters: adjacentBlends (bool) – New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)
AdjacentBlendsColor¶
-
VirtualIntersectionsViewPreferences.AdjacentBlendsColor¶ Returns or sets the color of adjacent blends.
The value should be between 1 and 216.
-------------------------------------Getter Method
Signature
AdjacentBlendsColorReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AdjacentBlendsColorParameters: adjacentBlendsColor (int) – New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)
AdjacentBlendsEndGaps¶
-
VirtualIntersectionsViewPreferences.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
AdjacentBlendsEndGapsReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AdjacentBlendsEndGapsParameters: adjacentBlendsEndGaps (bool) – New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)
AdjacentBlendsEndGapsData¶
-
VirtualIntersectionsViewPreferences.AdjacentBlendsEndGapsData¶ Returns or sets the value of adjacent blends end gaps.
-------------------------------------Getter Method
Signature
AdjacentBlendsEndGapsDataReturns: Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AdjacentBlendsEndGapsDataParameters: adjacentBlendsEndGapsData (float) – New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)
AdjacentBlendsFont¶
-
VirtualIntersectionsViewPreferences.AdjacentBlendsFont¶ Returns or sets the font of adjacent blends.
-------------------------------------Getter Method
Signature
AdjacentBlendsFontReturns: Return type: NXOpen.Preferences.FontNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AdjacentBlendsFontParameters: adjacentBlendsFont ( NXOpen.Preferences.Font) –New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)
AdjacentBlendsWidth¶
-
VirtualIntersectionsViewPreferences.AdjacentBlendsWidth¶ Returns or sets the width of adjacent blends.
-------------------------------------Getter Method
Signature
AdjacentBlendsWidthReturns: Return type: NXOpen.Preferences.WidthNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AdjacentBlendsWidthParameters: adjacentBlendsWidth ( NXOpen.Preferences.Width) –New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)
VirtualIntersection¶
-
VirtualIntersectionsViewPreferences.VirtualIntersection¶ Returns or sets the status of virtual intersection.
-------------------------------------Getter Method
Signature
VirtualIntersectionReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VirtualIntersectionParameters: virtualIntersection (bool) – New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)