NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Preferences::VirtualIntersectionsViewPreferences Class Reference

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

Inheritance diagram for NXOpen::Preferences::VirtualIntersectionsViewPreferences:
NXOpen::Preferences::IVirtualIntersectionsViewPreferences

Public Member Functions

bool AdjacentBlends ()
 Returns the status of adjacent blends. More...
 
int AdjacentBlendsColor ()
 Returns the color of adjacent blends. More...
 
bool AdjacentBlendsEndGaps ()
 Returns the status of adjacent blends end gaps. More...
 
double AdjacentBlendsEndGapsData ()
 Returns the value of adjacent blends end gaps. More...
 
NXOpen::Preferences::Font AdjacentBlendsFont ()
 Returns the font of adjacent blends. More...
 
NXOpen::Preferences::Width AdjacentBlendsWidth ()
 Returns the width of adjacent blends. More...
 
void SetAdjacentBlends (bool adjacentBlends)
 Sets the status of adjacent blends. More...
 
void SetAdjacentBlendsColor (int adjacentBlendsColor)
 Sets the color of adjacent blends. More...
 
void SetAdjacentBlendsEndGaps (bool adjacentBlendsEndGaps)
 Sets the status of adjacent blends end gaps. More...
 
void SetAdjacentBlendsEndGapsData (double adjacentBlendsEndGapsData)
 Sets the value of adjacent blends end gaps. More...
 
void SetAdjacentBlendsFont (NXOpen::Preferences::Font adjacentBlendsFont)
 Sets the font of adjacent blends. More...
 
void SetAdjacentBlendsWidth (NXOpen::Preferences::Width adjacentBlendsWidth)
 Sets the width of adjacent blends. More...
 
void SetVirtualIntersection (bool virtualIntersection)
 Sets the status of virtual intersection. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 
bool VirtualIntersection ()
 Returns the status of virtual intersection. More...
 

Detailed Description

Represents 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

Created in NX5.0.0.

Member Function Documentation

bool NXOpen::Preferences::VirtualIntersectionsViewPreferences::AdjacentBlends ( )

Returns the status of adjacent blends.


Created in NX5.0.0.

License requirements : None

int NXOpen::Preferences::VirtualIntersectionsViewPreferences::AdjacentBlendsColor ( )

Returns the color of adjacent blends.

The value should be between 1 and 216.
Created in NX5.0.0.

License requirements : None

bool NXOpen::Preferences::VirtualIntersectionsViewPreferences::AdjacentBlendsEndGaps ( )

Returns 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.


Created in NX5.0.0.

License requirements : None

double NXOpen::Preferences::VirtualIntersectionsViewPreferences::AdjacentBlendsEndGapsData ( )

Returns the value of adjacent blends end gaps.


Created in NX5.0.0.

License requirements : None

NXOpen::Preferences::Font NXOpen::Preferences::VirtualIntersectionsViewPreferences::AdjacentBlendsFont ( )

Returns the font of adjacent blends.


Created in NX5.0.0.

License requirements : None

NXOpen::Preferences::Width NXOpen::Preferences::VirtualIntersectionsViewPreferences::AdjacentBlendsWidth ( )

Returns the width of adjacent blends.


Created in NX5.0.0.

License requirements : None

void NXOpen::Preferences::VirtualIntersectionsViewPreferences::SetAdjacentBlends ( bool  adjacentBlends)

Sets the status of adjacent blends.


Created in NX5.0.0.

License requirements : drafting ("DRAFTING")

Parameters
adjacentBlendsadjacent blends
void NXOpen::Preferences::VirtualIntersectionsViewPreferences::SetAdjacentBlendsColor ( int  adjacentBlendsColor)

Sets the color of adjacent blends.

The value should be between 1 and 216.
Created in NX5.0.0.

License requirements : drafting ("DRAFTING")

Parameters
adjacentBlendsColoradjacent blends color
void NXOpen::Preferences::VirtualIntersectionsViewPreferences::SetAdjacentBlendsEndGaps ( bool  adjacentBlendsEndGaps)

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.


Created in NX5.0.0.

License requirements : drafting ("DRAFTING")

Parameters
adjacentBlendsEndGapsadjacent blends end gaps
void NXOpen::Preferences::VirtualIntersectionsViewPreferences::SetAdjacentBlendsEndGapsData ( double  adjacentBlendsEndGapsData)

Sets the value of adjacent blends end gaps.


Created in NX5.0.0.

License requirements : drafting ("DRAFTING")

Parameters
adjacentBlendsEndGapsDataadjacent blends end gaps data
void NXOpen::Preferences::VirtualIntersectionsViewPreferences::SetAdjacentBlendsFont ( NXOpen::Preferences::Font  adjacentBlendsFont)

Sets the font of adjacent blends.


Created in NX5.0.0.

License requirements : drafting ("DRAFTING")

Parameters
adjacentBlendsFontadjacent blends font
void NXOpen::Preferences::VirtualIntersectionsViewPreferences::SetAdjacentBlendsWidth ( NXOpen::Preferences::Width  adjacentBlendsWidth)

Sets the width of adjacent blends.


Created in NX5.0.0.

License requirements : drafting ("DRAFTING")

Parameters
adjacentBlendsWidthadjacent blends width
void NXOpen::Preferences::VirtualIntersectionsViewPreferences::SetVirtualIntersection ( bool  virtualIntersection)

Sets the status of virtual intersection.


Created in NX5.0.0.

License requirements : drafting ("DRAFTING")

Parameters
virtualIntersectionvirtual intersection
tag_t NXOpen::Preferences::VirtualIntersectionsViewPreferences::Tag ( ) const

Returns the tag of this object.

bool NXOpen::Preferences::VirtualIntersectionsViewPreferences::VirtualIntersection ( )

Returns the status of virtual intersection.


Created in NX5.0.0.

License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.