Interface IRuntimeContext
Assembly: NXOpen.Utilities.dll
Syntax
public interface IRuntimeContext
Methods
AskRoot()
Declaration
Returns
Error(bool, string)
Declaration
void Error(bool severity, string strMessage)
Parameters
| Type |
Name |
Description |
| bool |
severity |
|
| string |
strMessage |
|
ForcePause()
Declaration
GetRuntimeObject(Tag)
Declaration
RuntimeObject GetRuntimeObject(Tag physTag)
Parameters
| Type |
Name |
Description |
| Tag |
physTag |
|
Returns
GetRuntimeObjects(Tag, out int, out RuntimeObject[])
Declaration
void GetRuntimeObjects(Tag physTag, out int numOfObjects, out RuntimeObject[] runtimeObjects)
Parameters
ProceedSimulation(double)
Declaration
void ProceedSimulation(double slice)
Parameters
| Type |
Name |
Description |
| double |
slice |
|
SetPerformSimulation(SimulationAction)
Declaration
void SetPerformSimulation(SimulationAction action)
Parameters