Search Results for

    Show / Hide Table of Contents

    Class SimDebugBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SimDebugBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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.SIM
    Assembly: NXOpen.dll
    Syntax
    public class SimDebugBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SimDebugBuilder()

    Declaration
    protected SimDebugBuilder()

    Properties

    Driver

    Declaration
    public SimDebugBuilder.DriverType Driver { get; set; }
    Property Value
    Type Description
    SimDebugBuilder.DriverType

    Dump

    Declaration
    public SimDebugBuilder.DumpType Dump { get; set; }
    Property Value
    Type Description
    SimDebugBuilder.DumpType

    DumpOutput

    Declaration
    public SimDebugBuilder.OutputType DumpOutput { get; set; }
    Property Value
    Type Description
    SimDebugBuilder.OutputType

    DumpToFileName

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

    KinematicModel

    Declaration
    public SimDebugBuilder.KinematicModelType KinematicModel { get; set; }
    Property Value
    Type Description
    SimDebugBuilder.KinematicModelType

    PrintoutTags

    Declaration
    public SimDebugBuilder.PrintoutTagsOrPointersType PrintoutTags { get; set; }
    Property Value
    Type Description
    SimDebugBuilder.PrintoutTagsOrPointersType

    Methods

    GetTrace(SimDebugBuilder.TraceType)

    Declaration
    public bool GetTrace(SimDebugBuilder.TraceType type)
    Parameters
    Type Name Description
    SimDebugBuilder.TraceType type
    Returns
    Type Description
    System.Boolean

    GetUiSetting(SimDebugBuilder.UiType)

    Declaration
    public bool GetUiSetting(SimDebugBuilder.UiType type)
    Parameters
    Type Name Description
    SimDebugBuilder.UiType type
    Returns
    Type Description
    System.Boolean

    SetTrace(SimDebugBuilder.TraceType, Boolean)

    Declaration
    public void SetTrace(SimDebugBuilder.TraceType type, bool state)
    Parameters
    Type Name Description
    SimDebugBuilder.TraceType type
    System.Boolean state

    SetUiSetting(SimDebugBuilder.UiType, Boolean)

    Declaration
    public void SetUiSetting(SimDebugBuilder.UiType type, bool state)
    Parameters
    Type Name Description
    SimDebugBuilder.UiType type
    System.Boolean state

    ShowKinematicModelState()

    Declaration
    public void ShowKinematicModelState()

    Implements

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