Interface IVerify
Gives access to verification screen.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public interface IVerify
Methods
Close()
Closes the verification view.
Declaration
void Close()
OpenAll(DocumentId)
Verifies all the operations.
Declaration
void OpenAll(DocumentId inDocumentId)
Parameters
Type | Name | Description |
---|---|---|
DocumentId | inDocumentId | Identifier of the document to verify. |
OpenOne(ElementId)
Verify only the given operation.
Declaration
void OpenOne(ElementId inElementId)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of the operation to verify. |
SetIncrement(Int32)
Set the move increment. Between 0 and 100. This is a factor to an absolute increment in millimeters (or inch).
Declaration
void SetIncrement(int inValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | inValue |
StartAnimation()
Run the animation on operations.
Declaration
void StartAnimation()