Class TopSolidCamHostInstance
Represents a TopSolid'Cam host instance providing WCF services for automating.
Inherited Members
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public class TopSolidCamHostInstance
Remarks
When automating several instances of TopSolid at the same time one must make and use several instances of this class (one per TopSolid instance), otherwize if only one instance of TopSolid is to be automated, it is possible to simply use the TopSolidCamHost static class.
This class is available since v7.10.
Constructors
| Name | Description |
|---|---|
| TopSolidCamHostInstance(TopSolidHostInstance) | Initializes a new instance of the TopSolidCamHostInstance class. |
Properties
| Name | Description |
|---|---|
| CamSketch | Gets access to Cam sketch, 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 originstools, 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 machine 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. |