Search Results for

    Show / Hide Table of Contents

    Class DisplayChangerBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DisplayChangerBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class DisplayChangerBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DisplayChangerBuilder()

    Declaration
    protected DisplayChangerBuilder()

    Properties

    ChangeColor

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

    ChangeTranslucency

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

    ChangeVisibility

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

    CollisionSensor

    Declaration
    public SelectNXObject CollisionSensor { get; }
    Property Value
    Type Description
    SelectNXObject

    Color

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

    ExecuteMode

    Declaration
    public DisplayChangerBuilder.ExecuteModes ExecuteMode { get; set; }
    Property Value
    Type Description
    DisplayChangerBuilder.ExecuteModes

    InitVisibility

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    ObjectList

    Declaration
    public SelectNXObjectList ObjectList { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Translucency

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

    Methods

    SetObjectList(NXObject[])

    Declaration
    public void SetObjectList(NXObject[] objectTags)
    Parameters
    Type Name Description
    NXObject[] objectTags

    Implements

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