Search Results for

    Show / Hide Table of Contents

    Class RuntimeBehaviorBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    RuntimeBehaviorBuilder
    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 RuntimeBehaviorBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    RuntimeBehaviorBuilder()

    Declaration
    protected RuntimeBehaviorBuilder()

    Properties

    Name

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

    ParameterStock

    Declaration
    public ParameterStockBuilder ParameterStock { get; }
    Property Value
    Type Description
    ParameterStockBuilder

    Source

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

    Methods

    SetPhysicsObject(string, int, NXObject)

    Declaration
    public void SetPhysicsObject(string className, int propIndex, NXObject physicsObject)
    Parameters
    Type Name Description
    string className
    int propIndex
    NXObject physicsObject

    SetReplacementCode(NXObject)

    Declaration
    public void SetReplacementCode(NXObject physicsObject)
    Parameters
    Type Name Description
    NXObject physicsObject

    StoreExecutableCode(string, string)

    Declaration
    public void StoreExecutableCode(string fileSpec, string source)
    Parameters
    Type Name Description
    string fileSpec
    string source

    Implements

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