NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::Preferences::TextureModelingPreferences Class Reference

Represents the set of Texture Modeling preferences applicable to entire session
To obtain an instance of this class, refer to NXOpen::Preferences::SessionPreferences

Created in NX1847.0.0. More...

Public Member Functions

void DisplayDistortion (bool display)
 Displays distortion map. More...
 
int ReversedUVPatchColor ()
 Returns the reversed UV patch color. More...
 
int RipEdgesColor ()
 Returns the Rip Edges color. More...
 
NXOpen::DisplayableObject::ObjectFont RipEdgesFont ()
 Returns the Rip Edges font. More...
 
NXOpen::DisplayableObject::ObjectWidth RipEdgesWidth ()
 Returns the Rip Edges width. More...
 
void SetReversedUVPatchColor (int color)
 Sets the reversed UV patch color. More...
 
void SetRipEdgesColor (int color)
 Sets the Rip Edges color. More...
 
void SetRipEdgesFont (NXOpen::DisplayableObject::ObjectFont font)
 Sets the Rip Edges font. More...
 
void SetRipEdgesWidth (NXOpen::DisplayableObject::ObjectWidth width)
 Sets the Rip Edges width. More...
 
void SetShow2DGrid (bool show)
 Sets the Show 2D Grid. More...
 
void SetShow3DGrid (bool show)
 Sets the Show 3D Grid. More...
 
void SetULineColor (int color)
 Sets the U line color. More...
 
void SetULineFont (NXOpen::DisplayableObject::ObjectFont font)
 Sets the U line font. More...
 
void SetULineWidth (NXOpen::DisplayableObject::ObjectWidth width)
 Sets the U line width. More...
 
void SetUVPatchColor (int color)
 Sets the UV patch color. More...
 
void SetVLineColor (int color)
 Sets the V line color. More...
 
void SetVLineFont (NXOpen::DisplayableObject::ObjectFont font)
 Sets the V line font. More...
 
void SetVLineWidth (NXOpen::DisplayableObject::ObjectWidth width)
 Sets the V line width. More...
 
bool Show2DGrid ()
 Returns the Show 2D Grid. More...
 
bool Show3DGrid ()
 Returns the Show 3D Grid. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 
int ULineColor ()
 Returns the U line color. More...
 
NXOpen::DisplayableObject::ObjectFont ULineFont ()
 Returns the U line font. More...
 
NXOpen::DisplayableObject::ObjectWidth ULineWidth ()
 Returns the U line width. More...
 
int UVPatchColor ()
 Returns the UV patch color. More...
 
int VLineColor ()
 Returns the V line color. More...
 
NXOpen::DisplayableObject::ObjectFont VLineFont ()
 Returns the V line font. More...
 
NXOpen::DisplayableObject::ObjectWidth VLineWidth ()
 Returns the V line width. More...
 

Detailed Description

Represents the set of Texture Modeling preferences applicable to entire session
To obtain an instance of this class, refer to NXOpen::Preferences::SessionPreferences

Created in NX1847.0.0.


Member Function Documentation

void NXOpen::Preferences::TextureModelingPreferences::DisplayDistortion ( bool  display)

Displays distortion map.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
displaydisplay
int NXOpen::Preferences::TextureModelingPreferences::ReversedUVPatchColor ( )

Returns the reversed UV patch color.


Created in NX1847.0.0.

License requirements : None

int NXOpen::Preferences::TextureModelingPreferences::RipEdgesColor ( )

Returns the Rip Edges color.


Created in NX1847.0.0.

License requirements : None

NXOpen::DisplayableObject::ObjectFont NXOpen::Preferences::TextureModelingPreferences::RipEdgesFont ( )

Returns the Rip Edges font.


Created in NX1847.0.0.

License requirements : None

NXOpen::DisplayableObject::ObjectWidth NXOpen::Preferences::TextureModelingPreferences::RipEdgesWidth ( )

