Search Results for

    Show / Hide Table of Contents

    Class SubdivisionModelingPreferences

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    SubdivisionModelingPreferences
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class SubdivisionModelingPreferences : NXRemotableObject, IMessageSink

    Constructors

    SubdivisionModelingPreferences(SessionPreferences)

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

    Properties

    CagePolylineColor

    Declaration
    public int CagePolylineColor { get; set; }
    Property Value
    Type Description
    System.Int32

    CagePolylineFont

    Declaration
    public int CagePolylineFont { get; set; }
    Property Value
    Type Description
    System.Int32

    CagePolylineVertexColor

    Declaration
    public int CagePolylineVertexColor { get; set; }
    Property Value
    Type Description
    System.Int32

    CagePolylineVertexSize

    Declaration
    public SubdivisionModelingPreferences.CagePolylineVertexSizes CagePolylineVertexSize { get; set; }
    Property Value
    Type Description
    SubdivisionModelingPreferences.CagePolylineVertexSizes

    CagePolylineVertexStyle

    Declaration
    public SubdivisionModelingPreferences.CagePolylineVertexStyles CagePolylineVertexStyle { get; set; }
    Property Value
    Type Description
    SubdivisionModelingPreferences.CagePolylineVertexStyles

    CagePolylineWidth

    Declaration
    public int CagePolylineWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    CanAllowBackSideSelection

    Declaration
    public bool CanAllowBackSideSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    CanShowWeight

    Declaration
    public bool CanShowWeight { get; set; }
    Property Value
    Type Description
    System.Boolean

    ConstraintColor

    Declaration
    public int ConstraintColor { get; set; }
    Property Value
    Type Description
    System.Int32

    DisplayMode

    Declaration
    public SubdivisionModelingPreferences.DisplayModes DisplayMode { get; set; }
    Property Value
    Type Description
    SubdivisionModelingPreferences.DisplayModes

    HighlightFaceTranslucency

    Declaration
    public int HighlightFaceTranslucency { get; set; }
    Property Value
    Type Description
    System.Int32

    IsXRayCage

    Declaration
    public bool IsXRayCage { get; set; }
    Property Value
    Type Description
    System.Boolean

    LineColor

    Declaration
    public int LineColor { get; set; }
    Property Value
    Type Description
    System.Int32

    LineFont

    Declaration
    public int LineFont { get; set; }
    Property Value
    Type Description
    System.Int32

    LineWidth

    Declaration
    public int LineWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    SharpEdgeLineFont

    Declaration
    public int SharpEdgeLineFont { get; set; }
    Property Value
    Type Description
    System.Int32

    Tag

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

    VertexColor

    Declaration
    public int VertexColor { get; set; }
    Property Value
    Type Description
    System.Int32

    VertexSize

    Declaration
    public SubdivisionModelingPreferences.VertexSizeTypes VertexSize { get; set; }
    Property Value
    Type Description
    SubdivisionModelingPreferences.VertexSizeTypes

    VertexStyle

    Declaration
    public SubdivisionModelingPreferences.VertexStyleTypes VertexStyle { get; set; }
    Property Value
    Type Description
    SubdivisionModelingPreferences.VertexStyleTypes

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX