Class TopSolidCamHost
Represents TopSolid'Cam host providing WCF services for automating.
Inherited Members
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public static class TopSolidCamHost
Properties
| Name | Description |
|---|---|
| CamSketch | Gets access to Cam sketches, or null if not connected. |
| Documents | Gets access to documents, or null if not connected. |
| IsConnected | Tells whether TopSolid is connected. |
| Machines | Gets access to machine tools, or null if not connected. |
| NCFiles | Gets access to NC Files, or null if not connected. |
| NCPostProcessor | Gets access to NC post-processor, or null if not connected. |
| Operations | Gets access to operations, or null if not connected. |
| Origins | Gets access to origins, or null if not connected. |
| Parameters | Gets access to operation parameters, or null if not connected. |
| PartSettingDocuments | Gets access to part setting documents, or null if not connected. |
| Parts | Gets access to Cam parts, or null if not connected. |
| Pockets | Gets access to tools pockets, or null if not connected. |
| Programs | Gets access to Cam programs, or null if not connected. |
| Simulation | Gets access to simulation, or null if not connected. |
| StaticOperations | Gets access to static operations, or null if not connected. |
| ToolPath | Gets access to operation tool path, or null if not connected. |
| Tools | Gets access to tools, or null if not connected. |
| Verify | Gets access to verification, or null if not connected. |
| WorldCoordinateSystems | Gets access to WCSs, or null if not connected. |
Methods
| Name | Description |
|---|---|
| Connect() | Connects to TopSolid Cam application. |
| Disconnect() | Disconnect from TopSolid application. |