Interface IVerify
Gives access to verification screen.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public interface IVerify
Methods
| Name | Description |
|---|---|
| Close() | Closes the verification view. |
| OpenAll(DocumentId) | Verifies all the operations. |
| OpenOne(ElementId) | Verify only the given operation. |
| SetIncrement(int) | Set the move increment. Between 0 and 100. This is a factor to an absolute increment in millimeters (or inch). |
| StartAnimation() | Run the animation on operations. |