Class TopSolidWireTechnologyHostInstance
Represents a TopSolid'Wire host instance providing WCF services for automating.
Inherited Members
Namespace: TopSolid.Cam.NC.Wire.Automating
Assembly: TopSolid.Cam.NC.Wire.Automating.dll
Syntax
public class TopSolidWireTechnologyHostInstance
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 TopSolidWireTechnologyHost static class.
This class is available since v7.10.
Constructors
| Name | Description |
|---|---|
| TopSolidWireTechnologyHostInstance(TopSolidHostInstance) | Initializes a new instance of the TopSolidWireTechnologyHostInstance class. |
Properties
| Name | Description |
|---|---|
| Documents | Gets access to documents, or null if not connected. |
| IsConnected | Tells whether TopSolid is connected. |
| WireCuttingConditions | Gets access to wire technologies, or null if not connected. |
| WireTechnologies | Gets access to wire technologies, or null if not connected. |
Methods
| Name | Description |
|---|---|
| Connect() | Connects to TopSolid Cam application. |
| Disconnect() | Disconnect from TopSolid application. |