Search Results for

    Show / Hide Table of Contents

    Class GeneralViewPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    GeneralViewPreferences
    Implements
    IMessageSink
    IGeneralViewPreferences
    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 GeneralViewPreferences : NXRemotableObject, IMessageSink, IGeneralViewPreferences

    Constructors

    GeneralViewPreferences(ViewPreferences)

    Declaration
    protected GeneralViewPreferences(ViewPreferences owner)
    Parameters
    Type Name Description
    ViewPreferences owner

    Properties

    AngleDecimalPointFormat

    Declaration
    public DecimalPointCharacter AngleDecimalPointFormat { get; set; }
    Property Value
    Type Description
    DecimalPointCharacter

    AngleFormat

    Declaration
    public AngleFormat AngleFormat { get; set; }
    Property Value
    Type Description
    AngleFormat

    AnglePrecision

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

    AutomaticAnchorPoint

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

    AutomaticUpdate

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

    BoundaryStatus

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

    Centerlines

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

    DisplayId

    Declaration
    public GeneralDisplayIdOption DisplayId { get; set; }
    Property Value
    Type Description
    GeneralDisplayIdOption

    ExtractedEdges

    Declaration
    public GeneralExtractedEdgesOption ExtractedEdges { get; set; }
    Property Value
    Type Description
    GeneralExtractedEdgesOption

    FrameBar

    Declaration
    public FrameBarPreferences FrameBar { get; }
    Property Value
    Type Description
    FrameBarPreferences

    FramebarHorizontal

    Declaration
    [Obsolete("Deprecated in NX1980.0.0.  Use Preferences.FrameBarPreferences.Horizontal instead.")]
    public bool FramebarHorizontal { get; set; }
    Property Value
    Type Description
    bool

    FramebarVertical

    Declaration
    [Obsolete("Deprecated in NX1980.0.0.  Use Preferences.FrameBarPreferences.Vertical instead.")]
    public bool FramebarVertical { get; set; }
    Property Value
    Type Description
    bool

    LegacyView

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

    LightweightView

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

    LockmethodView

    Declaration
    public GeneralViewLockmethodOption LockmethodView { get; set; }
    Property Value
    Type Description
    GeneralViewLockmethodOption

    Reference

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

    ShowAngleLeadingZeros

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

    ShowAngleTrailingZeros

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

    Silhouettes

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

    SnapshotView

    Declaration
    [Obsolete("Deprecated in NX11.0.1.  Use NXOpen.Preferences.GeneralViewPreferences.LockmethodView instead(the value is NXOpen.Preferences.GeneralViewPreferences.GeneralViewLockmethodOptionSnapshot).")]
    public bool SnapshotView { get; set; }
    Property Value
    Type Description
    bool

    Tag

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

    Tolerance

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

    UvGrid

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

    ViewQuality

    Declaration
    public GeneralViewQualityOption ViewQuality { get; set; }
    Property Value
    Type Description
    GeneralViewQualityOption

    ViewRepresentation

    Declaration
    public GeneralViewRepresentationOption ViewRepresentation { get; set; }
    Property Value
    Type Description
    GeneralViewRepresentationOption

    WireframeColorSource

    Declaration
    public GeneralWireframeColorSourceOption WireframeColorSource { get; set; }
    Property Value
    Type Description
    GeneralWireframeColorSourceOption

    Implements

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