Search Results for

    Show / Hide Table of Contents

    Interface IRuntimeContext

    Namespace: NXOpen
    Assembly: NXOpen.Utilities.dll
    Syntax
    public interface IRuntimeContext

    Methods

    AskRoot()

    Declaration
    ComponentPart AskRoot()
    Returns
    Type Description
    ComponentPart

    Error(Boolean, String)

    Declaration
    void Error(bool severity, string strMessage)
    Parameters
    Type Name Description
    System.Boolean severity
    System.String strMessage

    ForcePause()

    Declaration
    void ForcePause()

    GetRuntimeObject(Tag)

    Declaration
    RuntimeObject GetRuntimeObject(Tag physTag)
    Parameters
    Type Name Description
    Tag physTag
    Returns
    Type Description
    RuntimeObject

    GetRuntimeObjects(Tag, out Int32, out RuntimeObject[])

    Declaration
    void GetRuntimeObjects(Tag physTag, out int numOfObjects, out RuntimeObject[] runtimeObjects)
    Parameters
    Type Name Description
    Tag physTag
    System.Int32 numOfObjects
    RuntimeObject[] runtimeObjects

    ProceedSimulation(Double)

    Declaration
    void ProceedSimulation(double slice)
    Parameters
    Type Name Description
    System.Double slice

    SetPerformSimulation(SimulationAction)

    Declaration
    void SetPerformSimulation(SimulationAction action)
    Parameters
    Type Name Description
    SimulationAction action
    In This Article
    Back to top Generated by DocFX