Search Results for

    Show / Hide Table of Contents

    Class RuntimeButtonBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CollisionShapeBuilder
    RuntimeButtonBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    CollisionShapeBuilder.CenterPoint
    CollisionShapeBuilder.Height
    CollisionShapeBuilder.Length
    CollisionShapeBuilder.Orientation
    CollisionShapeBuilder.Radius
    CollisionShapeBuilder.Width
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class RuntimeButtonBuilder : CollisionShapeBuilder, IMessageSink, IComponentBuilder

    Constructors

    RuntimeButtonBuilder()

    Declaration
    protected RuntimeButtonBuilder()

    Properties

    ActiveStatusColor

    Declaration
    public NXColor ActiveStatusColor { get; set; }
    Property Value
    Type Description
    NXColor

    ButtonType

    Declaration
    public RuntimeButtonBuilder.ButtonTypes ButtonType { get; set; }
    Property Value
    Type Description
    RuntimeButtonBuilder.ButtonTypes

    Geometry

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

    InactiveStatusColor

    Declaration
    public NXColor InactiveStatusColor { get; set; }
    Property Value
    Type Description
    NXColor

    InitialValue

    Declaration
    public RuntimeButtonBuilder.InitialValues InitialValue { get; set; }
    Property Value
    Type Description
    RuntimeButtonBuilder.InitialValues

    Name

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

    OverrideActiveStatusColor

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

    OverrideInactiveStatusColor

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

    Methods

    SetGeometry(NXObject[])

    Declaration
    public void SetGeometry(NXObject[] geometries)
    Parameters
    Type Name Description
    NXObject[] geometries

    Implements

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