Interface IDocuments
Gives access to Cam documents.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public interface IDocuments
Methods
| Name | Description |
|---|---|
| CreateNCPartInclusion(DocumentId, DocumentId, SolidType, ElementId) | Creates an NC part inside the target millturn document |
| DoDiagnostic(Guid, out string) | Check TopSolid Cam application. Do not use. Internal purpose only. |
| GetMachine(DocumentId) | Get the machine in the document. |
| GetParts(DocumentId) | Get the list of machining parts in the document. |
| GetTools(DocumentId, bool) | Get the list of mounted tools in the document. |
| GetWCSs(DocumentId) | Get the list of WCSs in the document. |
| IsCam(DocumentId) | Tells whether a document is a Cam document. |
| SetMachine(DocumentId, DocumentId) | Sets the machine in the document. |