Class TopSolidElectrodeHost
Represents TopSolid'Electrode host providing WCF services for automating.
Inheritance
System.Object
TopSolidElectrodeHost
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.Cad.Electrode.Automating
Assembly: TopSolid.Cad.Electrode.Automating.dll
Syntax
public static class TopSolidElectrodeHost
Remarks
This class is available since v7.12.
Properties
Electrodes
Gets access to electrodes, or null if not connected.
Declaration
public static IElectrodes Electrodes { get; }
Property Value
Type | Description |
---|---|
IElectrodes |
HostInstance
Gets the host instance.
Declaration
public static TopSolidElectrodeHostInstance HostInstance { get; }
Property Value
Type | Description |
---|---|
TopSolidElectrodeHostInstance |
IsConnected
Tells whether TopSolid is connected.
Declaration
public static bool IsConnected { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Connect()
Connects to TopSolid application.
Declaration
public static void Connect()
Disconnect()
Disconnect from TopSolid application.
Declaration
public static void Disconnect()