Interface ISimulation
Gives access to simulation screen.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public interface ISimulation
Methods
| Name | Description |
|---|---|
| Close() | Closes the simulation. |
| GetAnimationSpeed() | Gets the animation speed. |
| IsSimulationComplete() | Tells wether the simulation is complete. |
| Open(ElementId) | Simulate only the given operation. |
| SetAnimationSpeed(int) | Sets the animation speed. |
| StartAnimation() | Run the animation on operations. |