Class TextureModelingPreferences
Inheritance
TextureModelingPreferences
Assembly: NXOpen.dll
Syntax
public class TextureModelingPreferences : NXRemotableObject, IMessageSink
Constructors
TextureModelingPreferences(SessionPreferences)
Declaration
protected TextureModelingPreferences(SessionPreferences owner)
Parameters
Properties
ReversedUVPatchColor
Declaration
public int ReversedUVPatchColor { get; set; }
Property Value
RipEdgesColor
Declaration
public int RipEdgesColor { get; set; }
Property Value
RipEdgesFont
Declaration
public DisplayableObject.ObjectFont RipEdgesFont { get; set; }
Property Value
RipEdgesWidth
Declaration
public DisplayableObject.ObjectWidth RipEdgesWidth { get; set; }
Property Value
Show2DGrid
Declaration
public bool Show2DGrid { get; set; }
Property Value
Show3DGrid
Declaration
public bool Show3DGrid { get; set; }
Property Value
Tag
Declaration
Property Value
ULineColor
Declaration
public int ULineColor { get; set; }
Property Value
ULineFont
Declaration
public DisplayableObject.ObjectFont ULineFont { get; set; }
Property Value
ULineWidth
Declaration
public DisplayableObject.ObjectWidth ULineWidth { get; set; }
Property Value
UVPatchColor
Declaration
public int UVPatchColor { get; set; }
Property Value
VLineColor
Declaration
public int VLineColor { get; set; }
Property Value
VLineFont
Declaration
public DisplayableObject.ObjectFont VLineFont { get; set; }
Property Value
VLineWidth
Declaration
public DisplayableObject.ObjectWidth VLineWidth { get; set; }
Property Value
Methods
DisplayDistortion(bool)
Declaration
public void DisplayDistortion(bool display)
Parameters
Type |
Name |
Description |
bool |
display |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink