Search Results for

    Show / Hide Table of Contents

    Class BaseViewPreferences

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    BaseViewPreferences
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IBaseViewPreferences
    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 BaseViewPreferences : NXRemotableObject, IMessageSink, IBaseViewPreferences

    Constructors

    BaseViewPreferences(ViewPreferences)

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

    Properties

    Tag

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

    Methods

    SetFacetedRepresentation(Boolean)

    Declaration
    [Obsolete("Deprecated in NX8.5.1.  Use Preferences.GeneralViewPreferences.ViewRepresentation instead.")]
    public void SetFacetedRepresentation(bool isFacetedRepresentation)
    Parameters
    Type Name Description
    System.Boolean isFacetedRepresentation

    SetInheritClippingBoundary(Boolean)

    Declaration
    public void SetInheritClippingBoundary(bool isInheritClippingBoundary)
    Parameters
    Type Name Description
    System.Boolean isInheritClippingBoundary

    SetTransferAnnotation(Boolean)

    Declaration
    public void SetTransferAnnotation(bool isTransferAnnotation)
    Parameters
    Type Name Description
    System.Boolean isTransferAnnotation

    Implements

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