Class TopSolidWireTechnologyHost
Represents TopSolid'Wire
host providing WCF services for automating.
Inheritance
System.Object
TopSolidWireTechnologyHost
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.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()