Returns the Rip Edges width.


Created in NX1847.0.0.

License requirements : None

void NXOpen::Preferences::TextureModelingPreferences::SetReversedUVPatchColor ( int  color)

Sets the reversed UV patch color.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
colorcolor
void NXOpen::Preferences::TextureModelingPreferences::SetRipEdgesColor ( int  color)

Sets the Rip Edges color.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
colorcolor
void NXOpen::Preferences::TextureModelingPreferences::SetRipEdgesFont ( NXOpen::DisplayableObject::ObjectFont  font)

Sets the Rip Edges font.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
fontfont
void NXOpen::Preferences::TextureModelingPreferences::SetRipEdgesWidth ( NXOpen::DisplayableObject::ObjectWidth  width)

Sets the Rip Edges width.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
widthwidth
void NXOpen::Preferences::TextureModelingPreferences::SetShow2DGrid ( bool  show)

Sets the Show 2D Grid.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
showshow
void NXOpen::Preferences::TextureModelingPreferences::SetShow3DGrid ( bool  show)

Sets the Show 3D Grid.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
showshow
void NXOpen::Preferences::TextureModelingPreferences::SetULineColor ( int  color)

Sets the U line color.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
colorcolor
void NXOpen::Preferences::TextureModelingPreferences::SetULineFont ( NXOpen::DisplayableObject::ObjectFont  font)

Sets the U line font.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
fontfont
void NXOpen::Preferences::TextureModelingPreferences::SetULineWidth ( NXOpen::DisplayableObject::ObjectWidth  width)

Sets the U line width.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
widthwidth
void NXOpen::Preferences::TextureModelingPreferences::SetUVPatchColor ( int  color)

Sets the UV patch color.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
colorcolor
void NXOpen::Preferences::TextureModelingPreferences::SetVLineColor ( int  color)

Sets the V line color.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
colorcolor
void NXOpen::Preferences::TextureModelingPreferences::SetVLineFont ( NXOpen::DisplayableObject::ObjectFont  font)

Sets the V line font.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
fontfont
void NXOpen::Preferences::TextureModelingPreferences::SetVLineWidth ( NXOpen::DisplayableObject::ObjectWidth  width)

Sets the V line width.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
widthwidth
bool NXOpen::Preferences::TextureModelingPreferences::Show2DGrid ( )

Returns the Show 2D Grid.


Created in NX1847.0.0.

License requirements : None

bool NXOpen::Preferences::TextureModelingPreferences::Show3DGrid ( )

Returns the Show 3D Grid.


Created in NX1847.0.0.

License requirements : None

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

Returns the tag of this object.

int NXOpen::Preferences::TextureModelingPreferences::ULineColor ( )

Returns the U line color.


Created in NX1847.0.0.

License requirements : None

NXOpen::DisplayableObject::ObjectFont NXOpen::Preferences::TextureModelingPreferences::ULineFont ( )

Returns the U line font.


Created in NX1847.0.0.

License requirements : None

NXOpen::DisplayableObject::ObjectWidth NXOpen::Preferences::TextureModelingPreferences::ULineWidth ( )

Returns the U line width.


Created in NX1847.0.0.

License requirements : None

int NXOpen::Preferences::TextureModelingPreferences::UVPatchColor ( )

Returns the UV patch color.


Created in NX1847.0.0.

License requirements : None

int NXOpen::Preferences::TextureModelingPreferences::VLineColor ( )

Returns the V line color.


Created in NX1847.0.0.

License requirements : None

NXOpen::DisplayableObject::ObjectFont NXOpen::Preferences::TextureModelingPreferences::VLineFont ( )

Returns the V line font.


Created in NX1847.0.0.

License requirements : None

NXOpen::DisplayableObject::ObjectWidth NXOpen::Preferences::TextureModelingPreferences::VLineWidth ( )

Returns the V line width.


Created in NX1847.0.0.

License requirements : None


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