Search Results for

    Show / Hide Table of Contents

    Class MorphMeshPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    MorphMeshPreferences
    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 MorphMeshPreferences : NXRemotableObject, IMessageSink

    Constructors

    MorphMeshPreferences(SessionPreferences)

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

    Properties

    CagePolylineColor

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.CagePolylineColor instead.")]
    public int CagePolylineColor { get; set; }
    Property Value
    Type Description
    int

    CagePolylineStyle

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.CagePolylineFont instead.")]
    public int CagePolylineStyle { get; set; }
    Property Value
    Type Description
    int

    CagePolylineVertexColor

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.CagePolylineVertexColor instead.")]
    public int CagePolylineVertexColor { get; set; }
    Property Value
    Type Description
    int

    CagePolylineVertexSize

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.CagePolylineVertexSize instead.")]
    public MorphMeshPreferences.CagePolylineVertexSizes CagePolylineVertexSize { get; set; }
    Property Value
    Type Description
    MorphMeshPreferences.CagePolylineVertexSizes

    CagePolylineVertexStyle

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.CagePolylineVertexStyle instead.")]
    public MorphMeshPreferences.CagePolylineVertexStyles CagePolylineVertexStyle { get; set; }
    Property Value
    Type Description
    MorphMeshPreferences.CagePolylineVertexStyles

    CagePolylineWidth

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.CagePolylineWidth instead.")]
    public int CagePolylineWidth { get; set; }
    Property Value
    Type Description
    int

    CanAllowBackSideSelection

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.CanAllowBackSideSelection instead.")]
    public bool CanAllowBackSideSelection { get; set; }
    Property Value
    Type Description
    bool

    CanRefineMesh

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

    ConstraintColor

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.ConstraintColor instead.")]
    public int ConstraintColor { get; set; }
    Property Value
    Type Description
    int

    HighlightFaceTranslucency

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.HighlightFaceTranslucency instead.")]
    public int HighlightFaceTranslucency { get; set; }
    Property Value
    Type Description
    int

    IsXRayCage

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.IsXRayCage instead.")]
    public bool IsXRayCage { get; set; }
    Property Value
    Type Description
    bool

    LineColor

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.LineColor instead")]
    public int LineColor { get; set; }
    Property Value
    Type Description
    int

    LineStyle

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.LineFont instead.")]
    public int LineStyle { get; set; }
    Property Value
    Type Description
    int

    LineWidth

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.LineWidth instead.")]
    public int LineWidth { get; set; }
    Property Value
    Type Description
    int

    RefinementRatio

    Declaration
    public double RefinementRatio { get; set; }
    Property Value
    Type Description
    double

    Tag

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

    VertexColor

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.VertexColor instead.")]
    public int VertexColor { get; set; }
    Property Value
    Type Description
    int

    VertexSize

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.VertexSize instead.")]
    public MorphMeshPreferences.VertexSizeTypes VertexSize { get; set; }
    Property Value
    Type Description
    MorphMeshPreferences.VertexSizeTypes

    VertexStyle

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use Preferences.SubdivisionModelingPreferences.VertexStyle instead.")]
    public MorphMeshPreferences.VertexStyleTypes VertexStyle { get; set; }
    Property Value
    Type Description
    MorphMeshPreferences.VertexStyleTypes

    Implements

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