Search Results for

    Show / Hide Table of Contents

    Class BaseViewStyle

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    BaseViewStyle
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class BaseViewStyle : NXRemotableObject, IMessageSink, IBaseViewPreferences

    Constructors

    BaseViewStyle(ViewStyle)

    Declaration
    protected BaseViewStyle(ViewStyle owner)
    Parameters
    Type Name Description
    ViewStyle owner

    Properties

    Tag

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

    Methods

    LoadModelFromPart(String, Boolean)

    Declaration
    public void LoadModelFromPart(string loadPartName, bool loadPartToggle)
    Parameters
    Type Name Description
    System.String loadPartName
    System.Boolean loadPartToggle

    SetAssemblyArrangement(String)

    Declaration
    public void SetAssemblyArrangement(string config)
    Parameters
    Type Name Description
    System.String config

    SetFacetedRepresentation(Boolean)

    Declaration
    [Obsolete("Deprecated in NX8.5.1.  Use Drawings.GeneralViewStyle.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