Search Results for

    Show / Hide Table of Contents

    Class SubdivisionModelingPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    SubdivisionModelingPreferences
    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 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
    int

    CagePolylineFont

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

    CagePolylineVertexColor

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

    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
    int

    CanAllowBackSideSelection

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

    CanShowWeight

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

    ConstraintColor

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

    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
    int

    IsXRayCage

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

    LineColor

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

    LineFont

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

    LineWidth

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

    SharpEdgeLineFont

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

    Tag

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

    VertexColor

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

    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