Class TextureModelingPreferences
Inheritance
System.Object
System.MarshalByRefObject
TextureModelingPreferences
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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
Type |
Description |
System.Int32 |
|
RipEdgesColor
Declaration
public int RipEdgesColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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
Type |
Description |
System.Boolean |
|
Show3DGrid
Declaration
public bool Show3DGrid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Tag
Declaration
Property Value
ULineColor
Declaration
public int ULineColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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
Type |
Description |
System.Int32 |
|
VLineColor
Declaration
public int VLineColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VLineFont
Declaration
public DisplayableObject.ObjectFont VLineFont { get; set; }
Property Value
VLineWidth
Declaration
public DisplayableObject.ObjectWidth VLineWidth { get; set; }
Property Value
Methods
DisplayDistortion(Boolean)
Declaration
public void DisplayDistortion(bool display)
Parameters
Type |
Name |
Description |
System.Boolean |
display |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink