NX Open C++ Reference Guide
|
Represents set of Virtual Intersections View Style Preferences applicable to drafting views. More...
Public Member Functions | |
bool | AdjacentBlends () |
Returns the status of adjacent blends. | |
int | AdjacentBlendsColor () |
Returns the color of adjacent blends. | |
bool | AdjacentBlendsEndGaps () |
Returns the status of adjacent blends end gaps. | |
double | AdjacentBlendsEndGapsData () |
Returns the value of adjacent blends end gaps. | |
NXOpen::Preferences::Font | AdjacentBlendsFont () |
Returns the font of adjacent blends. | |
NXOpen::Preferences::Width | AdjacentBlendsWidth () |
Returns the width of adjacent blends. | |
void | SetAdjacentBlends (bool adjacentBlends) |
Sets the status of adjacent blends. | |
void | SetAdjacentBlendsColor (int adjacentBlendsColor) |
Sets the color of adjacent blends. | |
void | SetAdjacentBlendsEndGaps (bool adjacentBlendsEndGaps) |
Sets the status of adjacent blends end gaps. | |
void | SetAdjacentBlendsEndGapsData (double adjacentBlendsEndGapsData) |
Sets the value of adjacent blends end gaps. | |
void | SetAdjacentBlendsFont (NXOpen::Preferences::Font adjacentBlendsFont) |
Sets the font of adjacent blends. | |
void | SetAdjacentBlendsWidth (NXOpen::Preferences::Width adjacentBlendsWidth) |
Sets the width of adjacent blends. | |
void | SetVirtualIntersection (bool virtualIntersection) |
Sets the status of virtual intersection. | |
tag_t | Tag () const |
Returns the tag of this object. | |
bool | VirtualIntersection () |
Returns the status of virtual intersection. | |
Represents set of Virtual Intersections View Style Preferences applicable to drafting views.
Allows to display imaginary intersection curves. <br> To obtain an instance of this class use @link Drawings::ViewStyle::VirtualIntersections Drawings::ViewStyle::VirtualIntersections@endlink <br>
Created in NX5.0.0.
bool NXOpen::Drawings::VirtualIntersectionsViewStyle::AdjacentBlends | ( | ) |
Returns the status of adjacent blends.
Created in NX5.0.0.
License requirements : None
int NXOpen::Drawings::VirtualIntersectionsViewStyle::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::Drawings::VirtualIntersectionsViewStyle::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::Drawings::VirtualIntersectionsViewStyle::AdjacentBlendsEndGapsData | ( | ) |
Returns the value of adjacent blends end gaps.
Created in NX5.0.0.
License requirements : None
NXOpen::Preferences::Font NXOpen::Drawings::VirtualIntersectionsViewStyle::AdjacentBlendsFont | ( | ) |
Returns the font of adjacent blends.
Created in NX5.0.0.
License requirements : None
NXOpen::Preferences::Width NXOpen::Drawings::VirtualIntersectionsViewStyle::AdjacentBlendsWidth | ( | ) |
Returns the width of adjacent blends.
Created in NX5.0.0.
License requirements : None
void NXOpen::Drawings::VirtualIntersectionsViewStyle::SetAdjacentBlends | ( | bool | adjacentBlends | ) |
Sets the status of adjacent blends.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
adjacentBlends | adjacent blends |
void NXOpen::Drawings::VirtualIntersectionsViewStyle::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")
adjacentBlendsColor | adjacent blends color |
void NXOpen::Drawings::VirtualIntersectionsViewStyle::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")
adjacentBlendsEndGaps | adjacent blends end gaps |
void NXOpen::Drawings::VirtualIntersectionsViewStyle::SetAdjacentBlendsEndGapsData | ( | double | adjacentBlendsEndGapsData | ) |
Sets the value of adjacent blends end gaps.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
adjacentBlendsEndGapsData | adjacent blends end gaps data |
void NXOpen::Drawings::VirtualIntersectionsViewStyle::SetAdjacentBlendsFont | ( | NXOpen::Preferences::Font | adjacentBlendsFont | ) |
Sets the font of adjacent blends.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
adjacentBlendsFont | adjacent blends font |
void NXOpen::Drawings::VirtualIntersectionsViewStyle::SetAdjacentBlendsWidth | ( | NXOpen::Preferences::Width | adjacentBlendsWidth | ) |
Sets the width of adjacent blends.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
adjacentBlendsWidth | adjacent blends width |
void NXOpen::Drawings::VirtualIntersectionsViewStyle::SetVirtualIntersection | ( | bool | virtualIntersection | ) |
Sets the status of virtual intersection.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
virtualIntersection | virtual intersection |
tag_t NXOpen::Drawings::VirtualIntersectionsViewStyle::Tag | ( | ) | const |
Returns the tag of this object.
bool NXOpen::Drawings::VirtualIntersectionsViewStyle::VirtualIntersection | ( | ) |
Returns the status of virtual intersection.
Created in NX5.0.0.
License requirements : None