Class TopSolidWireTechnologyHost
Represents TopSolid'Wire
host providing WCF services for automating.
Inherited Members
Namespace: TopSolid.Cam.NC.Wire.Automating
Assembly: TopSolid.Cam.NC.Wire.Automating.dll
Syntax
public static class TopSolidWireTechnologyHost
Properties
Documents
Gets access to documents, or null if not connected.
Declaration
public static IWireTechnologyDocuments Documents { get; }
Property Value
Type | Description |
---|---|
IWireTechnologyDocuments |
IsConnected
Tells whether TopSolid is connected.
Declaration
public static bool IsConnected { get; }
Property Value
Type | Description |
---|---|
Boolean |
WireCuttingConditions
Gets access to wire technologies, or null if not connected.
Declaration
public static IWireCc WireCuttingConditions { get; }
Property Value
Type | Description |
---|---|
IWireCc |
WireTechnologies
Gets access to wire technologies, or null if not connected.
Declaration
public static IWireTechnologies WireTechnologies { get; }
Property Value
Type | Description |
---|---|
IWireTechnologies |
Methods
Connect()
Connects to TopSolid Cam application.
Declaration
public static void Connect()
Disconnect()
Disconnect from TopSolid application.
Declaration
public static void Disconnect()