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

Represents the set of visualization preferences of entire Working Part coming under Names/borders Tab
To obtain an instance of this class, refer to NXOpen::Preferences::PartPreferences

Created in NX3.0.0. More...

Public Types

enum  NameDisplay { NameDisplayOff, NameDisplayViewOfDefinition, NameDisplayWorkView, NameDisplayAllViews }
 Describes the available options for object name display selection. More...
 

Public Member Functions

double CharacterSize ()
 Returns the character size. More...
 
NXOpen::Preferences::PartVisualizationNamesBorders::NameDisplay ObjectNameDisplay ()
 Returns the object name display
Created in NX3.0.0. More...
 
void SetCharacterSize (double characterSize)
 Sets the character size. More...
 
void SetObjectNameDisplay (NXOpen::Preferences::PartVisualizationNamesBorders::NameDisplay objectNameDisplay)
 Sets the object name display
Created in NX3.0.0. More...
 
void SetShowModelViewBorders (bool showModelViewBorders)
 Sets the show model view border flag. More...
 
void SetShowModelViewNames (bool showModelViewNames)
 Sets the show model view names flag. More...
 
bool ShowModelViewBorders ()
 Returns the show model view border flag. More...
 
bool ShowModelViewNames ()
 Returns the show model view names flag. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the set of visualization preferences of entire Working Part coming under Names/borders Tab
To obtain an instance of this class, refer to NXOpen::Preferences::PartPreferences

Created in NX3.0.0.


Member Enumeration Documentation

Describes the available options for object name display selection.

Enumerator
NameDisplayOff 

Display is Off.

NameDisplayViewOfDefinition 

View of Definition places each name in the work view current at the time of name creation.

NameDisplayWorkView 

Work View places all names in the current work view, even if the existing names had been defined in different views.

NameDisplayAllViews 

All Views places all names in the all views except the drawing member views.

Member Function Documentation

double NXOpen::Preferences::PartVisualizationNamesBorders::CharacterSize ( )

Returns the character size.

Allows to define the size of the text in the object names
Created in NX3.0.0.

License requirements : None

NXOpen::Preferences::PartVisualizationNamesBorders::NameDisplay NXOpen::Preferences::PartVisualizationNamesBorders::ObjectNameDisplay ( )

Returns the object name display
Created in NX3.0.0.



License requirements : None

void NXOpen::Preferences::PartVisualizationNamesBorders::SetCharacterSize ( double  characterSize)

Sets the character size.

Allows to define the size of the text in the object names
Created in NX3.0.0.

License requirements : None

Parameters
characterSizecharacter size
void NXOpen::Preferences::PartVisualizationNamesBorders::SetObjectNameDisplay ( NXOpen::Preferences::PartVisualizationNamesBorders::NameDisplay  objectNameDisplay)

Sets the object name display
Created in NX3.0.0.



License requirements : None

Parameters
objectNameDisplayobject name display
void NXOpen::Preferences::PartVisualizationNamesBorders::SetShowModelViewBorders ( bool  showModelViewBorders)

Sets the show model view border flag.

allows to turn on and off the display of view borders.
Created in NX3.0.0.

License requirements : None

Parameters
showModelViewBordersshow model view borders
void NXOpen::Preferences::PartVisualizationNamesBorders::SetShowModelViewNames ( bool  showModelViewNames)

Sets the show model view names flag.

Allows to turn on and off the display of view names.
Created in NX3.0.0.

License requirements : None

Parameters
showModelViewNamesshow model view names
bool NXOpen::Preferences::PartVisualizationNamesBorders::ShowModelViewBorders ( )

Returns the show model view border flag.

allows to turn on and off the display of view borders.
Created in NX3.0.0.

License requirements : None

bool NXOpen::Preferences::PartVisualizationNamesBorders::ShowModelViewNames ( )

Returns the show model view names flag.

Allows to turn on and off the display of view names.
Created in NX3.0.0.

License requirements : None

tag_t NXOpen::Preferences::PartVisualizationNamesBorders::Tag ( ) const

Returns the tag of this object.


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