Search Results for

    Show / Hide Table of Contents

    Class TextureModelingPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TextureModelingPreferences
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class TextureModelingPreferences : NXRemotableObject, IMessageSink

    Constructors

    TextureModelingPreferences(SessionPreferences)

    Declaration
    protected TextureModelingPreferences(SessionPreferences owner)
    Parameters
    Type Name Description
    SessionPreferences owner

    Properties

    ReversedUVPatchColor

    Declaration
    public int ReversedUVPatchColor { get; set; }
    Property Value
    Type Description
    int

    RipEdgesColor

    Declaration
    public int RipEdgesColor { get; set; }
    Property Value
    Type Description
    int

    RipEdgesFont

    Declaration
    public DisplayableObject.ObjectFont RipEdgesFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    RipEdgesWidth

    Declaration
    public DisplayableObject.ObjectWidth RipEdgesWidth { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectWidth

    Show2DGrid

    Declaration
    public bool Show2DGrid { get; set; }
    Property Value
    Type Description
    bool

    Show3DGrid

    Declaration
    public bool Show3DGrid { get; set; }
    Property Value
    Type Description
    bool

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    ULineColor

    Declaration
    public int ULineColor { get; set; }
    Property Value
    Type Description
    int

    ULineFont

    Declaration
    public DisplayableObject.ObjectFont ULineFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    ULineWidth

    Declaration
    public DisplayableObject.ObjectWidth ULineWidth { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectWidth

    UVPatchColor

    Declaration
    public int UVPatchColor { get; set; }
    Property Value
    Type Description
    int

    VLineColor

    Declaration
    public int VLineColor { get; set; }
    Property Value
    Type Description
    int

    VLineFont

    Declaration
    public DisplayableObject.ObjectFont VLineFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    VLineWidth

    Declaration
    public DisplayableObject.ObjectWidth VLineWidth { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectWidth

    Methods

    DisplayDistortion(bool)

    Declaration
    public void DisplayDistortion(bool display)
    Parameters
    Type Name Description
    bool display

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX