Search Results for

    Show / Hide Table of Contents

    Class DisplayModification

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    DisplayModification
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class DisplayModification : TransientObject, IMessageSink, IDisposable

    Constructors

    DisplayModification(IntPtr)

    Declaration
    protected DisplayModification(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    ApplyToAllFaces

    Declaration
    public bool ApplyToAllFaces { get; set; }
    Property Value
    Type Description
    System.Boolean

    ApplyToOwningParts

    Declaration
    public bool ApplyToOwningParts { get; set; }
    Property Value
    Type Description
    System.Boolean

    FaceAnalysisMode

    Declaration
    public bool FaceAnalysisMode { get; set; }
    Property Value
    Type Description
    System.Boolean

    KnotDisplayState

    Declaration
    public bool KnotDisplayState { get; set; }
    Property Value
    Type Description
    System.Boolean

    NewColor

    Declaration
    public int NewColor { get; set; }
    Property Value
    Type Description
    System.Int32

    NewFont

    Declaration
    public DisplayableObject.ObjectFont NewFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    NewLayer

    Declaration
    public int NewLayer { get; set; }
    Property Value
    Type Description
    System.Int32

    NewTranslucency

    Declaration
    public int NewTranslucency { get; set; }
    Property Value
    Type Description
    System.Int32

    NewWidth

    Declaration
    public DisplayableObject.ObjectWidth NewWidth { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectWidth

    PartiallyShaded

    Declaration
    public bool PartiallyShaded { get; set; }
    Property Value
    Type Description
    System.Boolean

    PointShowThrough

    Declaration
    public bool PointShowThrough { get; set; }
    Property Value
    Type Description
    System.Boolean

    PointSymbol

    Declaration
    public int PointSymbol { get; set; }
    Property Value
    Type Description
    System.Int32

    PoleDisplayState

    Declaration
    public bool PoleDisplayState { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowObjectName

    Declaration
    public bool ShowObjectName { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Apply(DisplayableObject[])

    Declaration
    public void Apply(DisplayableObject[] objects)
    Parameters
    Type Name Description
    DisplayableObject[] objects

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetNewGrid(out Int32, out Int32)

    Declaration
    public void GetNewGrid(out int uGrid, out int vGrid)
    Parameters
    Type Name Description
    System.Int32 uGrid
    System.Int32 vGrid

    SetNewGrid(Int32, Int32)

    Declaration
    public void SetNewGrid(int uGrid, int vGrid)
    Parameters
    Type Name Description
    System.Int32 uGrid
    System.Int32 vGrid

    Implements

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