Interface IRuntimeContext
Assembly: NXOpen.Utilities.dll
Syntax
public interface IRuntimeContext
Methods
AskRoot()
Declaration
Returns
Error(Boolean, String)
Declaration
void Error(bool severity, string strMessage)
Parameters
Type |
Name |
Description |
System.Boolean |
severity |
|
System.String |
strMessage |
|
ForcePause()
Declaration
GetRuntimeObject(Tag)
Declaration
RuntimeObject GetRuntimeObject(Tag physTag)
Parameters
Type |
Name |
Description |
Tag |
physTag |
|
Returns
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