Interface ISimulation
Gives access to simulation screen.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public interface ISimulation
Methods
Close()
Closes the simulation.
Declaration
void Close()
GetAnimationSpeed()
Gets the animation speed.
Declaration
int GetAnimationSpeed()
Returns
Type | Description |
---|---|
System.Int32 | The animation speed defined on [0;100]. |
IsSimulationComplete()
Tells wether the simulation is complete.
Declaration
bool IsSimulationComplete()
Returns
Type | Description |
---|---|
System.Boolean | True if the simulation is complete. |
Open(ElementId)
Simulate only the given operation.
Declaration
void Open(ElementId inElementId)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of the operation to verify. |
SetAnimationSpeed(Int32)
Sets the animation speed.
Declaration
void SetAnimationSpeed(int inAnimationSpeed)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | inAnimationSpeed | Animation speed defined on [0;100]. |
StartAnimation()
Run the animation on operations.
Declaration
void StartAnimation()