Search Results for

    Show / Hide Table of Contents

    Class ViewPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    ViewPreferences
    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 ViewPreferences : NXRemotableObject, IMessageSink

    Constructors

    ViewPreferences(Part)

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

    Properties

    BaseView

    Declaration
    public BaseViewPreferences BaseView { get; }
    Property Value
    Type Description
    BaseViewPreferences

    Detail

    Declaration
    public DetailViewPreferences Detail { get; }
    Property Value
    Type Description
    DetailViewPreferences

    FlatPattern

    Declaration
    public FlatPatternViewPreferences FlatPattern { get; }
    Property Value
    Type Description
    FlatPatternViewPreferences

    General

    Declaration
    public GeneralViewPreferences General { get; }
    Property Value
    Type Description
    GeneralViewPreferences

    HiddenLines

    Declaration
    public HiddenLinesViewPreferences HiddenLines { get; }
    Property Value
    Type Description
    HiddenLinesViewPreferences

    InheritPmi

    Declaration
    public InheritPmiPreferences InheritPmi { get; }
    Property Value
    Type Description
    InheritPmiPreferences

    Projected

    Declaration
    public ProjectedViewPreferences Projected { get; }
    Property Value
    Type Description
    ProjectedViewPreferences

    Section

    Declaration
    public SectionViewPreferences Section { get; }
    Property Value
    Type Description
    SectionViewPreferences

    Shading

    Declaration
    public ShadingViewPreferences Shading { get; }
    Property Value
    Type Description
    ShadingViewPreferences

    ShipDraftingViewLines

    Declaration
    public ShipDraftingViewLinesViewPreferences ShipDraftingViewLines { get; }
    Property Value
    Type Description
    ShipDraftingViewLinesViewPreferences

    ShipGeneralArrangementViewLines

    Declaration
    public ShipGeneralArrangementViewLinesViewPreferences ShipGeneralArrangementViewLines { get; }
    Property Value
    Type Description
    ShipGeneralArrangementViewLinesViewPreferences

    ShipbuildingLines

    Declaration
    public ShipbuildingLinesViewPreferences ShipbuildingLines { get; }
    Property Value
    Type Description
    ShipbuildingLinesViewPreferences

    SmoothEdges

    Declaration
    public SmoothEdgesViewPreferences SmoothEdges { get; }
    Property Value
    Type Description
    SmoothEdgesViewPreferences

    Tag

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

    Threads

    Declaration
    public ThreadsViewPreferences Threads { get; }
    Property Value
    Type Description
    ThreadsViewPreferences

    TraceLines

    Declaration
    public TraceLinesViewPreferences TraceLines { get; }
    Property Value
    Type Description
    TraceLinesViewPreferences

    VirtualIntersections

    Declaration
    public VirtualIntersectionsViewPreferences VirtualIntersections { get; }
    Property Value
    Type Description
    VirtualIntersectionsViewPreferences

    VisibleLines

    Declaration
    public VisibleLinesViewPreferences VisibleLines { get; }
    Property Value
    Type Description
    VisibleLinesViewPreferences

    Implements

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